Day 05 Flashcards - Ethernet LAN Switching (Part 1)
Front
Back
What is the only field in an Ethernet trailer?
FCS (Frame Check Sequence)
What are the 5 fields of an Ethernet header?
Preamble, SFD, Destination, Source, Type/Length
What does ‘SFD’ in an Ethernet header stand for?
Start Frame Delimiter
What does ‘FCS’ in an Ethernet frame stand for?
Frame Check Sequence
Ethernet header ‘Preamble’ = […] byte(s)
7
Ethernet header ‘SFD’ = […] byte(s)<br></br>
1
Ethernet header ‘Destination’ = […] byte(s)<br></br>
6
Ethernet header ‘Source’ = […] byte(s)<br></br>
6
Ethernet header ‘Type/Length’ = […] byte(s)<br></br>
2
Ethernet trailer ‘FCS’ = […] byte(s)<br></br>
4
Which field of an Ethernet header is used for synchronization?
Preamble
What is the bit pattern of one byte in the Ethernet preamble?
10101010
What is the bit pattern of the Ethernet SFD?
10101011
Which field of an Ethernet header marks the end of the preamble?
SFD
What does MAC stand for?
Media Access Control
How long is a MAC address? = […] bytes
6
How long is a MAC address? = […] bits<br></br>
48
A value of […] or less in the Type/Length field indicates Length.
1500
A value of […] or greater in the Type/Length field indicates Type.<br></br>
1536
What is the Ethernet Type value for IPv4? (in hexadecimal)
0x0800
What is the Ethernet Type value for IPv6? (in hexadecimal)<br></br>
0x86DD
What kind of algorithm does the Ethernet FCS use?
CRC (Cyclic Redundancy Check)
What is the total size of the Ethernet header + trailer? = […] bytes
26