Hello.
I have a question regarding ethernet frame size.
So I understand that the maximum SDU size for the frame is 1500 Bytes, and the header size is 18 Bytes
(MAC Dest, MAC Sour, EtherType & FCS).
That makes 1518 Bytes.
So how come the wikipedia entry for Ethernet Frame adds The Preambule with SFD (8 Bytes) , and IPG (with min of 12 Bytes)
to the overall size. Their size is 1538 Bytes.
Which one is correct then? I've always thought that Preambule, SFD and IPG are related to the frame (they are added on the PHY layer),
but are not considered part of the frame and are definitely not added to the overall frame size.
Thanks