QuestionQ30

Implementación y administración de una infraestructura de red local e híbrida

You have servers with the DNS Server role installed. The servers are configured as shown in the following table.

Question Image

All client computers in the New York office use Server2 as their DNS server.

You need to configure name resolution in the New York office to meet the following requirements:

  • Ensure that client computers in New York can resolve names from contoso.com.
  • Ensure that Server2 forwards all DNS queries for Internet hosts to 131.107.100.200.

The solution must not require changes to Server1.

Which two components should you configure on Server2? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

Choose two
  • A a forwarder
  • B a conditional forwarder
  • C a delegation
  • D a secondary zone
  • E a reverse lookup zone
Explanation

A conditional forwarder for contoso.com on Server2 directs queries for that specific DNS namespace to Server1, which hosts the contoso.com zone. A standard forwarder on Server2 directs unresolved queries for external Internet names to 131.107.100.200. Conditional forwarders apply to specified domains, whereas standard forwarders are used for external DNS names.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!