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:

Explanation:
Agree with the answer
4
0
Agree. The RRL is working (You enable Response Rate Limiting on Server1.)so no need to enable it anyway.
What is needed to a subnet and then the subnet is used in exception definition.
3
0
Agree.
To create a client subnet use the Add-DnsServerClientSubnet. This cmdlet a client subnet to a Domain Name System (DNS) server. A client subnet is a
group of IP subnets.
You enable Response Rate Limiting on Server1.” so we dont need to enable it. : Add-DnsServerClientSubnet & Add-
DnsServerResponseRateLimitingExceptionlist
Ref:
https://technet.microsoft.com/en-us/itpro/powershell/windows/dns-server/add-dnsserverclientsubnet
https://technet.microsoft.com/en-us/itpro/powershell/windows/dns-server/set-dnsserverresponseratelimitingexceptionlist
2
0