[Back to Lecture Notes page]

The Internet Transport Protocols

Sub-topic outline:

    1. Transmission Control Protocol (TCP)
    1. User Datagram Protocol (UDP)

 

The Transport Control Protocol (TCP)

 

The Transport Control Protocol (TCP)

 

The TCP Service Model

 

The TCP Protocol

    1. The maximum size of the IP packets
    2. The maximum transfer unit (MTU) of the network.

 

The TCP Protocol

 

The TCP Segment Header

Figure 6-24 p526

 

Note: Due to the lack of time, I didn't go through the next three sections (on TCP Connections, Congestion and Timer management) during the lectures. Therefore, you will not be required to know the material for exam. I include the brief notes on them here anyway for those interested.

TCP Connection Management

 

TCP Congestion Control

    1. A receiver window indicated by the receiver on how much it can take, and
    2. A congestion window kept by the sender for congestion in the network.

 

TCP Timer Management

 

User Datagram Protocol (UDP)

 

[Back to Lecture Notes page]