CD-ROM
6833
225840110
2008-07-15T17:20:32Z
208.103.136.232
/* Transfer rates */ added a link to a video showing more info
[[Image:CDlogo.svg|thumb|right|Compact Disc logo/trademark]]
{{Optical disc authoring}}
'''CD-ROM''' (an abbreviation of "[[Compact Disc]] [[read-only memory]]") is a Compact Disc that contains data accessible by a computer. While the Compact Disc format was originally designed for music storage and playback, the format was later adapted to hold any form of binary data. CD-ROMs are popularly used to distribute computer [[software]], including games and [[multimedia]] applications, though any data can be stored (up to the capacity limit of a disc). Some CDs hold both computer data and audio with the latter capable of being played on a CD player, whilst data (such as software or digital video) is only usable on a computer (such as [[PC CD-ROM]]s). These are called [[Enhanced CD]]s.
Although many people use lowercase letters in this acronym, proper presentation is in all capital letters with a hyphen between CD and ROM. It was also suggested by some, especially soon after the technology was first released, that CD-ROM was an acronym for "Compact Disc read-only-''media''", or that it was a more 'correct' definition. This was not the intention of the original team who developed the CD-ROM, and common acceptance of the 'memory' definition is now almost universal. This is probably in no small part due to the widespread use of other 'ROM' acronyms such as Flash-ROMs and EEPROMs where 'memory' is usually the correct term.
== Media ==
{{main|Compact Disc}}
CD-ROM discs are identical in appearance to audio CDs, and data is stored and retrieved in a very similar manner (only differing from audio CDs in the standards used to store the data). Discs are made from a 1.2 mm thick disc of [[polycarbonate]] [[plastic]], with a thin layer of [[aluminium]] to make a reflective surface. The most common size of CD-ROM disc is 120 mm in diameter, though the smaller [[Mini CD]] standard with an 80 mm diameter, as well as numerous non-standard sizes and shapes (e.g. business card-sized media) are also available.
Data is stored on the disc as a series of microscopic indentations ("pits", with the gaps between them referred to as "lands"). A laser is shone onto the reflective surface of the disc to read the pattern of pits and lands. Because the depth of the pits is approximately one-quarter to one-sixth of the wavelength of the laser light used to read the disc, the reflected beam's [[phase (waves)|phase]] is shifted in relation to the incoming beam, causing destructive [[interference]] and reducing the reflected beam's intensity. This pattern of changing intensity of the reflected beam is converted into binary data.
===Standards===
There are several formats used for data stored on compact discs, known collectively as the [[Rainbow Books]]. These include the original [[Red Book (audio CD standard)|Red Book]] standards for CD audio, [[White Book (Video CD standards)|White Book]] and [[Yellow Book (CD-ROM standards)|Yellow Book CD-ROM]]. The [[ECMA]]-130 standard, which gives a thorough description of the physics and physical layer of the CD-ROM, inclusive of [[Cross-interleaved Reed-Solomon coding]] CIRC and [[Eight-to-Fourteen Modulation]], can be downloaded from [http://www.ecma-international.org/publications/standards/Ecma-130.htm].
[[ISO 9660]] defines the standard file system of a CD-ROM, although it is due to be replaced by [[ISO 13490]]. [[Universal Disk Format|UDF]] format is used on user-writeable [[CD-R]] and [[CD-RW]] discs that are intended to be extended or overwritten. The bootable CD specification, to make a CD emulate a hard disk or floppy, is called [[El Torito (CD-ROM standard)|El Torito.]] Apparently named this because its design originated in an El Torito restaurant in Irvine, California.
===CD-ROM format ===
A CD-ROM ''sector'' contains 2352 [[byte]]s, divided into 98 24-byte frames. The CD-ROM is, in essence, a data disk, which cannot rely on error concealment, and therefore requires a higher reliability of the retrieved data. In order to achieve improved error correction and detection, a CD-ROM has a third layer of [[Reed-Solomon error correction]].<ref>Note that the [[Cross-Interleaved Reed-Solomon Coding|CIRC]] error correction system used in the CD audio format has two interleaved layers.</ref> A Mode-1 CD-ROM, which has the full three layers of error correction data, contains a net 2048 bytes of the available 2352 per sector. In a Mode-2 CD-ROM, which is mostly used for video files, there are 2336 user-available bytes per sector. The net byte rate of a Mode-1 CD-ROM, based on comparison to CDDA audio standards, is 44.1k/s×4B×2048/2352 = 153.6 kB/s. The playing time is 74 minutes, or 4440 seconds, so that the net capacity of a Mode-1 CD-ROM is 682 MB.
A 1x speed CD drive reads 75 consecutive sectors per second.
==== CD sector contents ====
* A standard 74 min CD contains 333,000 blocks or [[Disk sector|sector]]s.
* Each sector is 2352 bytes, and contains 2048 bytes of PC (MODE1) Data, 2336 bytes of PSX/VCD (MODE2) Data, or 2352 bytes of AUDIO.
* The difference between sector size and data content are the [[Header]]s info and the Error Correction Codes, that are big for Data (high precision required), small for VCD (standard for video) and none for audio.
* If extracting the disc in RAW format (standard for creating images) always extract 2352 bytes per sector, not 2048/2336/2352 bytes depending on data type (basically, extracting the whole sector). This fact has two main consequences:
** Recording data CDs at very high speed (40x) can be done without losing information. However, as audio CDs do not contain a third layer of [[error correction codes]], recording these at high speed may result in more unrecoverable errors or 'clicks' in the audio.
** On a 74 minute CD, one can fit larger images using RAW mode, up to 333,000 × 2352 = 783,216,000 bytes (747~ [[Mebibyte|MiB]]). This is the upper limit for RAW images created on a 74 min or 650~ [[Mebibyte|MiB]] [[Red Book (audio CD standard)|Red Book]] CD. The 14.8% increase is due to the discarding of error correction data
* Please note that an image size is ''always'' a multiple of 2352 bytes (the size of a block) when extracting in RAW mode.<ref >{{cite web |url=http://www.memorex.com/downloads/whitepapers/WhitePaper_Reference_Guide_Optical_Media_Mar2406.pdf |title=Optical Media FAQs |accessdate=2007-01-06 |format=PDF |work= }}</ref>
{|class="wikitable" style="text-align:center;float:left;"
|Layout Type
|colspan="6"| ← 2,352 bytes block →
|-
! CD Digital Audio:
|style="background:#FFF;" colspan="6"|2,352 bytes of Digital Audio
|-
! CD-ROM (MODE1):
|style="background:#FC0;width:3em;"|12
|style="background:#0CF;width:1em;"|4
|style="background:#FFF;width:16em;"|2,048 bytes of user data
|style="background:#0F0;width:1em;"| 4
|style="background:#396;width:2em;"| 8
|style="background:#9C0;width:7em;"| 276
|-
! CD-ROM (MODE2):
|style="background:#FC0;width:3em;"|12
|style="background:#0CF;width:1em;"|4
|style="background:#FFF;" colspan="4"|2,336 bytes of user data
|}
{|class="wikitable" style="text-align:center;float:right;"
!colspan="2"|Legend (bytes)
|-
|style="background:#FC0;"| 12||sync
|-
|style="background:#0CF;"| 4 ||sector ID
|-
|style="background:#FFF;"| ||data
|-
|style="background:#0F0;"| 4 ||error detection
|-
|style="background:#396;"| 8 ||blank/null
|-
|style="background:#9C0;"|276||error correction
|}
{{-}}
===Manufacture===
{{main|CD manufacturing}}
Pre-pressed CD-ROMs are mass-produced by a process of stamping where a glass master disc is created and used to make "stampers", which in turn are used to manufacture multiple copies of the final disc with the pits already present. Recordable ([[CD-R]]) and rewritable ([[CD-RW]]) discs are manufactured by a similar method, but the data is recorded on them by a laser changing the properties of a dye or [[phase change]] material in a process that is often referred to as "[[Optical disc authoring|burning]]".
===Capacity===
[[Image:Print vs. bytes.jpg|thumb|The CD-ROM can easily contain all the encyclopaedia's words and images, plus audio & video clips]]
A standard 120 mm CD-ROM holds up to 703.1 [[mebibyte|MiB]] (737 million bytes) of data (not counting error correction/detection data). To put this storage capacity into context, the average [[novel]] contains 100,000 words. Assume that average word length is 10 letters and that each letter occupies one [[byte]]. A novel therefore might occupy 1,000,000 bytes (1000 kB, without layout information). One CD can therefore contain around 700 novels. If each novel occupies at least one centimetre of bookshelf space, then one CD can contain the equivalent of seven metres of bookshelf. However, textual data can be compressed by more than a factor of ten, using [[data compression|compression algorithms]], so a CD-ROM can accommodate close to 100 metres of bookshelf space.
In comparison a single layer [[DVD]] contains 4.4 GiB of data, approximately 6 times the amount of a CD-ROM.
{| class="wikitable" style="margin: 1em auto 1em auto"
|+ Capacities of Compact Disc types
!rowspan="2"| Type
!rowspan="2"| Sectors
!colspan="2"| Data max size <!-- 2048 byte/sector -->
!colspan="2"| Audio max size <!-- 2352 byte/sector -->
!<!--colspan="2"|--> Time <!-- 75 sector/s -->
|-
! ([[byte|MB]])
! ([[Mebibyte|MiB]])
! (MB)
! (MiB)
<!--! ([[second|s]])-->
! ([[minute|min]])
|- align="right"
! 8 cm
| 94,500
| 193.536 || ≈ 184.6
| 222.264 || ≈ 212.0
|<!-- 1260 ||--> 21
|- align="right"
!
| 283,500
| 580.608 || ≈ 553.7
| 666.792 || ≈ 635.9
|<!-- 3780 ||--> 63
|- align="right"
! 650 MB
| 333,000
| 681.984 || ≈ 650.3
| 783.216 || ≈ 746.9
|<!-- 4440 ||--> 74
|- align="right"
! 700 MB <!-- Track pitch 1.5 µm instead of standard 1.6 μm-->
| 360,000
| 737.280 || ≈ 703.1
| 846.720 || ≈ 807.4
|<!-- 4800 ||--> 80
|- align="right"
! 800 MB
| 405,000
| 829.440 || ≈ 791.0
| 952.560 || ≈ 908.4
|<!-- 5400 ||--> 90
|- align="right"
! 900 MB
| 445,500
| 912.384 || ≈ 870.1
| 1,047.816 || ≈ 999.3
|<!-- 5940 ||--> 99
|}
{| style="margin: 0em auto 0em auto"
|<small>''Note:'' Megabyte (MB) and minute (min) values are exact.</small>
|}
CD capacities are always given in binary units, although decimal [[SI prefix]]es are usually used: a "700 MB" CD has a nominal capacity of about 700 [[Mebibyte|MiB]].
[[DVD]] capacities, on the other hand, are given in decimal units: a "4.7 GB" DVD has a nominal capacity of about 4.38 [[GiB]].
==CD-ROM drives==
{{see|Optical disc drive}}
[[Image:Cdrommit.jpg|thumb|Old 4x CD-ROM Drive]]
CD-ROM discs are read using CD-ROM drives, which are now almost universal on personal computers. A CD-ROM drive may be connected to the computer via an IDE ([[Advanced Technology Attachment|ATA]]), [[SCSI]], [[S-ATA]], [[Firewire]], or [[USB]] interface or a proprietary interface, such as the [[Panasonic CD interface]]. Virtually all modern CD-ROM drives can also play [[Red Book (audio CD standard)|audio CDs]] as well as [[Video CD]]s and other data standards when used in conjunction with the right software.
===Laser and Optics===
CD-ROM drives employ a near-infrared 780 nm laser diode. The laser beam is directed onto the disc via an opto-electronic tracking module, which then detects whether the beam has been reflected or scattered.
===Transfer rates===
Here's a video showing how to change the laser of the CD-rom to be capable of reading DVD's
[http://www.metacafe.com/watch/1006574/make_a_cd_rom_read_dvds/ CD-ROM VIDEO]
The rate at which CD-ROM drives can transfer data from the disc is gauged by a speed factor relative to music CDs: 1x or 1-speed which gives a data transfer rate of 150 [[kilobytes per second]] in the most common data format. By increasing the speed at which the disc is spun, data can be transferred at greater rates. For example, a CD-ROM drive that can read at 8x speed spins the disc at up to 4000 rpm (compared to the 500 rpm maximum for 1x speed), giving a transfer rate of 1.2 [[megabytes per second]]. Above 12x speed, vibration and heat can become a problem. CD-ROM drives above this speed tackle the problem in several ways. [[Constant angular velocity]] (CAV) drives spin the disc at a constant rate, leading to faster data transfer when reading from the outer parts of the disc, but slower towards the centre. 20x was thought to be the maximum speed due to mechanical constraints until [[Samsung]] Electronics introduced the SCR-3230, a 32x CD-ROM drive which uses a ball [[bearing (mechanical)|bearing]] system to balance the spinning disc in the drive to reduce vibration and noise. As of 2004, the fastest transfer rate commonly available is about 52x or 10,350 rpm and 7.62 megabytes per second, though this is only when reading information from the outer parts of a disc. Future speed increases based simply upon spinning the disc faster are particularly limited by the strength of polycarbonate plastic used in CD manufacturing, though improvements can still be obtained by the use of multiple laser pickups as demonstrated by the [[Kenwood Electronics|Kenwood]] [[TrueX]] 72x which uses seven laser beams and a rotation speed of approximately 10x.
CD-Recordable drives are often sold with three different speed ratings, one speed for write-once operations, one for re-write operations, and one for read-only operations. The speeds are typically listed in that order; ie a 12x/10x/32x CD drive can, CPU and media permitting, write to CD-R discs at 12x speed (1.80 [[mebibyte|MiB]]/s), write to CD-RW discs at 10x speed (1.50 MiB/s), and read from CD discs at 32x speed (4.80 MiB/s).
The 1x speed rating for CD-ROM (150 KiB/s) is different than 1x speed rating for audio CD (172.3 KiB/s) and is not to be confused with the 1x speed rating for [[DVD]]s (1.32 MiB/s).
[[Image:CD laser assembly1.jpg|thumb|A view of a CD-ROM drive's disassembled laser system.]]
[[Image:Cd-rom-drive-reading-head-movement.gif|thumb|The movement of the laser enables reading at any position of the CD.]]
[[Image:CD-Rom-Drive's Laser.jpg|thumb|The laser system of a CD Drive.]]
'''Common transfer speeds:'''
{| class="wikitable right"
|+ Data Transfer Speeds
! align="right"| Transfer Speed
!| [[Kibibyte|KiB]]/s
!| [[Mebibyte|MiB]]/s
!| [[Megabit|Mbit]]/s
!| [[Mebibit|Mibit]]/s
|-
! 1x
| 150
| 0.146
| 1.2288
| 1.1719
|-
! 2x
|| 300
|| 0.293
|| 2.4576
|| 2.3438
|-
! 4x
|| 600
|| 0.568
|| 4.9152
|| 4.6875
|-
! 8x
|| 1200
|| 1.172
|| 9.8304
|| 9.3750
|-
! 10x
|| 1500
|| 1.465
|| 12.2880
|| 11.7188
|-
! 12x
|| 1800
|| 1.758
|| 14.7456
|| 14.0625
|-
! 20x
|| 3000
|| 2.930
|| 24.5760
|| 23.4375
|-
! 32x
|| 4800
|| 4.688
|| 39.3216
|| 37.5000
|-
! 36x
|| 5400
|| 5.273
|| 44.2368
|| 42.1875
|-
! 40x
|| 6000
|| 5.860
|| 49.1520
|| 46.8750
|-
! 48x
|| 7200
|| 7.031
|| 58.9824
|| 56.2500
|-
! 50x
|| 7500
|| 7.324
|| 61.4400
|| 58.5938
|-
! 52x
|| 7800
|| 7.617
|| 63.8976
|| 60.9375
|}
==Copyright issues==
{{update}}
{{main|CD/DVD copy protection}}
There has been a move by the [[Record industry|recording industry]] to make audio CDs (CDDAs, [[Red Book (audio CD standard)|Red Book]] CDs) unplayable on computer CD-ROM drives, to prevent the copying of music. This is done by intentionally introducing errors onto the disc that the embedded circuits on most stand-alone audio players can automatically compensate for, but which may confuse CD-ROM drives. Consumer rights advocates are as of October 2001 pushing to require warning labels on compact discs that do not conform to the official Compact Disc Digital Audio standard (often called the [[Red Book (audio CD standard)|Red Book]]) to inform consumers of which discs do not permit full [[fair use]] of their content.
In 2005, [[Sony BMG Music Entertainment]] was criticised when a copy protection mechanism known as [[Extended Copy Protection]] (XCP) used on some of their audio CDs automatically and surreptitiously installed copy-prevention software on computers (see [[2005 Sony BMG CD copy protection scandal]]). Such discs are not legally allowed to be called CDs or Compact Discs because they break the Red Book standard governing CDs, and Amazon.com for example describes them as "copy protected discs" rather than "compact discs" or "CDs".
Software distributors, and in particular distributors of computer games, often make use of various copy protection schemes to prevent software running from any media besides the original CD-ROMs. This differs somewhat from audio CD protection in that it is usually implemented in both the media and the software itself. The CD-ROM itself may contain "weak" sectors to make copying the disc more difficult, and additional data that may be difficult or impossible to copy to a CD-R or disc image, but which the software checks for each time it is run to ensure an original disc and not an unauthorized copy is present in the computer's CD-ROM drive.
Manufacturers of CD writers ([[CD-R]] or [[CD-RW]]) are encouraged by the music industry to ensure that every drive they produce has a unique identifier, which will be encoded by the drive on every disc that it records: the RID or Recorder Identification Code.<ref>Schoen, Seth. [http://www.eff.org/deeplinks/2007/07/harry-potter-and-digital-fingerprints "Harry Potter and the Digital Fingerprints"], ''Electronic Frontier Foundation'', [[July 20]] [[2007]]. Accessed [[October 24]] [[2007]].</ref> This is a counterpart to the [[Source identification code|SID]] — the Source Identification Code, an eight character code beginning with "[[IFPI]]" that is usually stamped on discs produced by CD recording plants.CD ROM
==See also==
<div class="references-small" style="-moz-column-count:2; column-count:2;">
* [[Red Book (audio CD standard)]]
* [[DVD-Audio]]
* [[Computer hardware]]
* [[Phase-change Dual]]
* [[DVD-ROM]]
* [[CD/DVD authoring]]
* [[CD shattering]]
* [[MultiLevel Recording]], an obsolete technology (with non-binary modulation)
</div>
== References ==
{{FOLDOC}}
{{reflist}}
==Further reading==
*[http://www.itl.nist.gov/iad/894.05/docs/StabilityStudy.pdf Stability Comparison of Recordable Optical Discs - A study of error rates in harsh conditions. ]
*[http://www.nationalarchives.gov.uk/documents/media_care.rtf Care, Handling and Storage of Removeable Media.]
== External links ==
* [http://computer.howstuffworks.com/cd.htm ''How CDs Work'' from HowStuffWorks.com]
* [http://www.cdrfaq.org Andy McFadden's CD-Recordable FAQ]
* [http://www.osta.org/technology/cdqa.htm Understanding CD-R & CD-RW] by Hugh Bennett
* [http://www.pcdoctor-guide.com/wordpress/?p=1396''Inside a CD-ROM drive'' from The PC Doctor]
*[http://www.units-of-measure.com/Block_Database_Pages/Seconds_-08_-10.html Comparative perspective on CD data transfer rates. Database for examination.]
[[Category:120 mm discs]]
[[Category:Computer storage media]]
[[Category:Audio storage]]
[[bs:CD uređaj]]
[[ca:CD-ROM]]
[[cs:CD-ROM]]
[[da:Cd-rom]]
[[de:CD-ROM]]
[[et:CD-ROM]]
[[es:CD-ROM]]
[[fr:CD-ROM]]
[[ga:Dlúthdhiosca ríomhaireachta]]
[[gl:Compact Disc Read Only Memory]]
[[ko:CD-ROM]]
[[id:CD-ROM]]
[[is:Geisladiskadrif]]
[[he:CD-ROM]]
[[ms:CD-ROM]]
[[nl:Cd-rom]]
[[ja:CD-ROM]]
[[no:CD-ROM]]
[[pt:CD-ROM]]
[[sk:CD-ROM]]
[[sl:Kompaktni disk]]
[[sh:CD uređaj]]
[[tg:CD-ROM]]
[[tr:CD-ROM]]
[[zh:CD-ROM]]