edited by
1,539 views
4 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?

1 Answer

4 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
Position:
Show:

Related questions

4 4 votes
2 2 answers
4.5k
4.5k views
Subham Nagar asked Dec 17, 2018
4,474 views
Assume 2 computers are connected via a network. The network uses Go-Back 7 sliding window protocol for maintaining flow control. It is observed that every 5th packet that...
0 0 votes
0 0 answers
811
811 views
junaid ahmad asked Dec 22, 2018
811 views
Here in LIST—II,i think point 1,2 is true for all the protocols.please confirm!
1 1 vote
1 1 answer
1.1k
1.1k views
Markzuck asked Dec 21, 2018
1,087 views
Some one please explain the concept behind this.
0 0 votes
0 0 answers
643
643 views
Markzuck asked Dec 17, 2018
643 views
for Transmission delay, 2KB, K shall be 1024 and NOT 1000 as its data, right?