Difficulty: Easy
Correct Answer: Mass storage device
Explanation:
Introduction / Context:
ATAPI (AT Attachment Packet Interface) extends the ATA (IDE) command set to support devices that are not traditional hard disks. Knowing which device class ATAPI targets clarifies why optical drives and certain removable media devices worked seamlessly on the ATA bus in legacy PCs.
Given Data / Assumptions:
Concept / Approach:
ATAPI is a protocol layer enabling non-disk mass-storage devices to communicate over the ATA physical/electrical interface by encapsulating SCSI-like commands in packets. While CD-ROM is a prime example, ATAPI is broader than any single device type; it is a general mass-storage device interface on the ATA bus. Bus mastering is a DMA capability and not what “ATAPI compliance” itself denotes.
Step-by-Step Solution:
Verification / Alternative check:
Legacy OS driver stacks expose ATAPI devices under the mass storage class, and device IDs report “ATAPI” for optical drives.
Why Other Options Are Wrong:
Common Pitfalls:
Equating ATAPI only with CD-ROMs; remember it covers multiple removable storage device types.
Final Answer:
Mass storage device
Discussion & Comments