retagged by
1,290 views

1 Answer

0 votes
0 votes

Sf==>First Outstanding bytes in sender window.So before the Sf Byte all bytes are already acknowledged.

Sn==>Next Byte to be sent in sender window

Rn==>Next Byte to be received in receiving window

Ack no 13 has arrived means till the 12 byte all have received by receiver and expecting Byte No 13

So Sf variable will move and point to the 13th Byte

Sn will Still remain  the same.it might happened that from 13 to 14 still not reached to the receiver till the time of acknowledgment

Rn will point to the 13th Byte.

 

 

 

 

 

 

Related questions

0 votes
0 votes
1 answer
2
iarnav asked Nov 8, 2018
1,942 views
Sender Window Size is 7 and every 3rd packet is lost/corrupted. So, how to find channel utilization!?
5 votes
5 votes
3 answers
3