/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

savvinov.com
| | www.saminiir.com
5.0 parsecs away

Travel
| | At this point we have a TCP/IP stack that is able to communicate to other hosts in the Internet. The implementation so far has been fairly straight-forward, ...
| | unorde.red
4.2 parsecs away

Travel
| | [AI summary] This article provides a technical overview of the Transmission Control Protocol (TCP), explaining how it ensures reliable data transfer over an unreliable network using concepts like ports, sequence numbers, acknowledgments, and connection handshakes.
| | sookocheff.com
4.6 parsecs away

Travel
| | The transmission control protocol (TCP) does one job very well - it creates an abstraction that makes an unreliable channel look like a reliable network. For applications built over an unreliable network like the Internet, TCP is a godsend that hides a lot of the inherent complexity in building networked applications. A laundry list of TCP features that application developers rely on every day includes: retransmission of lost data, in-order data delivery, data integrity, and congestion control. This arti...
| | denshi.org
29.6 parsecs away

Travel
| (This article is made in a similar vein to a Luke Smith article about web browsers.)