Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
IEC 62702-1-1, published in May 2016 by IEC Technical Committee 100, tackles one of the most challenging problems in digital archiving: how to preserve audio data reliably for periods spanning decades or even centuries. Unlike analog media (vinyl records, magnetic tape) where gradual degradation produces a graceful loss of quality, digital media can fail catastrophically — a single bit error can render an entire audio file unplayable or introduce audible artifacts.
The standard is part of the IEC 62702 series under the general title “Audio archive system.” Part 1-1 specifically covers the use of DVD disks as the storage medium and defines the data migration processes necessary to transfer audio data to new media before the existing media degrades beyond recoverability. A corrigendum (COR1:2018) was later issued to clarify terminology, changing “long term” to “long-term” in titles and refining test interval definitions.
The standard defines specific quality requirements for DVD media used in archival applications, recognizing that consumer-grade recordable DVDs have widely varying lifespans. Key parameters include recording layer stability (dye or phase-change material quality), substrate integrity, label-side protection, and compatibility with archival-grade DVD drives. The standard emphasizes that archival media must be tested to meet specified error rate limits both immediately after recording and after accelerated aging tests.
| Media Type | Recording Layer | Estimated Lifespan | Archival Suitability |
|---|---|---|---|
| DVD-R (phthalocyanine) | Gold reflective layer | 50–100 years | Excellent |
| DVD+R (phthalocyanine) | Gold reflective layer | 50–100 years | Excellent |
| DVD-RW | Phase-change alloy | 10–30 years | Moderate |
| DVD-RAM | Phase-change in cartridge | 30–50 years | Good |
| Consumer DVD±R (cyanine) | Silver reflective | 5–15 years | Poor |
While the standard focuses on the DVD medium specifications, it also references the critical importance of storage environment: temperature, relative humidity, light exposure, and handling practices all significantly affect media lifespan. Recommended storage conditions include stable temperature (18-22°C), low relative humidity (30-50%), protection from UV light, and storage in jewel cases oriented vertically (not horizontally stacked, which can cause warping).
The core of IEC 62702-1-1’s preservation strategy is not about making media last forever — it is about migrating data to new media before the old media becomes unreadable. The standard defines a structured approach: periodically test a sample of archived discs for error rates, predict the remaining useful life based on error rate trends, schedule migration to new media with sufficient safety margin, and verify data integrity after migration through checksum comparison.
The corrigendum clarified that the interval between tests should be called the “test interval” (not “maximum interval”), emphasizing that testing should be conducted at planned regular intervals rather than being seen as an upper limit. This linguistic precision matters for archival program management — it shifts the mindset from “we must test before this deadline” to “we test routinely as part of our preservation discipline.”
The standard specifies that archived discs should be tested using a drive capable of reporting detailed error statistics (PI/PO errors for DVD). The test interval depends on the media type, storage conditions, and the criticality of the data. For professional archives, annual testing is typical, with migration triggered when error rates show a statistically significant increasing trend or approach predefined thresholds.
| Error Type | Acceptable Level | Action Threshold | Critical Limit |
|---|---|---|---|
| PI Errors (Inner) | < 100 per block | > 200 per block | > 280 per block |
| PI Errors (Outer) | < 200 per block | > 350 per block | > 500 per block |
| PO Failures | 0 | > 1 per 10 blocks | > 4 per block |
| Uncorrectable errors | 0 | Any occurrence | Any occurrence |
❓ FAQ 1: Can Blu-ray discs be used instead of DVDs for longer storage?
The standard specifically addresses DVD media, but the principles — media quality validation, regular testing, and planned migration — apply equally to Blu-ray or any other optical media. BD-R with HTL (High To Low) recording technology using inorganic recording layers offers potentially longer archival life, but the standard’s migration methodology remains essential.
❓ FAQ 2: What audio formats should be used for long-term archival?
The standard focuses on the storage medium and migration process rather than specifying audio formats. However, best practice for archival audio storage is to use uncompressed PCM (WAV or Broadcast WAV) at the original sampling rate and bit depth, as any lossy compression introduces format-dependent decoding dependencies that complicate future migration.
❓ FAQ 3: How many copies should be maintained?
For professional archival applications, the LOCKSS (Lots Of Copies Keep Stuff Safe) principle applies. A minimum of three copies in two different locations is recommended, with at least one copy stored off-site. Multiple copies protect against media failure, natural disasters, and accidental loss.
❓ FAQ 4: Is checksum verification sufficient for data integrity?
Checksums verify that the data has not changed but cannot correct errors. For archival integrity, use robust error detection codes (e.g., SHA-256) combined with error correction codes (e.g., Reed-Solomon or PAR2 parity files). The standard’s approach of monitoring PI/PO error rates provides early warning before data becomes unrecoverable.