Difficulty: Easy
Correct Answer: Megabits per second
Explanation:
Introduction / Context:
NIC specifications often include numeric pairs like 10/100 or 10/100/1000. Understanding these numbers helps identify supported Ethernet data rates and match cabling, switches, and performance expectations in small office/home and enterprise networks.
Given Data / Assumptions:
Concept / Approach:
Ethernet data rates are expressed in megabits per second (Mb/s). A 10/100 NIC supports 10 Mb/s (10BASE-T) and 100 Mb/s (100BASE-TX). Auto-negotiation selects the highest mutually supported rate and duplex between NIC and switch. The notation does not refer to protocol versions, fiber classification, or server speed; it is strictly the line-rate capability of the NIC.
Step-by-Step Solution:
Verification / Alternative check:
Checking NIC properties in the operating system or switch interface will show the negotiated link speed as 10 Mb/s or 100 Mb/s, validating the meaning of the label.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing Mb/s (megabits per second) with MB/s (megabytes per second), and assuming cable quality is irrelevant to achieving 100 Mb/s.
Final Answer:
Megabits per second
Discussion & Comments