nerdexam
CompTIA

FC0-U61 · Question #464

Which of the following numbering systems is used to represent MAC addresses?

The correct answer is D. Hexadecimal. MAC addresses, which are unique identifiers for network interfaces, are represented using the hexadecimal numbering system. This system is efficient for compactly representing the underlying binary data.

IT Concepts and Terminology

Question

Which of the following numbering systems is used to represent MAC addresses?

Options

  • ABinary
  • BDecimal
  • COctal
  • DHexadecimal

How the community answered

(27 responses)
  • B
    7% (2)
  • C
    4% (1)
  • D
    89% (24)

Why each option

MAC addresses, which are unique identifiers for network interfaces, are represented using the hexadecimal numbering system. This system is efficient for compactly representing the underlying binary data.

ABinary

While MAC addresses are fundamentally composed of binary bits, they are not typically represented directly in a long binary string for readability and ease of use in documentation or configuration.

BDecimal

Decimal is a base-10 system that is not used for the standard representation of MAC addresses, which are inherently tied to binary and thus more efficiently represented by hexadecimal.

COctal

Octal is a base-8 numbering system that is not standard for representing MAC addresses, which are 48 bits long and require hexadecimal for compact representation.

DHexadecimalCorrect

MAC (Media Access Control) addresses are 48-bit identifiers universally represented as twelve hexadecimal digits, typically grouped into six pairs separated by hyphens or colons, such as `00-1A-2B-3C-4D-5E`. Hexadecimal is chosen because it conveniently represents four binary bits with a single character, making long binary strings like MAC addresses more readable and concise.

Concept tested: MAC address representation

Source: https://www.cisco.com/c/en/us/support/docs/lan-switching/ethernet/17154-ethernet-mac.html

Topics

#MAC address#Numbering systems#Hexadecimal

Community Discussion

No community discussion yet for this question.

Full FC0-U61 Practice