What is interprocess communication?
2024
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 mentioned
Attempted by 183 students.
Show answer & explanation
Correct answer: B
Answer: b
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.