![]() |
|
|
|||||||
| Petri.co.il is happy to award auglan the title of Most Valuable Member !!! |
| Register | Calendar |
Search |
Today's Posts |
Mark Forums Read |
| Notices |
|
|
DNS Active Directory Integrated in multi-site environment.this thread has 8 replies and has been viewed 3774 times
|
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
||||||||
|
||||||||
|
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
|
||||||||||
|
||||||||||
|
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
|
||||||||
|
||||||||
|
Is there a point to NOT use AD integreated? It's not like AD going corrupt is a common thing.
|
|
#4
|
||||||||||
|
||||||||||
|
Quote:
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
|
|||||||||||
|
|||||||||||
|
Quote:
Quote:
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
|
|||||||||||
|
|||||||||||
|
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
|
||||||||||
|
||||||||||
|
Quote:
Quote:
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
|
|||||||||||
|
|||||||||||
|
Quote:
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
|
||||||||||
|
||||||||||
|
You always learn new thing
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
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 |