TCP slow start initializes the congestion window (cwnd) to?
TCP slow start initializes the congestion window (cwnd) to?
Choose an Option
Answer
1 MSS
Theory
Slow start grows cwnd exponentially per RTT until reaching ssthresh.
Solution
Initial cwnd = 1 MSS in slow start phase.