Skip to content

Remote Procedure Callsrpc

06/03/2022 21:15

Parent: [[]] Tags: #

Remote Procedure calls(RPC):

  • Calling a remote procedure in server from client as though the procedure is local by abstracting the remote interaction to call the procedure

References:

Remote Procedure Call (RPC) in Operating System - GeeksforGeeks

On this page