What is interprocess communication?

2024

What is interprocess communication?

Answer: B. communication between two processAnswer: b Explanation: Interprocess Communication (IPC) is a communication mechanism that allows processes to communicate with each other and synchronise…

  1. A.

    communication within the process

  2. B.

    communication between two process

  3. C.

    communication between two threads of same process

  4. D.

    none of the mentioned

Attempted by 428 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.

Explore the full course: Computer Science

Loading lesson…