Which cmdlets should you run?

Hotspot Question
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.

Hotspot Question
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.

Answer:



Leave a Reply 4

Your email address will not be published. Required fields are marked *


Dmag

Dmag

Disagree with first answer.
It should rather be Set-DnsServerResponseRateLimiting to enable the rate limiting instead of Add-DnsServerClientSubnet wihch has nothing to do at all with rate limiting but define a DNS zone.

The second answer is OK : Add-DnsServerResponseRateLimitingExceptionlist , as this command will be used with 10.0.0.0/24 as -clientsubnet parameter in the exception list for queries originating from specified client subnets

Definition : “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.”

https://docs.microsoft.com/en-us/powershell/module/dnsserver/set-dnsserverresponseratelimiting?view=win10-ps

Pierre Boya

Pierre Boya

The answer is correct.
It clearly says is question: “You enable Response Rate Limiting on Server1.”
So I would go with: Add-DnsServerClientSubnet & Add-DnsServerResponseRateLimitingExceptionlist