Table of ContentsLibraryView in Frames

How Ethernet frame sizes are defined

Two commonly used terms to describe frame characteristics are frame size and Maximum Transmission Unit (MTU) size.

The frame size of a standard Ethernet frame (defined by RFC 894) is the sum of the Ethernet header (14 bytes), the payload (IP packet, usually 1,500 bytes), and the Frame Check Sequence (FCS) field (4 bytes).

The MTU size specifies the maximum number of bytes of data (the payload) that can be encapsulated in an Ethernet frame. For example, the MTU size of a standard Ethernet frame is 1,500 bytes; this is the default for your storage systems. However, a jumbo frame, with an MTU size of 9,000 bytes, can also be configured.