Multiple choice

Which of the following is/are true with respect to the indirect communication mechanism between cooperating processes?

  1. Processes communicate via mailboxes or ports.

  2. More than one link is possible between a pair of communicating processes.

  3. If a mailbox is owned by a process, then that process can only receive messages through that mail box.

  4. All of these

  5. None of these

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

All the given options are true with respect to indirect communication between cooperating processes.