How is the EtherType value used to distinguish between payload type and frame length?
Ο EtherTypes values less than 0x0600 indicate protocol type; values greater than this indicate payload length.
Ο EtherTypes are always used to indicate payload type, regardless of the value.
Ο EtherTypes are values of 0x0600 or greater to indicate protocol type; values less than this indicate payload length.
Ο EtherTypes are always used to indicate frame length, regardless of the value.