Ali Gunes Blog

Ali Ihsan Gunes

Jun 18, 2025 • 6 min read

What Is DNS? A Simple Guide to DNS Records

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.

What Does DNS Do?

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::

Common DNS Record Types

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:

A Record (Address)

AAAA Record

CNAME Record (Canonical Name)

MX Record (Mail Exchange)

TXT Record

NS Record (Name Server)

TXT Record

Less Common but Important DNS Records

SRV Record (Service)

PTR Record (Pointer)

SOA Record (Start of Authority)

CAA Record (Certification Authority Authorization)

DNSSEC Records

Summary Table: What Each DNS Record Does

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.