Saved Bookmarks
| 1. |
RPC is used to _________(a) establish a server on remote machine that can respond to queries(b) retrieve information by calling a query(c) establish a server on remote machine that can respond to queries and retrieve information by calling a query(d) to secure the client |
|
Answer» Correct option is (c) establish a server on remote machine that can respond to queries and retrieve information by calling a query The explanation is: RPC or Remote Procedure Call is used to establish a server on remote machine that can respond to queries and to retrieve information by calling a query by other computers. |
|