Digital Preservation

What Is Digital Preservation?

Digital preservation is the managed process of ensuring that digital objects, including documents, images, audio, video, databases, and software, remain accessible and usable over extended time periods, often measured in decades or centuries. It addresses the twin threats of media decay, the physical deterioration of storage media, and technological obsolescence, the loss of the hardware and software environments needed to interpret recorded data. Unlike analog preservation, which focuses primarily on physical care of artifacts, digital preservation requires active intervention: formats become unreadable, hardware fails, and the systems needed to run legacy software disappear unless deliberate migration and maintenance are carried out.

The discipline draws from archival science, computer science, information management, and systems engineering. It is distinguished from simple backup, which merely guards against hardware failure, by its concern with long-term interpretability and data integrity across technological change.

The OAIS Reference Model

The conceptual foundation for most professional digital preservation programs is the Open Archival Information System (OAIS) reference model, codified as ISO 14721. OAIS defines the roles of producers, consumers, and management in a preservation system, and specifies six functional entities: Ingest, Archival Storage, Data Management, Preservation Planning, Access, and Administration. The model introduces the concepts of Submission Information Package (SIP), Archival Information Package (AIP), and Dissemination Information Package (DIP) to describe how content moves through the archive. The ISO 14721:2012 standard for the OAIS reference model was originally developed by the Consultative Committee for Space Data Systems for the permanent preservation of space mission data and has since been adopted across archives, libraries, and government records agencies worldwide.

File Format Migration and Data Integrity

A central technical challenge in digital preservation is ensuring that content remains readable as software ecosystems evolve. Two broad strategies address this: migration, which converts files from obsolete formats to currently supported ones, and emulation, which recreates the original computing environment in software so that legacy files can be interpreted without conversion. Migration introduces risk of data loss or subtle semantic change; emulation preserves the original behavior but requires maintaining working emulators indefinitely. Data integrity verification underpins both approaches: cryptographic checksums, typically SHA-256 or SHA-512 hashes, are computed at ingest and validated on a periodic schedule to detect silent corruption. The NIST Journal of Research article on the state of the art in digital preservation provides a thorough technical survey of migration strategies, integrity verification practices, and the standards landscape as of the early development period.

Preservation Metadata

Describing the context, provenance, and technical properties of a digital object is as important as preserving the object itself. Preservation metadata records information needed to authenticate an object as an unmodified original and to understand the transformations it has undergone. The PREMIS (Preservation Metadata: Implementation Strategies) data dictionary, maintained by the Library of Congress, defines a core element set covering objects, events, agents, and rights. Technical metadata standards complement PREMIS: MIX (NISO Metadata for Images in XML) captures properties of still images, and METS (Metadata Encoding and Transmission Standard) wraps all metadata types into a single XML package for exchange between systems. Together these standards allow institutions to demonstrate the authenticity of preserved digital content in ways recognized by preservation standards and best practice guidance from the Digital Preservation Coalition.

Applications

Digital Preservation has applications in a wide range of fields, including:

  • Government records management, through national and regional archives responsible for permanent retention of official documents
  • Cultural heritage, through library and museum programs digitizing and preserving historical manuscripts, photographs, and audio recordings
  • Scientific data, through discipline repositories maintaining research datasets for reproducibility and future analysis
  • Legal and regulatory compliance, through corporate records retention programs governed by e-discovery and audit requirements
  • Software preservation, through initiatives archiving legacy software to maintain access to historical computing artifacts

Related Topics

Loading…