Chapter 1 Flashcards
DNS query
Name resolution query that is sent to a DNS server. The DNS server provides either an authorative or nonauthorative response to the client query.
Authoritative
Authoritative response is one in which the server returns an answer that it knows is correct because the request is directed to the authoritative server that manages the domain. DNS server is authoritative when it hosts a primary or secondary copy of a DNS zone. DNS server hosting an AD-integrated zone is also authoritative.
Nonauthoritative
Response in which the DN server that contains the requested domain in its cache answers a query by using forwarders or root hints. Bc answer might not be exact, it is also called nonauthoritative response.
dnsmcmd/clearcache
you can clear the DNS server hostname cache
What is a recursive query DNS?
Where one DNS server communicates with several other DNS servers to hunt down an IP address and return it to the client
Two possible results of a query?
- DNS server returns IP address of the host requested.
2. DNS server cannot resolve and IP address.
What are the dnscmd.exe utility or PowerShell cmdlet Set-DNSServerRecursion?
Can be used to disable recursion on a Windows Server 2016
Iterative Queries
Access domain name information that resides across the DNS system. The client communicates directly with each DNS server involved in the the lookup. You can use iterative queries to quickly resolve names across many servers.
Fowarder
Windows Server 2016 DNS server that forwards queries for external names to DNS servers outside or inside its network.
Round Robin
Often used to load-balance requests among multiple web servers
Conditional forwarder
DNS server on a network that forwards DNS queries to other DNS servers. EX: You can configure a DNS server to forward all queries that it receives for names that end with corp.pearson.com to IP address of a specific DNS server or to IP addresses of multiple DNS servers.
Disable Recursion on a Windows Server 2016 server
Use dnscmd.exe utility or the PowerShell cmdlet Set-DnsServerRecursion