Difficulty: Easy
Correct Answer: Each SCSI device must have its own unique ID
Explanation:
Introduction / Context:
SCSI (Small Computer System Interface) supports multiple devices on a single bus. Proper identification and termination are essential to avoid bus conflicts and ensure reliable operation. Knowing how SCSI IDs work is critical for legacy servers, workstations, and storage arrays.
Given Data / Assumptions:
Concept / Approach:
Device arbitration and addressing depend on unique IDs. If two devices share an ID, neither can be reliably addressed, causing bus errors. The host adapter often defaults to a preferred ID (e.g., 7 on narrow SCSI). Thus, each device must have a distinct ID on the chain.
Step-by-Step Solution:
Verification / Alternative check:
SCSI BIOS utilities and OS-level tools list devices by unique ID. Conflicts result in missing or unstable devices.
Why Other Options Are Wrong:
Common Pitfalls:
Forgetting that external enclosures may have their own termination; mixing wide/narrow devices without proper converters and ID planning.
Final Answer:
Each SCSI device must have its own unique ID
Discussion & Comments