Computer Science, asked by ratnasri2812, 17 days ago

In Go back n, protocol if every 6th packet that is being transmitted is

lostvand if totalnnumber of packets to be sent is 10, then

how many transmissions will be required?​

Answers

Answered by p963096
0

Answer:

Go back N leads to retransmission of entire window if for any frame, no ACK is received by the sender. In Go back N, Receiver silently discards the frame if it founds the frame to be either corrupted or out of order. It does not send any acknowledgement for such frame.

Similar questions