Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam 70-741 topic 1 question 59 discussion

Actual exam question from Microsoft's 70-741
Question #: 59
Topic #: 1
[All 70-741 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 (?) , you can switch to a simple comment.
Switch to a voting comment New
Bonna
Highly Voted 4 years, 10 months ago
The answer is correct. The responses rate limit is already enabled in the statement, so you next task is to add-dnsserverclientsubnet you create the subnet and with the add DnsServerResponseRateLimitingExceptionList you apply the exception to the subnet.
upvoted 13 times
imsreeni
4 years, 2 months ago
the second answer says Set-DnsServer
upvoted 2 times
...
...
panda
Most Recent 3 years, 4 months ago
I think the given answer is correct. The cmdlet script I made is as follow. PS C:\> Add-DnsServerClientSubnet -Name "PandaSubnet" -IPv4Subnet 10.0.0.0/24 -PassThru PS C:\> Set-DnsServerResponseRateLimitingExceptionlist -Name "PandaList" -ClientSubnet "EQ, PandaSubnet"
upvoted 2 times
panda
3 years, 3 months ago
If this question don't say that you enable RRL on Server1, you must run set-DnsServerResponseRateLimiting at first.
upvoted 1 times
...
panda
3 years, 3 months ago
The purpose to use Add-DnsServerClientSubnet before running Set-DnsServerResponseRateLimitingExceptionlist is that to limit subnet and share this subnet information between both of them.
upvoted 1 times
...
...
Kamikazekiller
3 years, 9 months ago
Correct answer
upvoted 4 times
...
Ario
4 years, 2 months ago
Answer is correct
upvoted 2 times
...
ITGEEK
4 years, 3 months ago
1. Add-dnsserverclientsubnet https://books.google.com.mt/books?id=_lExDwAAQBAJ&pg=PA123&lpg=PA123&dq=add-dnsserverclientsubnet&source=bl&ots=Ob9k5Zv1Qj&sig=ACfU3U1VfXiEdq8Cx_qRits_5o5hFA_hNA&hl=en&sa=X&ved=2ahUKEwie_q6dqOPmAhWSQ0EAHXgRBcIQ6AEwBXoECAoQAg#v=onepage&q=add-dnsserverclientsubnet&f=false 2.Add-dnsserverresponseratelimitingexceptionlist https://docs.microsoft.com/en-us/powershell/module/dnsserver/add-dnsserverclientsubnet?view=win10-ps
upvoted 2 times
...
TMW
4 years, 10 months ago
This one is incorrect. You want to use the following: set-dnsserverresponseratelimiting -responsespersec 2 -errorspersec 2 -ipv4prefixlength 26 -leakrate 5 -mode enable -force And add an exception to the Response Rate Limiting: Add-DNSServerResponseRateLimitingExceptionlist
upvoted 3 times
RickSk
4 years, 10 months ago
Assuming that the subnet already exists in the DNS server, then yes. Otherwise you would have to create it beforehand, and the command order would be: Add-DnsServerClientSubnet Set-DnsServerResponseRateLimiting Add-DnsServerResponseRateLimitingExceptionList
upvoted 4 times
ShockwaveXYZ
4 years, 6 months ago
The question states that response rate limiting is already enabled on the server. so you dont have to use the Set-DnsServerResponseRateLimiting.
upvoted 7 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 ...