Difficulty: Easy
Correct Answer: on the secondary IDE
Explanation:
Introduction / Context:
Choosing the correct connector for an ATA/ATAPI CD-ROM drive in a desktop with an EIDE controller affects system performance and compatibility. Older optical drives often used lower transfer modes than hard drives, so cabling strategy matters.
Given Data / Assumptions:
Concept / Approach:
Each IDE channel shares bandwidth between two devices. Mixing a slow PIO optical drive with a fast HDD on the same channel can force the controller to a slower timing during simultaneous access. Placing the optical drive on the different channel avoids this contention.
Step-by-Step Solution:
Verification / Alternative check:
Benchmarks show independent-channel transfers (HDD on primary, optical on secondary) prevent the optical's slow PIO/DMA mode from throttling the HDD. Optical drive access during disk operations does not stall HDD as severely when channels are separated.
Why Other Options Are Wrong:
Common Pitfalls:
Incorrect master/slave jumper settings, mixing 40-wire and 80-wire cables, and enabling Cable Select without matching cables cause detection issues. Ensure BIOS set to Auto/ATAPI for the optical drive.
Final Answer:
on the secondary IDE
Discussion & Comments