Difficulty: Easy
Correct Answer: Token-Ring
Explanation:
Introduction / Context:
Different LAN technologies use different concentrators and cabling conventions. In classic IBM-style networks, a Multistation Access Unit (MAU) serves as the hub for Token-Ring stations. Identifying the appropriate NIC type prevents mismatches between endpoint interfaces and wiring centers.
Given Data / Assumptions:
Concept / Approach:
MAUs are specific to Token-Ring networks (IEEE 802.5). They create a logical ring by internally wiring stations in sequence while providing bypass/relay mechanisms to keep the ring intact if a station disconnects. Therefore, the NICs must speak Token-Ring, not Ethernet or storage interfaces.
Step-by-Step Solution:
Identify what a MAU is used for: Token-Ring wiring center.Match workstation NICs to the MAU’s technology.Select Token-Ring NICs as the appropriate choice.
Verification / Alternative check:
IBM 8228 and similar MAUs historically connected Token-Ring stations at 4 or 16 Mbps; Ethernet uses hubs/switches rather than MAUs, and storage (SCSI) or backup software (ArcServe) are unrelated to NIC selection.
Why Other Options Are Wrong:
Fast SCSI Wide: Storage interconnect, not a LAN NIC.
Common Pitfalls:
Assuming “hub-like device” implies Ethernet; MAUs are specifically for Token-Ring.
Final Answer:
Token-Ring
Discussion & Comments