MAC Address Length in Ethernet | Generated by AI

Home 2026.02

Question: In the IEEE 802.3 MAC frame structure, there are two addresses: the source address and the destination address. Both of these addresses are how many bits long?

A. 16-bit
B. 32-bit
C. 48-bit
D. 96-bit

Answer:

C. 48-bit

Detailed explanation:

In the IEEE 802.3 standard (Ethernet), the MAC frame format includes the following main fields in order:

Both the destination address and source address fields are fixed at 6 bytes, which equals 48 bits.

These 48-bit addresses are commonly called MAC addresses (Media Access Control addresses). They are globally unique hardware addresses assigned to network interface controllers (NICs), usually expressed in hexadecimal format (e.g., 00:1A:2B:3C:4D:5E).

Why not the other options?

Your answer (C) was correct.

References:


Back Donate