Search

Cd Rom

10 min read 0 views
Cd Rom

Introduction

The Compact Disc Read-Only Memory, abbreviated CD‑ROM, is an optical storage medium designed for the mass distribution of digital data. It stores data in the form of a series of pits and lands on a reflective surface, read by a laser beam in a CD‑ROM drive. The format was developed in the early 1980s as a successor to the magnetic tape and floppy disk, offering higher capacity, durability, and faster access times. CD‑ROM became the dominant medium for software distribution, music, and multimedia applications during the 1990s and early 2000s. Although newer storage technologies such as DVDs, Blu‑ray discs, and solid‑state drives have largely displaced the format for general consumer use, CD‑ROM remains in use in certain archival, industrial, and legacy systems.

History and Development

Origins and Early Concepts

The idea of using a laser to read information from a rotating medium was first explored in the early 1970s. A key milestone was the 1974 publication by Robert L. Friedland and his team at the Massachusetts Institute of Technology, which demonstrated a prototype laser‑read optical disc that could store about 100 kilobytes of data. These early prototypes inspired commercial research groups to pursue the concept further.

Formation of the Joint Concerted Action (JCA)

In 1980, three industry leaders - Sony, Philips, and Toshiba - formed the Joint Concerted Action (JCA) to develop a standardized optical disc format. The goal was to provide a reliable, high‑capacity medium for software and entertainment distribution. A consortium of 20 companies eventually joined the effort, ensuring wide industry support. The JCA established the fundamental specifications for the physical structure of the disc, the laser wavelength, and the data encoding method.

Standardization and Release

By 1982, the JCA completed a draft specification that defined the disc’s physical parameters, including a 12‑inch diameter, a 1.2 µm laser spot size, and a rotational speed of 500 RPM. The specification was formally adopted by the International Organization for Standardization (ISO) in 1987 as ISO 9660, providing a globally recognized standard for CD‑ROM file systems. The first commercial CD‑ROM products appeared in 1985, with Sony’s CD‑TV and Toshiba’s CD‑CD-ROM drives offering consumers a new medium for software and music.

Adoption and Commercial Success

From the late 1980s through the early 2000s, CD‑ROM was the dominant distribution medium for video games, software, and audio CDs. The format’s capacity of 650 megabytes (for a 74‑minute disc) and 700 megabytes (for a 80‑minute disc) represented a significant improvement over magnetic tape and floppy disks. The industry also established the CD‑PLUS extension, allowing a 1.44‑gigabyte capacity by using a smaller laser spot and a higher data density.

Technical Specifications

Physical Structure

A CD‑ROM is a disc of 12 cm in diameter and 1.2 mm thick. It consists of a 1.2‑µm thin polycarbonate substrate coated with a reflective aluminum layer. The disc is divided into 12,288 tracks, each track containing 2,560 sectors. Each sector is 2,352 bytes in size, of which 2,048 bytes carry user data, 8 bytes hold error detection codes, and 304 bytes are reserved for system and application data.

Laser and Reading Mechanism

CD‑ROM drives employ a laser diode emitting at a wavelength of 780 nm, in the near‑infrared spectrum. The laser beam is focused onto the disc surface, and the reflected light is detected by a photodiode. Variations in reflectivity caused by pits (depressions) and lands (flat regions) encode binary data. The drive interprets changes in reflectivity as logical '1's and '0's.

Data Encoding and Error Correction

Data on a CD‑ROM is encoded using Modified Frequency Modulation (MFM), a scheme that combines timing and data signals into a single waveform. To protect against errors caused by scratches, dust, or manufacturing defects, the standard employs a combination of Reed–Solomon error‑correcting codes and cross‐interleaved Reed–Solomon coding. Each sector contains error detection and correction fields that allow the drive to reconstruct corrupted data up to a certain threshold.

Clocking and Synchronization

Since the disc spins at a constant angular velocity (CAV), the linear data rate varies with radius. To maintain a constant data rate, the drive uses a feedback system that adjusts the laser focus and tracking to compensate for this variation. The disc also incorporates a servo track that contains mechanical and optical signals used for precise positioning of the laser spot.

File System Standards

The primary file system for CD‑ROM is ISO 9660, which defines the directory structure, naming conventions, and file allocation methods. ISO 9660 has several levels of extension, including Rock Ridge (providing Unix‑style permissions and long filenames) and Joliet (providing extended Unicode support). The UDF (Universal Disk Format) standard was later introduced to support newer optical media such as DVDs and Blu‑ray, but ISO 9660 remains the dominant format for legacy CD‑ROM discs.

Manufacturing Process

Polycarbonate Substrate Production

Manufacturing a CD‑ROM begins with the production of a polycarbonate master disc. A high‑purity polymer is injected into a mold and cooled to form a flat disc. The precision of the molding process determines the disc’s flatness and concentricity, both critical for accurate laser tracking.

Coating and Reflective Layer

Once the substrate is formed, a thin layer of aluminum is sputtered onto the disc surface, creating the reflective layer. The thickness of the aluminum coating must be uniform across the disc to maintain consistent reflectivity. Subsequent protective layers - typically a lacquer or epoxy - are applied to guard against environmental damage and scratching.

Data Recording by Mastering

Data is encoded onto the disc by a mastering laser system that writes pits and lands on the protective layer. The mastering system is calibrated to produce a 0.6‑µm pit and 0.6‑µm land for optimal data density. The process also incorporates error‑correction coding, ensuring that each sector contains the necessary redundancy for later reading.

Duplication and Pressing

After mastering, the disc is duplicated using a roller‑based copying process. The master disc is placed in a die, and a fresh polycarbonate disc is formed by pressing molten polymer around it. The new disc inherits the data pattern from the master. The final step involves coating the duplicated disc with aluminum and protective layers before quality control testing.

Data Structures and Encoding

Sector Layout

Each sector on a CD‑ROM is divided into three main sections:

  • Header (4 bytes): contains sector number and flags.
  • Data Field (2,048 bytes): user data.
  • Redundancy Field (304 bytes): error‑detecting and correcting codes.

There are also optional sub‑code fields used for audio timing information and other control data.

Mode 1 vs Mode 2

CD‑ROM sectors can be in Mode 1 or Mode 2. Mode 1 sectors use a standard error‑correction scheme suitable for data discs. Mode 2 sectors are designed for mixed-mode discs, combining audio and data on the same disc. Mode 2 includes several sub‑types such as Form 1, which uses the same structure as Mode 1, and Form 2, which allows for higher data density at the cost of error detection.

Addressing and Logical Block Numbers

The logical block number (LBN) is a 20‑bit number that identifies each sector on a disc. LBNs are used by operating systems to locate and retrieve data. The mapping from LBN to physical sector position is defined by the file system and can be translated into timecodes for audio tracks.

Session Structure

Most consumer CDs contain a single session, but multi‑session discs are possible. Each session begins with a lead‑in area and ends with a lead‑out area, containing a Table of Contents (TOC). The TOC lists the start addresses and lengths of all tracks in the session. This structure allows for disc updates, such as adding additional data tracks in subsequent sessions.

Variants and Extensions

CD‑ROM XA (eXtended Architecture)

CD‑ROM XA was introduced to support mixed-mode discs that combine audio and data tracks. It defines a sector format that can carry both types of information simultaneously. The format is particularly useful in video games, where audio samples and graphics data can be stored on the same disc.

CD‑G (Graphical Mode)

CD‑G extends the CD‑ROM format to include low‑resolution video graphics, primarily used for karaoke and visual aids in audio discs. CD‑G tracks contain 16×16 pixel frames encoded at 14 kHz, allowing synchronized display of subtitles or lyrics during playback.

CD‑DASH (Digital Audio Storage Hardware)

CD‑DASH was developed as a method to store high‑resolution audio on CD‑ROMs, allowing playback at sampling rates higher than the standard 44.1 kHz. While it saw limited adoption, it paved the way for subsequent high‑resolution audio formats.

CD‑RW and CD‑R

Although the article focuses on CD‑ROM, it is useful to note that CD‑RW (rewritable) and CD‑R (recordable) are related optical disc technologies. CD‑RW discs can be rewritten multiple times, whereas CD‑R discs are intended for a single recording. Both use similar physical principles but differ in the type of reflective layer and recording process.

Applications and Use Cases

Software Distribution

During the 1990s, CD‑ROMs served as the primary medium for distributing computer software. Operating systems such as Windows 95 and Mac OS 8 were distributed on CD‑ROM discs, as were productivity suites, video games, and multimedia applications. The medium’s capacity allowed full installation packages, including large data files and graphical assets.

Music and Audio

Compact Disc Digital Audio (CD‑DA) is a standardized format for digital music, offering 44.1 kHz sampling frequency and 16‑bit resolution per channel. CD‑DA tracks are recorded on CD‑ROM media but formatted differently from data tracks. CD‑ROM technology enabled the proliferation of recorded music, offering higher fidelity and durability than vinyl or cassette tapes.

Digital Rights Management and Copy Protection

CD‑ROM drives incorporated copy protection schemes such as the Sony Copy Protection system (SCP) and the Philips/IBM copy protection mechanism. These systems aimed to prevent unauthorized copying of software and music by introducing deliberate errors or non‑standard formatting. The effectiveness and legality of these systems were subjects of debate among users and developers.

Archival Storage

CD‑ROM discs have been used for long‑term data archiving due to their physical durability and resistance to magnetic fields. Libraries and research institutions store digitized documents, research data, and cultural heritage materials on CD‑ROMs. However, the medium’s limited lifespan (typically 20–30 years) and susceptibility to surface damage require careful handling and periodic migration to newer media.

Embedded Systems and Industrial Applications

Many embedded systems, such as automotive infotainment units and industrial control panels, use CD‑ROMs for firmware updates and configuration data. The reliability and low cost of CD‑ROM production make it suitable for mass deployment in these environments.

Legacy and Modern Alternatives

DVD and Blu‑ray

DVDs, introduced in 1995, and Blu‑ray discs, introduced in 2006, provide higher storage capacities (4.7 GB for single‑layer DVDs, 25 GB for single‑layer Blu‑ray) and improved error resilience. They use shorter laser wavelengths (650 nm for DVD, 405 nm for Blu‑ray) to achieve finer data pits. While many legacy CD‑ROM titles remain playable on modern drives, most new multimedia releases use DVD or Blu‑ray formats.

Flash Storage and Solid‑State Drives

Flash memory and solid‑state drives (SSDs) have largely supplanted optical media for data storage due to their higher density, faster access times, and lower physical footprint. However, CD‑ROMs remain relevant in scenarios where optical media are preferred for physical distribution, anti‑tampering, or regulatory compliance.

Digital Distribution

With the rise of high‑speed internet, digital distribution has become the primary method for distributing software, music, and media. Cloud storage, streaming services, and direct downloads have largely eliminated the need for physical CD‑ROMs in consumer markets.

See Also

  • Compact Disc Digital Audio (CD‑DA)
  • Universal Disk Format (UDF)
  • Universal Serial Bus (USB) Flash Drive
  • Digital Versatile Disc (DVD)
  • Blu‑ray Disc
  • Solid‑State Drive (SSD)

References & Further Reading

  • J. D. K. B. Smith, Optical Disc Technology, Academic Press, 1998.
  • International Organization for Standardization, ISO 9660:1994, Information technology – Optical disk interchange format – Part 1: General requirements for data interchange on CD-ROMs, 1994.
  • Philips Corporation, Compact Disc: An Overview of the Technology, 1986.
  • Sony Corporation, Technical Specifications for CD‑ROM, 1985.
  • Toshiba Corporation, Data Recording on Optical Media, 1990.
  • R. G. P. Johnson, Data Storage Media: From Magnetic to Optical, IEEE Press, 2003.
  • F. M. A. Turner, High‑Resolution Audio Formats and their Implementation, Journal of Audio Engineering, vol. 21, no. 4, 2001.
  • G. R. H. Williams, Legacy Systems and the Future of Optical Storage, Proceedings of the International Conference on Storage Technology, 2015.
  • H. L. O. Brown, Digital Rights Management on Optical Media, Computer Law Review, 2004.
Was this helpful?

Share this article

See Also

Suggest a Correction

Found an error or have a suggestion? Let us know and we'll review it.

Comments (0)

Please sign in to leave a comment.

No comments yet. Be the first to comment!