Authoritative DNS Lookup vs. Recursive DNS Lookup
Authoritative mode begins with root delegation and continues until the target zone's authoritative name server is queried. The delegation path is not reused between requests, which emphasizes provenance and the answer currently published by the responsible server.
Recursive mode asks the selected public resolver for the final answer. That resolver may serve a cached record according to its TTL, so this view represents what users of that resolver can receive at the time of the query.
Which DNS Records Can You Check?
A and AAAA map names to IPv4 and IPv6 addresses; CNAME points one name to another; MX and TXT support mail routing and published policies; NS and SOA describe zone authority and administration.
CAA limits certificate authorities, SRV publishes service hosts and ports, and PTR maps an IP address to a reverse hostname. When the query value is a public IPv4 or IPv6 address, the tool automatically prepares the corresponding PTR lookup.
Read DNS results as point-in-time evidence
Answer, authority, additional, and delegation sections explain how a response was reached. A recent DNS change may produce different answers until caches expire, so compare resolvers, TTL values, and authoritative data before concluding that a record is missing.
Authoritative lookup requires the MiyaIP test server to reach public DNS servers on UDP or TCP port 53. If that path is blocked, the tool reports the mode as unavailable instead of presenting a recursive response as authoritative.