Last updated: | Permalink
Lecture 5: RPC
Learning objectives:
In this lecture, you will learn:
- the motivation of remote procedure call (RPC)
- the process of a remote procedure call
- the issues of RPC designs
Lecture slides
- RPC: slides pdf
Readings
- van Steen §4.1-4.2; §8.3 (optional)
Recoding
- Lec5: video