Question: Under direct communication, each process P and Q that wants to communicate must explicitly name the recipient or sender of the communication. In this scheme, which of the following primitives are required:
<ol>
<li>send(P, message)-Send a message to process P.</li>
<li>receive(Q, message)-Receive a message from process Q..</li>
<li>receive(id, message)-Receive a message from any process.</li>
<li>send(id, message)-Send a message to any process</li>
</ol>
Answer:
MCQ: Under direct communication, each process P and Q that wants to communicate must explicitly name the recipient or sender of the communication. In this scheme, which of the following primitives are required:
<ol>
<li>send(P, message)-Send a message to process P.</li>
<li>receive(Q, message)-Receive a message from process Q..</li>
<li>receive(id, message)-Receive a message from any process.</li>
<li>send(id, message)-Send a message to any process</li>
</ol>