nRemote procedure call, RPC
nStubs – client-side proxy for the actual procedure on the server.
nThe client-side stub locates the
server and marshalls the
parameters.
nThe server-side stub receives
this message, unpacks the
marshalled parameters, and peforms
the procedure on the server.