Fact-checked by Grok 2 weeks ago

EtherType

EtherType is a two-octet field within the header of an that provides identification for the data encapsulated in the frame's , enabling receiving devices to determine how to the subsequent . Originating from the Ethernet Version 2 specification developed by , , and DEC in 1982, it was formalized in the standard as the Length/Type field, where values less than 0x0600 ( decimal) indicate the length of the in octets, while values of 0x0600 or greater signify an EtherType interpretation. This dual-purpose design reconciles the original Ethernet II frame format with the requirements, allowing backward compatibility through mechanisms like Subnetwork Access Protocol () encapsulation when needed for lower values. The assignment and management of EtherType values occur through the IEEE , which ensures unique, globally recognized identifiers for protocols to avoid conflicts in local and metropolitan area networks. Among the most widely used EtherTypes are 0x0800 for (IPv4), which supports the majority of , and 0x0806 for the (ARP), essential for mapping IP addresses to MAC addresses on local networks. For modern networks, 0x86DD identifies packets, facilitating the transition to larger address spaces. Other notable assignments include 0x8100 for VLAN tagging, enabling virtual LAN segmentation, and 0x8847 for (MPLS) unicast, supporting efficient traffic engineering in service provider environments. These values, part of a registry maintained in coordination with IANA, underscore EtherType's role in multiplexing diverse protocols over Ethernet, from legacy systems to contemporary high-speed infrastructures. The field's simplicity and extensibility have made it a foundational element of communications, with ongoing assignments addressing emerging technologies like and precision timing protocols.

Introduction

Definition and Purpose

The EtherType is a two-octet (16-bit) field in the header, positioned immediately after the source , that specifies the type of higher-layer encapsulated within the frame's . This field serves as a identifier, allowing network devices to determine the nature of the data without examining its contents. When the value is 0x0600 (1536 decimal) or greater, it is interpreted as indicating a specific , such as (IPv4) or (ARP). The primary purpose of the EtherType is to enable efficient demultiplexing of incoming Ethernet frames by network interfaces and switches, directing them to the appropriate processing stack. For instance, upon receiving a frame, a device reads the EtherType value to route the payload to the corresponding handler—such as the stack for network-layer processing—thereby avoiding the need to inspect the entire frame contents for protocol identification. This mechanism supports seamless interoperability across diverse protocols layered over Ethernet, facilitating the transmission of data from multiple upper-layer services within the same physical network. A representative example is the EtherType value 0x0800, which designates an IPv4 , prompting the receiving device to forward the frame to its IPv4 module. Similarly, the value 0x0806 identifies an message, enabling address resolution operations. In contrast to MAC addresses, which handle layer 2 addressing for frame delivery within a local , the EtherType focuses on identifying layer 3 and above protocols to guide subsequent data handling. The EtherType field originated in the Ethernet Version 2 framing specification and was later incorporated into standards for broader compatibility.

Historical Development

The EtherType field was first introduced in the Ethernet Version 2.0 specification, developed by the DIX consortium—comprising , , and —and published in November 1982, following an initial proposal in 1980. This two-octet field served as a fixed identifier to specify the type of encapsulated in the , enabling direct of higher-layer protocols without additional headers. In 1983, the standard was approved, marking a significant shift by replacing the EtherType field with a two-octet length field to indicate the payload size, which introduced initial incompatibility with the Ethernet frames. The first full publication of occurred in 1985, solidifying this structure under the IEEE's with (CSMA/CD) framework. Reconciliation between the two formats emerged through practical implementations in the late 1980s and 1990s, with RFC 1042 (published February 1988) standardizing the encapsulation of and packets over networks using the Subnetwork Access Protocol () header, which embedded the original EtherType value within 802.3 frames. A de facto rule was established during this period, interpreting field values less than 0x0600 (1536 decimal) as lengths (per ) and values of 0x0600 or greater as protocol types (per Ethernet II), a convention that aligns with the IEEE specification and was referenced in RFC 1122 (1989) noting the practical maximum length of 1500. In the 1990s, the IEEE Registration Authority assumed centralized control over EtherType assignments, in coordination with IANA for certain protocol spaces, to prevent collisions and support growing network diversity. The field evolved further with the publication of in 1998, which introduced VLAN tagging and reserved the EtherType value 0x8100 as the Tag Protocol Identifier (TPID) to insert a four-octet tag into Ethernet frames, enabling virtual segmentation without altering the core EtherType mechanism. Since the , the EtherType has remained stable in its fundamental role and interpretation, with no major structural changes, though the IEEE continues to assign new values for emerging protocols, such as 0x88FB for (PRP) and (HSR) in industrial applications as defined in IEC 62439-3 (2010) and IEEE 802.1CB (2017), and subsequent tunneling and extensions.

Technical Specifications

Position and Format in Ethernet Frames

The EtherType field occupies bytes 12 and 13 (0-based indexing) in the Ethernet II frame header, immediately following the 6-byte source , as part of the standard 14-byte header. This positioning ensures the field directly precedes the payload, allowing receivers to quickly identify the encapsulated after processing the addresses. The field is encoded as a 16-bit unsigned integer in network byte order (big-endian), with values commonly represented in notation, such as 0x0800 for IPv4. Transmission occurs most significant byte first, aligning with the conventional byte ordering in Ethernet protocols to maintain consistency across network devices. The Ethernet II frame structure comprises a 6-byte destination , followed by the 6-byte source , the 2-byte EtherType field, a variable-length (typically 46 to bytes), and a 4-byte (FCS) for error detection. The EtherType value specifies the higher-layer protocol in the payload but does not directly encode the payload length; instead, the payload size is calculated as the total frame length minus 18 bytes (14-byte header plus 4-byte FCS). To illustrate the header layout:
Offset (bytes)FieldSize (bytes)Content Description
0-5Destination MAC6Receiver's 48-bit MAC address
6-11Source MAC6Sender's 48-bit MAC address
12-13EtherType216-bit protocol identifier
14+PayloadVariableProtocol data (min. 46 bytes padded)
End-4FCS432-bit CRC for integrity
In raw IEEE 802.3 frames, the same 2-byte field exists at this position but is interpreted as a length indicator rather than a type, creating ambiguity that requires additional context for correct parsing.

Length vs. Type Interpretation

In IEEE 802.3, the two-octet field immediately following the destination and source MAC addresses (bytes 12-13) is defined as the Length field, specifying the number of octets in the MAC client data (payload), with possible values ranging from 0 to 65535. In contrast, the original Ethernet II (DIX) specification uses this same field position exclusively as the EtherType, a protocol identifier for the encapsulated upper-layer protocol. This core ambiguity arose from the evolution of Ethernet standards, where IEEE 802.3 prioritized a length indicator to support the Logical Link Control (LLC) sublayer, while Ethernet II retained the type-based approach for direct protocol demultiplexing. To resolve this duality without requiring frame reformatting, a convention was established: if the field's value is less than or equal to 1500 decimal (0x05DC ), it is interpreted as length under ; if greater than or equal to 1536 decimal (0x0600 ), it is interpreted as EtherType under Ethernet II. Values between 1501 and 1535 decimal (0x05DD to 0x05FF ) are reserved and invalid for either interpretation, while values from 0x0000 to 0x05FF are generally invalid or unused in practice for types, with low length values (below 46 octets) requiring padding to meet minimum frame size requirements. This rule effectively bridges legacy Ethernet II systems with IEEE 802.3 networks, enabling . For scenarios requiring EtherType values within IEEE 802.3 frames (where the field must indicate length), the Subnetwork Access Protocol (SNAP) encapsulates the EtherType using an LLC Type 1 header followed by a 5-octet SNAP header. Specifically, the LLC header sets Destination Service Access Point (DSAP) and Source Service Access Point (SSAP) to 0xAA, with the control field as 0x03 (unnumbered information), followed by the SNAP header containing (OUI) 00-00-00 and the 2-octet EtherType; this structure, defined in RFC 1042, allows the overall length field to remain valid while embedding protocol identification. In modern network protocol stacks, this interpretive convention is automatically applied for frame processing, with receivers demultiplexing based on the field's value to route payloads appropriately. Practical errors can arise if a length interpretation yields a value exceeding the actual received frame size or payload octets, leading to discard or protocol violations, though such cases are rare in compliant implementations.

Applications

VLAN Tagging

The IEEE 802.1Q standard, first published in 1998, introduces VLAN tagging to support on Ethernet networks by inserting a 4-byte tag into Ethernet frames. This tag is placed immediately after the source and before the original EtherType or Length field, allowing switches to identify and segregate traffic based on VLAN membership. The tagging mechanism enables multiple to share the same physical link, known as a trunk link, without requiring separate cabling for each . The tag consists of a 2-byte Tag Protocol Identifier (TPID) followed by a 2-byte Tag Control (TCI) . The TPID is fixed at the EtherType value 0x8100, which signals to receiving devices that the frame is IEEE 802.1Q-tagged and prompts them to parse the subsequent TCI for details. The TCI breaks down into a 3-bit Priority Code Point (PCP) for traffic prioritization, a 1-bit Drop Eligible Indicator (DEI) to mark frames eligible for discard during congestion, and a 12-bit Identifier (VID) specifying the (values 1–4094, with 0 and 4095 reserved). This structure increases the Ethernet header from 14 bytes to 18 bytes in tagged frames, as the original EtherType shifts right by 4 bytes to follow the tag. In operation, the EtherType 0x8100 plays a critical role in distinguishing tagged frames from untagged ones, allowing bridges and switches to multiplex VLAN traffic over trunk links. Switches configured as trunk ports add or strip tags based on port settings: incoming untagged frames on a trunk are assigned to the native VLAN (often VLAN 1 by default) without modification, while tagged frames are forwarded with their VID intact to the appropriate VLAN. On access ports, switches typically remove tags before delivering frames to end devices, ensuring compatibility with non-VLAN-aware hosts. This tag handling supports VLAN multiplexing, where a single trunk carries traffic from multiple VLANs, with switches using the VID to enforce forwarding and isolation rules. For service provider networks requiring nested VLANs, (also known as QinQ) extends 802.1Q by allowing double tagging, where an outer tag encapsulates an inner customer tag. The outer tag uses EtherType 0x88A8 as its TPID to differentiate it from the standard 0x8100 inner tag, enabling transparent tunneling of customer VLANs across the provider's backbone. Earlier implementations sometimes used 0x9100 for the outer tag, but this value is now deprecated in favor of 0x88A8 for standardization. IEEE 802.1Q maintains backward compatibility with untagged frames and certain control protocols. Untagged traffic on trunk ports defaults to the native , preserving connectivity for legacy devices that do not support tagging. Additionally, priority-tagged frames (VID=0) or control frames using EtherTypes like 0x8808 (for IEEE 802.3x PAUSE flow control) and 0x8809 (for slow protocols including OAM) can traverse VLAN-aware networks, often carried untagged or with priority tagging to avoid conflicts with standard VLAN IDs.

Jumbo Frames

The IEEE 802.3 standard specifies a minimum Ethernet frame size of 64 bytes and a maximum of 1518 bytes, consisting of a 1500-byte plus 18 bytes for the header and (FCS). Jumbo frames extend this by supporting vendor-specific maximum transmission units (MTUs) exceeding 9000 bytes, enabling larger s in s. This extension relies on interpreting the two-octet field following the destination and source MAC addresses as an EtherType value greater than or equal to 0x0600 ( decimal), rather than as a length field under framing. In Ethernet II () framing, this type interpretation avoids the 1500-byte payload limit of the length field, preventing overflow and allowing payloads larger than 1500 bytes without requiring Subnetwork Access Protocol () or (LLC) headers for encapsulation. Implementation of frames requires network interface cards (NICs) and switches to enable a "jumbo mode" that accommodates the increased frame sizes, often through MTU . They are commonly deployed in data centers to minimize fragmentation for storage protocols such as and (FCoE), where FCoE specifically uses EtherType 0x8906 to encapsulate frames. Jumbo frames lack a universal standard, leading to interoperability challenges when devices assume length-based interpretation or vary in supported sizes. Additionally, the minimum 64-byte frame size rule persists, requiring padding for undersized payloads even in jumbo-enabled environments. The benefits include higher by reducing the number of frames transmitted and lower CPU overhead from decreased header processing per byte of data. Jumbo frames emerged in the 1990s for high-performance local area networks (LANs) alongside and became widespread in the 2000s for applications.

Use in Other Protocols

PPPoE employs the EtherType field to encapsulate (PPP) frames over Ethernet for broadband access, particularly DSL connections. The discovery stage uses EtherType 0x8863 for active discovery packets, enabling client-server negotiation of session parameters, while the session stage utilizes 0x8864 for carrying actual PPP payloads. This mechanism, defined in RFC 2516, supports efficient tunneling without altering the underlying Ethernet infrastructure. In the Fibre Distributed Data Interface (FDDI), a 100 Mbps fiber-optic ring technology, the MAC frame header incorporates a identifier field that directly corresponds to the EtherType for interoperability with Ethernet protocols. This mapping allows FDDI to transport and datagrams using standard EtherType values, such as 0x0800 for IPv4, ensuring transparent bridging between FDDI and Ethernet segments as outlined in RFC 1390. Legacy networks, including (802.5) and Token Bus (802.4), leverage the Subnetwork Access Protocol () to embed EtherType values within the (LLC) header. RFC 1042 specifies this encapsulation, where the LLC fields (DSAP and SSAP set to 0xAA) precede a SNAP header containing the EtherType, enabling the transmission of datagrams and other protocols over these non-Ethernet media while maintaining identification consistency. Modern tunneling protocols adapt the EtherType for service provider environments. Provider Backbone Bridging, standardized in IEEE 802.1ah, assigns 0x88E7 to identify backbone service instance (I-SID) tags, encapsulating customer Ethernet frames within a provider's MAC-in-MAC frame for scalable Layer 2 VPNs. Similarly, (MPLS) over Ethernet uses 0x8847 for unicast label-switched packets and 0x8848 for multicast, integrating MPLS payloads directly into Ethernet frames as per RFC 5332. IEEE 802.11 wireless LANs incorporate the EtherType in data frames via LLC/SNAP encapsulation to specify upper-layer protocols. Following the 802.11 MAC header, the LLC header (with DSAP/SSAP 0xAA) and SNAP extension carry the EtherType, such as 0x0800 for , allowing seamless protocol demultiplexing in environments as defined in the standard. In (SDN) overlays, Network Virtualization using (NVGRE) employs EtherType 0x6558 within the GRE header to denote transparent Ethernet bridging of virtual machine traffic across IP underlay networks. This post-2010 adaptation, detailed in RFC 7637, addresses scalability in multi-tenant data centers by preserving Ethernet semantics in tunneled frames. These adaptations introduce challenges, particularly in maintaining byte order consistency across diverse media. Ethernet uses big-endian transmission for the EtherType field, but some legacy protocols, such as certain implementations, may require explicit handling to prevent field reversal during encapsulation, ensuring reliable protocol identification.

Registration and Values

Registration Process

The assignment and management of EtherType values are administered by the IEEE (RA), which was established in 1986 by the IEEE Standards Board at the initiative of the IEEE 802 working group to centralize parameter assignments for LAN/MAN standards. Originally, EtherType values were assigned ad hoc by vendors such as in the early days of Ethernet development, which risked collisions as multiple entities independently selected values; this shifted to a formalized process under the IEEE RA following the adoption of in 1985, ensuring global uniqueness for standardized protocols like IPv4 (0x0800). The (IANA) maintains a mirrored registry of these assignments for reference in IETF protocols, coordinating updates with IEEE-designated experts but not independently assigning values. To request an EtherType assignment, applicants submit a detailed application via the IEEE RA's online form or to [email protected], including a description, justification for a new value, sponsor organization details, and contact information; the request is then reviewed by the IEEE (RAC) for compliance with uniqueness, standards alignment, and necessity, typically within 90 days. Applications must demonstrate that no existing EtherType, subtype, or alternative encapsulation (such as Local Experimental EtherType or OUI Extended EtherType) suffices, and the assigns values without allowing applicant-specified preferences to prevent conflicts. For IETF-related , an additional step requires IESG approval and documentation in an or Internet-Draft prior to IEEE submission, emphasizing standardized use. Available EtherType values span the 16-bit range from 0x0600 to 0xFFFF ( 1536 to ), while 0x0000 to 0x05FF are reserved to distinguish from length fields in frames; Local Experimental EtherTypes (0x88B5 and 0x88B6 per IEEE Std 802) are available for private experimental protocol development but discouraged for production deployments to avoid issues. Policies prioritize permanent assignments for mature, standardized protocols, with a fee of $4,045 for registrations; temporary allocations may be considered for draft specifications pending full . Assignments are confidential until approved and list the assignee organization publicly, with resale or transfer prohibited. Maintenance of the registry is handled through the (SA), with updates published in a public list at standards-oui.ieee.org/ethertype; deprecations are rare, and as of November 2025, 183 EtherType values have been assigned, reflecting ongoing evolution in networking protocols. The digital submission process, enhanced post-2020 via the IEEE SA portal, streamlines reviews and ensures current contact information for assignees.

Common EtherType Values

EtherType values are two-octet identifiers assigned by the to specify the encapsulated in the when the value exceeds 0x05FF (1535 decimal), distinguishing them from length fields in frames. These values enable network devices to interpret the frame content correctly, with unassigned values potentially leading to or risks if processed unexpectedly. The following table lists approximately 20 of the most common EtherType values, selected for their widespread use in networking protocols.
Hex ValueDecimalProtocol/DescriptionStandard/RFCYear
0x08002048IPv4RFC 7911981
0x08062054 (Address Resolution Protocol) 8261982
0x86DD34525 24641998
0x810033024VLAN Tagging (TPID)1998
0x88A834984QinQ (VLAN Stacking)2005
0x886334915PPPoE Discovery Stage 25161999
0x886434916PPPoE Session Stage 25161999
0x890635078FCoE (Fibre Channel over Ethernet)FC-BB-52009
0x880834824MAC Control (includes PAUSE Flow Control)IEEE 802.3x1997
0x884734919MPLS Unicast 30322001
0x884834920MPLS Multicast 30322001
0x655825944Transparent Ethernet Bridging (EoGRE) 17011994
0x88CC35020 (Link Layer Discovery Protocol)IEEE 802.1AB2005
0x22F38947 (Transparent Interconnection of Lots of Links) 63252011
0x88F735063 (Precision Time Protocol, all messages)IEEE 15882008
0x88A234978EtherIP (Ethernet over IP) 33782002
0x08012049XNS-IDP ()Xerox1980
0x600324579DECnet Phase IVDEC1980
0x943337939O-RAN Alliance (5G/ support)O-RAN2021
0xFFFF65535ReservedIEEEN/A
A complete and up-to-date list of all assigned EtherType values is maintained by the IEEE Registration Authority and IANA. Recent assignments in the 2020s have included support for emerging IoT protocols, such as 0x9433 for the O-RAN Alliance in 5G networks (2021). Hexadecimal notation is preferred in technical documentation for its compactness and alignment with binary frame representations, and historical collisions in value assignments have been resolved through formal reassignment by the IEEE.

References

  1. [1]
    Use of the IEEE Assigned EtherTypeTM
    IEEE Std 802.3 specifies a Length/Type field in an Ethernet frame1. This field, as described in IEEE Std 802.3 Clause 3.2.
  2. [2]
    Ethernet Version 2 Versus IEEE 802.3 Ethernet - IBM
    Feb 27, 2023 · Each field is 6 bytes. Following the address fields, Ethernet Version 2 uses a 2-byte "type" (or EtherType) field that identifies the unique ...
  3. [3]
    Registration Authority - IEEE Standards Association
    Provides a context for interpretation of the data field of an Ethernet/IEEE 802.3 data frame (protocol identification). Learn More About EtherType™ ...Standards Group MAC Address · EtherType · MA-L · IEEE 802.16 Operator ID (OpID)
  4. [4]
    IANA OUI Ethernet Numbers
    Jul 22, 2025 · These values are prefixed with 00-00-5E to form unicast MAC addresses, with 01-00-5E to form multicast MAC addresses, with 02-00-5E to form ...
  5. [5]
    RFC 826 - An Ethernet Address Resolution Protocol - IETF Datatracker
    RFC 826 is an Ethernet Address Resolution Protocol that converts network protocol addresses to 48-bit Ethernet addresses for transmission.Missing: 0x0806 | Show results with:0x0806
  6. [6]
  7. [7]
  8. [8]
    [PDF] A Local Area Network - Data Link Layer - Bitsavers.org
    Version 2.0 of the Ethernet specification reflects the experience of the three corporations in designing equipment to the Version 1.0 specification. Version 2.0.Missing: DIX | Show results with:DIX
  9. [9]
    Milestones:Origin of the IEEE 802 Family of Networking Standards ...
    As proposed in 1980 by the DIX consortium and as included in the first 802.3 spec, Ethernet ran at 10 Mb/s. As of 2017, the 802.3 WG had ratified 200 and 400 Gb ...
  10. [10]
    Ethernet Through the Years: Celebrating the Technology's 50th Year ...
    Standards development saw six speeds of Ethernet added to IEEE 802.3 in the first 30 years, raising the speed to 100 Gb/s in 2013, but in just five more years ...
  11. [11]
    RFC 1042 - Standard for the transmission of IP datagrams over IEEE ...
    This RFC specifies a standard method of encapsulating the Internet Protocol (IP) [1] datagrams and Address Resolution Protocol (ARP) [2] requests and replies ...
  12. [12]
    IEEE 802 Numbers
    Nov 3, 2024 · The Ethertype will be used to identify a "Channel" in which control messages are encapsulated as payload of GRE packets. When a GRE packet ...
  13. [13]
    IEEE 802.1Q-1998
    This standard defines an architecture for Virtual Bridged LANs, the services provided in Virtual Bridged LANs, and the protocols and algorithms involved in the ...
  14. [14]
    [PDF] Network Controller Sideband Interface (NC-SI) Specification - DMTF
    Aug 25, 2023 · Ethernet frame header ... The final two bytes of the header, bytes 12..13, represent bytes 1..0 of the EtherType field of the Ethernet. 2053.
  15. [15]
    Ethernet: Fundamentals - Ethereal Wake
    Oct 8, 2024 · The next 16 bits of the frame can be interpreted as either the length or the type of the frame. This is sent most significant byte first ( ...
  16. [16]
    What is the Difference Between Ethernet II and IEEE 802.3?
    Jan 12, 2022 · The Ether Type simply indicates the kind of Ethernet used to send the data. ... That means the data field shrinks from the standard range ...Missing: definition | Show results with:definition
  17. [17]
    Standard for the transmission of IP datagrams over IEEE 802 networks
    ... Sub-Network Access Protocol (SNAP). IP datagrams are sent on IEEE 802 networks encapsulated within the 802.2 LLC and SNAP data link layers, and the 802.3 ...
  18. [18]
    Inter-Switch Link and IEEE 802.1Q Frame Format - Cisco
    Aug 25, 2006 · 802.1Q is the IEEE standard for tagging frames on a trunk and supports up to 4096 VLANs. In 802.1Q, the trunking device inserts a 4-byte tag ...
  19. [19]
    IEEE 802.1Q Frame Format - Huawei Technical Support
    Nov 18, 2024 · The value 0x8100 indicates an IEEE 802.1Q frame. An 802.1Q-incapable device discards 802.1Q frames. Device vendors can define their own TPID ...Missing: EtherType | Show results with:EtherType
  20. [20]
    Fundamentals of 802.1Q VLAN Tagging
    Oct 25, 2024 · The purpose of a tagged or "trunked" port is to pass traffic for multiple VLANs, whereas an untagged or "access" port accepts traffic for only ...
  21. [21]
    Chapter: Configuring IEEE 802.1ad - Cisco IOS XE 16
    Apr 27, 2020 · Outer tag Ethertype 0X88a8 is only supported. Global dot1ad command is not supported. Ethernet 802.1ad is not supported on port-channels.
  22. [22]
    [PDF] IEEE 802.1Q-in-Q VLAN Tag Termination - Cisco
    PPP over Q-in-Q encapsulation supports configurable outer tag Ethertype. The configurable Ethertype field values are 0x8100 (default), 0x9100, and 0x9200. See ...
  23. [23]
    Layer 2 control protocols - Nokia Documentation Center
    PAUSE frames are never tunneled. PAUSE frames are identified as frames with Ethertype (0x8808). LACP frames. If the port is part of a LAG, the LACP ...
  24. [24]
    [PDF] Configuring FCoE - Cisco
    FCoE is implemented by encapsulating a Fibre Channel frame in an Ethernet packet with a dedicated Ethertype,. 0x8906. That packet has a 4-bit version field. The ...
  25. [25]
    [PDF] Ethernet Jumbo Frames
    Nov 12, 2009 · Ethernet Jumbo frames, also referred to as “Giants” or “Giant Frames” differ from “Baby Giants” but relate to "Mini Jumbos" in that they define ...
  26. [26]
    Configure Jumbo/Giant Frame Support on Catalyst Switches - Cisco
    Nov 4, 2024 · Jumbo: Jumbo frames are frames that are bigger than the standard Ethernet frame size, which is 1518 bytes (this includes Layer 2 (L2) header ...
  27. [27]
    RFC 2516 - A Method for Transmitting PPP Over Ethernet (PPPoE)
    This document describes the PPP Over Ethernet encapsulation that is being deployed by RedBack Networks, RouterWare, UUNET and others.Missing: detection | Show results with:detection
  28. [28]
    RFC 1390 - Transmission of IP and ARP over FDDI Networks
    Address Resolution The mapping of 32-bit Internet addresses to 48-bit FDDI addresses shall be done via the dynamic discovery procedure of the Address Resolution ...
  29. [29]
    IEEE 802.1ah-2008
    This amendment defines an architecture and bridge protocols for interconnection of multiple Provider Bridged Networks, allowing a Provider to support up tot 2^ ...
  30. [30]
    RFC 5332 - MPLS Multicast Encapsulations - IETF Datatracker
    Ethernet Codepoints Ethernet is an example of a multipoint-to-multipoint data link. Ethertype 0x8847 is used whenever a unicast ethernet frame carries an MPLS ...
  31. [31]
    RFC 7637 - NVGRE: Network Virtualization Using Generic Routing ...
    This document describes the usage of the Generic Routing Encapsulation (GRE) header for Network Virtualization (NVGRE) in multi-tenant data centers.
  32. [32]
    draft-ieee-rac-oui-restructuring-00 - IETF Datatracker
    Feb 17, 2013 · History of the IEEE RA and RAC The IEEE Registration Authority (RA) was formed by the IEEE Standards Board in 1986 at the initiative of the IEEE ...
  33. [33]
    RFC 7042: IANA Considerations and IETF Protocol and Documentation Usage for IEEE 802 Parameters
    ### Summary of Historical Information on IEEE Registration Authority and EtherType Assignments from RFC 7042
  34. [34]
    Contact the IEEE Registration Authority
    The IEEE Registration Authority can be contacted at 445 Hoes Lane, Piscataway, NJ 08854 USA, phone +1 732 465 6481, or via online form.
  35. [35]
    RFC 9542 - IANA Considerations and IETF Protocol and ...
    This document specifies IANA considerations for the assignment of code points under that IANA OUI, including MAC addresses and protocol identifiers.Missing: post- | Show results with:post-
  36. [36]
    EtherType - IEEE SA
    The EtherType™ provides a context for interpretation of the data field of an Ethernet/802.3™ data frame (protocol identification). Refer to IEEE Std 802.3, ...Missing: format
  37. [37]
    eth.txt - standards - oui . ieee
    GOOSE uses EtherType field 88b8, GSE management services uses EtherType field 88b9. These two protocols are defined in IEC 61850-8-1. SV (Sampled Value ...