Beginner Operating Systems
Q37 / 100

What is inter-process communication (IPC)?

Correct! Well done.

Incorrect.

The correct answer is B) Mechanisms allowing processes to exchange data and synchronize: pipes, message queues, shared memory, sockets

B

Correct Answer

Mechanisms allowing processes to exchange data and synchronize: pipes, message queues, shared memory, sockets

Explanation

IPC mechanisms: anonymous pipes (parent-child), named pipes/FIFOs, message queues, shared memory (fastest), semaphores, sockets (network). Each offers different tradeoffs.

Progress
37/100