678 views
1 1 vote
Suppose that TCP congestion window is set to 28KB and time-out occurs.The window size after the next six successful transmission bursts (Assume maximum segment size is 2KB and TCP uses congestion avoidance) is _______(in KB)

1 Answer

2 2 votes

If congestion is detected by time out error:

  1. Set threshold value to half of the current window size where congestion is detected. New threshold = 18/2 =14 KB
  2. start the slow-start phase. Hence new window size = 2 KB

next 6 bursts will be ==>> 2KB | 4KB | 8KB | (now threshold reaches so Additive increase starts) 10 KB  | 12 KB | 14 KB 

Answer will be 14 KB

Position:
Show:

Related questions

1 1 vote
1 1 answer
89
89 views
ADIL_DYER asked Jul 7
89 views
The initial value of ssthresh is set to arbitarily high value; so sender can keep on increasing its cwnd, But wont that clash with the rwnd eventually ?So is it correct ...
2 2 votes
1 1 answer
432
432 views
muralikrishna1729 asked Feb 2
432 views
Suppose two hosts use a TCP connection to transfer a large file.Which of the following statements is/are FALSE with respect to the TCP Congestion Control Algorithm? I. Co...
7 7 votes
1 1 answer
341
341 views
GO Classes asked Nov 21, 2025
341 views
Consider a TCP connection where the congestion window varies between $\mathrm{W}$ and $\mathrm{W} / 2$ due to periodic packet losses caused by congestion. The round-trip ...
5 5 votes
1 1 answer
376
376 views
GO Classes asked Nov 21, 2025
376 views
Consider a TCP connection using AIMD (Additive Increase Multiplicative Decrease) congestion control. The current congestion window size is $\mathbf{2 4 ~MSS}$. A timeout ...