Skip to content

dnssystem.org

DNS blog

  • Recursive DNS server
    Recursive DNS server – an overview. DNS
  • DNS A record
    A record, the king of the DNS records DNS
  • DNSSEC
    What is DNSSEC? DNS
  • Private DNS server
    Private DNS server – Definition & Details DNS
  • DDoS attack
    Why is DDoS attack so dangerous? DDoS attack
  • How to choose the best DNS hosting provider
    How to choose the best DNS hosting provider for me? DNS
  • TLSA record
    What is a TLSA record? DNS
  • Round-Robin DNS
    Round – Robin DNS explained DNS

Authoritative DNS server – everything you need to know

Posted on April 4, 2022June 16, 2022 By Mario 1 Comment on Authoritative DNS server – everything you need to know

The world of DNS is complicated, and there are a lot of small details that we should think about. The DNS is a mechanism for domain resolution. The whole system involves many different DNS servers on different levels – root, TLD, domain name, subdomain. Now we will talk about the authoritative DNS server of the domain name level. Why do you need it, and what it does. 

In the following article you can find additional information about Authoritative DNS Servers!

What is an authoritative DNS server?

The authoritative DNS server is the part of the DNS infrastructure that actually has the answers – the zone file with the DNS records. It can provide the true answer to DNS queries. When we are talking about authoritative DNS servers, we have no recursive cache information but the true DNS records.

The authoritative DNS server will answer the DNS queries that come from the recursive DNS servers, and the queries of the clients will be answered.

Types of authoritative DNS server

Primary authoritative DNS server (Master authoritative DNS server). Inside the primary nameserver, you have the original zone file with all the DNS records. When an administrator changes anything from the DNS records, adding new DNS records, or deleting existing DNS records, all of that happens inside the Primary authoritative DNS server.

So, the Primary authoritative DNS server is the way to manage your domain name and all the DNS records for it.

The Primary has different ways to share the updates that happen inside its zone file. It can notify the Secondary Authoritative DNS server with NOTIFY, and they can ask for the changes. The other option is to push a zone transfer to all the secondary.

The primary authoritative DNS server is responsible for sharing the DNS records with the Secondary DNS servers.

Secondary authoritative DNS server (Slave authoritative DNS server). The Secondary DNS is a copy of the Primary authoritative DNS server. It is used to provide a backup and to spread the traffic load. That way, there are more nameservers that can answer the DNS queries. You can’t edit the DNS records inside a Secondary DNS server, but you will have more points of presence that can answer to recursive DNS servers.

How to check our authoritative DNS servers?

The easiest way to check the authoritative DNS servers is by using the nslookup command that is available on Windows, macOS, and Linux.

What we need to do is to perform a DNS lookup for the NS DNS records that show all the nameservers for the domain.

To do it, open the Command Prompt on Windows or Terminal on macOS and Linux. Then type the following nslookup command:

nslookup -type=ns example.com

You will see a list of nameservers for the domain and their IP addresses. You can change the “example.com” with the domain name you are more interested in checking.

You can also check each of the nameservers individually to see if they respond correctly and see the time for response. 

Conclusion

Now you know one more piece of the DNS. What is important to learn from this article is that the Authoritative DNS server is the one that has the DNS records and answers the DNS queries that are coming from the recursive DNS servers.

DNS Tags:Authoritative DNS server, Authoritative server, DNS, DNS server, Master authoritative DNS server, nameserver, Primary authoritative DNS server, Secondary authoritative DNS server, Slave authoritative DNS server

Post navigation

Previous Post: rDNS: What is it and how does it work?
Next Post: Private DNS server – Definition & Details

Related Posts

  • What is PTR Record
    What is a PTR record, and do I need to create one? DNS
  • Anycast DNS explained
    Anycast DNS explained DNS
  • DNSSEC
    What is DNSSEC? DNS
  • Round-Robin DNS
    Round – Robin DNS explained DNS
  • Private DNS server
    Private DNS server – Definition & Details DNS
  • Recursive DNS server
    Recursive DNS server – an overview. DNS

Comment (1) on “Authoritative DNS server – everything you need to know”

  1. Valerian Anthony says:
    September 15, 2021 at 9:08 am

    Well put together. Thank you.

    Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

RECENT POSTS

  • Why is DDoS attack so dangerous?
  • Private DNS server – Definition & Details
  • Authoritative DNS server – everything you need to know
  • rDNS: What is it and how does it work?
  • Anycast DNS explained

CATEGORIES

  • DDoS attack
  • DNS
  • DNS records
  • Servers

ARCHIVES

  • July 2022
  • April 2022
  • January 2022
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • April 2021
  • March 2021
  • February 2021
  • DNS MX record
    What is a DNS MX record, and how does it work? DNS records
  • Premium DNS
    Benefits of using Premium DNS DNS
  • DNS Failover
    Why do we need DNS Failover? DNS
  • 5 common DNS mistakes
    5 common DNS mistakes DNS
  • How to choose the best DNS hosting provider
    How to choose the best DNS hosting provider for me? DNS
  • Recursive DNS server
    Recursive DNS server – an overview. DNS
  • What is PTR Record
    What is a PTR record, and do I need to create one? DNS
  • Cloud DNS service
    Benefits of using Cloud DNS service DNS

Copyright © 2025 dnssystem.org.

Powered by PressBook News WordPress theme