/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

gafferongames.com
| | sookocheff.com
2.1 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...
| | eyakubovich.github.io
4.6 parsecs away

Travel
| | In this post, I will divert from my usual topic of C++ to jog down my thoughts about TCP and SSL. I have limited knowledge of networking and even more limited understanding of security so my ramblings here might be full of flaws and security holes. Nevertheless, I thought it...
| | unorde.red
2.8 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.
| | cocomelonc.github.io
17.2 parsecs away

Travel
| [AI summary] A technical tutorial explaining reverse shells, including definitions, common ports, firewall circumvention, listener setup, various command-line examples (netcat, bash, python, C), and defense strategies.