RCDD · Question #216
MAC addresses are _____________ bits in length.
The correct answer is D. 48. MAC addresses are 48 bits (6 bytes) long, divided into a 24-bit OUI assigned by the IEEE and a 24-bit manufacturer-assigned device identifier.
Question
MAC addresses are _____________ bits in length.
Options
- A16
- B24
- C32
- D48
- E64
How the community answered
(32 responses)- A3% (1)
- B3% (1)
- C16% (5)
- D72% (23)
- E6% (2)
Why each option
MAC addresses are 48 bits (6 bytes) long, divided into a 24-bit OUI assigned by the IEEE and a 24-bit manufacturer-assigned device identifier.
16 bits is far too short for a MAC address - this length is used for other protocol fields such as EtherType or VLAN tags, not hardware addresses.
24 bits represents only the OUI (vendor) portion of a MAC address, which is the first half - a complete MAC address requires all 48 bits.
32 bits is the length of an IPv4 address, which operates at Layer 3 - MAC addresses operate at Layer 2 and are physically twice this length.
A MAC address is 48 bits in length, represented as 12 hexadecimal digits. The first 24 bits form the Organizationally Unique Identifier (OUI), which the IEEE assigns to the network interface manufacturer, and the remaining 24 bits are a unique device identifier assigned by that manufacturer - together ensuring global uniqueness at the Layer 2 hardware addressing level.
64 bits is the EUI-64 identifier length used in IPv6 interface ID generation, which is derived from a MAC address by inserting 'FF:FE' in the middle - it is not the MAC address itself.
Concept tested: MAC address bit length and structure
Source: https://standards.ieee.org/faqs/regauth/
Topics
Community Discussion
No community discussion yet for this question.