DNS Tools

Recursive DNS Checker — Delegation Path & Resolution Chain

Walk the public delegation chain resolvers follow from TLD to your domain with NS and SOA per step

How to Use This Tool

  1. Enter the hostname whose resolution chain you want to validate.
  2. The domain is normalized and validated.
  3. dns-trace queries NS and SOA at each zone suffix from TLD to full name.
  4. Each step records nameserver targets and resolver status text.
  5. delegationDepth and authoritativeZone summarize chain length and deepest zone.
  6. Broken or missing NS at any step explains recursive resolution failures.

About This Tool

Recursive resolvers do not magically know answers — they iterate delegations from the TLD downward until they reach authoritative nameservers for your zone. When operators ask whether recursive DNS is working, the first diagnostic is whether delegation and NS data form a coherent chain. VSPIC recursive DNS checker uses dns-trace on the domain you enter, returning trace steps with zone, nameservers, SOA, status, delegationDepth, authoritativeZone, and summary.

This is not an open-resolver amplification test and does not send iterative queries from your browser — it documents the delegation structure public resolvers must traverse, the same data shape as DNS trace lookup and DNS hosting provider finder, framed for resolution-path verification.

Common use cases

  • View all DNS records of a domain after migration
  • Confirm DNS records after domain changes
  • Test for DNS leaks when using a VPN
  • Debug email delivery with MX and TXT records

Why use VSPIC for ?

  • Visualizes the delegation path recursive resolvers follow.
  • Per-step status aids NXDOMAIN versus timeout debugging.
  • NS and SOA together at each zone cut.
  • Identifies broken parent delegations before leaf record issues.
  • Free instant check via public resolver path.
  • Structured JSON for NOC tickets and runbooks.

What recursive DNS resolution requires

A recursive resolver starts with no cached data, learns NS at the TLD, walks delegations, then queries authoritative servers for the final QNAME. If any delegation step publishes wrong or lame NS, recursion fails or returns stale answers even when the zone file at the intended host is perfect.

Checking recursion in practice means validating the delegation chain and authoritative reachability — our trace surfaces the chain; follow-up queries on each NS hostname confirm liveness.

dns-trace output for resolution audits

Each trace entry includes zone suffix, nameserver list, optional SOA string, and status from Google Public DNS queries. delegationDepth counts steps from TLD; authoritativeZone is the deepest label queried.

Summary text states how many delegation steps were walked. Empty nameservers at an intermediate step is a red flag for recursive failures affecting all public users.

Recursive checker versus open resolver tests

Open resolver tests detect misconfigured servers that answer arbitrary queries from the internet — a security issue. This page does not send amplification probes or scan UDP port 53 broadly. It inspects delegation data your domain publishes for resolvers to consume.

Pair with DoH test tools when validating encrypted recursive paths; use this checker when delegation itself is suspect after NS migrations.

Debugging lame delegations and stale NS

Lame delegation occurs when parent NS point to hosts that do not serve the child zone. Status text and empty answers at a step hint at lameness — confirm by querying each listed NS directly for the zone SOA.

After registrar NS updates, recursive users hit old paths until TTL expires. Trace daily during migrations to see TLD NS converge.

Subdomain zone cuts and recursion

Separate child zones (delegated subdomains) add trace steps. Recursive resolvers must follow each cut. Identical NS at parent and child often means one zone file serves both — still valid, but different from separate DNS accounts per subdomain.

authoritativeZone tells you which suffix owns edits when opening provider tickets.

Relationship to DNS trace lookup

Identical dns-trace backend and JSON. Recursive DNS checker emphasizes resolution-path language for NOC and helpdesk searches; DNS trace lookup emphasizes delegation documentation. Choose the page that matches your team's vocabulary.

DNS hosting provider finder uses the same action with vendor identification framing.

Corporate DNS and split horizon

Internal recursive servers may override public delegations with private zones. This tool reflects the public internet chain — employees may resolve differently inside VPN. Compare internal dig results when split horizon is deployed.

Authoritative fixes must publish on the NS listed at the TLD step for public users.

API automation for uptime checks

Schedule GET /ip-tools/api/extended?action=dns-trace&domain=example.com after DNS Terraform applies. Fail CI when nameserver sets drift from approved baselines or delegationDepth changes unexpectedly.

Attach trace JSON to incident tickets when recursive resolution complaints spike regionally.

Limits and honest expectations

We query via Google Public DNS, not an interactive iterative walk from root hints. Outcomes match most public recursive behavior for well-formed zones. Hidden primary setups and DNSSEC validation failures need additional tools.

This checker does not measure resolver latency — use DNS response time test for timing probes.

Important notes & limitations

  • Does not perform live iterative recursion from root servers.
  • Cannot detect open recursive resolvers on the internet.
  • Single resolver vantage — not global resolver polling.
  • Glue for in-bailiwick NS not expanded in output.
  • Corporate split-horizon DNS may differ from public chain.

Frequently Asked Questions

Yes. VSPIC offers this recursive DNS checker at no cost with no account required. Results load in real time.

We do not permanently store your queries on our servers. Some tools run entirely in your browser; others fetch public data for the request only.

Yes. Open the page in any modern phone or tablet browser. Results work on Wi‑Fi and mobile data.

It validates the public delegation chain your ISP resolver must follow. It does not query your ISP resolver directly.

No. It traces NS and SOA delegation for a domain you submit. Open resolver testing requires different security probes.

dns-trace with a domain parameter.

Authoritative NS may be lame, glue may be wrong, or leaf records may be missing. Trace confirms delegation; follow up with DNS lookup on the QNAME.

Yes. Enter the full hostname. Trace includes steps down to that label.

Same backend. Recursive DNS checker frames delegation for resolution debugging; provider finder frames NS patterns for vendor identification.

Next step for your check

Continue with dns trace lookup on VSPIC.

DNS Trace Lookup

Trusted by Users Who Value Privacy

Always Free

No premium plan ever

100% Private

Files processed in browser

Instant Results

Convert in seconds

Works Everywhere

Any device, any OS