TCP Extensions, RPC, RMI




CS158a

Chris Pollett

May 2, 2011

Outline

Record Boundaries

TCP Extensions

Remote Procedure Call

RPC Fundamentals

Quiz

Which of the following is true?

  1. Even if the advertised window goes to 0, a sender using TCP will still send segments periodically.
  2. When a server sees a SYN+ACK, it thinks a client's connections has been established.
  3. Only the server will ever send a TCP FIN/ACK

The RPC Protocol

Overcoming Network Limitations

Java Remote Method Invocation

Using RMI

More Using RMI