How does the RPC (Remote Procedure Call) work
As an analogy, RPC works as a function call. Like a function call, when an RPC is made, the calling arguments are passed to the remote machine and the caller waits for a response to be returned from the remote machine. The below figure shows the flow of activity that takes place during an RPC Read More …