DNS 4 Flashcards
What command can be used to view all the scopes within a zone (example.com)
Get-DnsServerZoneScope -ZoneName “example.com”
What two commands can be used to query a DNS server for name resolution even if the information is locally cached on the client?
nslookup and Resolve-DnsName.
What command can be used to add DNS server policies?
Add-DnsServerQueryResolutinPolicy
The processing order of the policy determines when it will be checked, compared to the other existing policies. True or False?
True.
Which policy action would cause a client to time-out waiting for a DNS response?
Ignore.
What tab in the DNS Server properties contains the option for configuring automatic testing of the DNS Server?
Monitoring.
What tab in the DNS Server properties contains the option for configuring recursion?
Advanced.
What tab in the DNS Server properties contains the option for configuring which events are to be logged?
Event Logging.
What is the most probable reason why we would NOT want to leave debugging on all the time?
Overhead on the server.
When analyzing the DNS server, what two resources are priotritized first for any bottlenecks/issues?
Memory and CPU usage.
What sequence is used to highlight a counter in Performance Monitor?
Ctrl+h.
Server Manager can be used to both set and see alarm thresholds for DNS server’s memory and CPU. True or False?
True.
What is DNS Scavenging?
When properly configured, DNS Scavenging automically removes records that haven’t been updated in a while.
Which tab of the zone properties is used to set the aging/scavenging properties for a zone?
General.
What is the default No-refresh interval?
7 days.