Congestion Control
Everything on SkillVeris tagged Congestion Control — collected across the glossary, study notes, blog, and cheat sheets.
4 resources across 1 library
Interview Questions(4)
What is TCP Flow Control and How Does It Work?
TCP flow control prevents a fast sender from overwhelming a slower receiver by having the receiver advertise how much buffer space it currently has left, via t…
What is TCP Congestion Control?
TCP congestion control is the set of sender-side algorithms that limit how much data is put into the network at once, using a congestion window (cwnd) that gro…
What is TCP Slow Start?
TCP slow start is the initial phase of congestion control where a new (or recovering) connection begins sending with a small congestion window and roughly doub…
What is TCP Fast Retransmit?
TCP fast retransmit is a loss-recovery mechanism where a sender resends a segment as soon as it receives three duplicate ACKs for it, instead of waiting for th…