1.2 Given a scenario, deploy and manage storage.
📘CompTIA Server+ (SK0-005)
In servers and storage systems, choosing the right type of storage drive is important for performance, reliability, and cost. There are three main types: SSD, HDD, and Hybrid drives.
A. Solid State Drive (SSD)
SSDs are storage devices that use flash memory instead of spinning disks. They are much faster than traditional hard drives. They have no moving parts, which means lower latency and higher durability.
Key Points for the Exam:
- Wear Factors:
SSDs have a limited number of write cycles. Each time data is written to an SSD, it slightly wears out the memory cells. Depending on usage, there are different types of SSDs:- Read-intensive SSDs:
- Optimized for workloads where reading happens much more often than writing.
- Examples: Web servers, content delivery servers, virtualization hosts where most operations involve reading data.
- Write-intensive SSDs:
- Designed for workloads that perform frequent writes.
- Examples: Database servers, transaction-heavy systems, logging servers where data is constantly updated.
- Read-intensive SSDs:
- Advantages in IT environments:
- Very fast boot and load times for operating systems and applications.
- Ideal for virtualization because multiple VMs can access storage quickly.
- Lower power usage and less heat compared to HDDs.
B. Hard Disk Drive (HDD)
HDDs are traditional drives with spinning magnetic disks (platters) and a moving read/write head. They are slower than SSDs but usually cheaper per GB.
Key Points for the Exam:
- Revolutions Per Minute (RPM):
The speed at which the disks spin affects performance. Common RPMs:- 15,000 RPM – Very fast; used in high-performance servers, like database or transaction servers.
- 10,000 RPM – Mid-range; used for general-purpose application or file servers.
- 7,200 RPM – Slower; commonly used for bulk storage, backup servers, or archival storage.
- Advantages in IT environments:
- More cost-effective for storing large amounts of data.
- Reliable for long-term data storage.
- Used where speed is less critical but capacity is important.
C. Hybrid Drives
Hybrid drives combine HDDs and SSDs in one device. They use SSD memory as a cache to speed up frequently accessed data while storing bulk data on HDD platters.
Use in IT environments:
- Ideal for small- to medium-sized business servers that need some speed improvement without the cost of all-SSD storage.
- Frequently accessed files are served faster because they reside in the SSD portion.
2. Interface Types
The interface of a drive determines how it connects to the computer or server, which affects speed, compatibility, and expandability.
A. Serial Attached SCSI (SAS)
- High-speed enterprise interface for servers and storage arrays.
- Advantages:
- Fast and reliable.
- Supports multiple drives on a single connection (daisy-chaining).
- Commonly used in data centers, RAID arrays, and mission-critical servers.
B. Serial ATA (SATA)
- Common interface for desktops and many servers.
- Advantages:
- Cheaper than SAS.
- Widely available.
- Commonly used in file servers, backup storage, and bulk storage systems.
C. Peripheral Component Interconnect (PCI)
- PCI/PCIe interfaces are used for NVMe SSDs, which are very fast SSDs that connect directly to the motherboard.
- Advantages:
- Extremely low latency and high throughput.
- Used in high-performance computing, databases, virtualization, and workloads that need extremely fast storage.
D. External SATA (eSATA)
- External version of SATA, used to connect drives outside the server.
- Advantages:
- Higher speed than USB for external storage.
- Often used in external backup drives or external storage arrays.
E. Universal Serial Bus (USB)
- Very common interface for plug-and-play external drives.
- Advantages:
- Portable, easy to connect.
- Usually slower than SATA or SAS.
- Used for temporary storage, backups, or transferring data between servers and workstations.
F. Secure Digital (SD)
- Small flash memory cards used in embedded systems, IoT devices, or servers for boot drives.
- Advantages:
- Small form factor.
- Low power consumption.
- Common in thin clients, Raspberry Pi-like devices, and some networking equipment.
Summary Table for Exam
| Type | Key Points / Uses | Speed / Reliability | Example in IT environment |
|---|---|---|---|
| SSD Read-Intensive | Mostly reading data | Very fast, moderate wear | Web servers, virtualization hosts |
| SSD Write-Intensive | Frequent writes | Very fast, high endurance | Databases, logging servers |
| HDD 15,000 RPM | High-performance disk | Fast, mechanical | High-performance DB servers |
| HDD 10,000 RPM | Mid-range disk | Moderate speed, mechanical | General application/file servers |
| HDD 7,200 RPM | Bulk storage | Slower, mechanical | Backup, archival storage |
| Hybrid Drive | SSD + HDD combination | Balanced speed & capacity | SMB servers, mixed workloads |
| SAS | Enterprise server interface | Very fast, reliable | RAID arrays, mission-critical servers |
| SATA | Common desktop/server interface | Moderate speed, cheap | File servers, backup storage |
| PCI/NVMe | Direct motherboard connection | Extremely fast | High-performance computing |
| eSATA | External SATA | Fast external connection | External backup drives |
| USB | External portable connection | Moderate to slow | Temporary storage, data transfer |
| SD | Small flash memory | Low speed, low power | Embedded devices, boot drives |
✅ Exam Tip:
When the exam asks about storage, focus on matching the right type of drive and interface to the server workload. Remember these keywords: SSD wear factors, HDD RPM, SAS/SATA/PCI interfaces.
