MCQs City stays free thanks to ads. Please turn off your ad blocker for this site so content and features keep working.
Computer Networks
Rpc
Q
In RPC, while a server is processing the call, the client is blocked ________
AA. Unless the client sends an asynchronous request to the server
BB. Unless the call processing is complete
CC. For the complete duration of the connection
DD. Unless the server is disconnected
Correct Answer:
A. A. Unless the client sends an asynchronous request to the server
Explanation:
While the server is processing the call i.e. looking through the specifications, the client is blocked, unless the client sends an asynchronous request to the server for another operation.