DNS Flashcards
What is DNS?
protocol to resolve names and ip addresses
- IPv4&6
DNS should be configured for?
High availability (HA)
what is DNS namespace?
World wide unique naming architecture with distributed administration
- Top level domains on root server
- second level domains and lower are maintained by registered owners
(known as delegations)
What are the 4 domain levels?
- top level domain - “.local”
- second level domain - “ drost.local “
- sub domain - “mail.drost.local”
- hosts - “pc15.mail.drost.local”
What is DNS authority?
registered owner authoritative for domain name
– maintains domain name zones
forward lookup zones - name to IP
Reverse look up zones - ip to name
- zone is also a database (file) containing records
What are the different DNS record types?
- Start of Authority (SOA)- required for all zones
- Name server (S) - Name of the DNS server authoritative for domain- require for all zones
- Host (A or AAAA)- host name and IP for forward look up in domain
- Mail Exchange (MX) - domain smtp server
- Alias (CNAME) - alternative name for host
- Pointer (PTR) host name and ip for reverse lookup zones
- Server resource (SRV) - location of network services critical to AD
What are the two types of DNS resolution?
iterative
recursive
What is the benefit of External Name Resolution?
They dont expose AD DNS zones to the internet
What is dns Ha- AD integrated
- zone data stored in ADDS database
DNS servers- are AD domain controllers
AD integrated zones are stored and replicated with Active Directory, and can be configured to replicate to all DNS servers in the domain or the forest. That provides high availability, fault tolerance, and easy setup when running DNS on domain