Ethernet LAN Switching Flashcards
Which field of an ethernet frame provides reciever clock synchronization ?
Preamble (7 bytes of 1010101) (usually not considered part of the header)
Which field of an ethernet frame is used to detect errors that occured during trasmission ?
FCS (Frame Check Sequence)
How long is the physical address of a network device ?
48 bits / 6 bytes
How many bytes/bits of the MAC address is the OUI ?
24 bits / 3 bytes
Which field of an ethernet frame is used by a switch to populate is MAC address table ?
Source MAC address
What kind of frame does a switch flood out of all interfaces except the one recieved on ?
Unknown unicast
What are all the fields of an ethernet frame ?
Preamble (7 bytes)
Start Frame Delimeter (SFD) (1 byte) (usually not considered part of the header)
Destination MAC address (6 bytes) - Header
Source MAC address (6 bytes) - Header
Type (2 bytes) - Header
Frame Check Sequence (FCS) (4 bytes) - Trailer
What is the minimum size of an Ethernet Frame (Header + Data + Trailer) ?
64 bytes
Header + Trailer = 18 bytes
Minimum Data Payload Size = 46 bytes
If data is smaller than 46 bytes then padding bytes are used
What protocol is used to discover the layer 2 (MAC) address of a known layer 3 (IP) address ?
Address Resolution Protocol (ARP)
It consists of 2 messages:
ARP Request (broadcast)
ARP Reply (unicast)
ARP Type: 0x0806
How to view ARP table ?
arp -a
What are the 2 messages sent with a ping ?
ICMP Echo Request
ICMP Echo Reply
What is it called when MAC addresses are removed from a switches MAC address table after 5 minutes of no traffic ?
Aging
Protocol Data Units (PDUs)
Data
Segment - Layer 4
Packet - Layer 3
Frame - Layer 2
Bits - Layer 1
Ethernet Frame
Ethernet Header:
* Preamble
* Start Frame Delimiter (SFC)
* Destination
* Source
* Type
Ethernet Trailer
* FCS
Ethernet Header - Start Frame Delimiter (SFC)
1 byte
Marks the end of the Preamble
(usually not considered part of the header)