wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Cisco - ITN7 - Chapter 9 Review

Total questions: 25

Worksheet time: 14mins

Name
Class
Date
1.

What situations will a switch flood out all ports except the one the transmission came in on?

a)

Broadcast

b)

Destination MAC unknown

c)

Source MAC unknown

d)

Unicast

2.

What process does IPv4 use to associate an IP address to the MAC address on each link along the path to the destination?

a)

ARP

b)

MAC

c)

DHCP

d)

DNS

3.

A switch will use the information from Layer __ to determine how to forward data.

a)

2

b)

3

c)

1

d)

4

4.

What is the table called that stores the MAC address mappings?

a)

ARP cache

b)

Routing table

c)

Route sheet

d)

Switch table

5.

What is the relationship between IP address and MAC address in an ARP table called?

a)

map

b)

pair

c)

twin

d)

chart

6.

What is the destination MAC address for an ARP request?

a)

FF:FF:FF:FF:FF:FF

b)

255.255.255.255

c)

AA:AA:AA:AA:AA:AA

d)

127.0.0.1

7.

ARP requests are sent as what type of communication?

a)

broadcast

b)

multicast

c)

unicast

d)

supercast

8.

If an ARP request gets sent out on a network, what does a host do when it receives the request?

a)

process to see if it belongs to the device

b)

ignores it

c)

check to see if it belongs to the device and then process

d)

forwards it on to the next device

9.

True or False? A router will forward an ARP request.

a)

True

b)

False

10.

Which device will answer an ARP request?

a)

The one that matches the target IP address.

b)

The one with the correct MAC address.

c)

The one that matches the source IP address.

d)

The one that can process the ARP request.

11.

Where is the ARP reply sent?

a)

To the MAC address of the sender of the ARP request.

b)

To the target IP address of the ARP request.

c)

As a broadcast to the network.

d)

As a unicast to the network.

12.

What is the value of the type field in the Ethernet Header for the ARP process?

a)

0x806

b)

0x800

c)

0x100

d)

0x010

13.

What happens when the time stamp expires in the ARP table?

a)

The entry is removed.

b)

A new ARP request is sent out.

c)

An ARP update is sent out.

d)

The timer is reset.

14.

Can static map entries be made in the ARP table?

a)

Yes

b)

No

15.

What happens when a MAC address is needed for a device that is not on the same network?

a)

It uses the IP address instead.

b)

It uses the MAC address of the default gateway.

c)

It doesn't create a layer 2 frame since the traffic will be routed through a layer 3 device.

d)

MAC addresses are not used to communicate to different networks so it is not needed.

16.

What does the command arp -d do?

a)

Lists the MAC table in a switch.

b)

Clears the ARC cache.

c)

Lists the MAC address for the specified device.

d)

Lists the ARC cache in descending order.

17.

What is the command to display the ARP table on a Cisco router?

(a)  

18.

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

(a)  

19.

What does IPv6 use that is similar to ARP requests?

a)

neighbor solicitation

b)

neighbor sourcing

c)

neighbor locator

d)

neighbor search

20.

If a cyber criminal intercepts the ARP request and replies so a host will map the IP of the malicious host instead, what type of attack is taking place?

a)

ARP poisoning

b)

ARP spoofing

c)

ARP relay

d)

ARP vector

21.

A cyber criminal may intercept an ARP request and reply so a host maps the IP of the malicious host instead. What is this called?

a)

ARP positioning

b)

ARP spoofing

c)

ARP relay

d)

ARP vector

22.

Along with a Neighbor Solicitation, what other process is used by IPv6 to obtain MAC addresses?

a)

Neighbor Advertisement

b)

Neighbor Selection

c)

Neighbor Search

d)

Neighbor Acquisition

23.

What is the ARP timer length for Cisco devices?

a)

1 hour

b)

4 hours

c)

45 minutes

d)

5 minutes

24.

What is the ARP timer length range for Windows devices?

a)

15-45 seconds

b)

15-45 minutes

c)

5 minutes

d)

1 hour

25.

Do ARP messages have an IPv4 header?

a)

Yes

b)

No