Multiple choice

Which of the following inter-process communication systems consists of a pipe whose access point is a file kept on the file system?

  1. pipe()

  2. Named pipe

  3. Message queues

  4. Semaphore

  5. Shared memory

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

This inter-process communication system consists of a pipe whose access point is a file kept on the file system.