1.

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 mentionedThe question was posed to me during an interview.Question is taken from Inter Process Communication in chapter Processes of Operating System

Answer»

Right option is (b) the sending PROCESS sends the message and resumes operation

The 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.



Discussion

No Comment Found

Related InterviewSolutions