<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>sujet Ethernet frame: Minimum size 64 bytes but 26+46=72 bytes dans Discussions en Général</title>
    <link>https://community.cisco.com/t5/discussions-en-g%C3%A9n%C3%A9ral/ethernet-frame-minimum-size-64-bytes-but-26-46-72-bytes/m-p/4937017#M496</link>
    <description>&lt;P&gt;Hello dear Cisco community,&lt;/P&gt;&lt;P&gt;I'm starting this thread because&amp;nbsp;&lt;SPAN&gt;I'm still puzzled as to why the minimum size 64 bytes because 26 (header+trailer)+46 (minimum payload)=72 bytes&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I assume the preamble and SFD are substracted but why?&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;</description>
    <pubDate>Tue, 10 Oct 2023 08:50:49 GMT</pubDate>
    <dc:creator>LetMePass</dc:creator>
    <dc:date>2023-10-10T08:50:49Z</dc:date>
    <item>
      <title>Ethernet frame: Minimum size 64 bytes but 26+46=72 bytes</title>
      <link>https://community.cisco.com/t5/discussions-en-g%C3%A9n%C3%A9ral/ethernet-frame-minimum-size-64-bytes-but-26-46-72-bytes/m-p/4937017#M496</link>
      <description>&lt;P&gt;Hello dear Cisco community,&lt;/P&gt;&lt;P&gt;I'm starting this thread because&amp;nbsp;&lt;SPAN&gt;I'm still puzzled as to why the minimum size 64 bytes because 26 (header+trailer)+46 (minimum payload)=72 bytes&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I assume the preamble and SFD are substracted but why?&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2023 08:50:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/discussions-en-g%C3%A9n%C3%A9ral/ethernet-frame-minimum-size-64-bytes-but-26-46-72-bytes/m-p/4937017#M496</guid>
      <dc:creator>LetMePass</dc:creator>
      <dc:date>2023-10-10T08:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: Ethernet frame: Minimum size 64 bytes but 26+46=72 bytes</title>
      <link>https://community.cisco.com/t5/discussions-en-g%C3%A9n%C3%A9ral/ethernet-frame-minimum-size-64-bytes-but-26-46-72-bytes/m-p/4937165#M497</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1565639"&gt;@LetMePass&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;The minimum Ethernet frame size of 64 bytes is primarily due to historical reasons and the way Ethernet operates.&amp;nbsp;&lt;/P&gt;&lt;P&gt;An Ethernet frame consists of several parts:&lt;/P&gt;&lt;P&gt;-Preamble: A 7-byte (56-bit) pattern of alternating 1s and 0s, followed by a "start of frame delimiter" (SFD) which is one byte (8 bits).&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Destination MAC Address: 6 bytes.&lt;/P&gt;&lt;P&gt;-Source MAC Address: 6 bytes.&lt;/P&gt;&lt;P&gt;-EtherType or Length Field: 2 bytes in modern Ethernet frames (it can also be called the "Type" field). In older Ethernet frames, it can be 2 or 4 bytes.&lt;/P&gt;&lt;P&gt;-Data Payload: This is where your actual data goes. Its size varies depending on what you're transmitting. For a minimum-sized Ethernet frame, you'd have 46 bytes of payload.&lt;/P&gt;&lt;P&gt;-Frame Check Sequence (FCS): A 4-byte (32-bit) cyclic redundancy check (CRC) value used for error detection.&lt;/P&gt;&lt;P&gt;When you add these components together, you get:&lt;/P&gt;&lt;P&gt;Preamble (8 bytes) + Destination MAC (6 bytes) + Source MAC (6 bytes) + EtherType/Length (2 bytes) + Data Payload (46 bytes) + FCS (4 bytes) = &lt;STRONG&gt;72 bytes&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;So, you're correct that the total size, including all components, is 72 bytes. However, when we refer to the "minimum Ethernet frame size" of 64 bytes, we're talking about the payload size (46 bytes) plus the Ethernet header (the Destination MAC, Source MAC, and EtherType/Length fields, which total 14 bytes). &lt;U&gt;The preamble, SFD, and FCS are not counted when discussing the minimum frame size, as they are considered overhead&lt;/U&gt;.&lt;/P&gt;&lt;P&gt;Historically, Ethernet frames needed to be a certain minimum length to ensure that collisions on shared media (like coaxial cables in older Ethernet implementations) were detected reliably. Short frames could be entirely transmitted before a collision was detected, which could lead to data corruption. By setting a minimum frame size of 64 bytes, Ethernet ensured that collisions would be detected within a reasonable time frame.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2023 11:13:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/discussions-en-g%C3%A9n%C3%A9ral/ethernet-frame-minimum-size-64-bytes-but-26-46-72-bytes/m-p/4937165#M497</guid>
      <dc:creator>M02@rt37</dc:creator>
      <dc:date>2023-10-10T11:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: Ethernet frame: Minimum size 64 bytes but 26+46=72 bytes</title>
      <link>https://community.cisco.com/t5/discussions-en-g%C3%A9n%C3%A9ral/ethernet-frame-minimum-size-64-bytes-but-26-46-72-bytes/m-p/4937246#M498</link>
      <description>&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;The minimum size of an Ethernet frame is 64 bytes&lt;/STRONG&gt;&lt;SPAN&gt;, consisting of a&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;6-byte Destination MAC address,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;a&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;6-byte Source MAC Address,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;a&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;2-byte Length/Type field,&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;a&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;46-byte Payload,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;and a&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;4-byte Frame Check Sequence&lt;/STRONG&gt;&lt;SPAN&gt;. &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;The Payload may vary in size up to 1500 bytes, with 46 bytes being the lower limit in order to ensure that the transmission media is occupied by the sender for the entire time it is sending the ethernet frame in order to prevent a collision. &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;If the actual data is smaller than 46 bytes, it is padded by trailing zeroes.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;Best regards&lt;STRONG&gt;&lt;BR /&gt;******* If This Helps, Please Rate *******&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2023 13:17:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/discussions-en-g%C3%A9n%C3%A9ral/ethernet-frame-minimum-size-64-bytes-but-26-46-72-bytes/m-p/4937246#M498</guid>
      <dc:creator>Blue_Bird</dc:creator>
      <dc:date>2023-10-10T13:17:05Z</dc:date>
    </item>
  </channel>
</rss>

