DNS Lookup
Query Domain Name System records instantly to check A, MX, TXT, and NS records for any domain worldwide.
| Type | Name | TTL | Data / Value |
|---|---|---|---|
|
Enter a domain name above to lookup DNS records. |
|||
What is DNS?
DNS (Domain Name System) is often referred to as the phonebook of the internet. It is a hierarchical and decentralized naming system for computers, services, and other resources connected to the internet or a private network. It translates human-readable domain names (like google.com) into numerical IP addresses (like 142.250.190.46) that computers use to identify each other.
Types of DNS Records
- A Record: The most basic type. It maps a domain name to an IPv4 address.
- MX (Mail Exchange): Specifies the mail server responsible for receiving email on behalf of the domain.
- TXT: Allows administrators to insert arbitrary text into a DNS record. Commonly used for security verification (like SPF, DKIM) and domain ownership proofs.
- NS (Name Server): Indicates which DNS servers are authoritative for the domain.
- CNAME: Maps an alias name to a true or canonical domain name. Used for subdomains or pointing one domain to another.
- AAAA: Similar to an A record, but it maps a domain to an IPv6 address.
How DNS Lookup Works
When you perform a DNS lookup, your browser or tool sends a query to a DNS resolver. This resolver then traverses the DNS hierarchy—from the root servers to the Top-Level Domain (TLD) servers, and finally to the authoritative name servers—to retrieve the specific records you requested. These records are often cached to speed up subsequent requests.
Troubleshooting DNS Issues
DNS problems are a common cause of website downtime and email delivery failures. Using a DNS Lookup tool allows you to verify that your records have propagated correctly and are pointing to the intended servers. If your MX records are missing, you won't receive emails. If your A record is incorrect, your website will be unreachable. Regular DNS checks are a best practice for any website owner or developer.