Kirk Flashcards
What are the layers in the TCP/IP model?
Application
Transport
Internet
Link
What are the layers in the OSI Model?
Application
Presentation
Session
Transport
Network
Data Link
Physical
What is the Domain Name System?
It gives user friendly names to IP addresses and more
What is ICANN?
The internet corporation for assigned names and numbers maintains the domain name system
What is IANA?
Internet assigned numbers authority oversees addresses and autonomous system allocation
What does the World Wide Web do?
It integrates resources across the interent
What is cloud computing?
- Cluster computers provide integrated storage and compute
- Removes reliance on localised resource management
What does the DNS do?
It maps host/domain names to IP addresses and vice versa
Why do we need DNS?
The amount of domain names got too large for the original way they were held (on file on the computer)
What is DNS?
DNS is a distributed, hierarchical system that operates on port 53 (mostly UDP). Domain names are delegated from ICANN through Top Level Domain registrars
What is AAAA (DNS Record Types)?
IPv6 record that is a 128-bit address
What is A (DNS Record Types)?
IPv4 record that is a 32-bit address
What is the most common DNS lookup?
Host name to IP which requires clients to know about a DNS server they can send queries to
What is a resolver?
A program that extracts information from name servers, they “resolve” the query and return the answer
What is an Iterative mode on a DNS server?
It responds with a referral to another server
What is a Recursive mode on a DNS server?
It responds from local cache or resolves the query before replying to the client
What is a forwarder?
It sends queries to a different DNS server, even if the RD bit is set
How are Network clients configured?
They are configured to use one or more local DNS servers which are usually sent by SLAAC, DHCPv6 or DHCP that can be specified manually
How does DNS hierarchy work?
Each node stores names that end with the same suffix
What is a DNS Zone?
A continuous chunk of name space (A complete tree, subtree or single node) where each zone has an associated set of name servers
What is Zone Delegation?
- Zones require the owner to delegate a subzone
- Records within a zone should be stored redundantly
What are Root Nameservers?
- Responsible for the “root” zone
- Currently only 13
- Operated by 12 independent organisations
- Queried when local name servers can’t resolve a name
What is Anycast?
- Allows a client to reach the nearest instance of a service
- Can advertise the same IP or small IP block, at multiple points on the Internet
- Routers then learn of the new instance
- Which means you will access a difference instance, depending on where you are
What does mDNS do?
Allows local DNS resolution without a DNS server