Difficulty: Easy
Correct Answer: SCSI host adapter
Explanation:
Introduction / Context:FRUs are components designed for quick replacement. Categorizing them by function helps in troubleshooting and inventory planning. The question asks which listed FRU is explicitly an I/O device—something that interfaces the system bus to external or peripheral buses.
Given Data / Assumptions:
Concept / Approach:An I/O device mediates data transfer between the CPU/memory subsystem and external devices. A SCSI host adapter provides this interface, handling command, data, and status phases in both directions. A video board primarily outputs frames (with limited input such as EDID reads, but it is not generally termed an I/O controller). The CPU executes instructions and coordinates I/O but is not itself an I/O device.
Step-by-Step Solution:
Identify components that directly implement a peripheral bus protocol.SCSI host adapter implements the SCSI protocol and DMA/PIO transfers.Conclude it is the I/O FRU among the choices.Therefore, select the host adapter.Verification / Alternative check:System device manager lists the SCSI adapter under storage controllers (I/O), not under processors or display adapters.
Why Other Options Are Wrong:
Common Pitfalls:Assuming any card is “I/O.” Many GPUs are output-only devices from a classification standpoint.
Final Answer:SCSI host adapter
Discussion & Comments