Enter a domain name and select record type to query DNS information

Looking up DNS records...

--
--
Host Type Value TTL
Host Type Value TTL
Host Type Priority Value TTL
Host Type Value TTL
Host Type Value TTL
Host Type Value TTL
Host Type Primary NS Admin Serial Refresh Retry Expire TTL

DNS Summary

Name Servers
--
Mail Servers
--
IP Addresses
--
TTL
--

Error Looking Up DNS Records

Unable to retrieve DNS information for the specified domain. Please check the domain name and try again.

How Our DNS Lookup Tool Works

Understanding the technology behind our DNS query service

1

Domain Query

We take the domain name you provide and prepare it for DNS lookup, determining which record types to query based on your selection.

2

DNS Resolution

We query authoritative DNS servers to retrieve the requested DNS records, following the DNS resolution process to get accurate results.

3

Record Compilation

We compile and organize the DNS records into an easy-to-read format, categorizing them by record type and providing explanations of their purpose.

Common DNS Record Types

Understanding the different types of DNS records and their purposes

A Record

Maps a domain name to an IPv4 address. This is the most common record type and is used to point a domain to a web server.

AAAA Record

Maps a domain name to an IPv6 address. Similar to an A record but for the newer IPv6 protocol.

MX Record

Specifies mail servers responsible for accepting email for the domain. Includes a priority value to determine server preference.

TXT Record

Contains text information for various purposes, including domain verification, SPF records for email security, and DKIM keys.

CNAME Record

Creates an alias from one domain name to another. Useful for subdomains that should point to the same content as another domain.

NS Record

Specifies the authoritative name servers for the domain. These servers contain the definitive DNS records for the domain.

SOA Record

Contains administrative information about the zone, including the primary name server, administrator email, and various timers.

SRV Record

Specifies the location of services, including the hostname, port, and priority. Used for services like SIP, XMPP, and others.

Frequently Asked Questions

Common questions about DNS and DNS lookups

What is DNS and why is it important?

DNS (Domain Name System) is like the internet's phone book, translating human-readable domain names (like example.com) into IP addresses (like 93.184.216.34) that computers use to identify each other. Without DNS, you would need to remember and type numeric IP addresses instead of domain names to access websites and services. DNS is crucial for the functioning of the internet as we know it today.

What can I learn from a DNS lookup?

A DNS lookup can reveal various information about a domain, including:
- IP addresses associated with the domain (A and AAAA records)
- Mail server configurations (MX records)
- Name servers hosting the domain's DNS (NS records)
- Text records for verification and security (TXT records)
- Aliases and redirects (CNAME records)
- Administrative information (SOA records)

This information can be useful for troubleshooting email delivery issues, verifying domain ownership, checking DNS propagation, and understanding a domain's infrastructure.

How long does it take for DNS changes to propagate?

DNS propagation typically takes anywhere from a few minutes to 48 hours, depending on several factors:
- TTL (Time To Live) values set in your DNS records
- The DNS providers and servers involved
- Internet Service Providers' cache policies
- Your local DNS cache

Lower TTL values (measured in seconds) can speed up propagation, but most changes are visible within 4-8 hours globally. For critical changes, it's best to plan ahead and allow up to 48 hours for complete propagation.

What is a TTL in DNS records?

TTL (Time To Live) is a value in DNS records that specifies how long (in seconds) a DNS record should be cached by resolving servers and clients before they should request a fresh copy from the authoritative DNS server. A lower TTL means changes propagate faster but increases DNS query load, while a higher TTL reduces load but slows down propagation of changes.

Common TTL values:
- 300 seconds (5 minutes): For records that might change frequently
- 3600 seconds (1 hour): A balanced approach for most records
- 86400 seconds (24 hours): For stable records that rarely change

How can I fix common DNS issues?

Common DNS issues and their solutions include:

Website not resolving:
- Verify A/AAAA records point to the correct IP address
- Check that your domain's NS records are correct
- Ensure your domain registration is active and not expired

Email delivery problems:
- Verify MX records point to your mail servers
- Set up SPF, DKIM, and DMARC records (TXT records)
- Check for blacklisting of your mail server IPs

Slow DNS resolution:
- Use a reliable DNS provider with global presence
- Optimize TTL values appropriately
- Consider using a DNS-based CDN for improved performance