Question: Which of these enables synchronisation between threads in C on Windows? critical_section() { ... } pthread_mutex_lock( &mutex1 ); ... pthread_mutex_unlock( &mutex1 ); EnterCriticalSection(&m_CriticalSection); ... LeaveCriticalSection(&m_CriticalSection);
- Which of these enables synchronisation between threads in C on Windows?
- critical_section() { ... }
- pthread_mutex_lock( &mutex1 ); ... pthread_mutex_unlock( &mutex1 );
- EnterCriticalSection(&m_CriticalSection); ... LeaveCriticalSection(&m_CriticalSection);
- synchronized(lock){ ... }
- Which of these problems might limit an Ethernet networks size?
- It can only connect two computers
- Collisions caused by broadcasting messages at the same time
- Cost
- Transmission delays
- Which security goal aims to protect information from disclosure?
- Integrity
- Confidentiality
- Authenticity
- Accountability
- Which activity involves an attacker repeatedly requesting information from a web site in order to copy valuable information from its database?
- Character Encoding
- Parameter Manipulation
- Web Scraping
- Cross Site Scripting
- What is CSMA/CD?
- It is a protocol used to cope with message collisions
- It is a protocol used to prevent and/or minimise transmission delays
- It is a software package used to backup data onto CD
- It is a communications protocol used when connecting only two computers
- Where does the network store the mapping between the MAC and IP addresses?
- The DNS
- In the network card
- ARP table
- The Hub
- In which generation of the mobile phone network did SMS appear?
- First
- Second
- Third
- Fourth
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
