DNS Lookup is a free online tool for querying domain DNS records. Enter a domain to view common records such as A, AAAA, CNAME, MX, NS, and TXT. It can be used to check DNS configuration, troubleshoot website access problems, and analyze domain network settings.
example.com.DNS (Domain Name System) converts human-readable domain names into IP addresses used for network communication. Different DNS record types can also describe mail servers, aliases, authoritative name servers, and other domain configuration information.
An A record maps a domain name to an IPv4 address. For example, an A record can point a website domain to an IPv4 address of a server.
An AAAA record maps a domain name to an IPv6 address. Websites and servers using IPv6 can configure their corresponding IPv6 address through an AAAA record.
A CNAME record maps one domain name to another canonical domain name. It is commonly used for aliases, CDNs, and third-party service configurations.
An MX record specifies the mail exchange servers for a domain. Mail systems use MX records to determine which servers receive email for the domain.
An NS record specifies the authoritative DNS servers for a domain. NS records can be used to identify which name servers are responsible for resolving the domain.
A TXT record stores text information and is commonly used for domain ownership verification, SPF, DKIM, and other email or network service configurations.
TTL (Time To Live) indicates how long a DNS record may be cached, usually in seconds. When a recursive DNS server caches a record, it can use the cached result until the TTL expires, reducing repeated queries to authoritative DNS servers.
DNS changes do not necessarily become effective immediately across all networks. Because of DNS caching and TTL, different DNS servers may return different results at the same time.
Recursive DNS, public DNS, and authoritative DNS servers may use different query paths. If a DNS record appears incorrect, comparing results from different DNS services can help determine whether caching or propagation is involved.
The absence of one DNS record type does not mean the domain cannot be used. For example, a domain may have no MX record while still using A or AAAA records for a website.
Common DNS queries include A, AAAA, CNAME, MX, NS, and TXT records. When ALL is selected, the service can return multiple supported DNS record types.
DNS changes can be affected by TTL, local DNS caches, ISP DNS caches, and recursive DNS caches. Results may therefore differ between regions and network environments for some time.
Query the A record to obtain the corresponding IPv4 address and the AAAA record to obtain the corresponding IPv6 address. If the domain uses a CDN, the returned IP may belong to a CDN node rather than the origin server.
Yes. Checking A, AAAA, CNAME, NS, and other records can quickly determine whether DNS resolution is working and help identify domain configuration, DNS service, or network access problems.
DNS lookup is the process of retrieving domain resolution information, while domain resolution is the process by which DNS maps domain names to IP addresses or other network service information. DNS lookup provides a direct view of the current domain configuration.
Comments 0