What is Remote Procedure Call

Explain the term Remote Procedure Call (RPC)?

E

Expert

Verified

RPC or Remote Procedure Call hides complexities of the network through the ordinary procedure call procedure which is familiar to each programmer. A client process calls the function over the remote server and suspends itself until the time it gets back the results. Parameters are passed just like within any ordinary procedure. The RPC is synchronous just like an ordinary procedure. Process which issues the call waits until it obtains the results.

   Related Questions in Computer Networking

©TutorsGlobe All rights reserved 2022-2023.