Question

c) Assume that there are two parallel TCP transmissions in the network, one using TCP tahoe...

c) Assume that there are two parallel TCP transmissions in the network, one using TCP tahoe (regular TCP), the other using TCP reno(the one that considers fast recovery).
Assume the initial ssthresh for both TCP transmissions is set to 16.
Assume that a timeout (without dup Acks) is detected right after the 8th RTT, and another timeout (with 3 dup Acks) is detected right after the 12th RTT.

Display the results for the first 15 rounds (20 points).
• Indicate the size of congestion window in each transmission round (one round corresponds to one RTT).
• Indicate the value of ssthresh in each round.

Note:
In congestion control, when a timeout is detected (i.e., right after the 8th RTT), and the changes will be reflected at the next RTT (i.e., at 9th RTT).
0 0
Add a comment Improve this question Transcribed image text
Answer #1

TCP Tahoe:

Initial congestion window(cwnd) = 1 MSS

1st RTT:

cwnd = 2 MSS

2nd RTT:

cwnd = 4 MSS

3rd RTT:

cwnd = 8 MSS

4th RTT:

cwnd = 16 MSS

ssthresh reached.

5th RTT:

cwnd = 17 MSS

6th RTT:

cwnd = 18 MSS

7th RTT:

cwnd = 19 MSS

8th RTT:(timeout)

cwnd = 20 MSS

9th RTT:

cwnd = 1 MSS

ssthresh = 10 MSS

10th RTT:

cwnd = 2 MSS

11 th RTT:

cwnd = 4 MSS.

12 th RTT:(3 dup Acks)

cwnd = 8 MSS

13th RTT:

cwnd = 1 MSS

ssthresh = 4 MSS

14th RTT:

cwnd = 2 MSS

15th RTT:

cwnd = 4 MSS

TCP Reno:

Initial congestion window(cwnd) = 1 MSS

1st RTT:

cwnd = 2 MSS

2nd RTT:

cwnd = 4 MSS

3rd RTT:

cwnd = 8 MSS

4th RTT:

cwnd = 16 MSS

ssthresh reached.

5th RTT:

cwnd = 17 MSS

6th RTT:

cwnd = 18 MSS

7th RTT:

cwnd = 19 MSS

8th RTT:(timeout)

cwnd = 20 MSS

9th RTT:

cwnd = 1 MSS

ssthresh = 10 MSS

10th RTT:

cwnd = 2 MSS

11 th RTT:

cwnd = 4 MSS.

12 th RTT:(3 dup Acks)

cwnd = 8 MSS

13th RTT:

cwnd = 4 MSS

ssthresh = 4 MSS

14th RTT:

cwnd = 5 MSS

15th RTT:

cwnd = 6 MSS

Add a comment
Know the answer?
Add Answer to:
c) Assume that there are two parallel TCP transmissions in the network, one using TCP tahoe...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • 6. Figure 1 shows an example variation of congestion window for TCP Reno. Assume that TCP...

    6. Figure 1 shows an example variation of congestion window for TCP Reno. Assume that TCP segment size is 1500 bytes and average RTT is 150 msec. i) What is the average throughput (in bits/sec) during transmission rounds starting from round 6 until round 10 starts. ii) What are the values of ssthresh at the 18th and 24th transmission rounds? iii) Suppose TCP Tahoe is used (instead of TCP Reno), and there is a timeout event at 22nd round. How...

  • Problem 1: Consider the following figure. Assuming TCP Reno is the protocol experiencing the beha...

    Networking I need help for g-k Problem 1: Consider the following figure. Assuming TCP Reno is the protocol experiencing the behavior shown above, answer the following questions. In all cases, you should provide a short discussion justifying your answer Note: this problem is counted for 10 points 45 40 35 2 30 n 25 2 20 c 15 b 10 0 2 468 10 12 14 16 18 20 22 24 26 Transmission round g. What is the value of...

  • Assume the initial ssthresh value is 64 MSS, the advertised receiver window size in ACKs is...

    Assume the initial ssthresh value is 64 MSS, the advertised receiver window size in ACKs is 135 MSS unless otherwise specified, and each segment is sized one MSS. The cwnd is 5 MSS at present. Assume there is no segment loss unless otherwise specified. Provide the answers to the following questions and separate them with comma. Each question should be considered independent of others. What is the TCP window size after 34 new ACKs have been received in a row?...

  • 1. For TCP end-to-end flow control, suppose the capacity of the receiver buffer is 10 packets. Su...

    1. For TCP end-to-end flow control, suppose the capacity of the receiver buffer is 10 packets. Suppose the packets that are being queued in the receiver buffer are packets 4, 5, 6, 7, 8, 10, 11. What is the advertised window size the receiver sent to the sender? Suppose packet 12 is the last packet sent by the sender. What’s the effective window size at the sender? Can the sender send out packet 13 at this moment? How about packet...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT