Saved Bookmarks
| 1. |
An RPC application requires _________(a) specific protocol for client server communication(b) a client program(c) a server program(d) all of the mentioned |
|
Answer» Correct answer is (d) all of the mentioned To explain I would say: The RPC technique for constructing distributed, client-server applications based on extending the conventional local procedure calling. It requires a client program, a server program and specific protocol for client server communication to build the system. |
|