DNS Flashcards
Define Root Domain
Top level of the DNS namespace hierarchy
Defined by a .
What are the queries a DNS client can make to a DNS server
Recursive
Iterative
Reverse lookup
Examples of Top Level Domains
.com .edu .gov .us .ca .biz .info
What are Second Level Domains
below TLD
limit of 127 subdomains under second level domains
Max length of FQDN
255 char
Define FQDN
Fully qualified domain name
Composed of hostname, an organization’s domain name and the Internet top-level domain name
What are the types of DNS queries
Recursive
Iterative
Reverse Lookup
What are Recursive queries
Name server receiving this query must respond with IP for a name or an error stating data of requested type doesn’t exist or domain name specified doesn’t exist
Name server cannot refer client to another name server. It will send iterative queries out to other names servers until the answer is found or return error if none exists
What is an Iterative query
Name server provides best answer it has whether its the answer or another name server that may know
Clients cannot make iterative queries
What is a DNS Zone
A contiguous portion of a DNS namespace managed by one or more servers
Zones defined by who looks after maintaining the records that they contain
What are Reverse Lookup Queries
client sends IP address to DNS server and it responds with hostname
What domain is used with reverse lookup queries
in-addr.arpa for IPv4
IP6.ARPA for IPv6
How should an IP in a reverse lookup query be written
In reverse
Domain names become more specific right to left while IP address become more specific left to right
What does the ICANN/IANA do
Keep database that contains names of registered domains and DNS servers that server these domains
What is a HOSTS file
Flat database that contains static mappings for IP addresses to domain names
What does a top level domain need from a company to register an Internet domain name
IP of at least two DNS servers that are authoritative for that domain
Why do many organizations limit host names to 15 characters
NetBIOS names are derived from first 15 characters of the hostnmae
What are root servers
The 13 DNS server names in the root domain managed by ICANN
What are the ways to install DNS
Add Roles and Features
Can be installed when installing AD DS
With Powershell
How to install DNS using Powershell
Add-WindowsFeature DNS