Network & Web

What Is a DNS Lookup and How to Use It

Convixy Blog · Network & Web · 7 min read

What Is DNS?

Every website, email server and internet-connected service has a numeric IP address — something like 104.21.45.82. Humans are not good at remembering long strings of numbers, so the Domain Name System (DNS) was created in 1983 to act as the internet’s directory. DNS translates human-readable domain names like convixy.com into the IP addresses that computers actually use to communicate.

Think of it as a phone book for the internet. When you type a domain name into your browser, your device queries a DNS server to find the corresponding IP address. This process happens automatically and usually takes under 50 milliseconds — fast enough that you never notice it happening.

DNS is not just about websites. It also controls email routing, verifies domain ownership, points to content delivery networks, and enables security features like DMARC and DKIM that protect against email fraud. A single domain can have dozens of DNS records, each serving a different purpose.

Check it now: Use Convixy’s free DNS Lookup tool to instantly query any domain’s DNS records — no account, no sign-up required.

What Is a DNS Lookup?

A DNS lookup is the process of querying DNS servers to retrieve the records associated with a domain name. When you use a DNS lookup tool, you are asking the DNS system: “What records exist for this domain, and what do they say?”

The tool returns the actual current DNS data as seen from the public internet — not cached data from your local machine or ISP. This makes it genuinely useful for troubleshooting, because it shows you exactly what the rest of the world sees when they look up your domain, regardless of what settings you may have configured locally.

The Main DNS Record Types Explained

DNS records are not all the same. Different record types serve completely different purposes, and understanding which type does what is essential for making sense of DNS lookup results.

A

A Record

Maps a domain to an IPv4 address. The most fundamental DNS record — this is how example.com points to a web server.

AAAA

AAAA Record

Same as A, but maps a domain to an IPv6 address. Used alongside A records as IPv6 adoption grows.

CNAME

CNAME Record

Canonical Name — creates an alias pointing one domain to another. For example, www.example.comexample.com.

MX

MX Record

Mail Exchange — specifies which servers handle incoming email for the domain. Critical for email delivery.

TXT

TXT Record

Stores arbitrary text. Used for domain verification, SPF email authentication, DKIM keys and DMARC policies.

NS

NS Record

Name Server — identifies which DNS servers are authoritative for the domain. Set when configuring hosting.

SOA

SOA Record

Start of Authority — contains admin information about the domain including the primary nameserver and serial number.

PTR

PTR Record

Pointer — the reverse of an A record. Maps an IP address back to a domain name (reverse DNS lookup).

How to Use Convixy’s DNS Lookup Tool

Performing a DNS lookup with Convixy takes under ten seconds and requires no technical knowledge.

What is TTL? Time to Live is the number of seconds DNS resolvers should cache a record before checking for updates. A TTL of 3600 means the record is cached for one hour. When you change a DNS record, it takes up to the TTL duration for the change to propagate globally.

When Would You Actually Need a DNS Lookup?

DNS lookups are not just for network administrators. Here are the most common everyday situations where they are genuinely useful.

Verifying that a new website is live

When you point a domain to a new web host, the A record needs to propagate across DNS servers worldwide. A lookup lets you check whether the A record now points to your new hosting IP, confirming that the change has taken effect globally rather than just on your local network.

Troubleshooting email delivery problems

If emails to or from your domain are being rejected or going to spam, MX records and TXT records are almost always the cause. Checking your MX records confirms mail is being routed to the correct server. Checking TXT records lets you verify SPF (Sender Policy Framework), DKIM and DMARC records — the three authentication standards that determine whether major email providers trust your outgoing mail.

Checking DNS propagation after a change

After updating any DNS record, you will want to confirm the change is live. Because different DNS resolvers around the world cache records for different lengths of time, propagation can take anywhere from a few minutes (if the old TTL was low) to 48 hours (for records with a 24-hour TTL that were cached just before you changed them). A lookup shows you the current live value.

Investigating a domain before purchasing

Before buying a domain or a business, checking its DNS records reveals current hosting setup, email provider, and any third-party services attached to the domain. NS records show the registrar and DNS host; MX records reveal the email platform; TXT records may show Google Analytics verification, third-party tools and other connected services.

Confirming a domain points where you expect

If a website is loading slowly or incorrectly and you suspect a CDN or proxy misconfiguration, checking the A and CNAME records shows exactly which IP or hostname the domain currently resolves to — letting you confirm whether traffic is routing through the expected service.

Understanding Common DNS Lookup Results

What you see What it means
A record: 104.21.45.82The domain’s web server IPv4 address. If this is a Cloudflare IP, traffic routes through Cloudflare first.
MX record: mail.google.comEmail for this domain is handled by Google Workspace (Gmail for business).
TXT: v=spf1 include:...SPF record — defines which mail servers are authorised to send email on behalf of this domain.
TXT: v=DMARC1...DMARC policy — tells receiving servers what to do with email that fails SPF or DKIM checks.
NS: ns1.cloudflare.comCloudflare is the DNS provider for this domain.
CNAME: www → example.comThe www subdomain redirects to the apex domain.
TTL: 300This record is cached for 5 minutes. Changes propagate quickly.
TTL: 86400This record is cached for 24 hours. Changes may take a full day to propagate globally.

DNS Lookup vs. WHOIS Lookup: What Is the Difference?

These two tools are often confused because they both query information about a domain, but they return completely different data from completely different systems.

A DNS lookup queries the DNS system and returns the technical routing records for a domain: IP addresses, mail servers, TXT authentication records and nameservers. This is public, technical data about how the domain is configured to work.

A WHOIS lookup queries the domain registrar system and returns ownership and registration information: who registered the domain, when it was registered, when it expires, and the registrar it was purchased through. Privacy protection services increasingly hide personal registrant details, but registration dates and registrar information are almost always visible.

Use DNS lookup for technical troubleshooting. Use WHOIS lookup for ownership and registration questions.

Related Network Tools

DNS lookup is one of several network diagnostic tools that are often useful together. If you are troubleshooting a domain or server issue, you may also want to check the SSL certificate to confirm HTTPS is configured correctly, run a ping test to measure connectivity to the server, check whether specific ports are open, or look up the IP address’s geographic location to confirm CDN routing is working as expected.

Look up any domain’s DNS records now

Free, instant, no account needed. Query A, MX, TXT, CNAME and all other record types in seconds.

Open DNS Lookup →