A configuration that intentionally returns no useful result or directs selected names to a non-routable or controlled destination. The term can refer to policy blocking, sinkholing, or routing a DNS service address to discard traffic.
A list of domains, addresses, clients, or indicators for which an action such as deny, redirect, log, or quarantine is applied. Modern documentation often uses blocklist instead of blacklist.
A Certification Authority Authorization record states which certificate authorities are permitted to issue certificates for a domain and can define incident-reporting contacts. Certificate authorities are expected to check it before issuance.
Temporary storage of DNS responses and related metadata by a resolver or intermediary. Cached data is reused until its TTL expires or the cache is cleared, replaced, or invalidated.
A query answered from cached data without contacting an upstream authoritative server. A high cache-hit rate can reduce latency and upstream load, though the right rate depends on workload and TTLs.
A query for which the resolver does not have usable cached data and must perform resolution or forwarding. Misses increase upstream traffic and usually add latency.
The insertion of false DNS data into a resolver cache so future clients receive an attacker-chosen answer. Defenses include strong transaction matching, source-port randomization, DNSSEC validation, cookies, and hardened bailiwick processing.
The selected true or target name for an alias. A CNAME record points an alias owner name to a canonical target name, though the target can itself lead through another alias.
A special DNS zone that distributes a catalog of member zones and associated properties to participating authoritative servers. It can automate secondary-zone provisioning across a fleet.
A zone whose apex is below another zone in the namespace and is reached through a delegation from its parent. The child controls authoritative data at and below its apex except for delegated descendants.
A DNS protocol field that identifies a namespace class. IN, for Internet, is overwhelmingly the common class; others such as CH exist for specialized or historical uses.
A DHCP option by which a client communicates its desired fully qualified domain name and dynamic-update preferences. The server can use it to coordinate forward and reverse DNS registration.
For a queried name that does not exist, the closest encloser is the longest existing ancestor name in the zone. It is central to wildcard processing and DNSSEC proofs of nonexistence.
DNS services delivered through a cloud control plane, including authoritative hosting, recursive resolution, private zones, traffic management, and security policy. The data plane may be provider-managed and globally distributed.
A sequence in which a queried alias points to another name that may itself be an alias before reaching terminal data. Long chains add latency and increase the chance of loops, broken targets, or policy differences.
A provider feature that follows a configured alias target at the authoritative platform and returns address records to the client. It is often used at the zone apex where an ordinary CNAME would conflict with required SOA and NS data.
A Canonical Name record makes its owner name an alias for a target name. With limited DNSSEC-related exceptions, other data should not coexist at the same owner name.
A forwarding rule that sends queries for selected domains to specific upstream resolvers instead of using the normal recursive path. It is commonly used between organizations, Active Directory forests, clouds, and isolated environments.
A lightweight DNS transaction token carried in an EDNS option to help a server verify that a client can receive traffic at its claimed address. DNS Cookies can reduce spoofed-query abuse and improve transaction matching.
A modular DNS server commonly used for service discovery in Kubernetes and other cloud-native environments. Its behavior is defined by a chain of plugins.
A Child-to-Parent Synchronization record allows a child zone to signal selected delegation-data changes, such as NS and related address records, to its parent under an agreed automation policy.
A centrally operated user-facing recursive DNS service, often used as an organizational resolver platform. The acronym is less universal than common terms such as recursive resolver.
A DNS record that points to a resource that no longer exists or is no longer controlled by the intended owner. If another party can claim the target service, the condition can enable subdomain takeover.