Bit 47 |
|
|
|
| bit 0 |
1st byte | 2nd byte | 3rd byte | 4th byte | 5th byte | 6th byte |
| OUI code |
|
| Serial number |
|
Table
The first bit of the first byte in the Destination address (DA) determines the address to be a Unicast (0) or Multicast frame (1), known as I/G bit indicating individual (0) or group (1). So the
A unicast address is identified with a single network interface. With this nature of MAC address, a frame transmitted can exactly be received by the target an interface the destination MAC points to.
A multicast address is identified with a group of network devices or network interfaces. In Ethernet, a
Ethernet Frame Format
There are two major forms of Ethernet frame, type encapsulation and length encapsulation, both of which are categorized as four frame formats 802.3/802.2 SNAP, 802.3/802.2, Ethernet II and Netware 802.3 RAW. We will introduce the basic Ethernet frame format defined by the IEEE 802.3 standard required for all MAC implementations. It contains seven fields explained below.
PRE | SFD | DA | SA | Type/Length | Data | Pad bit if any | FCS |
7 | 7 | 6 | 6 | 2 | 46 | 4 |
Fig. 3-3 Ethernet frame structure
-Preamble (PRE)
10101010 10101010 10101010 10101010 10101010 10101010 10101010
-
27