5.2-DNS Flashcards
To map human readable names like www.mcewenmedia.com to IP Addresses
DNS - Domain Name System
Local DNS resolver
typically configured automatically using Using DHCP (Domain Host configuration protocol)
TTL
Indicates how long local DNS resolver can cache domain names.
Most common type of DNS record
A-Record which maps an IP Address to a domain name
Maps a domain name to an authoritative nameserver for that domain (referred to as a “referrals”)
Name Server Record or NS
Mail server for a particular domain
MX record
Alias or Canonical name (pointer from alias to another domain name)
CNAME
Maps IP addresses to a domain name (reverse lookup)
PTR
Maps a domain name to an IPv6 address
AAAA (uad A)
You can see a question and an answer section.
shows info like: ttl, record type, IP Address
dig
dig ns gatech.edu
shows A and AAAA
dig mx gatech.edu
Returns the mail server, ttl, priority levels
dig +trace gatech.edu
The full lookup hierarchy to see every step of the DNS lookup process
Lookup IP address 130.207.97.11
What is corresponding in-addr.arpa domain name?
11.97.207.130.in-addr.arpa
The reversal of the octets in this name corresponds to a strict traversal of the hierarchy from the highest levels of the hierarchy at in-addr.arpa to the lower levels as the IP address moves from higher to lower parts of the hierarchy