Step 4: Scope of Ethernet Addresses
Each Ethernet frame carries a source and destination address. One of these addresses is that of your
computer. It is the source for frames that are sent, and the destination for frames that are received. But
what is the other address? Assuming you pinged a remote Internet server, it cannot be the Ethernet ad-
dress of the remote server because an Ethernet frame is only addressed to go within one LAN. Instead, it
will be the Ethernet address of the router or default gateway, such as your AP in the case of 802.11. This
is the device that connects your LAN to the rest of the Internet. In contrast, the IP addresses in the IP
block of each packet do indicate the overall source and destination endpoints. They are your computer
and the remote server.
Step 5: Broadcast Frames
The trace that you gathered above captured unicast Ethernet traffic sent between a specific source and
destination, e.g., your computer to the router. It is also possible to send multicast or broadcast Ethernet
traffic, destined for a group of computers or all computers on the Ethernet, respectively. We can tell
from the address whether it is unicast, multicast, or broadcast. Broadcast traffic is sent to a reserved
Ethernet address that has all bits set to “1”. Multicast traffic is sent to addresses that have a “1” in the
first bit sent on the wire; broadcast is a special case of multicast. Broadcast and multicast traffic is widely
used for discovery protocols, e.g., a packet sent to everyone in an effort to find the local printer.
Start a capture for broadcast and multicast Ethernet frames with a filter of “ether multicast”, wait
up to 30 seconds to record background traffic, and then stop the capture. If you do not capture any
packets with this filter then use the trace that we supplied. On most Ethernets, there is a steady chatter
of background traffic as computers exchange messages to maintain network state, which is why we try
Answer the following questions:
1. What is the broadcast Ethernet address, written in standard form as Wireshark displays it?
2. Which bit of the Ethernet address is used to determine whether it is unicast or mul-
ticast/broadcast?