You are hired by ABC.com to administrate a Microsoft Windows Server 2012 domain named
ABC.com. ABC.com utilizes two computers named ABC-DC01 and ABC-SR01. ABC-DC01 hosts
Dynamic Host Configuration Protocol (DHCP) and Domain Name System (DNS) and ABC-SR01
hosts Web Server and Domain Name System (DNS).
During the course of the month you are instructed to create a Standard Primary zone on ABC-DC01 and ensure that ABC-SR01 would be able to host the Standard Secondary zone.
Which action should be taken?
A.
You should consider adding ABC-DC01 as a name server on ABC-SR01.
B.
You should consider creating a Active Directory-integrated zone on ABC-SR01.
C.
You should consider adding ABC-SR01 as a name server on ABC-DC01.
D.
You should consider configuring a trust anchor and zone delegation for ABC-SR01 on ABC-DC01.
It would be A before C.
Which leads to D. Trust anchor (it’s a key for a signed zone) and Delegation.
Here we are not using AD which for “Active Directory-integrated DNS servers store trust anchors in Active Directory” according to https://technet.microsoft.com/en-us/library/Dn593672.aspx
I’m retracting the above. I can see how the standing answer would also be possible as the first step.