Skip to main content

All Questions

Tagged with
1 vote
1 answer
654 views

TCP vs UDP Error-Checking

I've bounced upon two articles that describe in-depth on how TCP and UDP connections work. However there is some kind of inconsistency. Where one article tells me that UDP does no Error-Checking at ...
Dempsey FoxDie Van Assche's user avatar
2 votes
1 answer
409 views

How does the Inetutils telnet utility determine if a connection is still alive?

I've started using sockets in programming with Java (I have experience with Python), and while testing a server that I'd written with the telnet command, I noticed that the utility responds ...
Michael Smith's user avatar