II0-001 · Question #200
Which of the following is an effective method for completing a disk image quickly?
The correct answer is C. Compact Flash Card. Compact Flash (CF) cards use a parallel interface that is electrically compatible with IDE/ATA, meaning they can connect directly to a CF-to-IDE adapter and be treated as a native hard drive - no translation overhead, no driver layers, just fast direct data transfer, making…
Question
Which of the following is an effective method for completing a disk image quickly?
Options
- ANetwork based copy
- BZip Disk
- CCompact Flash Card
- DExternal RS232 connected drive
How the community answered
(40 responses)- A3% (1)
- B13% (5)
- C78% (31)
- D8% (3)
Explanation
Compact Flash (CF) cards use a parallel interface that is electrically compatible with IDE/ATA, meaning they can connect directly to a CF-to-IDE adapter and be treated as a native hard drive - no translation overhead, no driver layers, just fast direct data transfer, making them efficient for rapid disk imaging. Network-based copying (A) introduces bandwidth bottlenecks, latency, and protocol overhead that significantly slow transfer speeds, especially for large disk images. Zip Disks (B) were a proprietary Iomega format with tiny capacity (100–750 MB) and slow transfer rates, making them completely impractical for disk imaging. RS232 (D) is a serial communication standard with a maximum practical speed of around 115 Kbps - orders of magnitude too slow for any meaningful disk image transfer.
Memory tip: Think of CF cards as "IDE drives in disguise" - their direct hardware compatibility is the key to speed. Eliminate the others by remembering the bottlenecks: Network = Not fast enough, Zip = Zero capacity, RS232 = Ridicuously Slow.
Community Discussion
No community discussion yet for this question.