SlideShare a Scribd company logo
Ethernet Frame
• A Ethernet Frame is a physical layer communications transmission, comprised of 6 fields
which are assembled to transmit any higher layer protocol over an Ethernet fabric.
• A IP Packet is a formatted unit of data which can be transmitted across numerous physical
topologies including Ethernet, Serial, SONET and ATM.
• The important thing to understand is that a frame always refers to the physical medium.
References to enhancements in the physical medium like larger than standard Ethernet
frames are called “Jumbo Frames”, not “Jumbo Packets”
A IEEE 802.3 Ethernet Frame is composed of 6 segments which are described in detail below.
Preamble:
The 802.3 specification divides the preamble into two sections. The
first section is a 56 bit (7 byte) field plus a 1 byte field called the
starting frame delimiter (SFD). The preamble is not typically used in
modern Ethernet networks as its function is to provide signal start-
up time for 10Mbps Ethernet signals. Modern 100Mbps, 1000Mbps
or 10Gbps Ethernet use constant signalling, which avoids the need
for the preamble.
The preamble is preserved for today’s Ethernet transmissions
speeds to avoid making any changes to the Ethernet frame format. The preamble, while listed as a
part of the actual Ethernet frame is technically not part of the frame as it is added to the front of
the frame by the NIC just before the frame is put on the wire. The start of frame delimiter is a 1
byte field that serves as a signal to the NIC that the data immediately following the SFD is the
beginning of the actual frame.
Destination and Source Address:
These two sections of the frame are likely the most commonly understood in
that they contain the MAC address for the source “transmitting system” and
the destination “target system”.
Type / Length
The type / length field is used to identify what higher-level network protocol is
being carried in the frame (example: TCP/IP)
Data / Payload
The data / payload field is what we typically consider most important as
it is the data in which we are transmitting. The diagram specifies a range
between a minimum of 46 bytes and maximum of 1500 bytes. A
standard Ethernet frame has a maximum payload of 1500 bytes, frames
over 1500 bytes are considered Jumbo Frames.
Frame Check Sequence (CRC)
The end of the frame contains a 32 bit field which is a Cyclic Redundancy
Checksum (CRC). This is a mechanism to check the integrity of a frame upon
arrival at it’s destination. The CRC is generated by applying a polynomial to bits
which make up the frame at transmission. This same polynomial is used at the
receiving station to verify the contents of the frame have not changed in
transmission
Introduction of the 802.1q VLAN tag
VLAN tagging has traditionally been used to interconnect infrastructure routers and switches.
Through these VLAN tagged connections multiple VLANs can be transported across a single logical or
physical link. In recent years it has become very popular to connect end-points using VLAN trunking
and have a endpoint exist in multiple VLANs. An example of this includes using a NetApp FAS
controller directly connected to a Ethernet switch, using VLAN tagging to isolate different protocols
or users to specific VLANs. When VLAN tagging is introduced the size of the Ethernet frame expands
to accommodate the VLAN tag. The following diagram depicts our Ethernet frame used in the
previous example, except that it now depicts the presence of a VLAN tag.
The 802.1q VLAN tag introduces a 4 byte tag which follows the source address field in the frame.
This tag is separated into two, 2 byte segments. The first 2 byte segment is the Tag Protocol
Identifier (TPID). The value in the 2 byte field is always 0x8100 which simply identifies the frame as
a IEEE 802.1q tagged frame. The second 2 byte segment is the Tag Control Information (TCI). The
tag control information field is further segmented by the first 3 bits being used to carry priority
information based on the values defined in the 802.1p standard. This field ensures that 802.1p
priorities can be extended to VLANs by providing space within the tag to indicate traffic priorities.
The remaining bits in the TCI contain the VLAN identifier (VID) which provides the means to
uniquely identify the VLAN to which the frame is a member of.
Introducing the VLAN tag expands the maximum standard frame size to 1522 bytes.
MTU or Maximum Transmission Unit size
Windows:
Linux:
MTU Capture:
Jumbo Frames:
“With Jumbo Frames you must standardize everything to the same frame size”
Diagram depicting Jumbo Frame, without VLAN tagging
Diagram of a Jumbo Frame with VLAN tagging
The following diagram illustrates the configuration requirements for a network infrastructure which
has enabled Jumbo Frames for two server VLANs, while still supporting standard frames for a legacy
server VLAN and connecting a NetApp FAS controller via a VLAN Trunk.

More Related Content

What's hot

Data Communication & Computer Networks:Digital Signal Encoding
Data Communication & Computer Networks:Digital Signal EncodingData Communication & Computer Networks:Digital Signal Encoding
Data Communication & Computer Networks:Digital Signal Encoding
Dr Rajiv Srivastava
 
MPLS Presentation
MPLS PresentationMPLS Presentation
MPLS Presentation
Unni Kannan VijayaKumar
 
Chapter 4 data link layer
Chapter 4 data link layerChapter 4 data link layer
Chapter 4 data link layer
Naiyan Noor
 
Physical layer OSI Model & Transmission Media
Physical layer OSI Model & Transmission MediaPhysical layer OSI Model & Transmission Media
Physical layer OSI Model & Transmission Media
Mukesh Chinta
 
Ethernet
EthernetEthernet
Ethernet
EthernetEthernet
CSMA/CA
CSMA/CACSMA/CA
Ethernet
EthernetEthernet
Ethernet
Sachii Dosti
 
Computer Networks Unit 2 UNIT II DATA-LINK LAYER & MEDIA ACCESS
Computer Networks Unit 2 UNIT II DATA-LINK LAYER & MEDIA ACCESSComputer Networks Unit 2 UNIT II DATA-LINK LAYER & MEDIA ACCESS
Computer Networks Unit 2 UNIT II DATA-LINK LAYER & MEDIA ACCESS
Dr. SELVAGANESAN S
 
wireless network IEEE 802.11
 wireless network IEEE 802.11 wireless network IEEE 802.11
wireless network IEEE 802.11
Shreejan Acharya
 
IEEE 802.11 Architecture and Services
IEEE 802.11 Architecture and ServicesIEEE 802.11 Architecture and Services
IEEE 802.11 Architecture and Services
Sayed Chhattan Shah
 
IEEE 80211 ah
IEEE 80211 ahIEEE 80211 ah
IEEE 80211 ah
RoshielaMaePagtaccun
 
Token Ring : 802.5
Token Ring : 802.5Token Ring : 802.5
Token Ring : 802.5
Pnkj_Sharma
 
Tcp ip
Tcp ipTcp ip
Tcp ip
Dhani Ahmad
 
Frame Relay
Frame RelayFrame Relay
IPV4 Frame Format
IPV4 Frame FormatIPV4 Frame Format
IPV4 Frame Format
Aditya Rawat
 
Tcp IP Model
Tcp IP ModelTcp IP Model
Tcp IP Model
Ankur Kumar
 
IEEE 802 Standard for Computer Networks
IEEE 802 Standard for Computer NetworksIEEE 802 Standard for Computer Networks
IEEE 802 Standard for Computer Networks
Pradeep Kumar TS
 

What's hot (20)

Data Communication & Computer Networks:Digital Signal Encoding
Data Communication & Computer Networks:Digital Signal EncodingData Communication & Computer Networks:Digital Signal Encoding
Data Communication & Computer Networks:Digital Signal Encoding
 
MPLS Presentation
MPLS PresentationMPLS Presentation
MPLS Presentation
 
Chapter 4 data link layer
Chapter 4 data link layerChapter 4 data link layer
Chapter 4 data link layer
 
Physical layer OSI Model & Transmission Media
Physical layer OSI Model & Transmission MediaPhysical layer OSI Model & Transmission Media
Physical layer OSI Model & Transmission Media
 
Ethernet
EthernetEthernet
Ethernet
 
Ethernet
EthernetEthernet
Ethernet
 
CSMA/CA
CSMA/CACSMA/CA
CSMA/CA
 
Ethernet
EthernetEthernet
Ethernet
 
Computer Networks Unit 2 UNIT II DATA-LINK LAYER & MEDIA ACCESS
Computer Networks Unit 2 UNIT II DATA-LINK LAYER & MEDIA ACCESSComputer Networks Unit 2 UNIT II DATA-LINK LAYER & MEDIA ACCESS
Computer Networks Unit 2 UNIT II DATA-LINK LAYER & MEDIA ACCESS
 
ipv6 ppt
ipv6 pptipv6 ppt
ipv6 ppt
 
wireless network IEEE 802.11
 wireless network IEEE 802.11 wireless network IEEE 802.11
wireless network IEEE 802.11
 
IEEE 802.11 Architecture and Services
IEEE 802.11 Architecture and ServicesIEEE 802.11 Architecture and Services
IEEE 802.11 Architecture and Services
 
IEEE 80211 ah
IEEE 80211 ahIEEE 80211 ah
IEEE 80211 ah
 
Token Ring : 802.5
Token Ring : 802.5Token Ring : 802.5
Token Ring : 802.5
 
Tcp ip
Tcp ipTcp ip
Tcp ip
 
Fddi
FddiFddi
Fddi
 
Frame Relay
Frame RelayFrame Relay
Frame Relay
 
IPV4 Frame Format
IPV4 Frame FormatIPV4 Frame Format
IPV4 Frame Format
 
Tcp IP Model
Tcp IP ModelTcp IP Model
Tcp IP Model
 
IEEE 802 Standard for Computer Networks
IEEE 802 Standard for Computer NetworksIEEE 802 Standard for Computer Networks
IEEE 802 Standard for Computer Networks
 

Similar to Ethernet Frames Explained

Ethernet Computer network
Ethernet Computer networkEthernet Computer network
Ethernet Computer network
miteshppt
 
Chapter-10.pptx
Chapter-10.pptxChapter-10.pptx
Chapter-10.pptx
MuneebZahid10
 
Ethernet and token ring
Ethernet and token ringEthernet and token ring
Ethernet and token ringAbhijeet Shah
 
6 Ethernet
6 Ethernet6 Ethernet
6 Ethernet
Ram Dutt Shukla
 
Advanced TCP/IP-based Industrial Networking for Engineers & Technicians
Advanced TCP/IP-based Industrial Networking for Engineers & TechniciansAdvanced TCP/IP-based Industrial Networking for Engineers & Technicians
Advanced TCP/IP-based Industrial Networking for Engineers & Technicians
Living Online
 
Local Area Network – Wired LAN
Local Area Network – Wired LANLocal Area Network – Wired LAN
Local Area Network – Wired LAN
Raj vardhan
 
Fa2c4eb1e3582a1a36255a82b258cb03a7dc
Fa2c4eb1e3582a1a36255a82b258cb03a7dcFa2c4eb1e3582a1a36255a82b258cb03a7dc
Fa2c4eb1e3582a1a36255a82b258cb03a7dc
satriyo aris
 
Fa2c4eb1e3582a1a36255a82b258cb03a7dc
Fa2c4eb1e3582a1a36255a82b258cb03a7dcFa2c4eb1e3582a1a36255a82b258cb03a7dc
Fa2c4eb1e3582a1a36255a82b258cb03a7dc
satriyo aris
 
Interprocess Message Formats
Interprocess Message FormatsInterprocess Message Formats
Interprocess Message Formats
Pathfinder Solutions
 
IEEE STANDARDS 802.3,802.4,802.5
IEEE STANDARDS 802.3,802.4,802.5IEEE STANDARDS 802.3,802.4,802.5
IEEE STANDARDS 802.3,802.4,802.5
Vicky Kumar
 
IEEE STANDARDS 802.3,802.4,802.5
IEEE STANDARDS 802.3,802.4,802.5IEEE STANDARDS 802.3,802.4,802.5
IEEE STANDARDS 802.3,802.4,802.5
Eslam Abdou
 
Networks A2
Networks  A2Networks  A2
Networks A2
aeneas
 
Advanced Network Chapter I: Which is very best lecture note
Advanced Network Chapter I: Which is very best lecture noteAdvanced Network Chapter I: Which is very best lecture note
Advanced Network Chapter I: Which is very best lecture note
abdisani3
 
Unit 3 - Data Link Layer - Part A
Unit 3 - Data Link Layer - Part AUnit 3 - Data Link Layer - Part A
Unit 3 - Data Link Layer - Part A
Chandan Gupta Bhagat
 
LAN TECHNOLOGLES
 LAN TECHNOLOGLES LAN TECHNOLOGLES
LAN TECHNOLOGLES
fatma shabaen
 

Similar to Ethernet Frames Explained (20)

Ethernet
EthernetEthernet
Ethernet
 
Ethernet Computer network
Ethernet Computer networkEthernet Computer network
Ethernet Computer network
 
Chapter9
Chapter9Chapter9
Chapter9
 
Chapter-10.pptx
Chapter-10.pptxChapter-10.pptx
Chapter-10.pptx
 
Mac protocols
Mac protocolsMac protocols
Mac protocols
 
Ethernet and token ring
Ethernet and token ringEthernet and token ring
Ethernet and token ring
 
6 Ethernet
6 Ethernet6 Ethernet
6 Ethernet
 
Advanced TCP/IP-based Industrial Networking for Engineers & Technicians
Advanced TCP/IP-based Industrial Networking for Engineers & TechniciansAdvanced TCP/IP-based Industrial Networking for Engineers & Technicians
Advanced TCP/IP-based Industrial Networking for Engineers & Technicians
 
Local Area Network – Wired LAN
Local Area Network – Wired LANLocal Area Network – Wired LAN
Local Area Network – Wired LAN
 
Fa2c4eb1e3582a1a36255a82b258cb03a7dc
Fa2c4eb1e3582a1a36255a82b258cb03a7dcFa2c4eb1e3582a1a36255a82b258cb03a7dc
Fa2c4eb1e3582a1a36255a82b258cb03a7dc
 
Fa2c4eb1e3582a1a36255a82b258cb03a7dc
Fa2c4eb1e3582a1a36255a82b258cb03a7dcFa2c4eb1e3582a1a36255a82b258cb03a7dc
Fa2c4eb1e3582a1a36255a82b258cb03a7dc
 
Ethernet_Networks
Ethernet_NetworksEthernet_Networks
Ethernet_Networks
 
IEEE Standards
IEEE StandardsIEEE Standards
IEEE Standards
 
Interprocess Message Formats
Interprocess Message FormatsInterprocess Message Formats
Interprocess Message Formats
 
IEEE STANDARDS 802.3,802.4,802.5
IEEE STANDARDS 802.3,802.4,802.5IEEE STANDARDS 802.3,802.4,802.5
IEEE STANDARDS 802.3,802.4,802.5
 
IEEE STANDARDS 802.3,802.4,802.5
IEEE STANDARDS 802.3,802.4,802.5IEEE STANDARDS 802.3,802.4,802.5
IEEE STANDARDS 802.3,802.4,802.5
 
Networks A2
Networks  A2Networks  A2
Networks A2
 
Advanced Network Chapter I: Which is very best lecture note
Advanced Network Chapter I: Which is very best lecture noteAdvanced Network Chapter I: Which is very best lecture note
Advanced Network Chapter I: Which is very best lecture note
 
Unit 3 - Data Link Layer - Part A
Unit 3 - Data Link Layer - Part AUnit 3 - Data Link Layer - Part A
Unit 3 - Data Link Layer - Part A
 
LAN TECHNOLOGLES
 LAN TECHNOLOGLES LAN TECHNOLOGLES
LAN TECHNOLOGLES
 

Recently uploaded

AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
Product School
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
91mobiles
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
Elena Simperl
 
ODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User GroupODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User Group
CatarinaPereira64715
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
Product School
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
Prayukth K V
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
Product School
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
DianaGray10
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
Paul Groth
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
Safe Software
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
Elena Simperl
 
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptxIOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
Abida Shariff
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Product School
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
Laura Byrne
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
ThousandEyes
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
Cheryl Hung
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
Jemma Hussein Allen
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
Product School
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
DianaGray10
 

Recently uploaded (20)

AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
 
ODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User GroupODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User Group
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
 
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptxIOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
 

Ethernet Frames Explained

  • 1. Ethernet Frame • A Ethernet Frame is a physical layer communications transmission, comprised of 6 fields which are assembled to transmit any higher layer protocol over an Ethernet fabric. • A IP Packet is a formatted unit of data which can be transmitted across numerous physical topologies including Ethernet, Serial, SONET and ATM. • The important thing to understand is that a frame always refers to the physical medium. References to enhancements in the physical medium like larger than standard Ethernet frames are called “Jumbo Frames”, not “Jumbo Packets” A IEEE 802.3 Ethernet Frame is composed of 6 segments which are described in detail below. Preamble: The 802.3 specification divides the preamble into two sections. The first section is a 56 bit (7 byte) field plus a 1 byte field called the starting frame delimiter (SFD). The preamble is not typically used in modern Ethernet networks as its function is to provide signal start- up time for 10Mbps Ethernet signals. Modern 100Mbps, 1000Mbps or 10Gbps Ethernet use constant signalling, which avoids the need for the preamble. The preamble is preserved for today’s Ethernet transmissions speeds to avoid making any changes to the Ethernet frame format. The preamble, while listed as a part of the actual Ethernet frame is technically not part of the frame as it is added to the front of the frame by the NIC just before the frame is put on the wire. The start of frame delimiter is a 1 byte field that serves as a signal to the NIC that the data immediately following the SFD is the beginning of the actual frame.
  • 2. Destination and Source Address: These two sections of the frame are likely the most commonly understood in that they contain the MAC address for the source “transmitting system” and the destination “target system”. Type / Length The type / length field is used to identify what higher-level network protocol is being carried in the frame (example: TCP/IP) Data / Payload The data / payload field is what we typically consider most important as it is the data in which we are transmitting. The diagram specifies a range between a minimum of 46 bytes and maximum of 1500 bytes. A standard Ethernet frame has a maximum payload of 1500 bytes, frames over 1500 bytes are considered Jumbo Frames. Frame Check Sequence (CRC) The end of the frame contains a 32 bit field which is a Cyclic Redundancy Checksum (CRC). This is a mechanism to check the integrity of a frame upon arrival at it’s destination. The CRC is generated by applying a polynomial to bits which make up the frame at transmission. This same polynomial is used at the receiving station to verify the contents of the frame have not changed in transmission Introduction of the 802.1q VLAN tag VLAN tagging has traditionally been used to interconnect infrastructure routers and switches. Through these VLAN tagged connections multiple VLANs can be transported across a single logical or physical link. In recent years it has become very popular to connect end-points using VLAN trunking and have a endpoint exist in multiple VLANs. An example of this includes using a NetApp FAS controller directly connected to a Ethernet switch, using VLAN tagging to isolate different protocols or users to specific VLANs. When VLAN tagging is introduced the size of the Ethernet frame expands to accommodate the VLAN tag. The following diagram depicts our Ethernet frame used in the previous example, except that it now depicts the presence of a VLAN tag.
  • 3. The 802.1q VLAN tag introduces a 4 byte tag which follows the source address field in the frame. This tag is separated into two, 2 byte segments. The first 2 byte segment is the Tag Protocol Identifier (TPID). The value in the 2 byte field is always 0x8100 which simply identifies the frame as a IEEE 802.1q tagged frame. The second 2 byte segment is the Tag Control Information (TCI). The tag control information field is further segmented by the first 3 bits being used to carry priority information based on the values defined in the 802.1p standard. This field ensures that 802.1p priorities can be extended to VLANs by providing space within the tag to indicate traffic priorities. The remaining bits in the TCI contain the VLAN identifier (VID) which provides the means to uniquely identify the VLAN to which the frame is a member of. Introducing the VLAN tag expands the maximum standard frame size to 1522 bytes. MTU or Maximum Transmission Unit size Windows: Linux:
  • 4. MTU Capture: Jumbo Frames: “With Jumbo Frames you must standardize everything to the same frame size” Diagram depicting Jumbo Frame, without VLAN tagging Diagram of a Jumbo Frame with VLAN tagging
  • 5. The following diagram illustrates the configuration requirements for a network infrastructure which has enabled Jumbo Frames for two server VLANs, while still supporting standard frames for a legacy server VLAN and connecting a NetApp FAS controller via a VLAN Trunk.