Information Technology Reference
In-Depth Information
You are the enterprise administrator for Trey Research. Your domain name is
TreyResearch.net, and your IPv4 address range is 192.168.10.0-192.168.10.255.
Your IPv6 address range is 2001:db8:10::/64. The primary domain controller for
TreyResearch.net is trey-dc-02 and it hosts the Active Directory-integrated DNS.
The Engineering department is migrating to use a new child domain, Engineering.
TreyResearch.net, with a domain controller of trey-engdc-8. What commands would
you use to delegate this domain?
3.
Add-DnsServerZoneDelegation -Name TreyResearch.net `
-ChildZoneName Engineering `
-IPAddress 192.168.10.8,2001:db8:10::8 `
-NameServer trey-engdc-8.engineering.treyresearch.net
A.
Add-DnsServerZoneDelegation -Name Engineering.TreyResearch.net `
-ChildZoneName Engineering `
-IPAddress 192.168.10.8,2001:db8:10::8 `
-NameServer trey-dc-02.treyresearch.net
B.
Add-DnsServerZoneDelegation -Name Engineering.TreyResearch.net `
-ChildZoneName Engineering `
-IPAddress 192.168.10.8,2001:db8:10::8 `
-NameServer trey-engdc-02.engineering.treyresearch.net
C.
Add-DnsServerZoneDelegation -Name TreyResearch.net `
-ChildZoneName Engineering `
-IPAddress 192.168.10.8,2001:db8:10::8 `
-NameServer trey-dc-02.engineering.treyresearch.net
D.
Objective 3.2: Conigure DNS records
DNS servers support many different kinds of resource records. For the 70-411 exam, you
should understand which resource record types are supported by the Windows Server 2012
and Windows Server 2012 R2 DNS server, and how to configure those records. You should
also know how to configure zone and record options, as well as how to configure round robin
load balancing.
This objective covers how to:
Create and configure DNS resource records (RR) including A, AAAA, PTR, SOA,
NS, SRV, CNAME, and MX records
Configure zone scavenging
Configure record options including Time To Live (TTL) and weight
Configure round robin
Configure secure dynamic updates
 
 
Search WWH ::




Custom Search