Size: 196
Comment:
|
Size: 489
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
1 When you start a connection 1 When you experience a Timeout |
1. When you start a connection 1. When you experience a Timeout In this initial phase we increase the congestion window for every packet that is ACKed. || packet # ACKed || Congestion Window || || 1 || 2 || || 2 || 3 || || 3 || 4 || ||...||...|| The results in an exponential growth || Number of packets sent || Congestion window size || |
Back to TransmissionControlProtocol
Slow start happens during several scenarios:
- When you start a connection
- When you experience a Timeout
In this initial phase we increase the congestion window for every packet that is ACKed.
packet # ACKed |
Congestion Window |
1 |
2 |
2 |
3 |
3 |
4 |
... |
... |
The results in an exponential growth
Number of packets sent |
Congestion window size |
Back to TransmissionControlProtocol