Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> TCP/IP-based one-way

What would it mean to have one-way communication over TCP? Don't you need to send the acknowledgements back?



Normally, yes.

In the case where you don't expect a response, you can still rely on the rudimentary error checking of TCP (checksum and sequence numbers) to detect when damaged or dropped - but this smells like a custom implementation of the protocol.

But this is a scientific wild ass guess.


> What would it mean to have one-way communication over TCP? Don't you need to send the acknowledgements back?

https://en.wikipedia.org/wiki/Multicast ?

https://en.wikipedia.org/wiki/Broadcasting_(networking)


IP multicast/broadcast does not use TCP.


Good catch, I think the article needs a fix. As I read it, at the edges, everything is TCP/IP. Over satellite, IP multicast (UDP) is used for live audio, and unidirectional file broadcast (using a proprietary protocol with inline forward error correction) for program files.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: