W9L4 Congestion Control Flashcards
Why is TCP network friendly?
Avoids overwhelming the networks ability to forward info
Tries to be fair to others using the network at the same time
Sender-side limit: Congestion Window (cwnd)
A number representing the amount of data the sender can transmit into the network before receiving an acknowledgement
This info is never sent across the network
Receiver-side limit: Receiver Window (rwnd)
The receiver’s advertised window ie the amount of data the receiver can hold in its buffer before it must process the data
This info is sent across the network
What is TCP slow start?
An algorithm which balances the speed of a network connection. Slow start gradually increases the amount of data transmitted until it finds the network’s maximum carrying capacity.
A number representing the amount of data the sender can transmit into the network before receiving an acknowledgement
This info is never sent across the network
Sender-side limit: Congestion Window (cwnd)
The receiver’s advertised window ie the amount of data the receiver can hold in its buffer before it must process the data
This info is sent across the network
Receiver-side limit: Receiver Window (rwnd)
An algorithm which balances the speed of a network connection. Slow start gradually increases the amount of data transmitted until it finds the network’s maximum carrying capacity.
What is TCP slow start?