Computer Science - Operating Systems Concepts - Discussion

Discussion Forum : Operating Systems Concepts - Section 1 (Q.No. 17)
17.
Interprocess communication
is required for all processes
is usually done via disk drives
is never necessary,
allows processes to synchronize activity
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
5 comments Page 1 of 1.

Juliet said:   6 years ago
Nice one, thanks.

Mahesh jagtap said:   8 years ago
IPC can be done by two by methods, one is shared memory and other is message passing. Both are used to synchronize two communicating process.

MISS PRIYA said:   1 decade ago
Inter-process communication is a set of methods for the exchange of data among multiple threads in one or more processes.

Ankur said:   1 decade ago
It is basically used for synchronization of multiple processes so that they can communicate with each other but there should be some common in those processes.

Priti said:   1 decade ago
Mechanism for processes to communicate and to synchronize their action.

Post your comments here:

Your comments will be displayed after verification.