What notation standard is used to readably display 48-bit physical MAC hardware addresses? MCQ with Answer and Explanation

What notation standard is used to readably display 48-bit physical MAC hardware addresses?
A. Hexadecimal alphanumeric pairs separated by colons or hyphens
B. Base-64 string values
C. Dotted decimal integers
D. Binary character arrays
Answer: Option A
Solution (By JKSSB Mock Tests)
MAC addresses are written as six pairs of hexadecimal digits separated by colons or dashes (e.g., 00:1A:2B:3C:4D:5E).

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Computer Networking Questions

Question #1
What is a network gateway?
A. A device that amplifies signals
B. A device that stores web pages
C. A device that connects two different networks with different protocols
D. A device that connects computers in a LAN

Correct Answer: Option C


Explanation:
A gateway acts as an entrance to another network, often translating protocols.

This question belongs to: Computer Computer Networking
Question #2
Which device contains the unique physical MAC address hardware mapping, serving as the physical interface layer between a computer's bus tracks and an Ethernet line?
A. Central Hub
B. Bus Terminator Plug
C. Analog Modem
D. Network Interface Card (NIC)

Correct Answer: Option D


Explanation:
The NIC provides the physical interface and circuitry a computer needs to connect to network media, and carries a unique, hardcoded MAC address.

This question belongs to: Computer Computer Networking
Question #3
What basic operational weakness is shared by both Bus and Star topologies if their respective central shared medium (backbone line or central switch) fails completely?
A. They experience an instantaneous duplication of MAC addresses.
B. They automatically switch to high-frequency multicast mode.
C. They require dynamic analog rewiring steps.
D. They suffer a single point of failure that can cause total network collapse.

Correct Answer: Option D


Explanation:
If the core backbone cable in a bus topology or the central switch in a star topology fails, the entire connected network collapses.

This question belongs to: Computer Computer Networking