Frequently Asked Questions
What is a DNS record lookup?
A DNS record lookup queries the Domain Name System to retrieve records associated with a domain or IP address. Records include routing instructions (A, AAAA, MX), aliases (CNAME), authentication data (TXT), reverse DNS (PTR), nameserver information (NS), and zone administration details (SOA). This tool performs live lookups in real time using your choice of DNS resolver.
How do I check DNS records for a domain?
nslookup -type=MX example.com in a terminal, though this tool queries all record types at once and displays results in a structured format without needing command-line access.
What is the difference between an A record and an AAAA record?
93.184.216.34). An AAAA record maps a domain to an IPv6 address (e.g. 2606:2800:220:1:248:1893:25c8:1946). Most domains publish both — A records for IPv4 connectivity and AAAA records for IPv6. If only an A record exists, IPv6-only clients may not be able to reach the domain.What DNS records affect email deliverability?
What is the difference between a DNS lookup and nslookup?
nslookup is a command-line tool built into Windows, macOS, and Linux that performs DNS queries from your terminal. This tool provides the same functionality in a browser — no terminal access needed. It also queries multiple record types simultaneously and displays results grouped by type with TTL values, which would require multiple separate nslookup commands to replicate manually.