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. Mechanism is used by cooperating processes to exchange data and information. there are two models of ipc: ? shared memory ? message passing D. None of the mentioned
A. Communicate with each other without sharing the same address space B. Communicate with one another by resorting to shared data C. Share data D. Name the recipient or sender of the message
A. A communication link can be associated with n number of process(n = max. number of processes supported by system) B. A communication link is associated with exactly two processes C. Exactly n/2 links exist between each pair of processes(n = max. number of processes supported by system) D. Exactly two link exists between each pair of processes
A. There is another process r to handle and pass on the messages between p and q B. There is another machine between the two processes to help communication C. There is a mailbox to help communication between p and q D. None of the mentioned
A. The sending process keeps sending until the message is received B. The sending process sends the message and resumes operation C. The sending process keeps sending until it receives a message D. None of the mentioned
A. The queue can store at least one message B. The sender blocks until the receiver receives the message C. The sender keeps sending and the messages don’t wait in the queue D. None of the mentioned
A. Is referred to as a message system with buffering B. Is referred to as a message system with no buffering C. Is referred to as a link D. None of the mentioned