edited by
787 views
4 votes
4 votes
Two station A and B are connected via a point to point Link.A sends a freame to B using Go back-n protocolwith window size 7 and sequence number is of 3 bit.A sends frame one by one but B's ack for frame 3 is not reached to A..before the timer expiers B received frame 4   sent ACK4,but frame 5 is lost and not received by B..so now what will be the buffer frame of current window of A?
edited by

1 Answer

4 votes
4 votes
GO BACK N  use cummulative  ack. so , though it is not received ACK  for packet 3  , ACK  for packet 4 assures sender A  that packet 3 successfully received by receiver  . but due to some reason ack is lost .  packet 5 itself is lost , so after that,  all out of order packets  are rejected by receiver and no ack is generated . so after timeout , a window of 7 packet is again transferred that starts from sequence no 5 .
edited by

Related questions