1.

What is interprocess communication?(a) communication within the process(b) communication between two process(c) communication between two threads of same process(d) none of the mentionedI had been asked this question at a job interview.This question is from Processes in chapter Processes of Operating System

Answer»

Right answer is (b) communication between two process

The best explanation: Interprocess Communication (IPC) is a communication mechanism that allows PROCESSES to communicate with each other and synchronise their actions without using the same ADDRESS SPACE. IPC can be ACHIEVED using shared memory and MESSAGE passing.



Discussion

No Comment Found

Related InterviewSolutions