Chapter 3 Flashcards
What are the network-oriented application layer protocols?
DNS, SNMP, LDAP, DHCP, RIP
What does DNS stand for?
Domain name system
What is the purpose of the DNS?
To translate names of computers to addresses
Different domain levels:
- TLD = (top level domain )
gTLD ( generic TLD )
ccTLD (country code TLD)
sTLD (sponsored TLD
what are some examples of gTLD?
.com, .gov and .net
What are some examples of ccTLDs?
.za, .sa, .ls, .zm ….
What are some sTLDs?
.microsoft, .apple
By who is the .za ccTLD controlled by?
ZADNA (.za Domain Name Authority)
Who is the authority at the root of the DNS?
IANA
How does one determine the owner of a domain?
whois www.xxx.co.za
What is a zone file?
A data structure that represents info at each node
What is at the core of a zone file?
A set of triples (name, record type, address)
What is A in a zone file?
an address
what is NS in a zone file?
name server
What does it mean if an entry is a NS?
Go to the server listed to resolve the name.
What are the 2 ways name resolution may be performed?
Recursively or iteratively
Whats the difference between recursive and iterative name resolution?
Recursive = all the work gets done for you
Iterative = you need to follow the path
How many root name servers are there?
13
What is a fully qualified domain name?
Starts at TLD down to domain name of interest
What does SOA mean?
Start of authority
What is the difference between primary and secondary name servers?
Secondary = backup of primary
What is copying from the primary name server to the secondary name server called?
Zone transfers
Why is a secondary name server needed?
To increase fault tolerance
What is TTL and what does it indicate?
Time to live, how long data has left before it expire (Best before date)