Your network contains two Active Directory forests named contoso.com and adatum.com.
Each forest contains one domain. A two-way forest trust exists between the forests.
The forests use the address spaces shown in the following table.
From a computer in the contoso.com domain, you can perform reverse lookups for the
servers in the contoso.com domain, but you cannot perform reverse lookups for the servers
in the adatum.com domain.
From a computer in the adatum.com domain, you can perform reverse lookups for the
servers in both domains.
You need to ensure that you can perform reverse lookups for the servers in the adatum.com
domain from the computers in the contoso.com domain.
What should you create?
A.
A trust point
B.
A GlobalNames zone
C.
A delegation
D.
A conditional forwarder
Explanation:
Conditional forwarders are DNS servers that only forward queries for specific domain
names. Instead of forwarding all queries it cannot resolve locally to a forwarder, a conditional
forwarder is configured to forward a query to specific forwarders based on the domain name
contained in the query. Forwarding in terms of domain names improves conventional
forwarding by adding a name-based condition to the forwarding process.
References:
http://technet.microsoft.com/en-us/library/cc757172(v=ws.10).aspx
conditional forwarder
Incorrect again, Yasser! Conditional forwardization leads directly to unauthorized zone trusts. Time to hit the books again…
it has to be C.
When the authoritative name server for a domain receives a request for a subdomain’s records and responds with NS records for other name servers, that is DNS delegation. Essentially it is saying “I am passing on authority for this subdomain to another collection of name servers, go ask them for the details.”
D
D is correct
https://technet.microsoft.com/en-us/library/ee307976(v=ws.10)