a) allows processes to communicate and synchronize their actions when using the same address space
b) allows processes to communicate and synchronize their actions
c) allows the processes to only synchronize their actions without communication
d) none of the mentioned
Answer: b
Explanation: Interprocess Communication allows processes to communicate and synchronize their actions. Interprocess Communication (IPC) mechanism is used by cooperating processes to exchange data and information.
There are two models of IPC:
→ Shared Memory
→ Message Passing
Related Posts
The interval from the time of submission of a process to the time of completion is termed as ____________
The processes that are residing in main memory and are ready and waiting to execute are kept on a list called _____________
Which module gives control of the CPU to the process selected by the short-term scheduler?
A process that is based on IPC mechanism which executes on different systems and can communicate with other processes using message based communication, is called ________
The remote method invocation __________
What is the full form of RMI?
To resolve the problem of data representation on different systems RPCs define _____________
Join The Discussion