Question
Which IPC concept allows processes to exchange messages through a named mailbox rather than naming each other directly?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Indirect communication
Explanation:
Indirect communication associates messages with a mailbox, port, or message queue.
Processes communicate by referring to that shared communication object.
Leave a Reply