Networking
Protocols, addressing, and the infrastructure that lets computers communicate.
Articles (7)
- How Wi-Fi Works
How wireless LANs encode data onto radio waves — channels, modulation, collisions, and why your Wi-Fi speed depends on walls, neighbors, and channel width. - HTTP Caching
How Cache-Control, ETag, Last-Modified, and If-None-Match headers let browsers and intermediaries reuse responses, saving bandwidth and load. - Subnetting and CIDR
Dividing IP address space into subnets and the Classless Inter-Domain Routing notation that replaced rigid classful addressing. - TCP Three-Way Handshake
The three-message exchange TCP uses to open a reliable connection and synchronize sequence numbers between two hosts. - TCP Congestion Control
The mechanisms that let TCP share network capacity fairly, adjusting each connection's sending rate in response to congestion signals. - Domain Name System
The hierarchical, distributed naming system that maps human-readable domain names to IP addresses and other network records. - HTTP and HTTPS
The request–response protocol that powers the World Wide Web, and its encrypted variant secured by TLS.