Ethernet Frame Format
Ethernet Frame Format
Ethernet Frame Format
13.1
13.2
The IEEE has subdivided the data link layer into two sublayers:
logical link control (LLC) and media access control (MAC).
Data link control handles framing, flow control, and error control. In
IEEE, flow control, error control, and part of the framing duties are
collected into one sublayer called the logical link control.
Framing is handled in both the LLC sublayer and the MAC sublayer.
The purpose of the LLC is to provide flow and error control for the
upper-layer protocols that actually demand these services
13.3
The LLC provides one single data link control
protocol for all IEEE LANs.
13.4
Media access control that defines the specific access method for each
LAN.
13.5
ANDARD ETHERNET
13.6
Ethernet evolution through four generations
13.7
802.3 MAC frame
13.8
Preamble: The first field of MAC frame contains 7 bytes (56 bits) of
alternating Os and Is that alerts the receiving system to the coming
frame and enables it to synchronize its input timing.
The pattern provides only an alert and a timing pulse. The 56-bit
pattern allows the stations to miss some bits at the beginning of the
frame.
13.9
Destination address (DA). The DA field is 6 bytes and contains the
physical address of the destination station or stations to receive the
packet.
Source address (SA). The SA field is also 6 bytes and contains the
physical address of the sender of the packet.
Length or type. This field is defined as a type field or length field. The
original Ethernet used this field as the type field to define the upper-layer
protocol using the MAC frame. The IEEE standard used it as the length
field to define the number of bytes in the data field.
13.10
Minimum and maximum lengths
13.11
Note
Frame length:
Minimum: 64 bytes (512 bits)
Maximum: 1518 bytes (12,144 bits)
13.12
Example of an Ethernet address in hexadecimal notation
13.13
Unicast and multicast addresses
13.14
Note
13.15
Note
13.16