Day 06 Flashcards - Ethernet LAN Switching (Part 2)

1
Q

Front

A

Back

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

What two messages are used in ARP?

A

ARP Request<div>ARP Reply</div>

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

The ARP Request message is […]cast.

A

broad

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

The ARP Reply message is […]cast.<br></br>

A

uni

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

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

A

arp -a

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

What two messages are used in ping?

A

ICMP Echo Request<div>ICMP Echo Reply</div>

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

Clear all dynamic MAC addresses from the MAC Address Table:<div>SW1# […]</div>

A

<b>clear mac address-table dynamic</b>

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

View the MAC Address Table:<div>SW1# […]</div>

A

<b>show mac address-table</b>

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

Clear all entries for a specific dynamic MAC address from the MAC Address Table:<div>SW1# […]</div>

A

<b>clear mac address-table dynamic address </b><i>mac-address</i>

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

Clear all dynamic MAC addresses on a specific interface from the MAC Address Table:<div>SW1# […]</div>

A

<b>clear mac address-table dynamic interface </b><i>interface-id</i>

17
Q

What is the Ethernet Type code for an ARP packet?

A

0x0806

18
Q

Command to show the ARP table on a Cisco device:

A

<b>show arp</b>