Answered step by step
Verified Expert Solution
Question
1 Approved Answer
2. (15 pts) Consider the figure below, which plots the evolution of TCP's congestion window at the beginning of each time unit. In this abstract
2. (15 pts) Consider the figure below, which plots the evolution of TCP's congestion window at the beginning of each time unit. In this abstract model (NOT TCP Reno or Tahoe), TCP sends a "flight" of packets of size cwnd at the beginning of each time unit. The result of sending packets is that either (i) all packets are ACKed at the end of the time unit; (ii) there is a timeout for the first packet; (iii) there is a triple duplicate ACK for the first packet. The initial value of cwnd is 1 and the initial value of ssthresh is 8. Congestion window size (in segments) 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 do Time unit (in RTT) Given evolution of TCP's congestion window, provide following: a. List the times, at which TCP is in slow start, congestion avoidance and fast recovery states. b. List the times, at which the first packet in the sent flight of packets is lost and indicate whether the packet loss is detected via timeout, or by triple duplicate ACKS. C. List the times at which the value of ssthresh changes and provide the new value of ssthresh
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started