You work as the network administrator at Domain.com. The Domain.com network consists of a single Active Directory domain named Domain.com. Domain.com has its headquarters located in London and branch office located in Paris. All servers on the Domain.com network run Windows Server 2008 and all client computers run Windows Vista.
Domain.com currently makes use of a computer named CERTKILLER-SR01 which has the DNS server role installed. Domain.com currently has CERTKILLER-SR01 configured with a single network interface named KingAreaNetwork. During the course of the day you determine that the static IP address of the network interface is 192.168.1.100. Domain.com recently requested that you create a DNS zone named local.Domain.com on CERTKILLER-SR01.
What should you do?
A.
You should consider having the dnscmd CERTKILLER-SR01/ZoneAdd local.Domain.com/DSPrimary command run from the command prompt.
B.
You should consider having the dnscmd CERTKILLER-SR01/ZoneAdd local.Domain.com/Primary /file local.Domain.com.dns command run from the command prompt.
C.
You should consider having the ipconfig /registerdns:local.Domain.com command run from the command prompt.
D.
You should consider having the netsh interface ipv4 set dnsserver name=local.Domain.com static 192.168.1.100 primary command run from the command prompt.
Explanation:
In the scenario you should make use of the dnscmd CERTKILLER-SR01/ ZoneAdd local.Domain.com/Primary /file local.Domain.com.dns command to create the zone named local.Domain.com on CERTKILLER-SR01.
You should additionally note that the DNS command used to add a zone uses the syntax bellow:
dnscmd [ ServerName ] / zoneadd ZoneName ZoneType [ / dp FQDN |{ /domain | /enterprise | /legacy }]
You should also note that the ServerName specifies where you specify the DNS server and ZoneName specifies the name of the zone and ZoneType would specify the type of zone to create which all requires different parameters to be used.
Reference : Dnscmd Syntax
http://technet2.microsoft.com/windowsserver/en/library/d652a163-279f-4047-b3e0- 0c468a4d69f31033.mspx?mfr=true