domain controller), unless the Windows 2000 software detects that a DNS server already exists for that domain. (Alternatively, you can explicitly select DNS as a component to install during or after Setup.)
DNS Levels
DNS is a hierarchical naming structure with the following levels:
•
Root designated by a dot (.).
•
First level - This indicates country or type of organization such as "org", "com", and "net".
•
Second level - Indicates the organization name and can be purchased for a yearly fee. Notice that the highest level of the domain is listed last. An example of a domain name that you may be familiar with is: Microsoft.com.
DNS OperationDNS Servers
On the client side, a DNS resolver is used to send queries to DNS servers. The resolver is normally part of a library routine or it is built into the application. DNS uses zone files to keep name and IPaddress database information for the internet domain or hierarchial set of domains. Zones are a storageof information in a file for a DNS domain or DNS subdomains (DNS domains are not the same asWindows domains). DNS does not yet support dynamic configuration but has been modified for Windows systems to do so. Different aliases may be created by the administrator for the same host.Three types of name servers as defined by how it relates to the zone information:
•
Primary -
Locally stored files exist on the name server database. The master zone file copy isstored here.
•
Secondary -
Gets data called a zone transfer from another server that is the zone authority.
•
Caching Only -
Caches name server information and does not contain its own files.A primary and secondary name server should be used on a network. When a zone is defined, someserver must be configured to be a master name server for the zone. There can be different master nameservers for different zones. The master server provides copies of the zone information to the secondaryDNS server. Name servers can be configured to get information from other name servers when theinformation is not found in the local database. These types are forwarders and slaves. Name servers ascategorized by function:
•
Master - The zone authority that contains the master zone files.
•
Forwarders - A name server that passes name resolution requests to other name servers. Thisconfiguration is done on a per server basis.
•
Slaves - Slave name servers are configured to use forwarders.Windows introduces additional terminology:
•
Standard primary -
The same as a primary DNS server listed above. This is a master server by function.
•
Active Directory Integrated (primary) -
DNS entries are stored with Active Directory datarather than a normal zone file. More than one of these Active Directory primary servers mayexist due to Active directory replication. This term is used to refer to both the Active DirectoryIntegrated zones and files that support the zone.
Leave a Comment