TCP Congestion Control
TCP Congestion Control
- TCP limits the amount of data it sends in order to avoid causing congestion in the network
- TCP’s “congestion window” specifies the amount of data in flight at any point in time.
- For each segment acknowledged by the receiver, the sender can transmit one new segment.