Don't have an account? Sign up
If you're already signed up, please sign in
Recursive Resolver — a resolver that performs the sequence of DNS queries on a client's behalf until it obtains a final answer or error.
DNS is a distributed hierarchy. A resolver starts with available data and, when necessary, queries root, TLD, and authoritative servers. TTL-based caching reduces query volume but delays the visibility of changes.
Recursive Resolver — a resolver that performs the sequence of DNS queries on a client's behalf until it obtains a final answer or error.
This component participates in locating, storing, or returning authoritative data about domain names. Its role is determined by its place in the hierarchy and the type of DNS query.
Query the authoritative servers and a recursive resolver separately. Compare the answer, TTL, delegation, and cache state to distinguish a zone error from stale client-side data.