Day 06 Flashcards - Ethernet LAN Switching (Part 2)
Front
Back
What is the size of the Ethernet header + trailer? (no Preamble + SFD)
18 bytes
What is the minimum size of an Ethernet frame? (Header + Payload + Trailer)
64 bytes
What is the minimum size of an Ethernet payload?
46 bytes
What protocol is used to discover the Layer 2 address of another device?
ARP (Address Resolution Protocol)
What two messages are used in ARP?
ARP Request<div>ARP Reply</div>
The ARP Request message is […]cast.
broad
The ARP Reply message is […]cast.<br></br>
uni
What is the broadcast MAC address?
FFFF.FFFF.FFFF
What is the command to view the ARP table on a Windows, macOS, or Linux computer?
arp -a
What two messages are used in ping?
ICMP Echo Request<div>ICMP Echo Reply</div>
The process of addresses being cleared from the MAC address table after 5 minutes of inactivity is known as […]
aging
Clear all dynamic MAC addresses from the MAC Address Table:<div>SW1# […]</div>
<b>clear mac address-table dynamic</b>
View the MAC Address Table:<div>SW1# […]</div>
<b>show mac address-table</b>
Clear all entries for a specific dynamic MAC address from the MAC Address Table:<div>SW1# […]</div>
<b>clear mac address-table dynamic address </b><i>mac-address</i>