Tag Archives: congestion control

Summary of Lecture on Friday Oct 15

Four basic mechanisms for TCP congestion control are: slow start, congestion avoidance, fast retransmit, and fast recovery. We talked about fast retransmit before (where a retransmission is done after the 3rd duplicate ACKs). All four mechanisms are discussed in a … Continue reading

Posted in Lectures | Tagged , , , , , | Leave a comment

A simple model for TCP congestion control

Network congestion is unavoidable under the “best-effort” paradigm. There are several ways to deal with congestion. TCP chooses to dynamically adjust the sending rate. When there’s congestion, reduce the rate; otherwise increase the rate. We want the total load on … Continue reading

Posted in Lectures | Tagged , , , , , , | Leave a comment