What is Remote Procedure Call (RPC) ? – Network Communication

Remote Procedure Call (RPC) Remote Procedure call is a high-level model for the client server communication. A remote procedure call makes a call to a remote service look like a local call RPC makes transparent whether server is local or remote. RPC allows applications to …