Glossary
DNS & Domain Security Terms
Plain-English definitions for every DNS record type, email authentication standard, and security concept you'll encounter in the domain world.
14 terms
A
B
C
D
DKIM
DomainKeys Identified Mail — an email authentication standard that uses public-key cryptography to sign outgoing messages, allowing receivers to verify the email came from the claimed domain and wasn't altered in transit.
Email Auth
DMARC
Domain-based Message Authentication, Reporting & Conformance — the policy layer of email authentication that ties SPF and DKIM to the From: header and specifies what to do when messages fail.
Email Auth
DNS
Domain Name System — the internet's distributed database that translates human-readable domain names (example.com) into IP addresses and other machine-readable data.
DNS Fundamentals
H
M
N
P
S
SPF
Sender Policy Framework — a DNS TXT record that lists which mail servers are authorized to send email for a domain. Receiving servers check the sender's IP against this list.
Email Auth
SSL/TLS
Secure Sockets Layer / Transport Layer Security — cryptographic protocols that encrypt data in transit between a client (browser) and server. TLS is the modern version; SSL is deprecated but the name persists.
Security
T
TTL
Time to Live — a value in DNS records (in seconds) that controls how long resolvers and browsers cache the record before fetching a fresh copy from the authoritative nameserver.
DNS Fundamentals
TXT Record
A DNS record type that stores arbitrary text strings. Originally for human-readable notes, now primarily used to publish SPF, DKIM, DMARC, and domain verification data.
DNS Records