Lab Report 4
Lab Report 4
Objective:
Introduction:
Storage devices form the backbone of data management and system performance in computing.
Among these, Hard Disk Drives (HDDs) and Solid-State Drives (SSDs) are the most commonly
used types of secondary storage in personal computers, laptops, servers, and enterprise systems.
Though both serve the same purpose—permanent data storage—they differ significantly in
technology, performance, cost, durability, and use cases.
HDDs are based on older mechanical technology where data is stored magnetically on spinning
disks (platters) and accessed using movable read/write heads. They are generally more affordable
and available in larger capacities, making them suitable for mass storage of files, multimedia,
and backups.
SSDs, in contrast, use NAND flash memory chips to store data with no moving parts. This
allows them to access data almost instantly, resulting in much faster boot times, application
loading, and file transfers. Their compact size, low power consumption, and superior speed have
made them the preferred choice for operating systems and high-performance computing
environments.
In this lab, we explore the physical and technical differences between HDDs and SSDs, and we
perform real-world installation and diagnostic tasks. By using CrystalDiskInfo and CPU-Z, we
measure actual drive performance and health status. This hands-on experiment enhances our
understanding of storage technologies and prepares us to make informed decisions when
assembling or upgrading a computer system.
2
Theory/Background:
Understanding the underlying technology of storage devices is essential for both computer
science students and professionals in IT support or system assembly.
• HDD Installation:
o Typically mounted in 3.5-inch bays using screws or tool-less brackets.
o Connected to the motherboard via a SATA data cable and powered through a 15-
pin SATA power connector from the PSU.
o Must be properly aligned and screwed in to avoid vibrations which can affect
longevity.
• SSD Installation:
o SATA SSDs use the same process as SATA HDDs but are mounted in 2.5-inch
bays or via adapters in desktop towers.
o NVMe SSDs are installed in the M.2 slot on the motherboard. These must be
carefully aligned with the notch, inserted at an angle, and secured using a small
screw.
o BIOS configuration may be required to ensure drives are operating in AHCI (for
SATA) or NVMe mode.
C. Specification Analysis:
Understanding storage specifications is vital for performance evaluation and upgrade decisions:
4
• HDD Specifications:
o RPM (Revolutions Per Minute): Determines how fast platters spin; higher RPM
equals faster data access.
o Cache Buffer Size: Temporary storage that helps in smoothing data flow between
the drive and the computer (e.g., 64MB or 128MB).
o Sustained Transfer Speed: Average data transfer rate (e.g., 120MB/s for a 7200
RPM drive).
• SSD Specifications:
o Sequential Read/Write Speed: Speeds when reading or writing large files (e.g.,
3200 MB/s read for NVMe SSD).
o Random Read/Write IOPS: Determines speed for accessing many small files,
crucial for system responsiveness.
o TBW (Terabytes Written): Indicates endurance — how much data can be written
over the drive’s lifetime.
o Form Factor: 2.5-inch, M.2 2280, etc., which must match motherboard and case
compatibility.
Procedure/Methodology:
Step 5: Troubleshooting
SATA HDD 1TB, 7200 RPM, 64MB Cache, 120 MB/s Read CrystalDiskInfo
NVMe SSD 500GB, 3200 MB/s Read, 3000 MB/s Write CrystalDiskInfo
Observations:
Analysis:
Conclusion:
Using diagnostic tools like CrystalDiskInfo and CPU-Z, we analyzed key specifications such as
read/write speeds, drive health, and capacity. The results clearly showed that SSDs, especially
NVMe types, offer significantly faster performance than traditional HDDs, leading to faster
boot times and improved system responsiveness.
We also practiced basic troubleshooting techniques for common hardware issues, such as non-
detection in BIOS or loose connections. These are essential skills for maintaining and upgrading
computer systems.
7
Overall, this lab deepened our understanding of modern storage technologies and their practical
impact on system performance, which is crucial knowledge for any computer hardware or IT
professional.
References:
Appendix:
• Screenshot of SATA HDD read speed, cache size, and health status
• Screenshot of NVMe SSD read/write speeds and temperature