Petri IT Knowledgebase Forums
 

Petri.co.il forums Home Forums Start Page Forums Frequently Asked Questions FAQ Member List Members List
Go Back   Petri IT Knowledgebase Forums > Microsoft Networking Services > Active Directory
Petri.co.il is happy to award auglan the title of Most Valuable Member !!!
Register Calendar Calendar Search Petri IT Knowledgebase Forums Search Todays Posts Today's Posts Mark Forums Read

Notices

DNS Active Directory Integrated in multi-site environment.

DNS Active Directory Integrated in multi-site environment.

this thread has 8 replies and has been viewed 3774 times

Closed Thread
 
Thread Tools Search this Thread Display Modes
  #1  
Old 30th May 2008, 15:16
trep trep is offline
Junior Member
It's not a coincidence
 
 Join Date: May 2007
  6 month star 12 month star
 Posts: 121
 Reputation: trep is on a distinguished road (10)
Default DNS Active Directory Integrated in multi-site environment.

Hi,

Besides the point of having DNS in a database and replicated automatically between the sites, is there a point to use AD Integrated DNS ? I would tend to not use this kind of configuration in a multi-site environment to prevent corruption of the DNS database. Autorizing zone transfer between the sites and having a copy on each sites looks to be the same to me, so maybe somebody could give the pros/cons about this ?

Best regards,

trep
  #2  
Old 30th May 2008, 16:49
Killerbe's Avatar
Killerbe Killerbe is offline
Member
Here to help
 
 Join Date: Aug 2007
  6 month star 12 month star
 Location: Belgium
 Posts: 479
 Reputation: Killerbe will become famous soon enough (88)
Default Re: DNS Active Directory Integrated in multi-site environment.

The pro is how it is replicated, as it uses the same replication model as AD.
If you not use AD integrated, than replication will run along side and thus creating more overhead. Also each time an update occur the whole dns zone will be replicated to the other dns server, while in a ad integrated only updated or new objects are replicated.
__________________
[Powershell]
Start-DayDream
Set-Location Malibu Beach
Get-Drink
Lay-Back
Start-Sleep
....
Wake-Up!
Resume-Service
Write-Warning
[/Powershell]

BLOG: Therealshrimp.blogspot.com
  #3  
Old 30th May 2008, 17:19
Garen Garen is offline
Users Awaiting Email Confirmation
Someone to look up to
 
 Join Date: Nov 2007
  6 month star 12 month star
 Posts: 751
 Reputation: Garen will become famous soon enoughGaren will become famous soon enough (147)
Default Re: DNS Active Directory Integrated in multi-site environment.

Is there a point to NOT use AD integreated? It's not like AD going corrupt is a common thing.
  #4  
Old 30th May 2008, 18:24
Akila Akila is offline
Banned
Here to help
 
 Join Date: Feb 2008
  6 month star 12 month star
 Location: Behind you
 Posts: 516
  Send a message via MSN to Akila Send a message via Skype™ to Akila
 Reputation: Akila has a little shameless behaviour in the past (-10)
Default Re: DNS Active Directory Integrated in multi-site environment.

Quote:
Originally Posted by trep View Post
Hi,

Besides the point of having DNS in a database and replicated automatically between the sites, is there a point to use AD Integrated DNS ? I would tend to not use this kind of configuration in a multi-site environment to prevent corruption of the DNS database. Autorizing zone transfer between the sites and having a copy on each sites looks to be the same to me, so maybe somebody could give the pros/cons about this ?

Best regards,

trep
yes there is a point for DNS Integration besides replication.
1) Multiple Primary DNS. if it would not be AD integrated you have only One Primary and the rest are secondary DNS, how would the clients/servers on remote site register themselves in the DNS (A record)? they sure can't do it on a socandary DNS , and if you point them to use the Primary DNS then why bother making Secondaries in the 1st place.

2) Primary/Secondary method means replication of DNS records are in the Method of "Zone Transfer" meaning every new record or a change that is made on the Primary it would replicated the entire zone to the Secondary (that is why it's called a "zone transfer"), waist of bandwidth to replicate the entire zone for every change, when it is in the AD only the record would be transferred to the DNS .

As far as corruption goes i don't see the point , a dns corruption could also take place when it is not in the AD,
(dns also has a DataBase File you know), if you wish you could export the zone to a file using dnscmd regardless is it's in the AD or not.
you could always then Import it back whenever you want (in case of corruption).

Last edited by Akila; 30th May 2008 at 18:30..
  #5  
Old 31st May 2008, 22:33
guyt's Avatar
guyt guyt is offline
[MSFT]
Guru
 
 Join Date: Nov 2003
  6 month star 12 month star
 Location: Israel
 Posts: 1,766
  Send a message via MSN to guyt
 Reputation: guyt is a name known to allguyt is a name known to allguyt is a name known to allguyt is a name known to allguyt is a name known to allguyt is a name known to all (592)
Default Re: DNS Active Directory Integrated in multi-site environment.

Quote:
Originally Posted by Akila View Post
how would the clients/servers on remote site register themselves in the DNS (A record)? they sure can't do it on a socandary DNS , and if you point them to use the Primary DNS then why bother making Secondaries in the 1st place.
If you use Primary/Secondary model and point the client to a DNS server holding a secondary zone, the DDNS request will be relayed to Primary DNS and will succeed (if allowed)

Quote:
Originally Posted by Akila View Post
Primary/Secondary method means replication of DNS records are in the Method of "Zone Transfer" meaning every new record or a change that is made on the Primary it would replicated the entire zone to the Secondary (that is why it's called a "zone transfer"), waist of bandwidth to replicate the entire zone for every change, when it is in the AD only the record would be transferred to the DNS .
BIND supports incremental zone transfers (IXFR - implementation of RFC1995): http://www.isc.org/sw/bind/arm93/Bv9...zone_transfers. Have never tested this on other DNS servers, but I'd expect that any enterprise level DNS would support this feature.

MS DNS starting with W2K supports RFC1995, which defines the Incremental Zone Transfers protocol.
__________________
Guy Teverovsky
http://blogs.technet.com/b/isrpfeplat/
"Smith & Wesson - the original point and click interface"
  #6  
Old 31st May 2008, 22:37
guyt's Avatar
guyt guyt is offline
[MSFT]
Guru
 
 Join Date: Nov 2003
  6 month star 12 month star
 Location: Israel
 Posts: 1,766
  Send a message via MSN to guyt
 Reputation: guyt is a name known to allguyt is a name known to allguyt is a name known to allguyt is a name known to allguyt is a name known to allguyt is a name known to all (592)
Default Re: DNS Active Directory Integrated in multi-site environment.

What kind of corruption are you expecting? I can see many other reasons to not use AD integrated zones, but I would not put data corruption into the list.
__________________
Guy Teverovsky
http://blogs.technet.com/b/isrpfeplat/
"Smith & Wesson - the original point and click interface"
  #7  
Old 1st June 2008, 00:12
Akila Akila is offline
Banned
Here to help
 
 Join Date: Feb 2008
  6 month star 12 month star
 Location: Behind you
 Posts: 516
  Send a message via MSN to Akila Send a message via Skype™ to Akila
 Reputation: Akila has a little shameless behaviour in the past (-10)
Default Re: DNS Active Directory Integrated in multi-site environment.

Quote:
Originally Posted by guyt View Post
If you use Primary/Secondary model and point the client to a DNS server holding a secondary zone, the DDNS request will be relayed to Primary DNS and will succeed (if allowed)
did not know that, thanks for the heads up


Quote:
Originally Posted by guyt View Post
BIND supports incremental zone transfers (IXFR - implementation of RFC1995): http://www.isc.org/sw/bind/arm93/Bv9...zone_transfers. Have never tested this on other DNS servers, but I'd expect that any enterprise level DNS would support this feature.

MS DNS starting with W2K supports RFC1995, which defines the Incremental Zone Transfers protocol.
I queued exactly what "Yaniv wineberg" (ADRAP Engineer) told us , so it must be that the Entier Zone is replicated rather then a Incremental Replication.
I am sure he knows what he is talking about, correct me if I am wrong.
BTW - if you look and the DNS Eventlog you would see that it actually transferred the Zone on an Update.

Last edited by Akila; 1st June 2008 at 00:31..
  #8  
Old 1st June 2008, 10:25
guyt's Avatar
guyt guyt is offline
[MSFT]
Guru
 
 Join Date: Nov 2003
  6 month star 12 month star
 Location: Israel
 Posts: 1,766
  Send a message via MSN to guyt
 Reputation: guyt is a name known to allguyt is a name known to allguyt is a name known to allguyt is a name known to allguyt is a name known to allguyt is a name known to all (592)
Default Re: DNS Active Directory Integrated in multi-site environment.

Quote:
Originally Posted by Akila View Post
I queued exactly what "Yaniv wineberg" (ADRAP Engineer) told us , so it must be that the Entier Zone is replicated rather then a Incremental Replication.
I am sure he knows what he is talking about, correct me if I am wrong.
BTW - if you look and the DNS Eventlog you would see that it actually transferred the Zone on an Update.
If there is something I have learned during the years spent in consulting, it is the fact that even greatest and brightest can be sometimes wrong, misunderstood or misinterpreted.

Take a look at technet: http://technet.microsoft.com/en-us/l...on124121120120
And scroll down a bit for a section on "Incremental Zone Transfer" and IXFR.

The default BIND settings, when configured as master or slave for a zone, would indeed make the whole zone be transfered, but turning on IXFR on the BIND side would solve the issue.

Transfer zone on Update is about NOTIFY packets - this does not necessary mean how the zone will be transfered - Primary can notify the SLAVE to initiate zone transfer. How the zone is transfered is up to the configuration in place.

Update: There is even a KB describing issues with IXFR/AXFR when mixing BIND with MS DNS: http://support.microsoft.com/kb/912233
__________________
Guy Teverovsky
http://blogs.technet.com/b/isrpfeplat/
"Smith & Wesson - the original point and click interface"

Last edited by guyt; 1st June 2008 at 10:39..
  #9  
Old 1st June 2008, 20:21
Akila Akila is offline
Banned
Here to help
 
 Join Date: Feb 2008
  6 month star 12 month star
 Location: Behind you
 Posts: 516
  Send a message via MSN to Akila Send a message via Skype™ to Akila
 Reputation: Akila has a little shameless behaviour in the past (-10)
Default Re: DNS Active Directory Integrated in multi-site environment.

You always learn new thing
Closed Thread


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to create a multi-site environment diana VMware Virtualization 2 17th February 2008 19:10
How to reinstall a dynamic DNS Active Directory-integrated zone tongers Windows Server 2000 / 2003 1 16th August 2007 19:17
Using Router as DHCP in Active Directory Environment ahmer_sahab Windows Server 2000 / 2003 6 9th November 2006 20:30
User Logon in Active Directory Environment kins Windows Server 2000 / 2003 2 25th May 2006 11:13
Active Directory-integrated DNS question JamesNesbitt Active Directory 9 18th March 2005 10:18


All times are GMT +3. The time now is 13:56.

Steel Blue 3.5.4 vBulletin Style ©2006 vBEnhanced
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
 

Valid XHTML 1.0!   Valid CSS!

Copyright 2005 Daniel Petri