DNS is extremely important to all aspects of proper Active Directory operation. Any time a client makes a request for a domain service, it must find a domain controller to service that request, which is where DNS comes in to play.
There are two types of DNS queries: recursive and iterative.
When a DNS client requests DNS information, it uses a recursive query to do so.
In a recursive query, the DNS client sends its query to the first DNS server that it has been configured for in its TCP/IP configuration. It then sits and waits for the server to return an answer. If the server returns a positive response, the client will then go to the IP address returned by the server.
DHCP
DNS is always configured first for ad to work properly
DNS
The term is active directory dns integrated means that during replication of AD all changed/ updated data is replicated and we dont have to replicate DNS zone files(which contains information aout the dns records) seperately . Active Directory-integrated DNS enables Active Directory storage and replication of DNS zone databases. Windows 2000 DNS server, the DNS server that is included with Windows 2000 Server, accommodates storing zone data in Active Directory. When you configure a computer as a DNS server, zones are usually stored as text files on name servers - that is, all of the zones required by DNS are stored in a text file on the server computer. These text files must be synchronized among DNS name servers by using a system that requires a separate replication topology and schedule called a zone transfer However, if you use Active Directory-integrated DNS when you configure a domain controller as a DNS name server, zone data is stored as an Active Directory object and is replicated as part of domain replication.
DomainDNSzones
An AD-integrated zone is a DNS zone that is integrated with Active Directory. Typically this occurs on a Domain Controller (dc), which requires DNS to answer queries from Active Directory (LDAP).
If using Windows, start the DNS snap in via administrative tools and right-click Forward Lookup Zones to create a new zone. A wizard will start impromptu you for the information needed. Additionally, an Active Directory integrated DNS server can be made by creating a DNS server, starting the DNS manager, and changing the zone type to be Active Directory stored.
Active directory must be installed . Go to start->run->administrative tools->dns select forward lookup zones right click select ZONE and click on next->then select active directory integrated complete the process
because it is the pre condition for active directory to work. the work of dns is to find host( machine in the network ) with help of IP or hostname( computer name) and dns stores all the info about it DNS makes ip addresses readable to us, for example instead of 172.63.187 we would type www.google.com........ it helps us out without it we'd have to memorize numbers to get web sites
SRV records. SRV Records are the locator records withing DNS that allow clients to locate an Active Directory domain controller or global catalog.Source: Microsoft Windows Server 2008 Active Directory Configuration Official Academic Course Textbook.
The main zone types used in Windows Server 2003 DNS environments are primary zones and Active Directory-integrated zones. Both primary zones and secondary zones are standard DNS zones that use zone files. The main difference between primary zones and secondary zones is that primary zones can be updated. Secondary zones contain read-only copies of zone data.An Active Directory-integrated zone can be defined as an improved version of a primary DNS zone because it can use multi-master replication and the security features of Active Directory. The zone data of Active Directory-integrated zones are stored in Active Directory.Active Directory-integrated zones are authoritative primary zones.A few advantages that Active Directory-integrated zone implementations have over standard primary zone implementations are:Active Directory replication is faster, which means that the time needed to transfer zone data between zones is far less.The Active Directory replication topology is used for Active Directory replication, and for Active Directory-integrated zone replication. There is no longer a need for DNS replication when DNS and Active Directory are integrated.Active Directory-integrated zones can enjoy the security features of Active Directory.The need to manage your Active Directory domains and DNS namespaces as separate entities is eliminated. This in turn reduces administrative overhead.When DNS and Active Directory are integrated; the Active Directory-integrated zones are replicated, and stored on any new domain controllers automatically. Synchronization takes place automatically when new domain controllers are deployed
netlogon dns rpc active directory services(it is in form of service in win2008 only) these are the major ones