489 views
1 votes
1 votes
If the present windows size at receiver is 8000byte. Each mss is 2000 byte and no. Of acknowledgemt during that time are 2.  What is present window size if congestion avoidance algo. Is used.

2 Answers

0 votes
0 votes
In collision Avoidance

after getting one acknowledgement window size got increased by 1mss

here two acknowledgement received

so it must got increased by 2mss

=8000+2mss -> 8000+2000+2000  ->  12000 bytes

please correct me ? if i am wrong
0 votes
0 votes
slow start: TCP start with 1 MSS and on each ack congestion window is increased by 1 MSS(Exponential increase).

you not given your slow start threshold value so how we when we enter congestion avoidence phase.

 

reciver window is not the current window size of sender because send window=min(cwnd,rec_winodw).

your question seems incomplete.

Related questions

2 votes
2 votes
2 answers
3
Na462 asked Dec 2, 2018
1,178 views
Assume the scenario where size of the congestion window of a TCP connection be 40KB when timeout occurs. The MSS is 2KB. Propagation delay be 200msec. Time taken by TCP c...