1,506 views
1 votes
1 votes
LLIn selective -repeat when how receiver will know that a frame is lost and send NAK ?Is it when he recieves an out of order packet .?

1 Answer

0 votes
0 votes
The sender takes the responsibility of detecting packet loss.Reciever does not have worry about packet loss. No out-of-order packets do not indicate packet loss.

"The SR receiver will acknowledge a correctly received packet whether or not it is in order. Out-of-order packets are buffered until any missing packets (that is,packets with lower sequence numbers) are received, at which point a batch of packets can be delivered in order to the upper layer. "

When the timer associated with the packet expires the sender simply resends the packet.So no need of NAKs.

Related questions

1 votes
1 votes
0 answers
1
Sambhrant Maurya asked Sep 23, 2018
1,225 views
If the sender window size is 128 using selective repeat ARQ, then the sequence number of the frame to be sent after sending 400 frames is __________
1 votes
1 votes
1 answer
2
Anu Priya 1 asked Jul 3, 2017
1,594 views
In selective -repeat when how receiver will know that a frame is lost and send NAK ?Is it when he recieves an out of order packet .?
1 votes
1 votes
3 answers
3
1 votes
1 votes
1 answer
4
amitarp818 asked Sep 18, 2023
608 views
Consider a sliding window protocol that uses Selective Repeat, the sender sliding window size is 32. The sequence number of the frame to be sent after sending 200 frames ...