A Reasonable Question
After Reading 1, a reasonable student might ask: SSDs are faster, more durable, and have no moving parts. So why does anyone still buy hard drives? And why do schools still have DVDs sitting in a cabinet?
These are exactly the right questions, and they lead to one of the most important ideas in understanding technology: "better" is not a property of a technology in isolation — it is always relative to a specific context, need, and set of constraints.
Each of the three storage classes is genuinely the best answer in certain situations. That is why all three still exist. Markets are efficient enough that a technology does not survive purely out of nostalgia — it survives because it keeps winning in the scenarios where it wins.
When HDDs Are Still the Right Answer
The single most important advantage HDDs retain is cost per gigabyte. As of today, a 4TB HDD costs roughly a quarter of what a 4TB SSD costs. At very large scales — hundreds of terabytes or more — that difference becomes enormous.
Consider a streaming service storing millions of movies, or a hospital keeping decades of patient imaging files, or a university archiving years of research data. These organizations measure storage in petabytes. At petabyte scale, the cost difference between HDDs and SSDs is not a minor budget line — it is the difference between a project that is feasible and one that is not.
For data that is stored and accessed only occasionally — true archival data — the speed disadvantage of HDDs barely matters. Nobody cares if retrieving a ten-year-old record takes two extra seconds. They care about the total storage budget for the next decade.
A counterintuitive truth: Even though SSDs have no moving parts and seem more reliable, HDDs often give more warning before they fail. Mechanical degradation tends to show gradual symptoms — unusual sounds, increasing errors — that monitoring software can detect. SSD failure from cell exhaustion can be more sudden. For archival storage with careful monitoring, a well-managed HDD can be a predictable, cost-effective choice.
HDDs win when: the priority is storing large amounts of data at the lowest possible cost per gigabyte, and access speed is not critical.
When Optical Storage Is Still the Right Answer
Optical media seems the most antiquated of the three, but it has properties that neither HDDs nor SSDs can match in certain situations.
Physical Immutability
A pressed Blu-ray disc — the kind manufactured in a factory, not burned at home — cannot be modified after it is made. The data is physically stamped into the disc surface. This makes it immune to ransomware, accidental overwrites, and software corruption. For distributing a fixed set of content that must arrive exactly as intended — a software release, a curriculum resource, a legal record — optical media provides a guarantee that no network-connected storage can offer.
No Power, No Network Required
A DVD or Blu-ray disc requires nothing to hold its data — no power, no battery, no network connection. It can sit on a shelf for decades and still be readable. In communities with unreliable internet access, distributing educational materials on disc is not a throwback — it is a practical solution. Globally, optical media remains an important distribution mechanism precisely because it works without infrastructure.
Longevity Under the Right Conditions
Professionally manufactured optical discs stored in a cool, dry, dark environment have projected lifespans measured in decades. Some archival and government institutions specifically choose Blu-ray for long-term preservation because the physics of the medium are well understood and the failure modes are visible (scratches, disc rot) rather than invisible (electrical cell degradation).
Optical storage wins when: the priority is distributing fixed content reliably and inexpensively, preserving data without network or power dependency, or ensuring data cannot be accidentally or maliciously modified.
When Flash Storage Is the Right Answer
Flash storage wins most of the scenarios that matter for everyday computing. Speed, durability against physical shock, silent operation, compact size, and energy efficiency all favor flash. This is why virtually every consumer laptop, smartphone, and tablet sold today uses an SSD or flash memory as its primary storage.
But flash storage is not without limits. The write endurance issue from Reading 1 matters in specific high-write contexts. A surveillance system recording continuously to a consumer-grade SSD may wear it out in a year or two. An enterprise database server doing thousands of writes per second needs storage rated for that workload, and the cost of enterprise-grade SSDs reflects that. In these scenarios, the engineering team has to think carefully about write endurance, not just speed.
Flash storage wins when: the priority is speed, portability, physical durability, or energy efficiency, and cost per gigabyte is not the dominant constraint.
The Bigger Idea: Technology Decisions Are Always Contextual
The persistence of all three storage classes is a useful example of something that comes up repeatedly in computer science: no single solution is best in all contexts. Technology decisions involve tradeoffs, and different tradeoffs matter in different situations.
This is worth making explicit with students at any grade level. When a student asks "why do we still have DVDs?" or "why doesn't everyone just use SSDs?", the honest answer is not "because change is slow" or "because people don't know better." The honest answer is that each technology keeps winning in specific contexts, and will continue to exist as long as those contexts exist.
A technology does not survive in the marketplace out of inertia. It survives because it remains the best answer to a specific question — and different questions have different best answers.
As a CS teacher, this framing gives you a more honest and more interesting way to discuss technology choices with students than a simple "new is better" narrative. It also prepares them to think critically about future technologies: the question to ask is never just "is this faster?" but "faster at what cost, for what purpose, under what conditions?"
Connecting This to Your Classroom
You will encounter all three storage types in a school setting, often in the same building:
- The server room archiving years of student records may use HDDs because storage cost at that scale matters more than access speed.
- The classroom Chromebooks and student laptops almost certainly use SSDs because startup speed, durability against drops, and battery life all favor flash.
- The media cabinet with curriculum DVDs or software discs reflects a distribution decision — content was fixed, copies were cheap, and no network was required to share them.
None of these is a mistake. Each reflects a decision made in a specific context with specific priorities. Understanding those decisions — and being able to explain them — is part of what it means to be a knowledgeable CS educator.