Jump to content

Optical disc image

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 92.11.17.98 (talk) at 20:23, 18 May 2009. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

ISO image
Filename extension
.iso
Internet media typeapplication/x-iso9660-image, application/vnd.efi.iso
Uniform Type Identifier (UTI)public.iso-image
Type of formatDisk image
StandardISO 9660

An ISO image is an archive file (also known as a disk image) of an optical disc in a format defined by the International Organization for Standardization (ISO). This format is supported by many software vendors. ISO image files typically have a file extension of .ISO. The name ISO is taken from the ISO 9660 file system used with CD-ROM media, but an ISO image can also contain UDF file system because UDF is backward-compatible with ISO 9660.

Format

As with any other archive, an ISO image includes all the data of files contained on the archived CD/DVD. They are stored in an uncompressed format. In addition to data of the files it also contains all the file system metadata, including boot code, structures, and attributes. ISO images do not support multi-track, thus they cannot be used for audio CDs, VCD, and hybrid audio CDs.

These properties make it an attractive alternative to physical media for the distribution of software as it is simple to transfer over the Internet or via a LAN connection.

ISO image is an unattached file format (like RAR and ZIP): it merges a series of files into one single file according to a definite format. The most important feature of an ISO image is that it can be burned to a DVD or CD by using an ISO image burner, like ISO Maker. It can also be opened using archivers such as 7-zip file manager.

References