metrika

CD-ROM in Computer: What It Is, How It Works, Storage Capacity & Uses

A CD-ROM is a read-only optical disc that stores up to about 700 MB of computer data, plus the optical drive that reads it. The name stands for Compact Disc Read-Only Memory, and the format was introduced by Philips and Sony in the mid-1980s as a way to distribute software, reference works, and other digital content on the same physical medium used by the audio compact disc. Data is pressed into the disc once during manufacturing and cannot be altered afterward, which is what "read-only" means.

What Is a CD-ROM in a Computer?

A CD-ROM in a computer is an optical storage medium that holds pre-recorded digital data the system can read but not change. The disc itself is a 120 mm (or smaller 80 mm) polycarbonate platter, while the CD-ROM drive is the hardware that spins it and reads it with a laser. In everyday speech, "CD-ROM" refers to both the disc and the drive, though strictly the disc is the medium and the drive is the reader. The format was standardised so that a CD-ROM pressed by one manufacturer could be read in any compliant drive, which made it ideal for mass software distribution.

CD-ROM Definition and Acronym

CD-ROM stands for Compact Disc Read-Only Memory. The "read-only" part is the defining characteristic: the data is permanently stamped into the disc at the factory and cannot be erased or rewritten by an ordinary drive. This contrasts with writable formats such as CD-R (recordable once) and CD-RW (rewritable). Because the content is fixed, a CD-ROM behaves like a published book rather than a notebook — it is meant to deliver finished software, games, encyclopedias, or archives to large numbers of users reliably and identically.

CD vs CD-ROM: What's the Difference?

The difference between a CD and a CD-ROM is the type of data each carries and how it is formatted. A standard audio CD (Compact Disc Digital Audio) stores sound encoded as PCM (Pulse-Code Modulation) and is read by music players track by track. A CD-ROM uses the same physical disc but stores computer files — programs, documents, images — organised by a file system the computer understands. The two share identical physical structure and reading technology, so they look the same, but an audio CD player cannot interpret CD-ROM data, and the formatting rules that separate them are defined by the Yellow Book standard described below.

History and Development of CD-ROM

CD-ROM technology grew directly out of earlier optical disc research and the audio compact disc. The conceptual groundwork was laid by inventor James Russell, who in the late 1960s pioneered the idea of recording and reading information optically with a focused light beam rather than a physical stylus. In parallel, David Paul Gregg developed and patented an optical disc format whose patents later influenced LaserDisc, the large analog video format commercialised by MCA and Philips.

The leap from LaserDisc to the compact disc came when Philips and Sony collaborated in the late 1970s and early 1980s to define a small, digital audio disc. Sony engineers Toshi Doi and Kees Schouhamer Immink contributed key work on the error correction and channel coding that make reliable digital playback possible. Once the audio CD succeeded, the same medium was adapted to hold arbitrary computer data, and in 1985 Philips and Sony published the Yellow Book specification that formally created the CD-ROM. Through the late 1980s and 1990s, CD-ROM drives became standard equipment in personal computers from makers such as IBM, Apple, and the broader PC industry, and the format dominated software and game distribution until DVDs and downloads displaced it.

The Yellow Book Standard and ISO 9660

The Yellow Book is the technical standard, published by Philips and Sony in 1985, that defines how computer data is laid out on a CD-ROM. It specifies the sector structure and the error-detection and error-correction layers that protect data integrity, but it does not by itself define how files and directories are named. That gap was filled by ISO 9660, an international file system standard ensuring a disc written on one operating system can be read on another. Apple systems also supported HFS-based discs and hybrid layouts so a single CD-ROM could serve multiple platforms. Together, the Yellow Book and ISO 9660 are what allow a CD-ROM to be universally readable.

Physical Structure of a CD-ROM

A CD-ROM is built from a stack of thin layers, with a transparent polycarbonate base making up almost all of its 1.2 mm thickness. The carrier of information is a relief substrate made of polycarbonate, 120 mm or 80 mm in diameter, on which a thin layer of light-reflecting metal — usually aluminium, sometimes gold — is applied. A protective lacquer coating seals the metal layer, and the printed label sits on top. The data sits just beneath the reflective layer, which is why the readable surface is the clear underside that faces the laser, not the printed top.

What is CD-ROM

Polycarbonate Substrate and Reflective Layer

The polycarbonate substrate is the clear plastic body of the disc and forms its mechanical foundation. During manufacturing the surface relief — the data pattern — is molded into this polycarbonate, then coated with a microscopically thin metallic film that reflects the reading laser. Aluminium is the standard reflective material because it is cheap and highly reflective; gold is occasionally used in archival-grade discs for its superior resistance to corrosion. A final layer of varnish protects the delicate metal from oxidation and scratches from the label side.

Pits and Lands: How Data Is Encoded

Data on a CD-ROM is encoded as a pattern of microscopic pits and the flat areas between them, called lands. When the master disc is made, a laser beam burns the smallest indentations — pits — into the matrix, leaving the untouched reflective metal surfaces as lands. During reading, the laser reflects off pits and lands differently: light scatters or is effectively absorbed at a pit and reflects cleanly off a land. The transitions between pits and lands, rather than the pits themselves, represent the binary stream of zeros and ones that is the essence of all computer information.

Spiral Track Structure and Disc Areas

The data on a CD-ROM is written along a single continuous spiral track running from the centre outward to the edge. This track is just 0.4 µm wide, with a pitch (the gap between adjacent turns of the spiral) of 1.6 µm, and if unwound it would stretch several kilometres. Reading begins at the inner radius and moves outward, the opposite of a vinyl record. The surface of the disc is divided into three concentric ring-shaped areas arranged from the centre to the edge, each with a distinct role described below.

Lead-In, Program, and Lead-Out Areas

The Lead-In area sits closest to the centre and is read first when a computer initialises the disc. It contains the disc title, the Table of Contents, a table of addresses for all records, the disc label, and other service information that tells the drive how the data is organised. The middle Program area holds the bulk of the disc's content and occupies most of its surface. The Lead-Out area at the outer edge marks the end of the recorded data, signalling to the drive that there is nothing more to read.

CD-ROM Sector Structure and Modes

CD-ROM data is organised into sectors of 2,352 bytes each, and the Yellow Book defines two main modes for using that space. In Mode 1, used for most software and data discs, each sector reserves 2,048 bytes for user data and the remainder for extra error detection and correction, prioritising integrity. Mode 2 makes 2,336 bytes available for data with lighter error protection, suited to content such as audio or video where a rare flipped bit is tolerable. The CD-ROM/XA extension refined Mode 2 into forms that interleave audio, video, and data so they can be read together, underpinning later multimedia and Enhanced CD formats.

How a CD-ROM Drive Works

A CD-ROM drive works by spinning the disc and reading its pit-and-land pattern with a laser whose reflection is converted into a digital signal. The optical drive positions a focused beam over the spiral track, detects how the light reflects back, and decodes the result into binary data the computer can use. Because the disc is read optically and nothing physically touches the recorded surface, there is no mechanical wear on the data itself during reading.

Main Components of a CD-ROM Drive

A CD-ROM drive is built from a few core components working together:

  • an electric motor that spins the disc at a controlled speed;
  • an optical system consisting of a laser emitter, optical lenses, a prism, and sensors, designed to read information from the surface of the CD-ROM;
  • microprocessors that control the drive mechanics, steer the optical system, and decode the read information into binary code.

The Reading Process Step by Step

The reading process turns reflected light into computer data through a precise sequence:

  1. The electric motor spins the compact disc, adjusting speed depending on which part of the spiral is being read.
  2. The laser emitter projects a beam that the drive's optical system positions over the desired area of the track.
  3. The beam reflects from the disc surface — strongly off lands, weakly off pits — and passes through a prism to a dedicated sensor.
  4. The sensor converts the varying light into an electrical signal.
  5. A microprocessor processes that signal, applies error correction, and decodes it into the binary stream the computer reads.

The error-correction stage is essential: the Yellow Book's layered scheme, built on the channel coding work of Sony engineers, can reconstruct data even when a scratch or dust speck corrupts part of the stream, which is why a lightly damaged CD-ROM often still reads perfectly.

How CD-ROMs Are Manufactured

CD-ROMs are mass-produced by stamping copies from a master disc rather than burning each one individually. First, a laser cuts the data pattern of pits into a glass master, creating the matrix. That master is then used to electroform a metal stamper, which is mounted in an injection-molding machine. Molten polycarbonate is pressed against the stamper so the pit pattern is replicated into each blank disc in a fraction of a second. Each molded copy is then metallised with a reflective layer and sealed with a protective lacquer before the label is printed on top.

This stamping process is what makes CD-ROMs cheap at scale but inflexible: because the data is physically pressed in, a pressed CD-ROM cannot be modified, and producing even one disc economically requires the expensive master and stamper tooling. For small runs and personal use, recordable CD-R discs burned in a drive are used instead, since they do not need a master. Commercial replication houses such as Rush Media Print and Rush Media Print's peers handle the volume pressing that consumer burners cannot match.

CD-ROM Specifications and Characteristics

CD-ROMs are defined by a consistent set of physical and performance specifications standardised across the industry. A standard disc is 120 mm in diameter and 1.2 mm thick, stores roughly 650–700 MB of data, and is read by drives rated at multiples of a baseline speed. The table below summarises the key measurements.

SpecificationTypical value
Diameter120 mm (also 80 mm mini-CD)
Thickness1.2 mm
Capacity (120 mm)650–700 MB
Capacity (80 mm)180–210 MB
Track width0.4 µm
Track pitch1.6 µm
1x data rate150 KB/s

CD-ROM Storage Capacity

A 120 mm CD-ROM holds 650 to 700 MB of data, while the smaller 80 mm disc holds about 180 to 210 MB. In practical terms, a full-size disc fits roughly 74 minutes of CD-quality audio, or up to about two hours of TV-quality video in a compressed format such as MPEG-4. That capacity, enormous compared to the floppy disks it replaced, is what let a single CD-ROM carry an entire software suite, game, or multimedia encyclopedia that would have needed dozens of floppies.

Data Transfer Rate Explained

Data Transfer Rate is the maximum speed at which a CD-ROM drive moves data read from the disc into the computer's memory. Because the spiral runs from the inside out, the rate increases from the start sectors to the end sectors: the inner-ring speed is the Inside Data Transfer Rate and the outer-ring speed is the Outside Data Transfer Rate, and the higher Outside figure is the one quoted on a drive's spec sheet. The baseline 1x rate of 150 KB/s is derived from the speed needed for audio playback.

CD-ROM Speed Classification (1x to 52x)

CD-ROM drive speeds are expressed as multiples of the original 1x audio rate of 150 KB/s. A 52x drive, for example, reads data up to 52 times faster than that baseline: multiplying 52 by 150 KB/s gives a peak transfer rate of about 7,800 KB/s. Drives evolved through 2x, 4x, 8x and on up to 52x over the 1990s, with each step shortening installation and load times. The advertised number reflects the maximum (outer-edge) speed under ideal conditions, so real-world throughput across a whole disc is usually lower.

Constant Linear Velocity (CLV) and Rotation Speeds

Constant Linear Velocity (CLV) is the principle by which early CD-ROM drives kept the data passing under the laser at a steady rate regardless of which part of the disc was being read. Because the outer turns of the spiral are longer than the inner ones, the drive spins the disc faster when reading near the centre and slower near the edge so that the linear speed of the track stays constant. At 1x, this ranges roughly from about 500 rpm at the inner radius down to around 200 rpm at the outer edge. Faster drives later adopted Constant Angular Velocity, holding rotation steady and letting the data rate vary, because spinning a disc at a fixed high CLV across the whole surface became mechanically impractical.

CD-ROM Interfaces (IDE/E-IDE and SCSI)

A CD-ROM drive connects to a computer through a standard hardware interface, most commonly IDE/E-IDE or SCSI. The IDE (and its enhanced E-IDE) connector was the typical choice in mainstream desktop PCs because it was inexpensive and built into most motherboards. SCSI (Small Computer System Interface) was used in higher-end workstations and servers, offering better performance with multiple devices on one bus. Either interface carries the decoded data stream from the drive's microprocessor into the computer.

CD-ROM vs Other Optical Disc Formats

CD-ROM is the oldest member of a family of optical discs that share the same basic pit-and-land design but differ in capacity and capability. Understanding where CD-ROM sits relative to writable CDs, DVDs, and Blu-ray Discs clarifies why it was eventually superseded for most uses while remaining important for compatibility and archiving.

CD-ROM vs DVD

The main difference between a CD-ROM and a DVD is capacity: a CD-ROM holds about 700 MB, while a single-layer DVD holds 4.7 GB — roughly seven times more — and dual-layer DVDs hold around 8.5 GB. DVDs achieve this with smaller pits, a tighter track pitch, and a shorter-wavelength laser, all within the same 120 mm disc size. This capacity jump is precisely why DVDs replaced CD-ROMs for large software, full-length video, and games during the late 1990s and 2000s. Blu-ray Discs later pushed capacity further still, to 25 GB and beyond, using a blue-violet laser; collectively DVDs and Blu-rays mark the evolution of the optical disc from CD-ROM toward higher density.

CD-ROM vs CD-R and CD-RW

CD-ROM, CD-R, and CD-RW are three types of compact disc that differ in whether and how often they can be written. A CD-ROM is pressed once at the factory and is permanently read-only. A CD-R (CD-Recordable) is blank when sold and can be written once by a burner, after which it behaves like a read-only disc. A CD-RW (CD-ReWritable) uses a phase-change recording layer that can be erased and rewritten many times. The key differences:

  • CD-ROM — factory-pressed, cannot be written by users, best for mass distribution.
  • CD-R — user-writable once, ideal for permanent backups and one-off copies.
  • CD-RW — user-writable and erasable repeatedly, useful for reusable storage.

An Enhanced CD blurs these lines by combining audio tracks readable in a music player with a data session readable as a CD-ROM on a computer, a hybrid format that often used services like the Gracenote Database to identify discs and display track information.

Comparison with Modern Storage Technologies

Compared with modern storage, CD-ROMs are slow, low-capacity, and largely obsolete for everyday use. USB drives, solid state drives, and cloud storage have replaced optical discs for most data transfer and backup tasks because they offer far greater capacity, faster speeds, and rewritability. Cloud computing services such as Microsoft OneDrive and Google's storage platforms let users distribute and access files instantly over the internet, eliminating the need to ship physical media at all. Where a CD-ROM tops out near 700 MB, a single inexpensive USB drive now holds tens of gigabytes, and cloud storage scales effectively without limit, which is why software that once arrived on disc is now downloaded.

Applications and Uses of CD-ROMs

CD-ROMs were used wherever large amounts of fixed digital content needed to reach many users cheaply and reliably. Their read-only nature, generous capacity, and low per-unit pressing cost made them the dominant distribution medium for software and reference material for nearly two decades, and they still serve niche archival and legacy roles today.

Software Distribution and Gaming

Software distribution was the original and most important use of the CD-ROM. Operating systems, office suites, and applications from companies like Microsoft shipped on CD-ROM because a single disc replaced stacks of floppies and could not be accidentally overwritten. Gaming was transformed too: the capacity allowed full-motion video, recorded music, and voice acting that floppies could never hold, and dedicated CD-based consoles such as the TurboGrafx-CD brought optical games into the living room. The advantage for software distribution was that every copy was identical, tamper-resistant, and cheap to mass-produce.

Commercial and Industry Applications

Beyond consumer software, CD-ROMs found wide commercial and industrial use for reference and archival data. Encyclopedias, dictionaries, legal and medical databases, technical manuals, clip-art libraries, and marketing catalogues were all published on CD-ROM because their content was large, fixed, and best delivered identically to every recipient. Many industries still rely on CD-ROMs for long-term data archival, since a pressed disc stored properly preserves an unchangeable record. Audio-equipment makers including Denon and Panasonic helped popularise the underlying compact disc playback technology that these data applications built upon.

Advantages of CD-ROM Technology

CD-ROM technology offers several advantages that made it the standard distribution medium for years:

  • Low cost at scale — once the master is made, each pressed disc is extremely cheap to produce.
  • Data integrity — because discs are read-only, content cannot be accidentally altered or infected after pressing.
  • Universal compatibility — ISO 9660 and the Yellow Book ensure a disc reads in virtually any compliant drive.
  • Generous capacity for its era — 700 MB replaced hundreds of floppy disks.
  • No power needed for storage — a disc retains its data on a shelf for years without electricity.
  • Durability — the data is sealed inside the disc and unaffected by magnets.

These same strengths explain the format's main disadvantages: being read-only means users cannot add or update data, the 700 MB capacity is tiny by modern standards, transfer speeds are slow compared with flash storage, and a drive plus physical media is required — limitations that ultimately drove the shift to DVDs, USB drives, and downloads.

CD-ROM Durability and Lifespan

A well-made, properly stored CD-ROM can remain readable for decades, but its lifespan depends heavily on disc quality and handling. Pressed CD-ROMs are generally more durable than burned CD-R discs because their data is molded into the polycarbonate rather than recorded in a dye layer that can fade. The main threats are physical damage to the readable surface, delamination, and corrosion of the aluminium reflective layer if the protective lacquer is breached. Scratches on the clear underside can often be polished out because the data layer sits beneath the surface, whereas damage to the label side, which is closer to the metal, is frequently fatal. Stored away from heat, humidity, and direct light, a quality CD-ROM commonly retains its data well beyond 20 years, and gold-layer archival discs are designed to last longer still.

CD-ROM Compatibility Across Devices

CD-ROMs are broadly compatible across devices thanks to standardised formats, but reading them requires an optical drive that fewer modern machines include. Any drive capable of reading CD-ROMs — including most DVD and Blu-ray drives, which are backward-compatible — can read a standard ISO 9660 disc regardless of the computer's brand or operating system. The practical barrier today is hardware: many laptops and compact desktops ship without any optical drive, so reading a CD-ROM often means attaching an external USB optical drive. Hybrid discs that included both ISO 9660 and HFS layouts could be read natively on both Windows-style PCs and Apple computers, which is why a single retail CD-ROM could serve multiple platforms.

Modern Use Cases and Legacy Status

CD-ROMs are largely obsolete for mainstream use but remain valuable for archiving, retro gaming, and media preservation. The transition to DVDs, then to USB drives, solid state drives, and cloud storage, removed the format from everyday software distribution by the 2010s, as fast internet downloads made shipping physical discs unnecessary. Where CD-ROMs persist is in long-term archival, where their unchangeable nature is an asset, and in preserving vintage software and games — enthusiasts and archivists rip original discs to keep aging titles playable on emulators. For anyone working with the files these discs hold, it helps to understand the underlying concept of software they were built to deliver. As a piece of computing history, the CD-ROM marks the moment optical storage made large-scale digital distribution practical, paving the way for every higher-capacity format that followed.

Frequently Asked Questions

What is a CD-ROM?
A CD-ROM is a device for reading data recorded on an optical compact disc. The disc stores information as a spiral track of pits and lands on a polycarbonate substrate coated with a reflective metal layer, read by a laser beam.
How does a CD-ROM work?
A laser beam shines onto the spinning disc's spiral track. Pits absorb the beam (reading as 'zero') while reflective lands bounce it back (reading as 'one'). Sensors convert these reflections into binary data the computer interprets as files and programs.
What does CD-ROM stand for?
CD-ROM stands for Compact Disc Read-Only Memory. It is an optical storage medium that can be read but, in its standard form, not written to by the user.
What is a CD-ROM made of?
A CD-ROM is made from a polycarbonate substrate (120 or 80 mm) coated with a thin reflective metal layer of aluminum or sometimes gold, then sealed with a protective lacquer. Data is stamped as microscopic pits and lands.
What is a CD-ROM used for?
A CD-ROM is used to store and distribute software, games, music, multimedia, and reference data. Because it is read-only, it is ideal for permanent archives and mass-produced content that does not need editing.
What are the main components of a CD-ROM drive?
A CD-ROM drive includes an electric motor to spin the disc, an optical system with a laser emitter, lenses, and sensors to read data, plus a microprocessor and control electronics that decode the signals into usable information.

Share this article