In: Computer Science
Complete Critical Thinking Activity 3: Configuring Zones. You have an Active Directory forest named csmtech.local and two Active Directory domains in the forest named csmpub.local and csmsales.local. You want the DNS servers in each domain to be able to handle DNS queries from client computers for any of the other domains. DNS servers in the csmtech.local and csmpub.local domains should be authoritative for their own domains and the csmsales.local domain. However, DNS servers in csmsales. local should be authoritative only for csmsales.local. How should you set up the DNS servers and zones to handle this situation? Explain how the DNS servers in each domain should be configured with zones. Be sure to include information about replication scope and zone types.
Setting up of DNS server and zones to handle the given situation:
Consider the following 2 scenarios that the user want to provide with the requirements.
Handling of full Domain Name System (DNS) names.
Handling of flat names.
Situation-1:
Let's assume the user is living in the domain "x1.local" and want to handle something on "x2.local" such as www.x2.local, the user required to use conditional forwarder on the DNS server to handle something on "x2.local".
To do this, the user needs to do the following:
Choose "properties by right clocking on the server.
Click the Edit button in Forwarders tab.
In "x2.local", type in the Internet Protocol (IP) address of any one of the DNS server.
Click "OK".
These are the steps to add forwarder for another domain.
From "x2.local", the user need to communicate with DNS administrators to allow zone transfers to the user's IP address of DNS server.
If the user wants to handle something from "x1.local", then the user can follow the same steps given above.
Situation-2:
If the "x1.local" users want to handle a flat name in another domain or forest, then a DNS suffix search list for the user's clients need to be specified in "x1.local".
This can be done in 2 ways:
Group policy
Using Dynamic Host Configuration
Explanation:
DNS Zones store DNS resource record information. Some common DNS records include:
There are many more record types, and without these records, everything would be accessed by an IP address.
DNS Zones provide us a way to maintain these records on one or more servers.
Advantages of Active Directory integrated Zones :
Primary Zone :
Secondary Zone :
Stub Zone :
Forward Lookup Zone :
Reverse Lookup Zone :
Zone Transfers
Zone transfers can occur during any of the following :