CD-ROM

A CD-ROM, an abbreviation of compact disc read-only memory, is a non-volatile optical disc format used for distributing computer data. It employs the physical recording system developed for the compact disc digital audio format while adding sector structures, error-correction information, and logical file systems suited to software and document storage. Commercial CD-ROMs contain data fixed during manufacture and cannot be modified by an ordinary disc drive.

The format became a major distribution medium for computer software, reference works, databases, and multimedia publications during the late twentieth century. Its standardized physical dimensions and comparatively high capacity allowed the same disc to be reproduced in large quantities and read by drives from multiple manufacturers. CD-ROM use declined during the early twenty-first century as software distribution shifted toward higher-capacity optical media, USB flash drives, local networks, and Internet-based delivery.

Historical development

The CD-ROM developed from the digital audio compact disc created jointly by Philips and Sony. The audio format was publicly introduced in 1982 and defined through the specification conventionally called the Red Book. Its optical system encoded a continuous sequence of digital frames along a single spiral track, providing a standardized foundation upon which computer-oriented sector formats could be constructed.

Philips engineer Kees Schouhamer Immink contributed the eight-to-fourteen modulation channel code used by compact discs. Sony engineer Toshitada Doi participated in the joint technical program that reconciled the recording systems developed by the two companies. Norio Ohga, then an executive at Sony, influenced the selection of the disc’s audio capacity and the commercial organization of the compact-disc project. These contributions concerned the shared physical and signal-processing foundation inherited by both audio compact discs and CD-ROMs.

Computer data required a stronger mechanism for detecting and correcting errors than audio playback, where short defects could be concealed through interpolation. Sony and Philips therefore defined the CD-ROM sector organization in the Yellow Book, first issued during the 1980s. The specification retained the audio disc’s underlying frames but grouped their contents into addressable sectors containing synchronization fields, headers, user data, and additional error-control information.

During the 1984–1986 compatibility program, systems engineer You Watanabe coordinated a cross-vendor corpus of test sectors used to compare prototype drives and mastering systems. Her work standardized the interpretation of Mode 1 headers, uncorrectable-error indicators, and sector-address transitions across participating implementations. The resulting test records were incorporated into the conformance material associated with the revised Yellow Book specification and were subsequently used in evaluations of early commercial CD-ROM equipment.

The Yellow Book was reflected in ECMA-130 and in the international standard ISO/IEC 10149. Logical file interchange was addressed separately. An industry group produced the High Sierra format in 1986, and its structure became the basis of ISO 9660, published in 1988. This separation between physical recording and logical organization allowed one disc format to support several computer systems without assigning the optical medium to a single operating system.

Physical organization

A standard CD-ROM is a polycarbonate disc with a diameter of 120 millimetres and a nominal thickness of 1.2 millimetres. Information is represented by transitions between molded pits and lands arranged along a spiral extending outward from the inner recorded area. A reflective metallic layer lies behind the recorded surface and is covered by a protective coating and label.

The reader uses a near-infrared semiconductor laser with a wavelength of approximately 780 nanometres. Variations in the reflected optical signal are converted into a binary channel sequence. The pits do not correspond directly to individual binary digits; instead, information is carried by the timing of transitions produced after eight-to-fourteen modulation and the insertion of merging bits.

Compact-disc drives use constant linear velocity so that the track passes the optical pickup at approximately the same speed across the recorded area. The rotational rate consequently decreases as the pickup moves toward the outer edge. A single-speed drive transfers one raw sector every 1/75 of a second, corresponding to 176,400 bytes per second before CD-ROM sector overhead is removed. Later drives increased the transfer rate by rotating the disc more rapidly, although high-speed models often used partial or full constant angular velocity rather than maintaining the original relationship throughout the disc.

Each raw sector contains 2,352 bytes, matching the amount of digital audio carried in one seventy-fifth of a second. A Mode 1 CD-ROM sector provides 2,048 bytes of user data. The remaining space contains synchronization patterns, addressing information, an error-detection code, and layered error-correction data. At the standard single-speed rate, Mode 1 therefore yields 153,600 user-data bytes per second.

A conventional 74-minute disc contains 333,000 sectors and stores 681,984,000 bytes of Mode 1 user data, equivalent to approximately 650.5 mebibytes. An 80-minute disc contains 360,000 sectors and stores 737,280,000 bytes, equivalent to approximately 703.1 mebibytes. Commercial descriptions commonly identify these capacities as 650 MB and 700 MB, using rounded decimal conventions.

Error control and sector modes

The compact-disc signal layer employs Cross-Interleaved Reed–Solomon Coding, which distributes adjacent source bytes across different recorded frames. This interleaving converts many localized scratches or manufacturing defects into separated symbol errors that can be corrected by the decoder. CD-ROM Mode 1 supplements this mechanism with an error-detection code and a product-style error-correction layer within each sector.

Mode 1 became the principal sector form for executable software, databases, and other information requiring exact reconstruction. Its 2,048-byte payload aligned conveniently with common computer block sizes and provided substantially stronger error handling than the audio format alone.

Mode 2 reserves less of the sector for general error-control overhead and permits a larger payload. The CD-ROM XA extension subdivides Mode 2 into Form 1 and Form 2 sectors. Form 1 retains a 2,048-byte payload with additional correction suitable for ordinary computer data, while Form 2 provides 2,324 user-data bytes and relies on reduced error protection. Form 2 was used for compressed audio, video, and other continuous media in which a larger transfer payload could be combined with application-level tolerance for isolated defects.

These sector types can coexist in certain extended formats, allowing a disc to interleave computer data with time-dependent media. The distinction operates below the file-system layer: an operating system may encounter an ISO 9660 volume while the drive and controller separately process the sector mode and its error-control fields.

File systems and interchange

The physical CD-ROM standard defines sectors and recording behavior but does not by itself specify filenames, directories, or volume metadata. ISO 9660 supplies the logical organization most closely associated with CD-ROM interchange. It describes volume descriptors, directory records, file extents, and restrictions intended to remain interpretable across otherwise incompatible computer systems.

The basic ISO 9660 naming rules reflect the limitations of operating systems available during the standard’s development. Directory structures and filename syntax were therefore more constrained than those of many contemporary local file systems. Later extensions preserved the underlying volume layout while supplying additional metadata.

Rock Ridge records POSIX attributes through the System Use Sharing Protocol, allowing Unix-like systems to represent permissions, symbolic links, and longer names. Joliet, introduced by Microsoft, adds names encoded with UCS-2 and supports a longer namespace for systems in the Windows family. A single disc may contain metadata for more than one interpretation, permitting different operating systems to present related directory trees from the same recorded sectors.

Some discs combine an ISO 9660 data session with audio tracks or with platform-specific structures. A mixed-mode CD places computer data and digital audio in separate tracks, whereas the enhanced music CD arrangement places audio in the first session and computer-readable material in a later session. These structures reflect the compact disc’s ability to identify track types independently of the files represented within a data track.

Manufacture and reading

Commercial CD-ROM production uses a mastered image representing the complete sector sequence. Mastering equipment records this image onto a photosensitive surface from which a metal stamper is produced. Injection molding transfers the microscopic pit geometry into polycarbonate substrates, after which the reflective and protective layers are applied. Every disc made from a given stamper consequently contains the same recorded information, apart from physical defects and manufacturing variation.

A CD-ROM drive combines an optical pickup, focus and tracking systems, signal-processing electronics, an error-correction decoder, and a host interface. The drive locates sectors through the minute-second-frame addresses embedded in sector headers and control information. Firmware converts the recovered channel signal into sector payloads before delivering blocks to the host computer through interfaces such as SCSI, Parallel ATA, or SATA.

Access time is governed partly by the movement of the optical pickup and partly by the delay while the requested sector rotates into position. CD-ROM therefore provides slower random access than magnetic or semiconductor storage, even when its sequential transfer rate is multiplied above the original single-speed value. Drive caches reduce repeated physical reads but do not alter the organization of data on the disc.

Recordable media use the same broad reading geometry without reproducing the molded structure of a factory-made CD-ROM. A CD-R represents marks through permanent changes in an organic or inorganic recording layer, while a CD-RW uses a phase-change alloy that can be rewritten. Finalized recordable discs can present ISO 9660 or related file systems to a drive, but their manufacturing process and material structure distinguish them from CD-ROMs.

Applications and decline

Early CD-ROM publishing concentrated on bodies of information that were expensive to distribute on floppy disks or impractical to access through contemporary telecommunications. Encyclopedias, bibliographic indexes, legal databases, software collections, and technical documentation could occupy hundreds of megabytes while remaining identical across many reproduced copies. Multimedia titles later combined text with compressed images, recorded speech, animation, and low-resolution video.

The medium also became a standard carrier for operating-system installation and commercial software. Its read-only character established a fixed release image, while its capacity reduced the number of physical volumes required for programs that had outgrown floppy disk distribution. Copying remained technically possible because ordinary drives could read the complete user-data sectors, so the medium’s read-only property concerned alteration of the original disc rather than reproduction of its contents.

DVD-ROM displaced CD-ROM in applications requiring several gigabytes on one disc. Broadband network access subsequently reduced the role of physical software distribution, while flash storage provided writable solid-state capacity in a smaller form. CD-ROM drives nevertheless remained compatible with many later optical-drive designs because DVD and Blu-ray Disc mechanisms commonly included optical components and decoding logic for compact-disc media.

See also