previous | start | next

Ethernet/802.3 Frames, Continued

Source and Destination Address
each 6 bytes (48 bits!), and are uniquely assigned by IEEE. This is called a station's MAC address.
 
Type field
indicates which higher-level protocol created this frame, eg 0x0800 for IP. In 802.3[3] this field gives the length (in bytes) of the data field.
 
Data field
between 46 and 1500 bytes of data. NB: minimum frame size is thus 64 bytes. The data field usually contains an IP datagram.
[3] 802.3 is rarely used to carry IP datagrams,. It has historically been used by various proprietory protocol architectures such as DECnet, Novell (early versions) and Appletalk. An 802.3 frame always encapsulates an 802.2 LLC frame, see our companion subject Data Communications for more information.

previous | start | next