Remote Procedure Call (RPC)
What is Remote Procedure Call (RPC)?
Remote Procedure Call (RPC) is a protocol that allows a program to execute code on a different address space (often on another machine) as if it were a local procedure call. Essentially, it enables communication between different parts of a system.