Glossary

Technical definitions of DNS, TLS, and networking concepts. Each entry explains what the technology does, how it works, and where things commonly go wrong.

DNS
CNAME Record
Maps an alias domain name to a canonical (true) domain name.
DNSSEC
Adds cryptographic signatures to DNS records to prevent response forgery.
MX Record
Specifies which mail servers accept incoming email for a domain.
TXT Record
Holds arbitrary text used for SPF, DKIM, DMARC, and domain verification.
SOA Record
Marks zone authority and sets serials, transfer timers, and negative-caching TTL.
TTL (Time to Live)
How long resolvers may cache a DNS record before fetching a fresh copy.
Reverse DNS (PTR)
Resolves an IP address back to a hostname using PTR records in in-addr.arpa.
NXDOMAIN
DNS response code indicating a queried name does not exist in the namespace.
CAA Record
Restricts which certificate authorities may issue TLS certificates for a domain.
Email
SPF Record
Authorizes which mail servers can send email on behalf of your domain.
DKIM
Adds a cryptographic signature to outgoing email for sender verification.
DMARC
Ties SPF and DKIM together with a policy for handling authentication failures.
MTA-STS
Enforces TLS on inbound SMTP, closing the STARTTLS downgrade attack window.
BIMI
Displays a verified brand logo in supporting email clients for authenticated senders.
TLS
Certificate Chain
The ordered list of certificates from server leaf to trusted root CA.
Certificate Transparency
Public append-only logs of all issued TLS certificates for auditability.
SAN (Subject Alternative Name)
The authoritative list of hostnames a cert covers; browsers ignore Common Name.
Wildcard Certificate
Covers any single-label subdomain with *.example.com — not apex or multi-level.
OCSP
Real-time certificate revocation check; stapling fixes privacy and latency issues.
Cipher Suite
Named bundle of key exchange, authentication, encryption, and integrity algorithms.
Web Security
HSTS
Forces browsers to use HTTPS for all future requests to a domain.
Content-Security-Policy
HTTP header that controls which resources a page is allowed to load.
X-Frame-Options
Prevents clickjacking by controlling whether browsers can embed a page in a frame.
Referrer-Policy
Controls how much URL information the browser shares via the Referer header.
Permissions-Policy
Gates powerful browser features like camera, microphone, and geolocation per origin.
X-Content-Type-Options
The nosniff directive stops browsers from MIME-sniffing responses away from their declared type.
security.txt
RFC 9116 file at /.well-known/security.txt for machine-readable vulnerability disclosure contacts.
Networking
BGP
The routing protocol that determines how traffic flows between autonomous systems on the internet.
ASN (Autonomous System Number)
Unique number identifying an autonomous system — a network under a single routing policy.
Anycast
One IP prefix, many locations — BGP routes each client to the topologically nearest site.
RPKI
Signed ROAs bind prefixes to authorized origin ASNs, enabling BGP route origin validation.