How to differentiate between an 802.3 frame and an Ethernet II frame?
The value of ‘length’ field in an 802.3 frame must be less than 1500 and in a Ethernet II frame the value of ‘type’ field must be more than 1500. Since the 802.3 frame ‘length’ field and the Ethernet II frame ‘type’ field are at the same offset from the header, depending on the value present, the frame can be differentiated.