242 views
1 votes
1 votes
Consider a single TCP connection using a 5 Mbps link which does not buffer any data. Suppose that this is the bottleneck link between the pair of hosts. Assume the TCP sender has a huge file to send to the receiver and the receiver’s receive buffer is much larger than the congestion window. We make the following simplifying assumptions:
→ Each TCP segment size is 1500 bytes
→ The RTT of the connection is 100 ms
→ The TCP connection is always in congestion avoidance (ignore slow start)
How long would it take for this TCP connection to reach its maximum window size again after recovering from a packet loss?

Please log in or register to answer this question.

Related questions

3 votes
3 votes
2 answers
3
srestha asked Mar 15, 2018
909 views
"TCP connection is logical, therefore TCP can be connection oriented protocol"Wha is meaning of logical connection? Can u discuss brief above two lines?
0 votes
0 votes
1 answer
4
srestha asked Dec 11, 2017
567 views
TCP send an SYN=1 and an ACK=1 for data transfer . After data has transferred TCP client want to close the connection sending FIN. So, for closing the connection, what TC...