Conceptual
Login

TCP Congestion Control

The sender maintains a congestion window: slow start doubles it every RTT until loss or a threshold, then growth turns cautious and loss cuts it back. Linux's default CUBIC regrows the window along a cubic curve toward the last loss point, while BBR instead measures delivery rate and RTT to pace at the estimated bottleneck bandwidth without needing loss as a signal.

This Concept is waiting for its first lesson!

The sender maintains a congestion window: slow start doubles it every RTT until loss or a threshold, then growth turns cautious and loss cuts it back. Linux's default CUBIC regrows the window along a cubic curve toward the last loss point, while BBR instead measures delivery rate and RTT to pace at the estimated bottleneck bandwidth without needing loss as a signal.

Are you a teacher? Sign in to start contributing.

Sign In