11. Exploring the Packet Delivery Process Flashcards

1
Q

Name the Two essential services provided by ARP.

A

Address Resolution and Caching

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

What is “Address Resolution” as it applies to ARP?

A

Mapping IPV4 address to MAC addresses on a network.

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

What is “Caching” as it applies to ARP?

A

Locally storing MAC addresses that are learned via ARP.

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

What is the Layer 2 broadcast address?

A

FF:FF:FF:FF:FF:FF

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

What is the command on a Windows PC to show the ARP table?

A

arp -a

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

What is the command on a Windows PC to show the ARP table but limit the output to a single interface?

A

arp -a -N (ip_address)
example:
C:> arp -a -N 10.0.0.1

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

What is the command to show the ARP table on a Cisco IOS Router?

A

show ip arp
or
show arp

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

What is the command to inventory IPV4 address and MAC addresses on the interfaces of PCs, Routers, and Servers?

A

show interfaces

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

What command allows you to observe the behavior of the arp process?

A

Router# debug arp

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

What is the command to disable debugging

A

Router# undebug all

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