DNS Flashcards
All about DNS
What does DNS stand for?
Domain Name System
Which devices can cache DNS information?
Clients and Servers
DNS can be used by a client to locate a Domain Controller for authentication services. True or False?
True.
What command is used to display all cached DNS entries on a DNS client?
Ipconfig /displaydns
What command is used to remove all cached DNS entries on a DNS client?
Ipconfig /flushdns
What does NAT stand for?
Network Address Translation
What is the purpose of NAT?
To allow devices on a private network to communicate on the public internet by translating private IP addresses.
What is a DNS forwarder?
A DNS server that sends unresolved DNS queries to another specified DNS server.
What are two ways to install the DNS server role on Windows Server 2016?
Through the “Add Roles and Features Wizard” in Server Manager or with the “Add-WindowsFeature DNS -IncludeManagementTools” command in Windows Powershell.
What command is used to show cached DNS entries from the DNS server?
Show-DnsServerCache
What command is used to remove all cached DNS entries from a DNS server?
Clear-DnsServerCache
What does an “A” RecordType signify in the results screen of a Show-DnsServerCache command?
An “A” record signifies an IPv4 address.
What configuration allows two DNS servers to send requests between each other?
DNS Forwarding
What two methods can you use to configure a DNS forwarder?
Through DNS manager as well as through PowerShell using the “Add-DnsServerForwarder (ip address)” command.
What methods can use you use to configure conditional forwarding?
Through DNS Manager or through PowerShell using the “Add-DnsServerConditionalForwarderZone (domain) (ip address)” command