In the non blocking send __________
2023
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
Attempted by 34 students.
Show answer & explanation
Correct answer: B
Answer: b
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.