Question
Which IPC mechanism stores discrete messages in a kernel-managed queue that receivers can retrieve later?
Select an option. Your answer will be checked instantly.
Correct Answer: B. Message queue
Explanation:
A message queue preserves message boundaries and decouples sending from immediate receiving.
The kernel manages the queue and its access rules.
Leave a Reply