exam questions

Exam 70-741 All Questions

View all questions & answers for the 70-741 exam

Exam 70-741 topic 2 question 31 discussion

Actual exam question from Microsoft's 70-741
Question #: 31
Topic #: 2
[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.
Your network contains an Active Directory domain named contoso.com. The domain contains a server named Server2 that runs Windows Server 2016.
The DHCP Server server role is installed on Server2. The DNS server role is installed on a server named Server3.
The network contains 500 non-Windows devices that are registered in the DNS zone of contoso.com.
You configure Server2 to lease IP addresses to the non-Windows devices.
You need to prevent Server2 from overwriting the host (A) records for the non-Windows devices.
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 🗳️
References:
https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/dnscmd

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
KFL_
Highly Voted 5 years, 7 months ago
The correct answer should be F. We want to implement 'Name Protection' on our DHCP server. https://blogs.technet.microsoft.com/teamdhcp/2009/01/29/what-is-name-protection/ This can be configured using the Set-DhcpServerv4DnsSetting cmdlet: https://docs.microsoft.com/en-us/powershell/module/dhcpserver/set-dhcpserverv4dnssetting?view=win10-ps Set-DhcpServerv4DnsSetting ... -NameProtection $True
upvoted 14 times
weng
5 years, 7 months ago
Yup, answer is F
upvoted 5 times
...
...
coleman
Highly Voted 5 years, 6 months ago
the answer should be : F. Set-DhcpServerv4DnsSetting
upvoted 5 times
...
jam7272
Most Recent 4 years, 8 months ago
Name Protection is set by Set-DhcpServerv4DnsSetting
upvoted 2 times
...
Kamikazekiller
4 years, 10 months ago
F. Set-DhcpServerv4DnsSetting
upvoted 2 times
...
Kebabtray
4 years, 11 months ago
Set-DhcpServerv4DnsSetting -ComputerName "dhcpserver.contoso.com" -ScopeId 10.10.10.0 -DynamicUpdates "OnClientRequest" -NameProtection $True
upvoted 4 times
DMc
4 years, 10 months ago
Going w/ answer C.
upvoted 1 times
Robbie
4 years, 8 months ago
Goodluck
upvoted 2 times
...
...
...
highman
5 years ago
https://www.zubairalexander.com/blog/configuring-name-protection-on-a-dhcp-server-to-prevent-name-squatting/ Appears F is right answer according to the link
upvoted 2 times
...
darkknight
5 years, 1 month ago
i thik the answer is C you cannot assume it ipv4.
upvoted 1 times
[Removed]
5 years ago
DNSCMD.exe does not allow for setting name protection.
upvoted 2 times
...
Hull
5 years ago
Host A records hold IPv4 values, AAAA records hold IPv6
upvoted 7 times
...
algerianphoenix
4 years, 9 months ago
IPv6 is virtually conflictless, so we can assume it is about IPv4.
upvoted 1 times
...
...
Ario
5 years, 3 months ago
F. Set-DhcpServerv4DnsSetting and then you choose - NameProtection
upvoted 2 times
...
Nhan
5 years, 4 months ago
its seems like everyone vote for F, and Im with the Gang :).
upvoted 5 times
...
xziomal9
5 years, 5 months ago
Correct answer: F
upvoted 3 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 ...