CITS3002 Computer Networks  
prev
next CITS3002 help3002 CITS3002 schedule  

The RPC Execution Order, continued

  1. The server stub converts the return values, if necessary, and builds one or more network messages.

     

  2. These messages traverse the network.

     

  3. The client stub reads the replies from the local kernel (it has blocked all this time).

     

  4. After possibly converting the return values the client stub returns to the calling procedure; control flow is again in the client's code.

     




CITS3002 Computer Networks, Lecture 10, Architecture independent applications, p4, 8th May 2024.