Why a strict NAK-only strategy would leave the sender unsure about whether any packets got through ? Is there any solution about this?

StackOverflow https://stackoverflow.com/questions/22139455

  •  19-10-2022
  •  | 
  •  

Вопрос

The NAK-based strategy is that it can send NAK message from the receiver indicating that particular data was not received . And I want to know why NAK-based strategy would leave the sender unsure about whether any packets got through ? Is there any solution about this ?

Нет правильного решения

Другие советы

The sender is unsure whether anything got through because it has no idea whether it can hear the receiver's NAKs. A 100% successful transmission looks exactly the same as a transmission with cut cables; the sender hears only silence.

Solutions? Well, you could use ACKs. I'm not very familiar with protocol design, so I'm not sure what better solutions are available or how to optimize this.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top