The TCP Dynamic Behavior - Advanced course builds on the basic course (here) and is designed for engineers with a good knowledge of TCP/IP that want to round up their skills and be able to design models and make predictions on dynamic behavior of the protocol as determined by the characteristics of the underlying IP network.
The course contents are summarized in the following bullets:
The course is taught in a minimum of three hours with one 5 minutes break per hour.
Course material is free and can be found in the following link: slides
The trace from item 2 can be obtained here: trace
The spreadsheet from item 6 can be obtained here: spreadsheet
The Wireshark script from item 7 can be obtained here: script
The course contents are summarized in the following bullets:
- TCP Reliability Mechanisms. Quick review of TCP mechanisms for reliability, focusing on segment exchange with losses and fast retransmissions and calculation of retransmission time-out (RTO). Useful to refresh the audience's knowledge on basic TCP working.
- TCP Congestion Control. Deep analysis on how TCP deals with congestion. The most widely used TCP CC algorithm, TCP Reno, is explained in detail. Alternative CC algorithms like TCP Cubic, TCP Vegas and others are mentioned. A real trace from a TCP connection is analyzed for congestion events and their consequences.
- Macroscopic Analysis of TCP performance. In this section the mathematical model governing TCP dynamic behavior is explained in detail. Closed formulas for congestion window size (cWnd) and available throughput as a function of round trip time (RTT) and packet loss are obtained.
- Queue build-up. Leveraging the model from the previous section, we'll obtain a model of end host queue build-up, obtain a closed formula for queue length as a function of packet loss and examine the consequences of end-host queues.
- Expected throughput, latency and jitter. Armed with the knowledge gathered in the previous sections, we learn how to obtain the theoretical throughput, latency and jitter given characterized end-hosts and IP network.
- End-host queues analysis using a spreadsheet. We'll introduce a spreadsheet that allows us to obtain values for additional delay introduced by end-host queues given the underlying IP network characteristics..
- Introduction to Wireshark scripting. Here we describe the Wireshark binding for Lua and explain how to implement our own trace analysis scripts. An example script displaying graphically a sender's congestion window size is explained.
- Interesting questions on TCP. We conclude the course with a number of example topologies to which we apply the knowledge obtained in order to reach conclusions on TCP performance on each topology.
The course is taught in a minimum of three hours with one 5 minutes break per hour.
Course material is free and can be found in the following link: slides
The trace from item 2 can be obtained here: trace
The spreadsheet from item 6 can be obtained here: spreadsheet
The Wireshark script from item 7 can be obtained here: script
Comments
Post a Comment