Networking
21 articles in this category.
More in Networking
· min read
What is an RFC?
A short reference on RFCs — what Request for Comments documents are, who publishes them, why the name is a 50-year-old misnomer, what MUST and SHOULD legally mean, and which numbers are worth recognizing on sight.
#networking
#protocols
#standards
· min read
What is ICMP?
A short reference on ICMP — the internet's control channel, why it has no ports, the message types behind ping and traceroute, what breaks when firewalls drop it, and why blocking all of it black-holes your own connections.
#networking
#protocols
#icmp
#debugging
· min read
What a reverse proxy actually does
A reverse proxy is the single front door that sits in front of your backends — clients only ever talk to it. This explains routing, TLS termination, load balancing, caching, and how it differs from a forward proxy.
#networking
#reverse-proxy
#http
#ai-assisted
· min read
What is TLS (and how does Let's Encrypt fit)?
A short reference on Transport Layer Security — what the padlock actually guarantees, how the certificate chain of trust works, and how Let's Encrypt and the ACME protocol automate issuing the certificate that proves you own a domain.
#networking
#tls
#https
· min read
What is a VPN (and how does WireGuard do it)?
A short reference on virtual private networks — what the encrypted tunnel actually is, the difference between privacy-product VPNs and infrastructure VPNs, and how WireGuard builds one with keys, peers, and a single UDP port.
#networking
#vpn
#wireguard
· min read
What is NAT (and why CGNAT blocks you)?
A short reference on Network Address Translation — why it exists, how the translation table is built from outbound connections, why unsolicited inbound traffic is dropped, and how carrier-grade NAT takes away your public IP entirely.
#networking
#nat
#cgnat
· min read
Dynamic vs static IP addresses
A short reference on dynamic vs static IPs — what each means, how DHCP leases work, when each is the right choice for clients and servers, and where the boundary between them gets blurry in cloud and home networks.
#networking
#dhcp
#ip
· min read
IPv4 vs IPv6: what actually changed
A short comparison of IPv4 and IPv6 — address size, format, why IPv6 was designed in 1998, what changed beyond the obvious 32-vs-128-bit width, and why the migration is still going thirty years later.
#networking
#ipv4
#ipv6
· min read
What is anycast?
A short reference on anycast — one IP address announced from many locations, how routing picks the nearest one, why CDNs and DNS root servers use it, and where the edge cases bite.
#networking
#anycast
#bgp
#cdn
· min read
What is DNS?
A short reference on the Domain Name System — the hierarchy, common record types, how a recursive resolver actually looks up a name, and the caching that keeps the whole thing usable.
#networking
#dns
#protocols
· min read
How to perform a traceroute
A short reference on traceroute — what it actually does with TTL, when to reach for it, the differences between traceroute, tracert, and mtr, and how to read the output without misinterpreting the hops.
#networking
#traceroute
#mtr
#debugging
· min read
What is CIDR?
A short reference on Classless Inter-Domain Routing notation — what `/N` means, how the prefix and host bits divide, why it replaced the A/B/C class system in 1993, and the common sizes you see in real-world networks.
#networking
#cidr
#ipv4
#ipv6
· min read
What is a subnet?
A short reference on subnets — what they actually are, how the mask separates network bits from host bits, why subnetting exists, and how to think about sizing one.
#networking
#subnet
#cidr
#ipv4