Question: Under direct communication, when asymmetry in addressing scheme is employed. the send() and receive() primitives are defined as follows:
<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, when asymmetry in addressing scheme is employed. the send() and receive() primitives are defined as follows:
<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>