1,580 views

1 Answer

2 votes
2 votes

Yes,When Receiver received out of order frame. 

In selective repeat protocol, a frame can be received out of order and further those frames are sorted to maintain a proper sequence of the frames. While sorting, if a frame number is skipped, then receiver recognize that a frame is lost and it sends NAK for that frame to the sender.(for example if frame No.-2 lost then Receiver send NAK2 to Sender) After receiving NAK for the lost frame the sender search that frame in its window and retransmits that frame(Frame No.-2).

Related questions

1 votes
1 votes
0 answers
1
Sambhrant Maurya asked Sep 23, 2018
1,222 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,501 views
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 votes
1 votes
3 answers
3
1 votes
1 votes
1 answer
4
amitarp818 asked Sep 18, 2023
593 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 ...