Iso Image Article Index for
Iso
Website Links For
Iso
 

Information About

Iso Image




  Extension <tt>iso</tt>
  Genre Disk Image


An ISO image (.iso) is an informal term for a Disk Image of an ISO 9660 File System . More loosely, it refers to any Optical Disk image, even a UDF image.

As is typical for disk images, in addition to the data Files that are contained in the ISO image, it also contains all the Filesystem Metadata ( Boot code, structures, and attributes). All of this information is contained in a single file. These properties make it an attractive alternative to physical Media for the distribution of Software which requires this additional information as it is simple to retrieve over the Internet .

Some of the common uses include the distribution of Operating System s, such as Linux or BSD systems, and LiveCD s.

Most or generating new ones from existing files, or using them to create a copy on physical media.

Most operating systems (including Mac OS , BSD , Linux and Windows , with third-party tools) allow these images to be Mount ed as if they were physical Disc s, making them somewhat useful as a universal archive format.

Console Emulator s, such as EPSXe , and many other emulators that read from CD/DVD, are able to run ISO/BIN (and other similar formats) instead of running directly from the CD drive. Better performance is achieved by running an ISO since there is no waiting for the drive to be ready and the hard drive I/O speed is many times faster than the CD/DVD drive

The .iso file is a digital copy of CD contents made this way: the Ripper searches for the sectors of the CD that have been used, say 251,000 for instance (there are 330,000 sectors on a 74 min CD and 360,000 sectors on an 80 min CD). Each sector is copied on the .ISO file, one by one, and only 2048 bytes for each sector (only the ones containing the user data) are copied. The .ISO file should then be of size 251,000 x 2048 = 514,408,000 bytes. (It will be slightly bigger if the extractor puts a Header on the file, like Nero .NRG files that are .ISO files plus a small file header)


CDS VS. DISC IMAGES (FROM EMULATION POINT OF VIEW)



CDs


Pros

  • Physically portable

  • Extractable to ISO



Cons

  • Susceptible to damage

  • Slower performance

  • Takes up physical space



Disc image


Pros

  • Free

  • Electronically portable

  • Can be reproduced in CD format

  • Speed depends on hard drive

  • Takes up no physical space

  • Allows backup, sharing, distribution over Internet



Cons

  • Susceptible to corruption.

  • A CD image can be as large as 700 MB.

  • A normal DVD disc image can be up to 4.7 GB, while a full Dual-Layer dvd image can be up to 8.5. GB.



SEE ALSO



EXTERNAL LINKS