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