How It Works Flashcards

(11 cards)

1
Q

What are the steps in the DHCP process?

A

C: DHCP Discover
R: DHCP Offer
C: DHCP Request
R: DHCP ACK

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What doe ARP do and how?

A

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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How are MAC addresses structured?

A

The first 6 indicate the manufacturer, the second six are a unique identifier.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the difference between a level 2 and level 3 switch?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What kind of packet does a ping use?

A

ICMP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the key characteristics of UDP? (4)

A

1 Connectionless
2 Unreliable
3 Fast
4 Used for real time applications

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the key characteristic of TCP? (5)

A

1 Reliable
2 Connection oriented
3 Error checking
4 Flow control
5 Slower but stable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How is the domain name hierarchy structured? Give examples.

A

Root domain: “ . “
Top level: .org .com .edu .gov
Second level domain: google, tryhackme

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a subdomain? Give an example.

A

Sits to the left of the domain, help organize a site.
blog.example.com
mail.example.com
shop.example.com

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Name 5 DNS record types and their content.

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the DNS lookup order of actions?

A

1 Local Cache
2 Recursive DNS Server
3 Root DNS server
4 TDL/Authoritative server

How well did you know this?
1
Not at all
2
3
4
5
Perfectly