What does volatile memory mean and why does it matter for storage?
Volatile memory loses all data when power is removed — this is why we need separate storage devices like HDDs or SSDs to retain data long-term
What are the main types of storage devices covered in CompTIA A+?
Hard drives (HDD), solid-state drives (SSD), flash drives, memory cards and optical drives
How does a hard drive store data?
Using rapidly spinning magnetic platters with a read/write head on an actuator arm that reads and writes data to the platters
What are the main mechanical components inside a hard drive?
Spinning platters, a spindle, an actuator arm and a read/write head
What are the common hard drive RPM speeds?
5400 RPM, 7200 RPM, 10000 RPM and 15000 RPM
How does RPM affect hard drive performance?
Higher RPM means the platter spins faster reducing wait time for data to reach the read/write head — lower latency means faster read/write speeds
What are the two standard hard drive form factor sizes?
3.5 inch for desktops and 2.5 inch for laptops and mobile devices
What width is a typical M.2 SSD?
22 millimeters
What does SSD stand for and what makes it different from an HDD?
Solid-State Drive — it has no moving parts and uses non-volatile memory chips making it significantly faster than a traditional hard drive
What standard does a traditional SATA connection use to move data?
AHCI — Advanced Host Controller Interface
What is the maximum throughput of a SATA revision 3 connection?
6 gigabits per second
What does NVMe stand for and why was it created?
Non-Volatile Memory Express — created to reduce latency and increase throughput by connecting SSDs directly to the PCI Express bus
What is the theoretical transfer speed of NVMe over an M.2 interface?
Approximately 20 gigabits per second
What does SAS stand for and what throughput does it provide?
Serial Attached SCSI — provides speeds of approximately 22.5 gigabits per second
How does SAS compare to SATA in terms of throughput?
SAS (~22.5 Gb/s) is significantly faster than SATA (~6 Gb/s)
Why are SAS and SATA connectors slightly different from each other?
To prevent accidentally plugging a SATA drive into a SAS configuration or vice versa
What does M.2 replace and what are its advantages?
It replaced mSATA — M.2 requires no additional cables, connects directly to the system board and supports PCI Express speeds
What does mSATA stand for?
Mini SATA — a smaller form factor version of the SATA interface used as a transitional technology before M.2
What are the M.2 key types and what do they indicate?
B key, M key or both — they designate the type of connectivity and throughput supported; always check motherboard documentation for compatibility
What does EEPROM stand for?
Electrically Erasable Programmable Read-Only Memory
What is a key limitation of EEPROM-based flash storage?
It only supports a limited number of write cycles — after that threshold the drive can no longer accept new writes though data may still be readable
Why are flash drives not recommended as archival or backup media?
Limited write cycles, small capacity and easy to lose — backups should always be stored in an additional separate location
What are the common types of flash storage formats?
USB flash drives, CompactFlash (CF), SD (Secure Digital), Mini SD, Micro SD and xD-Picture cards
How do optical drives store data?
A laser beam writes microscopic bumps onto the disc surface; a laser then reads those bumps to retrieve data