nerdexam
BICSI

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.

Information Transport Systems (ITS) Distribution

Question

MAC addresses are _____________ bits in length.

Options

  • A16
  • B24
  • C32
  • D48
  • E64

How the community answered

(32 responses)
  • A
    3% (1)
  • B
    3% (1)
  • C
    16% (5)
  • D
    72% (23)
  • E
    6% (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.

A16

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.

B24

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.

C32

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.

D48Correct

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.

E64

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

#MAC address#address length#Layer 2 addressing#48-bit

Community Discussion

No community discussion yet for this question.

Full RCDD Practice