What is the Destination Address within the Ethernet Frame?

This blog post defines and describes the role of the Destination Address field within the Ethernet Frame.

Sharing is caring!

Introduction

The Destiination Address is a 6-byte (or 48-bit) field that follows the Preamble, within the Ethernet frame.

Whenever an Ethernet station transmits an Ethernet frame to one (or more other stations), the Destination Address identifies the intended recipient or recipients of this Ethernet frame.  In other words, the Desitination address identifies which station should receive this Ethernet frame. 

Figure 1 shows an illustration of the IEEE 802.3 (Basic) Ethernet frame, with the Destination Address highlighted. 

IEEE 802.3 Basic Ethernet Frame with the Destination Address field highlighted

Figure 1, Illustration of the IEEE 802.3 (Basic) Ethernet frame, with the Destination Address highlighted.

Each Ethernet interface (or Station) is assigned a unique 48-bit address.  We sometimes call this 48-bit Address the Physical, Hardware or MAC Address

The Destination Address field (within the Ethernet frame) contains either:

  • The 48-bit Ethernet address that corresponds to the address of the Ethernet interface in the station (which is the destination of the frame).
  • A 48-bit multicast address, or
  • The broadcast address.

As the Ethernet Receiver receives Ethernet frames, it will reads in the contents of every frame up through the Destination Address field.  If the “Destination Address” value does not match the Interface’s own Ethernet address, or one of the multicast or broadcast addresses, that the interface is programmed to receive, then the Ethernet Receiver will typically ignore the rest of the Ethernet frame. 

Conversely if the Destination Address value DOES match the interface’s own Ethernet address, or one of the multicast or broadcast addressse (that the interface is programmed to receive), then the Ethernet Receiver will accept and process the rest of the Ethernet frame. 

Once again, the DIX Standard and the IEEE 802.3 Standard handle/interpret the Destination Address field, slightly differently, as I describe below.

The DIX Standard

The first bit of the Destination Address field (as transmitted onto the network medium) is used to distinguish physical addresses from multicast (or broadcast) addresses. 

If this first bit (transmitted wihtin the Destination Address) is a zero (0), then the Destination Address field contains the physical address of an interface (or Station).  This is also known as the unicast address, because the Ethernet frame is is sent to this address only. 

In Figure 2, I show an illustration of a simple “Unicast Address” within the Destination Address field. 

Simple Illustration of the Unicast Address within the Destination Address field of the Ethernet Frame.

Figure 2, Illustration of a Simple “Unicast (or Physical) Address within the Destination Address field.

Please note that in Figures 2, 3 and 4, I am showing the Transmission Order of the bits, within the Destination Address (when one Ethernet station is transmitting an Ethernet frame to another station).  I will discuss the bit-ordering (within an Ethernet frame) and how we transmit bits (within the Destination Address) from one Ethernet station to another station, below. 

If the first bit (transmitted within the Destination Address) is a one (1), then the Destination Address field contains a multicast address.  If all 48-bits are set to “1” (e.g., an All Ones pattern), then the Destination Address field contains a broadcast (or all stations) address. 

In Figure 3, I show a simple illustration of the Multicast Address, within the Destination Address field.

Simple Illustration of the Multicast Address within the Destination Address of the Ethernet Frame.

Figure 3, Illustration of the Multicast Address, within the Destination Address field.

In Figure 4, I show a simple illustration of the Broadcast Address, within the Destination Address field.

Simple Illustration of the Broadcast Address within the Destination Address of the Ethernet frame.

Figure 4, Illustration of the Broadcast Address, within the Destination Address field.

The IEEE 802.3 Standard

The IEEE 802.3 standard (for the Destination Address field) adds significance to the second bit within the Destination Address.

In this case, we use this second bit-field to distinguish between locally and globally administered addresses. 

A globally administrated address is a physical address that an Ethernet Equipment Manufacturer assigned to the interface.  If the network sets this 2nd bit-field is set to “0”, then this is a globally administered address. 

NOTE:  In the DIX Standard, we always globally administer Destination Addresses. 

If the Ethernet Interface address is administered locally, then the second bit is typically set to “1”. 

For example, in the case of the Broadcast Address, the 2nd bit, along with all other bits (within the Destination Address) are set to “1” in both the DIX and IEEE 802.3 standards. 

NOTE: We rarely use Locally administered addresses in Ethernet networks.  These days Ethernet Equipment Manufacturers assign each piece of Ethernet equipment its own unique 48 -bit Ethernet address during manufacturing.  As I discuss in another blog post, these addresses are globally administered. 

How We Transmit Data within the Destination Address

As I mentioned earlier, the Destination Address field consist of 6-bytes or 48-bits.  To show the transmission order (along with the rest of the Ethernet frame), it is best to show an example. 

Consider an Ethernet frame with the following Destination Address (below in the highlighted portion of Figure 5).

Representing the Destination Address as a group of 48-bits

Figure 5, Illustration of the Destination Address field set to the value (….b)

The length of the Destination Address is 48 bits (or 6 bytes).  If we were to divide the bits (within this 48-bit field) twelve (12) Nibble, then you can express the contents within the Destination Address as 12 hexadecimal values – as I show below in Figure 6.

Representing the Destination Address as a 12 (One Hexadecimal) Digit Representation.

Figure 6, The Destination Address expressed as 12 (4-bit) Hexadecimal Values

We can then combine these 12 Hexadecimal bytes into 6 (two-digit) Hexadecimal Values, then we can express the Destination Address as follows:

Representing the Destination Address as 6 (two digit) hexadecimal bytes

Figure 7, The Destination Address expressed as 6 (2 Digit) Hexadecimal Values

These 6 (2 Digit) Hexadecimal Values (of the Destination Address) are also the 6 bytes within the Desitination Address field. 

The Transmission Order of the Destination Address

If we were to take the left-most byte, and then reverse the order of this byte (transmitting the right-most bit – within this particular byte first) and then proceeding with the next bit (all the way to the left-most bit).  And then proceeding with the same procedure for the next byte (just to the right of this left-most byte). 

Figure 8 illustrates the resulting transmission order of the Destination Field, within the Ethernet frame. 

The Final Transmission Order of the Destination Address

Figure 8, The Transmission Order of the Destination Field, within the Ethernet field.

Determining Whether the Destination Address is a Unicast, Multicast or Broadcast Address

I mentioned that the network determines whether the Destination Address field is a Unicast, Multicast or Broadcast address, by the state of the very bit (within the Destination Address field) that we place on the Ethernet media and transmit to the other station(s). 

We stated that if the network sets this particular bit-field to “0”, then we are transmitting a Unicast Address.  In Figure 9, I show that this particular Destination Address (that we are transmitting) is indeed a Unicast Address (because this first bit is set to “0”. 

Unicast Address within the Destination Field - Transmission Order shown

Figure 9, The Transmission Order of the Destination Field, with the Unicast/Multicast bit-field show.

In Figure 9, we also show the location of this particular bit-field, within the Destination Field of the Ethernet frame.  Once again, I show that we are transmitting a Unicast Address. 

In Figure 10, I show an example of a Multicast Address (residing within the Destination Address field) of the Ethernet frame.

Multicast Address within the Destination Field - Transmission Order shown

Figure 10, An Example of a Multicast Address, within the Destination Address field, of the Ethernet frame.

Finally, in Figure 11, I show an example of the Broadcast Address (residing within the Destination Address field) of the Ethernet frame. 

Broadcast Address within the Destination Address field - Transmission Order shown

Figure 11, Example of the Broadcast Address, within the Destination Address field, of the Ethernet frame.

Sharing is caring!

Author: Darrell Smith

Darrell Smith has more than 30 years of experience as an Electrical Engineer. He has about 20 years of experience as an Applications Engineer and the remainder of his time was spent in Hardware Design and Product Marketing. He will now be sharing his wealth of knowledge on this blog.

Leave a Reply

Your email address will not be published. Required fields are marked *