DNS 101 Flashcards
DNS stands for
Domain name system
Naming of Route53
because DNS is using Port 53
DNS is used to
convert human friendly domain names into an IP address
IP addresses are used by computers to
identify each other on the network
IP addresses come in 2 different forms
- IPv4 - 32 bit field (4B diff addresses)
2. IPv6 - created to solve the depletion issue for IPv4 and has an address space of 128bits (34 undecillion address)
TLD
Top Level domain; .com, .edu, .gov etc
Second level domain ex
.co.uk, .gov.uk
TLDs are controlled by
Internet Assigned Numbers Authority (IANA) - root zone database of all top level domains
Domain Registrar
> authority that can assign domain names directly under one or more top level domains
these domains are registered with InterNIC, a service of ICANN, which enforces uniqueness of domain names across the internet
WhoIS DB
a central DB that has all registered domain names
Popular domain registrars
Amazon, GoDaddy.com, 123-reg.co.uk
SOA
Start of Authority Record
SOA record stores info about
- name of the server that supplied the data for the zone
- Admin of the zone
- current version of the data file
- default number of seconds for the TTL file on resource records
NS
Name Server Records
NS are used by
TLD servers to direct traffic to the Content DNS server which contains the authoritative DNS records
Browser to SOA sequence of steps
- Browser doesn’t know the IP address of the hellocloudgurus2019.com
- Browser goes to the top level domain, it’s querying for the authoritative dns record.
Ø I have this hellocloudgurus.com, I need to know the ip address for it
Ø TLD doesn’t contain the IP addresses - it only has hellocloudgurus2019.com 172800 IN NS ns.awsdns.com - Once you have the NS info, it queries the NS Records
- NS records will then give us the SOA
- In the SOA, that’s where we’ll have our DNS records