Route 53 Flashcards
Where does Route 53 get its name from?
Route 66 and the fact that it uses port 53
What is DNS
Domain Name System – the phonebook of the Internet! Users access information online through domain names, like nytimes.com or espn.com. Web browsers interact through Internet Protocol (IP) addresses. DNS translates domain names to IP addresses so browsers can load Internet resources.
What is an IP address used for?
IP addresses are used by computers to identify each other on the network. (like numbers on a house)
What are the two common forms of IP addresses?
IPv4 and IPv6
Why are both IPv4 and IPv6 used?
Because IPv6 was created to address the depletion issue and has an address space of 128bits (340 UNDECILLION) IPv4 has at a little over 4 billion,
and has effectively run out of space. The only reason both are used is because the switch to 100% IPv6 is going to take a decade or so.
What are Top Level Domains?
What about second level?
the last string of characters separated by dots in your domain name. They are controlled by the Internet Assigned Numbers Authority (IANA) in a root zone database.
.com.uk ==> . com == 1st .uk == 2nd
What is a Root zone database?
database of all available top level domains.
What is a Domain Registrar?
authority that enforces uniqueness of domain names across the internet.
Domains are registered with ________, a service of ______. Each domain name becomes registered in a central database know as the _______ database.
InterNIC, ICANN, WhoIS
What is SOA, and what does it do?
Start of authority Record - the start of every DNS address.
Stores the following info:
-Name of sever that supplied data for the zone
-The admin of the +23
0zone
-The current version of the data file
-The default number of seconds for the TTL file on resource records.
What does NS stand for, and what does it do?
Name server records - used by top level domain servers to direct traffic to the content DNS server which contains the authoritative DNS records
“A” Record
is the fundamental type of DNS record. The “A” stands for address. Used by computer to translate the name of the domain to an IP address.
What is TTL in relation to DNS?
TTL stands for time to live, it is equal to the length that a DNS record is cached on either the Resolving Server or the users own local PC in seconds.
What is a CName?
A Canonical Name can be used to resolve one domain name to another. (Kinda like forwarding)
What areAlias Records used for?
used to map resource record sets in your hosted zone to ELBs, CloudFront distros, or S3 buckets that are configured as websites. Similar to Cname
**What is the key difference between CNAME and Alias Records?
CNAME ( see name ) cant be used for naked domain names aka zone apex record. (no www in front )
always choose alias