Assume a new TCP connection starts by sending 1 segment, and then increases it congestion window by 1 segment each time it receives an acknowledgement i.e., after 1RTT congestion window is 2 segments in slow start. Assume connection never leaves slow start. Find the number of RTT’s it takes to send N segments.
1
N+1
2
Log2(N+1)
3
2N+1
4
2N+1+1