Glossary
Explanations of key terms in IP, DNS and networking.
A
DNS record that maps a domain name to an IPv4 address.
AAAA RecordDNS record that maps a domain name to an IPv6 address.
AnycastAddressing technique in which the same IP prefix is announced from multiple locations, so traffic is routed to the topologically nearest one.
ASNGlobally unique number identifying an autonomous system (routing domain) on the internet.
Authoritative DNSName server that is the official source for the records in a DNS zone.
B
C
D
Protocol that automatically assigns IP addresses and network configuration to devices.
DHCP LeaseTime-limited assignment of an IP address from a DHCP server to a client, renewed periodically until it expires.
DKIMEmail authentication that cryptographically signs messages with a domain's private key.
DMARCPolicy built on SPF and DKIM that tells receivers how to handle unauthenticated email.
DNSThe system that translates domain names to IP addresses.
DNS PropagationThe time it takes for a DNS change to become visible everywhere as cached records expire on recursive resolvers.
DNS ResolverServer that performs DNS lookups on behalf of clients and applications.
DNSSECDNS extension that signs records so resolvers can verify they came from the real zone and were not modified in transit.
Domain NameHuman-readable name that represents an IP address via DNS.
Dual StackConfiguration where a device or network supports both IPv4 and IPv6 simultaneously.
F
H
I
Numeric identifier assigned to a device on an IP network so that data can be routed to and from it.
IPv4The most widely used version of IP addressing based on 32-bit.
IPv6Modern IP protocol using 128-bit addresses to replace IPv4 address limitations.
IPv6 Address128-bit Internet Protocol address written as eight hexadecimal hextets, designed to replace the exhausted IPv4 space.
IPv6 PrefixLeading portion of an IPv6 address that identifies a network, written in CIDR notation as `address/length`.
ISPInternet service provider that gives access to the internet.
L
M
N
Technique that translates between private and public IP addresses.
NAT64Transition mechanism that lets IPv6-only clients reach services that still only exist on IPv4.
Network AddressFirst address in a subnet that identifies the network.
NS RecordDNS record that specifies authoritative name servers for a domain.
P
NAT variant that lets many internal hosts share one public IPv4 by rewriting source ports per flow.
PeeringDirect interconnection between two autonomous systems to exchange traffic, usually for their own networks and customers.
PingDiagnostic that measures reachability and round-trip time using ICMP Echo Request and Echo Reply.
PrefixThe number of leading bits in an IP address that define the network portion, written after the slash in CIDR notation.
Private IPIP address reserved for internal networks and not routable on the public internet.
PTR RecordDNS record used for reverse DNS lookups, mapping an IP address back to a domain name.
Public IPGlobally routable IP address used to communicate over the public internet.
Q
R
HTTPS/JSON protocol for registration data, designed as a structured successor to WHOIS.
Recursive DNSDNS resolver that fully resolves a query on behalf of the client.
Reserved IP AddressAddress range set aside by IANA or an RFC for a specific purpose and excluded from normal public routing.
Reverse DNSLookup that finds the domain name associated with an IP address using PTR records.
RoutingThe process of selecting paths and forwarding IP packets between networks until they reach the destination.
S
Mechanism that allows IPv6 devices to configure their own address without DHCP.
SOA RecordDNS record that holds the authoritative metadata for a zone.
SPFDNS TXT record that lists which servers are allowed to send email for a domain.
SubnetDivision of an IP network into smaller segments.
Subnet Mask32-bit value in dotted-decimal notation that separates the network portion from the host portion of an IPv4 address.
T
Cryptographic protocol that provides encryption, authentication and integrity for TCP-based traffic.
Total AddressesThe total number of IP addresses in a subnet including network and broadcast addresses.
TracerouteDiagnostic that lists the routers on the path to a host by sending probes with incrementing IP TTLs.
TransitService in which one autonomous system pays another to deliver its traffic to and from the rest of the internet.
TTLValue that tells resolvers how long a DNS record may be cached before re-querying.
TXT RecordDNS record for arbitrary text, used for SPF, DKIM and verification.