Communication of a message between two processes implies which of the following? (A) Synchronization (B) Atomic operation (C) Blocking of the process (D) Unblocking of the process (E) None of the above

Respuesta :

Limosa

Answer: Synchronization

Explanation:

In communication of messages between processes we have a mechanism called as the interprocess communication (IPC) using which it is required to achieve synchronization between the process. These synchronization helps to prevent collision of the processes for the shared resources. Examples can be of mechanism of producer consumer problem .