Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security, Veeam & DevOps

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form

What are the different types of DNS Records

Posted on 11/04/201617/08/2026 Christian By Christian No Comments on What are the different types of DNS Records
  1. Home
  2. Windows Server
  3. What are the different types of DNS Records
Graphic showing various DNS record types including CNAME, MX, A, AAAA, TXT, NS, PTR, and SOA on a circuit board background.

A DNS record is used to point a domain or subdomain to an IP address. Assigning a value to an A record is as simple as providing your DNS management panel with an IP address to where the domain or subdomain should point and a TTL. Kindly refer to the following similar guides. What are the different types of DNS Records, and how to add a custom domain name to Azure Active Directory,

DNS record contains two important fields, “Name” and “Data”. Both fields are being used for lookup and this record format applies to all DNS records in all zones. However, despite using the same format, there are actually different types of DNS records based on their purpose. 

In order to fully understand DNS and how it works, an understanding of the following DNS record is important. A, CNAME, ALIAS, and URL records are all possible solutions to point a hostname to your site.

However, they have small differences that affect how the client reaches your site. A and CNAME records are standard DNS records. Both of them are translated internally into A records to ensure compatibility with the DNS protocol.

Kindly refer to these related guides: A-Z of Domain Name System: All you need to know about DNS, Domain Name System: How to create a DNS record, How to setup SPF and TXT Records in AWS, and How to add and verify a custom domain name to Azure Active Directory.

– Host (A and AAAA): Contains IP Addresses for IPv4 and IPv6 hosts i.e, maps a name to one or more IP addresses when the IP is known and stable.
– CNAME (Canonical Name): This record maps a name to another name. It should only be used when there are no other records on that name. This works just like a shortcut for files but for URLs). A CNAME record is not redirecting anything but only points your domain or subdomain to the IP address of the destination hostname. Oftentimes, this is referred to as an Alias: An Alias record maps a name to another name but can coexist with other records on that name.
– Mail Exchange (MX): Holds the address of mail servers for that domain.
– Service Record (SRV): Holds the address of services on the network. E.g. Active Directory DCs.
– Start of Authority (SOA): Contains information and configuration for a zone file.
– Name Server (NS): Contain the address of other DNS servers for that zone.
– Pointer (PTR): Reverse look-up record allowing a hostname for an IP Address to be lookup.
– A TXT record (short for text record) is a type of resource record in the Domain Name System (DNS) used to provide the ability to associate arbitrary text with a host of other names, such as human-readable information about a server, network, data center, or other accounting information.

Host (A and AAAA)

The host record is one of the different types of DNS records used to store the address of a hostname. “A” is used for IPv4 and AAAA (Quad A) for IPv6. These can be created manually in DNS or if dynamic DNS is enabled and the client can register its hostname and thus its IP Address with the DNS server.

CName (canonical name)

A canonical name or CName record provides an alias service in DNS. A CName effectively points to another A or Quad A record. When the client requests the hostname that is contained in the CName, they are given the IP Address that is contained in the A record or Quad A record. The advantage of a CName is that it can provide a simple name to the user rather than a more complex server name.

For example, instead of having to remember FS27 for the local file server, a CName of FS could be used to point towards the server FS27. CName’s can also be used to transparently redirect network traffic.

For example, if you changed your mind and wanted to redirect the user to FS28 you would only need to change the CName record to point to FS28 rather than FS27. It should be remembered that the old record may exist in the client’s cache and may take some time to expire.

Mail Exchange (MX)

The mail exchange record contains a mail server that is able to process mail for that domain name. When a mail server wants to deliver mail, it will perform a DNS lookup asking the DNS server for an MX record for that DNS Domain name.

The mail server will then attempt to deliver mail to that server. The mail server does not need to have the same DNS name as the mail that is being delivered, it simply needs to understand how to process mail for that DNS domain name.

The MX record also has a priority value that can be configured. If two or more MX Exchange records exist for the same DNS Doman name, the MX record with the lowest priority will be tried first. If this fails, the MX record with the next lowest value will be tried until the mail is delivered.

Often large companies will have multiple mails severs for incoming mail. In some cases, these additional mail servers may be located on different sides of the globe in case there is a long network outage.

Service Record (SRV)

Service records allow clients on the network to find resources on the network. Active Directory creates a number of service records in DNS to allow clients to find resources like Domain Controllers. This is why Active Directory cannot operate without DNS.

A single service record has a number of data fields associated with it. These include service, target, port, and priority. Service records are normally created automatically by applications assuming that your DNS server allows dynamic updates.

URL Record:

The URL record is also one of the different types of DNS records that redirects the name to the target name using the HTTP 301 status code). This record, sometimes known as Permanent Redirect, should be used when you wish to permanently redirect your domain to a specific URL/domain name. See dnssimple.com for more information.

Use the URL record if you want the name to redirect (change address) instead of resolving to a destination.

Start of Authority (SOA)

There is one start of authority record (SOA) for each zone. Even though the SOA is technically a DNS record, essentially a modification of the SOA record is performed through the properties of the DNS zone.

Looking at the data in the SOA record, you can configure options for the zone like the primary name server for that zone (DNS servers that hold the master records for the zone), the e-mail address of an administrator, serial number (Incremented each time a change is made in the DNS zone) and the refresh time for the zone (How often a secondary zone should query a master for changes).

You may also be interested in this piece: A-Z of Domain Name System: All you need to know about DNS. I hope you found this blog post helpful. If you have any questions, please let me know in the comment session.

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
Windows Server Tags:DNS, DNSRecord, FQDN

Post navigation

Previous Post: Linux System Update: Upgrade vs. Dist-upgrade Differences
Next Post: How to fix VMware and HyperV are not compatible

Related Posts

  • screenshot 2020 04 07 at 01.42.57
    How to enable Telnet in Windows 10 and Windows Server Windows Server
  • fdsdsd
    Configuring DHCP Scope: Post-deployment of Dynamic Host Configuration Protocol Windows Server
  • hero windowsadmincenter
    Failed to create a scheduled task: There is no disconnected command associated with the runspace Windows Server
  • fix frequent shutdown due to licensing issues Windows
    Fix Windows Server frequent disconnects and shutdown Windows Server
  • windows deployment services imagen destacada blog redigit
    How to create a capture image on Windows Deployment Services Windows Server
  • Rules of Delegation
    Assign users with rights to reset password in Active Directory Windows Server

More Related Articles

screenshot 2020 04 07 at 01.42.57 How to enable Telnet in Windows 10 and Windows Server Windows Server
fdsdsd Configuring DHCP Scope: Post-deployment of Dynamic Host Configuration Protocol Windows Server
hero windowsadmincenter Failed to create a scheduled task: There is no disconnected command associated with the runspace Windows Server
fix frequent shutdown due to licensing issues Windows Fix Windows Server frequent disconnects and shutdown Windows Server
windows deployment services imagen destacada blog redigit How to create a capture image on Windows Deployment Services Windows Server
Rules of Delegation Assign users with rights to reset password in Active Directory Windows Server

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

vexpert-badge-stars-5

Virtual Background

VEEAMLEGEND

Categories

veeaam100

Veeam Vanguard

  • PetitPotam
    PetitPotam attack on Active Directory Certificate Services: How to mitigate NTLM Relay PetitPotam attack on AD CS Security | Vulnerability Scans and Assessment
  • Screenshot 2022 03 21 at 18.06.30
    How to Configure Virtual Host for Apache HTTP Web Server to Host Several Domains on Ubuntu 20.04 LTS Linux
  • s3
    How to Copy from a server to s3 and vice versa AWS/Azure/OpenShift
  • Proxmox 9
    How to update Proxmox VE 9.0 now Supported by Veeam Virtualization
  • Restrict Access to USB Drives
    Deny Execute Access: Restrict Access to USB Drives on Windows [Part 1] Windows
  • Create Multiboot OS ISO files on a single bootable USB Disk
    Create Multiboot OS ISO files on a single bootable USB Disk Windows
  • banner
    How to create a password reset disk: Reset Windows Password Windows
  • Create Password Policies via GPO
    How to Create a Password Policy with Group Policy Object Windows

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,759 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Contact
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon
  • Bsky

Tags

Active Directory Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2026 TechDirectArchive

Loading Comments...

You must be logged in to post a comment.