Ethernet LAN Switching Part 2 Flashcards

1
Q

What is the size of the Ethernet header + trailer? (no Preamble + SFD)

A

18 Bytes

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

What is the minimum size of an Ethernet frame? (Header + Payload + Trailer)

A

64 Bytes

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

What is the minimum size of an Ethernet payload?

A

46 Bytes

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

What protocol is used to discover the Layer 2 address of another device?

A

ARP (Address Resolution Protocol)

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

What two message are used in ARP (Address Resolution Protocol)?

A

ARP Request

ARP Reply

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

The ARP (Address Request message is ______ cast.

A

Broadcast

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

The ARP (Address Request Protocol) message is _____ cast.

A

Unicast

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

What is the broadcast MAC address?

A

FFFF.FFFF.FFFF

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

What is the command to view the ARP table on a Windows, MAC OS, or Linux computer?

A

arp -a

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

What two messages are used in ping?

A

ICMP (Internet Control Message Protocol) Echo Request

ICMP (Internet Control Message Protocol) Echo Reply

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

The process of addresses being cleared from the MAC address table after 5 minutes of inactivity is known as ______

A

aging

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

Clear all dynamic MAC addresses from the MAC Address Table:

SW1#________

A

SW1#clear mac address-table dynamic

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

View the MAC Address Table:

SW1#_______

A

SW1#show mac address-table

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

Clear all entries for a specific dynamic MAC address from the MAC Address Table:
SW1#_________

A

SW1#clear mac address-table dynamic address (mac-address)

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

Clear all dynamic MAC addresses on a specific interface from the MAC Address Table:
SW1#_____________

A

SW1#clear mac address-table dynamic interface (interface-id)

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

What is the Ethernet Type code for an ARP packet?

A

0x0806

17
Q

Command to show the ARP table on a Cisco device:

A

SW1#show arp