1 1 vote Computer Networks congestion-control + – sourabh 1.2k views answer comment Share Follow Print 0 reply Please log in or register to add a comment.
Best answer 2 2 votes In slow start phase, congestion window is incremented by 1 when an ACK is received by sender cwnd = cwnd + 1, Congestion Avoidance phase starts when congestion window reaches the slow start threshold. Each time, an ACK is received congestion window is incremented as follows - cwnd = cwnd + 1/cwnd. So, option C is correct. amitlko answered Oct 16, 2016 • selected Jun 29, 2019 by Bikram amitlko comment Share Follow 0 reply Please log in or register to add a comment.
0 0 votes In slow start Phase Cwnd Size = (prev current window size)*2 in conjection Avoidance Phase Cwnd Size= Prev Cwnd+ 1 Shubham Pandey 2 answered Oct 13, 2016 • edited Nov 15, 2016 by Shubham Pandey 2 Shubham Pandey 2 comment Share Follow See all 3 Comments 3 3 Comments reply vijaycs commented Nov 14, 2016 reply Follow flag In slow start Phase Cwnd Size = (prev current window size) * 2 ... ?? 1 1 replyShare cse23 commented Nov 15, 2016 reply Follow flag in slow start phase window size starts with the given MSS then it increases exponentially ryt?? so Cwnd = 2 * Cwnd 0 0 replyShare Prashant. commented Nov 15, 2016 reply Follow flag yes /.... 0 0 replyShare Please log in or register to add a comment.