Do DNS Servers in Active Directory Need to Be Authoritative or Support Dynamic Updates?

0
5
Asked By CuriousCat24 On

I have a question about DNS servers used in an Active Directory environment. Can clients use DNS servers that aren't authoritative for a specific zone? We currently have some of these non-authoritative servers listed as resolvers for our clients. Additionally, do these DNS servers need to natively support dynamic updates, or can they simply forward update requests to another server? Any insights would be appreciated!

2 Answers

Answered By TechieTango10 On

It's not necessary for DNS servers to support Dynamic DNS (DDNS). If they don't accept updates, that just means the updates won't be processed, but clients can still resolve queries using these non-authoritative servers. They can function as recursive servers for answering queries instead.

InfoSeeker88 -

So, if those servers reject updates, will the client just try the next server on the list?

Answered By NetworkNerd41 On

In general, you'll want both recursive and authoritative DNS servers in your setup. If you're just using a simple forwarder pointing to Domain Controllers (DCs), that might not be sufficient to handle all DNS requests properly.

RouterGuru77 -

Got it, so a basic forwarder won't meet all the requirements then?

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.