More TCP; RPC




CS158a

Chris Pollett

May 4, 2009

Outline

Introduction

Jacobson/Karels Algorithm

Record Boundaries

TCP Extensions

Quiz

Which of the following statements is true about Nagle's Algorithm?

  1. If there is no unacknowledged sender data in flight, then it says for new data to be put it into a segment to send immediately.
  2. It solves the problem of 32 bit sequence numbers wrapping too quickly.
  3. It gives a better way to estimate RTT.

Remote Procedure Call

RPC Fundamentals

The RPC Protocol

Overcoming Network Limitations