TLS: Encrypts everything between client and server — the lock icon in your browser.
SSH: Encrypted remote access — how developers securely connect to servers.
DHCP: Automatically assigns IP addresses — plug in and you're on the network.
NTP: Keeps every device on Earth synchronized to the same clock.
SMTP: The protocol that delivers email across the internet — store and forward, hop by hop.
FTP: One of the oldest internet protocols — built for transferring files between machines.
IMAP: Access and manage email on the server — read, search, and organize without downloading.
OAuth: Delegated authorization for the modern web — let apps access your data without sharing your password.
STUN/TURN/ICE: Lets two peers behind home routers find each other: STUN learns your public address, TURN relays when direct paths fail, and ICE picks the best working path.
IPsec: The IETF's Layer-3 cryptographic envelope — every site-to-site VPN, every 3GPP mobile-core backhaul, every IKEv2 client tunnel on macOS / iOS / Windows / Android runs IPsec.
WG: A ~4,000-line in-kernel VPN that does one thing — encrypted, authenticated, packet-routed IP tunnels — with a single, opinionated, modern crypto suite. The deliberate anti-IPsec.
mDNS / DNS-SD: DNS, shouted to a link-local multicast group, so every printer, Chromecast, AirPlay speaker, and Matter device on your LAN can find each other with zero configuration.
krb5: The three-headed dog that guards every Windows domain, every Hadoop cluster, every NFSv4-with-security mount on Earth. Tickets, not tokens; trusted third party; mutual authentication without ever sending the password.