1.

What is Interprocess communication?(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 mentionedI got this question in homework.My enquiry is from Inter Process Communication in chapter Processes of Operating System

Answer»

Right answer is (b) ALLOWS processes to communicate and synchronize their actions

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



Discussion

No Comment Found

Related InterviewSolutions