How It Works Flashcards
(11 cards)
What are the steps in the DHCP process?
C: DHCP Discover
R: DHCP Offer
C: DHCP Request
R: DHCP ACK
What doe ARP do and how?
Associates an IP with a MAC address by asking the network who has a particular IP address and recording the MAC address of the respondent in the cache.
How are MAC addresses structured?
The first 6 indicate the manufacturer, the second six are a unique identifier.
What is the difference between a level 2 and level 3 switch?
Level 2 operates at the data link level and forwards frames based on MAC address.
Level 3 operates at the network level and can route packets using IP protocol like a router.
What kind of packet does a ping use?
ICMP
What are the key characteristics of UDP? (4)
1 Connectionless
2 Unreliable
3 Fast
4 Used for real time applications
What are the key characteristic of TCP? (5)
1 Reliable
2 Connection oriented
3 Error checking
4 Flow control
5 Slower but stable
How is the domain name hierarchy structured? Give examples.
Root domain: “ . “
Top level: .org .com .edu .gov
Second level domain: google, tryhackme
What is a subdomain? Give an example.
Sits to the left of the domain, help organize a site.
blog.example.com
mail.example.com
shop.example.com
Name 5 DNS record types and their content.
A: IPv4
AAAA: IPv6
CNAME: Resolves to a different domain name.
MX: Resolves to the server that handles a domain’s email.
TXT: A free floating field where any text based data can be stored.
What is the DNS lookup order of actions?
1 Local Cache
2 Recursive DNS Server
3 Root DNS server
4 TDL/Authoritative server