Introduction to VLANs

Hello Jose

That’s great to hear! We wish you success in your endeavor, and we hope NetworkLessons will help you along the way! And if you have any questions, you know where to find us.

Looking forward to seeing you on the forum!

Laz


Hi team, first of all thank you for this forum which helps me build my basics more solidly. Now I am having doubts about the numbers 1536 and 1500 in this snippet which i took from “Ethernet Type Topic”. Are you referring to MTU or something else? Could you please provide a brief explanation? It would be much appreciated.

Hello Sathish

The snippet you shared comes from the NetworkLessons note titled Ethernet Frame Types . The note explains how a network device distinguishes between an Ethernet II and 802.3 Ethernet frame.

These values are not MTU sizes. They are the numerical values that exist within the field in the header that comes after the Source address.

  • If the value of that field is 1536 or larger, then the frame is treated as an Ethernet II frame, and the very next field is interpreted as the EtherType field.
  • If the value of that field is 1500 or smaller, then the frame is treated as an 802.3 Ethernet header, and thus the very next field is interpreted as the Length field.

Take a look at the two types of Ethernet frames here:

Depending on the value that is read in the circled fields, as described above, the frame is interpreted accordingly.

The NetworkLessons note I referenced above has more details.

I hope this has been helpful!

Laz

1 Like

Thank you for the explanation

1 Like