exam questions

Exam 70-741 All Questions

View all questions & answers for the 70-741 exam

Exam 70-741 topic 1 question 89 discussion

Actual exam question from Microsoft's 70-741
Question #: 89
Topic #: 1
[All 70-741 Questions]

Note: This question is part of a series of questions that use the same or similar answer choices. An answer choice may be correct for more than one question in the series. Each question is independent of the other questions in this series. Information and details provided in a question apply only to that question.
You have multiple servers that run Windows Server 2016.
The DNS Server server role is installed on a server named Server1.
You need to configure Server1 to use a DNS forwarder that has an IP address of 192.168.10.15.
What should you run?

  • A. dism.exe
  • B. dns.exe
  • C. dnscmd.exe
  • D. netsh.exe
  • E. Set-DhcpServerDatabase
  • F. Set-DhcpServerv4DnsSetting
  • G. Set-DhcpServerv6DnsSetting
  • H. Set-DNSServerSetting
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Dave_Holden
Highly Voted 5 years, 7 months ago
Example & Expl. If your DNS server is running Windows Server Core, you can configure conditional forwarders on your DNS server from the command-line by using the DNSCMD command. A conditional forwarder is a forwarder that handles queries only for a specified domain name. Conditional forwarding enables a DNS server to forward queries for different domain names to different DNS servers according to the specific domain names that are contained in the queries. This improves conventional forwarding by adding a second condition to the forwarding process. To configure a conditional forwarder, you specify a domain and one or more IP addresses of DNS servers that can resolve queries directed to that domain. You can use Dnscmd to configure conditional forwarders for your DNS server. For example, to configure a conditional forwarder that forwards all queries for hosts in the microsoft.com domain to the external DNS server 207.68.160.190, do the following: dnscmd SEA-SC4 /zoneadd microsoft.com /forwarder 207.68.160.190 If your DNS server is on a domain controller, use /dsforwarder instead of /forwarder in this command.
upvoted 8 times
Dave_Holden
5 years, 7 months ago
If your DNS server is running Windows Server Core, you can configure forwarders on your DNS server from the command-line by using the DNSCMD command. A forwarder is a special DNS server that you designate for handling client requests that your regular DNS servers cannot or should not resolve, such as requests for offsite or external DNS domain names. DNS clients typically make recursive queries, which are queries to which the responding DNS server must return a valid (success or failure) response. When the DNS server receives a client request and if a forwarder is configured on the DNS server, the DNS server sends a recursive query to the forwarder asking for a valid response. You can use the Dnscmd command to configure one or more forwarders on a Server Core DNS server. For example, to configure the external DNS server 192.0.2.25 as a forwarder for DNS server SEA-SC4, do the following: dnscmd SEA-SC4 /ResetForwarders 192.0.2.25 /timeout 5 /slave
upvoted 3 times
...
...
MentalG
Most Recent 5 years, 8 months ago
Any explanations please?
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...