Life of a Packet Flashcards

1
Q

DNS

A

Domain Name System:

Resolves a FQDN to an IP

Enterprises typically have an internal DNS server
If the internal server cannot resolve a query, it will be forwarded to a public DNS server

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

ARP

A

Address Resolution Protocol:

Used to map an IP address to a MAC address

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

Command: Allow router to resolve host names

A

ip domain-lookup

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

Command: Set the DNS server to 172.23.4.1

A

ip name-server 172.23.4.1

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

Command: Set a domain name

A

ip domain-name FlackboxA.lab

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

Command: Add additional DNS suffixes to search

A

ip domain-list FlackboxB.lab

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

Command: Make router act as DNS server

A

ip dns server

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

Command: Assign host name LinuxA to 172.23.4.2

A

ip host LinuxA 172.23.4.2

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

Command: View & Clear ARP Cache

A

show arp
(View ARP Cache)

clear arp-cache
(Clear ARP Cache)

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

Host ARP Commands (Windows/Linux)

A

Windows:
View ARP Cache: arp -a
Clear ARP Cache: netsh interface ip delete arpcache

Linux:
View ARP Cache: arp -n
Clear ARP Cache: ip -s -s neigh flush all

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