Difficulty: Easy
Correct Answer: SCSI
Explanation:
Introduction / Context:
Before USB became ubiquitous, external storage and optical devices often relied on interface standards that supported external cabling and device addressing. Identifying which bus allowed reliable external CD-ROM connections is essential for maintaining legacy systems and understanding hardware evolution.
Given Data / Assumptions:
Concept / Approach:
SCSI (Small Computer System Interface) supported multiple devices on a shared bus, device IDs, termination, and standardized external connectors. ESDI and MFM were primarily internal drive interfaces without mainstream external device ecosystems. Therefore, external CD-ROMs commonly used SCSI, particularly in workstations and high-end PCs.
Step-by-Step Solution:
Verification / Alternative check:
Period documentation confirms SCSI as the de facto external peripheral bus pre-USB, with terminators, IDs 0–7 (narrow) or 0–15 (wide), and external Centronics/DB-style connectors.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing parallel-port external CD-ROMs (later options) with true bus-level external support; those were slower and not typical for performance use compared to SCSI solutions.
Final Answer:
SCSI
Discussion & Comments