exam questions

Exam 70-743 All Questions

View all questions & answers for the 70-743 exam

Exam 70-743 topic 1 question 110 discussion

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

HOTSPOT -
Your network contains an Active Directory domain named contoso.com.
The domain contains a DNS server named Server1.
You enable Response Rate Limiting on Server1.
You need to prevent Response Rate Limiting from applying to hosts that reside on the network of 10.0.0.0/24.
Which cmdlets should you run? To answer, select the appropriate options in the answer area.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:

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
IG2021
4 years, 10 months ago
the answer in the solutionbox is wrong Set-DNSServerRRL -mode Enable #enables RRL if enabled: Add-DnsServerResponseRateLimitingExceptionlist # create List and adds ServerInterface like "EQ,10.0.0.0" you need to run only second cmd if RRL always enabled
upvoted 3 times
drhousedk
4 years, 5 months ago
"You enable Response Rate Limiting on Server1." - You already enabled it - why would you enable it again? You'd need to create the subnet item and then add the subnet item to the exception list.
upvoted 1 times
...
...
plmmsg
4 years, 11 months ago
The Set-DnsServerResponseRateLimiting cmdlet enables Response Rate Limiting (RRL) on a Windows DNS server. https://docs.microsoft.com/en-us/powershell/module/dnsserver/set-dnsserverresponseratelimiting?view=win10-ps
upvoted 1 times
...
id83
5 years, 5 months ago
first you define the subnet with Add-DnsServerClientSubnet -Name "nameofsubnet" -IPv4Subnet 10.0.0.0/16 for example then you can use it in the Add-DnsServerResponseRateLimitingExceptionlist command
upvoted 3 times
...
montonearm
5 years, 7 months ago
I think that the answer area is correct The rate limiting is active you must add before the subnet and then settting rate limiting https://docs.microsoft.com/en-us/powershell/module/dnsserver/set-dnsserverresponseratelimitingexceptionlist?view=win10-ps https://docs.microsoft.com/en-us/powershell/module/dnsserver/add-dnsserverclientsubnet?view=win10-ps
upvoted 2 times
...
Marz
5 years, 11 months ago
the answer in the solutionbox is correct. https://www.youtube.com/watch?v=qQsxny7eoho look at 6:00
upvoted 3 times
...
pr99
6 years ago
Set-DnsServerResponseRateLimiting Add-DnsServerResponseRateLimitingExceptionlist https://blogs.technet.microsoft.com/teamdhcp/2015/08/28/response-rate-limiting-in-windows-dns-server/
upvoted 3 times
jamiescyclops
5 years, 10 months ago
I think you're right. It says the first command will enable it with the defaults, and then you can use the second command to change them. Also https://docs.microsoft.com/en-us/powershell/module/dnsserver/set-dnsserverresponseratelimiting?view=win10-ps states that "The Set-DnsServerResponseRateLimiting cmdlet enables Response Rate Limiting (RRL) on a Windows DNS server." and https://docs.microsoft.com/en-us/powershell/module/dnsserver/add-dnsserverresponseratelimitingexceptionlist?view=win10-ps states that "The Add-DnsServerResponseRateLimiting cmdlet adds a Response Rate Limiting (RRL) exception list on the DNS server. The RRL exception list indicates that responses to queries for specified Fully Qualified Domain Names (FQDNs), queries originating from specified client subnets, queries received on specified server interfaces, or any combination of these values, are exempt from RRL."
upvoted 2 times
...
twiggs_county
5 years ago
No to Set-DnsServerResponseRateLimiting. Read the question - RRL is already enabled
upvoted 2 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 ...