182k views
0 votes
We want to implement a data link control protocol on a channel that has limited bandwidth and high error rate. On the other hand, the communication equipment has high processing power and large buffering capacity. Assume that off-the-shelf software is available for two protocols, the Go Back N and the Selective Repeat protocols. Which one is better in this situation

User ZuTa
by
3.6k points

1 Answer

1 vote

Answer:

Selective Repeat protocols

Step-by-step explanation:

It is better to make use of the selective repeat protocol here. From what we have here, there is a high error rate on this channel.

If we had implemented Go back N protocol, the whole N packets would be retransmitted. Much bandwidth would be needed here.

But we are told that bandwidth is limited. So if packet get lost when we implement selective protocol, we would only need less bandwidth since we would retransmit only this packet.

User Avichalp
by
4.3k points