20741a 04 PDF
20741a 04 PDF
Implementing DNS
Module Overview
• Monitoring tab on
DNS Console:
• Simple query
• Recursive query
• Windows PowerShell
• Get-
DnsServerDiagnostics
• Test-DnsServer
• Nslookup –d2 FQDN
Audit and Analytic
event logging:
• Use Event Viewer or
tracelog.exe
Demonstration: Testing the DNS server
Namespace: training.contoso.com
DNS Client2 = ?
192.168.2.46 = ?
DNS Client1
What are primary and secondary zones?
Zones Description
Zones Description
Active Directory– • Perform incremental replication between DNS servers
integrated
zones • Adjust the Active Directory replication schedule
.root DNS
1 3
.com DNS
DNS
Server
contoso.com
DNS
(Root domain) Server
fabrikam.com
DNS DNS
Server Server
DNS
Server
na.contoso.com sa.contoso.com
DNS
DNS na.fabrikam.com
Server
Server
ny.na.contoso.com rio.sa.contoso.com
What is DNS caching?
DNS server cache
Host name IP address TTL
ServerA.contoso.com 131.107.0.44 28 seconds
Contoso
Internet DNS
Internal DNS
DNS
ServerA
Where isis at
131.107.0.44
ServerA?
Client1
Where
ServerAisis at
ServerA?
131.107.0.44
Client2
ServerA
What is DNS forwarding?
Ask .com
.com
Contoso.com
Local
DNS
Server Client
DNS forwarding and stub zone guidance
Scenario 1: Northwind Traders Inc., has recently acquired the Beyond Blue Airline
Corporation and you are tasked with setting up the DNS infrastructure. You will
have an Active Directory Domain Services (AD DS) forest named Northwind.com,
and a separate tree named Beyondblueair.com. Users will regularly need to resolve
names to IP addresses for servers within each domain name. You want to ensure
that the DNS queries remain within the corporate infrastructure.
Scenario 2: Contoso LTD has diversified into several product lines, and the AD DS
domain structure is being extended. Contoso.com has three existing sub domains:
NA.contoso.com, EU.contoso.com and Asia.contoso.com. Plans are under way to
create sub domain in each of the geographical domains, with an automotive domain
under each with a two separate subdomains under each automotive domain. You
need to ensure the faster possible name resolution path for internal clients.
10 minutes
Configuring delegation
DNS
Server
Contoso.com
DNS
Zone
DNS
Subdomain DNS
Zone
Sales
DNS
Server
Marketing
Lab A: Planning and implementing name resolution by
using DNS
Logon Information
Virtual machines: 20741A-LON-DC1
20741A-EU-RTR
20741A-INET
20741A-LON-SVR1
20741A-SYD-SVR1
User name: Adatum\Administrator
Password: Pa$$w0rd
Controllers----------
-------------Domain Controllers----------
-------------Domain
DNS Service
Zone
Transfer
DomainDNSZone
Replicate to all domain controllers
that are DNS servers in the AD DS
ForestDNSZones forest
Custom Partition Replicate to all domain controllers
in the replication scope for the
application partition
Dynamic updates
Logon Information
Virtual machines: 20741A-LON-DC1
20741A-LON-SVR1
20741A-EU-RTR
20741A-SYD-SVR1
User name: Adatum\Administrator
Password: Pa$$w0rd
Advanced DNS
name resolution:
• DNS round robin
• Netmask
reordering
• Recursion
Configuring root hints
com
DNS
Server
microsoft
Client
What is the GlobalNames zone?
The GlobalNames zone allows single-label names to be resolved in multiple
DNS domain environments
You can configure the GlobalNames zone by using dnscmd or by using
Windows PowerShell:
• Get-DnsServerGlobalNameZone
• Set-DnsServerGlobalNameZone
2
1
3
GlobalNames
Zone
4 6
5
DNS Server DNS Client
Forward Lookup
Zone
Demonstration: Configuring the GlobalNames zone
Perimeter Network
Domain controllers Inside
Web Mail
Outside
running Active Directory- firewall firewall
server server
integrated DNS
Internal network
Understanding split DNS
Perimeter Network
Domain controllers Inside
Web Mail
Outside
running Active Directory- firewall firewall
server server
Integrated DNS
Internal network
Understanding split DNS
Perimeter Network
Domain controllers Inside
Web Mail
Outside
running Active Directory- firewall firewall
server server
integrated DNS
Internal network
Implementing split DNS
• Same namespace:
• Internal records should not be available externally
• Records might need to be synchronized between
internal and external DNS
• Unique namespace:
• Record synchronization is not required
• Existing DNS infrastructure is unaffected
• Clearly delineates between internal and external DNS
• Subdomain:
• Record synchronization is not required
• Contiguous namespace is easy to understand
DNS policies
• Best Practices
• Common Issues and Troubleshooting Tips
• Review Questions
• Tools