/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

www.saminiir.com
| | unorde.red
5.0 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.
| | www.internalpointers.com
5.6 parsecs away

Travel
| | One of the most important, high-level protocols in the Internet Protocol Suite.
| | sookocheff.com
4.0 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...
| | williamdurand.fr
28.1 parsecs away

Travel
| I am writing a minimum viable network stack from scratch for ArvernOS (a UNIX-like toy kernel). This two-part story describes some protocols of the TCP/IP stack as well as some implementation details in the context of ArvernOS.