5 5 votes During Congestion avoidance(Additive Increase) in tcp when 3 duplicate ACKs arrived then during that arrival phase by which algorithm did the sender window adopt increment procedure? a) Sender window uses additive increase b)Sender window uses slow start which option is correct? Computer Networks computer-networks tcp congestion-control + – Shubham Sharma 2 4.1k views answer comment Share Follow Print 0 reply Please log in or register to add a comment.
6 6 votes From forouzan :: TCP/IP protocol suite: If three duplicate ACKs are received, there is a weaker possibility of congestion; a segment may have been dropped but some segments after that have arrived safely since three duplicate ACKs are received. This is called fast transmission and fast recovery. In this case, TCP has a weaker reaction as shown below: (A). It sets the value of the threshold to half of the current window size. (B). It sets cwnd to the value of the threshold (some implementations add three segment sizes to the threshold). (C). It starts the congestion avoidance phase. dd answered Feb 19, 2017 dd comment Share Follow See all 3 Comments 3 3 Comments reply Shubham Sharma 2 commented Feb 19, 2017 reply Follow flag Is the Value of Sender Window(SW) is correct during 3 duplicate Acks arrival? 0 0 replyShare srestha commented Feb 19, 2017 i edited by srestha Feb 19, 2017 reply Follow flag In AIMD phase, if there are 3 duplicate ACK , then there is a strong possibility of congestion (not weak possibility) Moreover there should be a threshhold value. Sender Window value cannot go upto infinity 0 0 replyShare vishwa ratna commented Feb 21, 2017 reply Follow flag 3 duplicate acknowledgement means mild congestion. 0 0 replyShare Please log in or register to add a comment.
0 0 votes Option a is correct . Slow start mechanism occurs whenever time out occurs arch answered Feb 19, 2017 arch comment Share Follow 0 reply Please log in or register to add a comment.
0 0 votes 3 duplicate ack means congestion is less so sender opts for additive increase rather than slow start which occurs when congestion is severe and time out happens. Hence correct option is a. Arnabi answered Feb 19, 2017 Arnabi comment Share Follow See all 2 Comments 2 2 Comments reply Shubham Sharma 2 commented Feb 19, 2017 reply Follow flag U mean to say During the phase when 3 duplicate acks are coming sender opts for additive increase and After the 3 duplicate Acks arrived sender opts for slow start?? 0 0 replyShare Arnabi commented Feb 19, 2017 reply Follow flag No, i am saying whenever timeout occurs it means congestion is severe slow start mechanism happens. After the 3 duplicate Acks arrived sender opts for slow start(This is wrong) 1 1 replyShare Please log in or register to add a comment.
0 0 votes b option is correct akankshadewangan24 answered May 3, 2017 akankshadewangan24 comment Share Follow See 1 comment 1 1 comment reply abhishekmehta4u commented May 20, 2017 reply Follow flag 3 duplicate packet means week posiblities of congestion and use congestion avoidance algorithm. Option a is correct. 0 0 replyShare Please log in or register to add a comment.