AI

A **CD-R (Compact Disc-Recordable)** is a write-once, read-many (WORM) optical storage medium. While it looks like a simple piece of plastic, its functionality relies on a specific physical structure and chemical layers that interact with the laser assembly of a CD drive.
---
### 1. Physical Layer Composition
A CD-R consists of several distinct layers stacked vertically.
| Layer | Material | Function |
| :--- | :--- | :--- |
| **Polycarbonate Substrate** | Clear Plastic | The base that provides structural integrity and contains the pre-groove (spiral track). |
| **Dye Layer** | Organic Dye (Cyanine, Phthalocyanine) | The "recording" layer. It reacts to heat from the laser to store data. |
| **Reflective Layer** | Silver, Gold, or Aluminum | Reflects the laser beam back to the optical sensor during reading. |
| **Protective Layer** | Lacquer / UV Resin | Shields the reflective and dye layers from oxidation and scratches. |
| **Label Layer** | Ink/Screen print | The top surface where titles or graphics are printed. |
---
### 2. The Recording Mechanism (The "Burn")
The electronic process of writing data to a CD-R is known as **"burning."**
1. **Laser Modulation:** The CD writer's laser diode increases its power (from ~0.5mW to ~5mW).
2. **Chemical Change:** The high-intensity laser hits the **Organic Dye Layer**. The heat (approx. 200°C) causes the dye to chemically decompose or "melt."
3. **Creation of "Marks":** These burnt areas become less reflective and opaque. They mimic the "pits" found on a standard pressed CD, while the unburnt areas represent "lands."
4. **The Pre-groove (ATIP):** The disc contains a "wobbled" pre-groove called **ATIP** (Absolute Time In Pregroove). The drive's electronics use this to control the motor speed and ensure the laser stays on track.
---
### 3. Reading the Data
During playback, the electronic components of the CD player perform the following:
* **Low-Power Laser:** A laser diode shines a low-energy beam onto the disc.
* **Photo-Detector:** As the disc spins, the laser reflects off the reflective layer.
* **Lands (Unburnt):** High reflection.
* **Marks (Burnt):** Low reflection (scattering).
* **Digital Conversion:** The photo-detector converts the varying intensities of reflected light into an electrical signal (RF signal).
* **EFM Decoding:** The electronics use **Eight-to-Fourteen Modulation (EFM)** to translate these electrical pulses into binary data (0s and 1s).
---
### 4. Comparison of Dye Types
The electronic "readability" and longevity of a CD-R often depend on the dye used:
```json
{
"Cyanine": "Blue color, highly sensitive, shorter lifespan (approx. 10 years).",
"Phthalocyanine": "Light green/gold, more stable, resistant to UV light, longer lifespan.",
"Azo": "Deep blue, developed by Mitsubishi, high durability for high-speed burning."
}
```
- ⤷
How does a CD-RW differ electronically from a CD-R?
- ⤷ What role does the 'Error Correction Code' play in reading a scratched CD-R?
- ⤷ Why do some older CD players struggle to read burned CD-Rs compared to factory-pressed CDs?