Information Technology Reference
In-Depth Information
Use stub zones and conditional forwarders to replace the need for secondary zones.
Conditional forwarders provide a means to manage to which DNS server a DNS query
is forwarded for specific zones.
You can change whether a zone or conditional forward is stored in Active Directory or
in files, except for secondary zones, which are always file based.
Use DNS zone delegation to delegate administration of a portion of your DNS
namespace.
Zone transfers are disallowed unless explicitly allowed.
Objective review
You need to create a new primary forward lookup zone for Engineering.TreyReseach.
net. The zone should have its data stored in Active Directory and be available to all do-
main controllers in the domain. What Windows PowerShell commands would you use?
1.
Add-DnsServerPrimaryZone -Name 'Engineering.TreyResearch.net'
-zone 'engineering.treyresearch.net.dns' -replication Domain
A.
Add-DnsServerPrimaryZone -Name 'Engineering.TreyResearch.net'
-zone 'engineering.treyresearch.net.dns' -replication Forest
B.
Add-DnsServerPrimaryZone -Name 'Engineering.TreyResearch.net'
-replication Domain
C.
Add-DnsServerPrimaryZone -Name 'Engineering.TreyResearch.net'
-replication Forest
D.
You need to create a new secondary reverse lookup zone for the TreyResearch.net,
which uses 192.168.10.0 - 192.168.10.255 for network addresses. The Primary zone is
hosted by trey-dc-02 at 192.168.10.2. What Windows PowerShell commands would
you use?
2.
Add-DnsSecondaryZone -Name 'TreyResearch.net' -NetworkID “192.168.10.0/24”
-Replication Domain -Master “trey-dc-02.treyresearch.net”
A.
Add-DnsSecondaryZone -NetworkID “192.168.10.0/24” -Master 192.168.10.2
-Zone “10.168.192.in-addr.arpa”
B.
Add-DnsSecondaryZone -NetworkID “192.168.10.0/24” -Master 192.168.10.2
-Zone “0.10.168.192.in-addr.arpa”
C.
Add-DnsSecondaryZone -NetworkID “192.168.10.0/24” -Master
“trey-dc-02.treyresearch.net” -Zone “10.168.192.dns”
D.
 
Search WWH ::




Custom Search