FC0-U71 · Question #85
Which of the following is used to represent a device's physical address?
The correct answer is A. Hexadecimal. A device's physical address is its MAC (Media Access Control) address, which is represented in hexadecimal notation. A MAC address consists of 12 hexadecimal digits (0–9, A–F) typically written as six pairs separated by colons or hyphens (e.g., 00:1A:2B:3C:4D:5E). Hexadecimal is
Question
Which of the following is used to represent a device's physical address?
Options
- AHexadecimal
- BOctal
- CDecimal
- DBinary
How the community answered
(33 responses)- A91% (30)
- C3% (1)
- D6% (2)
Explanation
A device's physical address is its MAC (Media Access Control) address, which is represented in hexadecimal notation. A MAC address consists of 12 hexadecimal digits (0–9, A–F) typically written as six pairs separated by colons or hyphens (e.g., 00:1A:2B:3C:4D:5E). Hexadecimal is used because it compactly represents binary data - each hex digit maps to exactly 4 bits - making it human-readable while remaining technically precise.
Topics
Community Discussion
No community discussion yet for this question.