for network protocol: Remote Procedure Call (RPC) - network protocol

Remote Procedure Call (RPC)
  • is an architectural framework for calling a procedure in another process and exchanging data
  • implemented on top of an existing network protocol

Implementations