Every time you type a website address like google.com into your browser, you’re using something called DNS – Domain Name System. It’s the behind-the-scenes system that helps your browser find the correct website by translating domain names into IP addresses.
Computers don’t understand domain names — they understand IP addresses (like 142.250.185.46). DNS works like the internet’s phonebook, converting names into numbers so browsers can load the right site.
Example::
You type: aligunes.me
DNS finds: 142.250.185.46
Your browser connects to that address.
DNS records are settings that tell the internet how to route traffic for your domain. Here's a quick overview of the most important types:
Maps a domain to an IPv4 address.
Example: aligunes.me → 192.0.2.1
Like an A record, but for IPv6 addresses.
Example: aligunes.me → 2001:db8::1
Points one domain to another domain name.
Example: www.aligunes.me → aligunes.me
Directs emails to the correct mail server.
Example: aligunes.me → mail.aligunes.me
Stores text data, often for verification or security (SPF, DKIM).
Example: v=spf1 include:_spf.google.com ~all
Lists the DNS servers responsible for your domain.
Example: v=spf1 include:_spf.google.com ~all
Stores text data, often for verification or security (SPF, DKIM).
Example: ns1.hosting.com, ns2.hosting.com
Specifies the location of services like VoIP, Microsoft Teams, etc.
Example: _sip._tcp.aligunes.me → sipserver.aligunes.me
Used for reverse DNS lookup — IP to domain name.
Common in email server validation.
Contains admin info and settings for a domain zone.
Automatically created by DNS providers.
Specifies which SSL certificate authorities can issue certificates for your domain.
Example: 0 issue "letsencrypt.org"
Provide cryptographic security to DNS records.
Types include: RRSIG, DNSKEY, DS, NSEC, NSEC3
Record Type | What It Does |
---|---|
A | Maps domain to IPv4 address |
AAAA | Maps domain to IPv6 address |
CNAME | Redirects domain to another domain |
MX | Handles email delivery |
TXT | Stores text (security, verification) |
NS | Lists authoritative DNS servers |
SRV | Points to service-specific destinations |
PTR | Reverse lookup: IP → domain |
SOA | Zone configuration and metadata |
CAA | Controls SSL certificate authorities |
DNSSEC | Adds security with digital signatures |
DNS is one of the foundations of how the internet works. Whether you're building websites, setting up emails, or managing domains, understanding DNS records is key to keeping your online presence running smoothly and securely.
Ali Gunes
Designed and coded by Ali Gunes
© 2024