Google News
logo
Networking - Quiz(MCQ)
In Go-Back-N window, when the timer of the packet times out, several packets have to be resent even some may have arrived safe. Whereas in Selective Repeat window, the sender resends ___________
A)
All the packets
B)
Packet which are not lost
C)
Only those packets which are lost or corrupted
D)
Only those packets which are lost or corrupted

Correct Answer :   Only those packets which are lost or corrupted


Explanation : In Selective Repeat, the sender side uses a searching algorithm to find the packets which need to be retransmitted based on the negative acknowledgements received and then resends only those packets thus saving bandwidth.

Advertisement