Your network contains multiple subnets.
On one of the subnets, you deploy a server named Server1 that runs Windows Server 2012
R2.
You install the DNS Server server role on Server1, and then you create a standard primary
zone named contoso.com.
You need to ensure that client computers can resolve IP addresses to host names.
What should you do first?
A.
Create a GlobalNames zone.
B.
Convert the contoso.com zone to an Active Directory-integrated zone.
C.
Configure dynamic updates for contoso.com.
D.
Create a reverse lookup zone.
Explanation:
You should use GlobalNames zone to take advantage of single-label names. This will also
ensure that the zone remains valid.
I am pretty sure it D. Create a reverse lookup zone.
GlobalNames zones are for single-label lookups.
I agree it’s D
Source of your answer?
A reverse lookup takes the form of a question, such as “Can you tell me the DNS name of the computer that uses the IP address X.X.X.X?”
https://technet.microsoft.com/en-us/library/cc730980.aspx
awesome! thanks!
Totally agree with D – as reverse lookup does what this describes – gives you name of name IP destination instead of normal DNS which gives you IP for name.
correct answer is d
A is correct.
https://technet.microsoft.com/en-us/library/cc731744.aspx
This article about converting(resolving) names to IP instead of resolving IP to name. Answer is D
Explanation:
You should use GlobalNames zone to take advantage of single-label names. This will also ensure that the zone remains valid.
Sorry, question is: IP to names (reverse zone)
names to IP (primary zone)
I stil think it is D. thats what reverse zones are for
is D
what about B? do you need to convert the standard zone to a active directory integrated zone?