316 views
0 votes
0 votes
What will the congestion window size after 4 RTTs be provided the congestion window is assigned to 1 MSS(=512B) initially?

My approach:
First transmission: 1 MSS=512 B are sent, after first ack is received window size is 2MSS=1024 B, next after next two acks are received window size is 4 MSS, finally after the receival of 4 more acks window size is 8MSS=4096 B.

Ans given is 2560 B . Please correct me if I am wrong.

Please log in or register to answer this question.

Related questions

0 votes
0 votes
1 answer
2
gaddalakonda_ganesh asked Apr 10, 2023
272 views
Which of the following are truea. A relational table can have atmost one foreign keyb. The main purpose of foreign key is to optimize the queries by query optimizer.
0 votes
0 votes
3 answers
3
om s asked Apr 7, 2023
614 views
Q )Six jobs are waiting to be run. The expected running times are 9, 7, 5, 2, 1 and x respectively. Where 5 < x < 7 and the average completion time is 13. Find the value ...