In the non blocking send __________
A. The sending process keeps sending until the message is received
B. The sending process sends the message and resumes operation
C. The sending process keeps sending until it receives a message
D. None of the mentioned
Explanation: In the non blocking send, the sending process sends the message and resumes operation. Sending process doesn’t care about reception. It is also known as asynchronous send.
Occurrence: 0, System Administrator 2026