Ask Question
25 December, 07:30

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)

+3
Answers (1)
  1. 25 December, 07:38
    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?
Find 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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers