DNS Flashcards
1
Q
DNS: Domain Name System
A
converts human-readable names to IP addresses.
- fundamental support protocol for internet and computer networks
2
Q
How is a DNS name broken down?
A
- top level domain (TLD)
- domain part
- subdomain part (if applicable)
- host part
3
Q
what is the dns structure of: www.sub.domain.com
A
www = host sub = subdomain domain = domain com = top level domain (TLD)
4
Q
resolvers
A
performs name resolution
- servers that contact TLD DNS servers
- servers provided by ISP or OpenDNS or GoogleDNS
5
Q
DNS Resolution Algorithm
A
- resolver contact root name server (has info on TLD)
- ask TLD name server about domain resolver is looking for
- if subdomains = step 2 is performed again
- resolver asks for name resolution of host part
6
Q
How can a resolver know how to contact a root name server?
A
IP addresses of the root servers are hardcoded in the config of the resolver. SysAdmins keep the list updated or else the resolver would not be able to contact the root server!