You are on page 1of 7

Remote Procedure Call

(RPC)
Conventional Procedure Call

(a) Parameter passing in a local procedure call: the stack before the
call to read. (b) The stack while the called procedure is active.
2
Passing Value Parameters (1)

The steps involved in a doing a remote computation through RPC.


3
Parameter Specification
and Stub Generation

(a) A procedure. (b) The corresponding message.


4
Traditional RPC (1)

(a) The interaction between client and


server in a traditional RPC.
5
Asynchronous RPC (2)

(b) The interaction using asynchronous RPC.


6
Asynchronous RPC (3)

A client and server interacting through


two asynchronous RPCs.
7

You might also like