Ask Question
1 May, 20:28

Consider sending a large file from a host to another over a TCP connection that has no loss. Suppose TCP uses AIMD for its congestion control without slow start. Assuming cwnd increases by 1 MSS every time a batch of ACKs is received and assuming approximately constant round-trip times, how long does it take for cwnd increase from 6 MSS to 12 MSS (assuming no loss events)

+2
Answers (1)
  1. 1 May, 22:26
    0
    It will take 6RTTs.

    Explanation:

    1 RTT is required to go from 6 MSS to 7 MSS and 1 RTT is reuired to go from 7 MSS to 8 MSS and so on. So, in total 6RTTs are required.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Consider sending a large file from a host to another over a TCP connection that has no loss. Suppose TCP uses AIMD for its congestion ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers