Skip to content

TechDirectArchive

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

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

What are the different types of DNS Records

Posted on 11/04/201622/03/2023 IT Expert By IT Expert 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

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. 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. 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,

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.

Rate this post

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
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
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

  • Slide2 1
    Create and Delete AD DS Partition with NTDSUTIL.EXE Windows Server
  • Microsoft Defender
    Attack Surface Reduction Configuration with Microsoft Defender Scripts
  • remote desktop connection tabs   rdp tabs
    Guide to Remote Desktop Connection Properties for Secure Access Windows
  • Missing Windows defender
    Missing Windows Defender? Install and manage Microsoft Defender via Windows Security on Windows Server Windows Server
  • wac
    Fix Windows Admin Center cannot be reached Windows
  • WindowsUpdatesDISM 1
    Determine Apps UWP and remove pre-provisioned Appx in Windows Windows Server

More Related Articles

Slide2 1 Create and Delete AD DS Partition with NTDSUTIL.EXE Windows Server
Microsoft Defender Attack Surface Reduction Configuration with Microsoft Defender Scripts
remote desktop connection tabs   rdp tabs Guide to Remote Desktop Connection Properties for Secure Access Windows
Missing Windows defender Missing Windows Defender? Install and manage Microsoft Defender via Windows Security on Windows Server Windows Server
wac Fix Windows Admin Center cannot be reached Windows
WindowsUpdatesDISM 1 Determine Apps UWP and remove pre-provisioned Appx in Windows Windows Server

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • Featured image BitLocker AES XTX 256
    Enable BitLocker AES-XTX 256 Encryption Security | Vulnerability Scans and Assessment
  • update powershell in Windows
    Upgrade PowerShell Core Windows or Mac and Linux System Windows
  • Featured image 6
    How to remove OneDrive from Windows Microsoft Exchange/Office/365
  • dtjdhn
    The action cannot be completed because the folder or file is open in another program: Determine where a file is open in Windows Windows
  • Featured image   change default mail app
    How to change Windows 11 and 10 default mail app to Outlook Windows
  • DockerEn
    How to Install and Upgrade Docker Engine From Binaries Containers
  • windows update 03
    How to target WSUS clients with the registry keys Windows Server
  • img 5c0128ea77f3f
    Systeminfo switches: How to use Systeminfo command-line tool switches 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,768 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

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.