1,095 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

673
views
1 answers
2 votes
616
views
1 answers
1 votes
iarnav asked Nov 12, 2018
616 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,...
528
views
0 answers
1 votes
iarnav asked Nov 11, 2018
528 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...
604
views
1 answers
0 votes
Shubham Kumar Gupta asked Jan 29, 2018
604 views
Please Explain.