1,054 views
3 votes
3 votes

in what protocol or protocols, it is possible for the sender to receive an ack for a packet that falls outside of its current window 

a. stop and wait            b. selective repeat      c.gbn       d. all of the above

2 Answers

3 votes
3 votes
Ans is d

this is the concept of delayed ack which can occur in any of the protocol
1 votes
1 votes
Answer(b).Only in selective repeat we can able to get ACK for a packet that is out of current window.

explanation:As we know  1)in selective repeat arq does not wait for any ack and continuously send packets.

2)if a ACK is lost then ACK for higher packet can be used by receiver to make sender know that UNACKNOWLEDGED packet is received successfully by the receiver.let imagine that after sometimes that ACKNOWLEDGED packet ACK is received by the sender.

As selective repeat ARQ supports individual ACK.

Related questions

2 votes
2 votes
1 answer
1
1 votes
1 votes
1 answer
2
iarnav asked Nov 12, 2018
571 views
Say sequence # field has 5 bits.then what would be the max SWS (sender window size) in case of simple SWP where nothing is mentioned explicitly that the SWP is GBN or SN,...
1 votes
1 votes
0 answers
3
iarnav asked Nov 11, 2018
476 views
Say sequence # field has 5 bits. So, I know, we have a relation Ws+Wr <= avail seq #So in simple SWP = 2^5 = 32 sequence number and SWS = 32 packets ( is it correct)?in G...
0 votes
0 votes
1 answer
4