CS 111 3/7/2016


Lecture 17


By Stephen Link


Remote Procedure Calls Continued...  


Example Protocols:

  1. HTTP:
  2. X Windows Protocol:

Performance Tricks for RPC:

  1. Batching:
  2. Pipelining:
  3. Caching (what web browsers do)
  4. Prefetching (a resource hog)

NFS Protocol:

File System Robustness:

  1. Crashes (log-based file system)
  2. Media faults 


A^B^C^D^E^ x (parity) = B



(END OF LECTURE)