A congestion window is the sender's exact in-flight cap in this toy model.
The sender has a window
A congestion window is a sender-side limit. In this toy, cwnd counts how many MSS-sized segments may be in flight before ACKs return.
in flight≤cwnd
Start with one segment
The first row starts at cwnd 1. That means only 1 MSS-sized segment is allowed in flight.
cwnd=1
Rows are RTT steps
Each row is one round trip in the simplified model. The next row uses the result from the row before it.
next row uses previous result
Summary
The congestion window is the exact in-flight cap in this toy sequence. The visual is recomputed from pinned integer rules before it is rendered.
start=1