DVD Tracks and Sectors

by Corrado Passein.

Share
|
Homepage | Submit your article | Contact | TOS
More articles on storage devices  

You are here: Categories » Computers and technology » Storage devices

The pits are stamped into a single spiral track (per layer) with a spacing of 0.74 microns between turns, corresponding to a track density of 1,351 turns per millimeter or 34,324 turns per inch. This equates to a total of 49,324 turns and a total track length of 11.8km or 7.35 miles in length. The track is comprised of sectors, with each sector containing 2,048 bytes of data. The disc is divided into four main areas:

  • Hub clamping area. The hub clamp area is just that, a part of the disc where the hub mechanism in the drive can grip the disc. No data or information is stored in that area.

  • Lead-in zone. The lead-in zone contains buffer zones, reference code, and mainly a control data zone with information about the disc. The control data zone consists of 16 sectors of information repeated 192 times for a total of 3,072 sectors. Contained in the 16 (repeated) sectors is information about the disc, including disc category and version number, disc size and maximum transfer rate, disc structure, recording density, and data zone allocation. The entire lead-in zone takes up to 196,607 (2FFFFh) sectors on the disc. Unlike CDs, the basic structure of all sectors on a DVD are the same. The buffer zone sectors in the lead-in zone have all 00h (zero hex) recorded for data.

  • Data zone. The data zone contains the video, audio, or other data on the disc and starts at sector number 196,608 (30000h). The total number of sectors in the data zone can be up to 2,292,897 per layer for single layer discs.
  • Lead-out (or middle) zone. The lead-out zone marks the end of the data zone. The sectors in the lead-out zone all contain zero (00h) for data. This is called the middle zone if the disc is dual layer and is recorded in opposite track path (OPT) mode, in which the second layer starts from the outside of the disc and is read in the opposite direction from the first layer.

The center hole in a DVD is 15mm in diameter, so it has a radius of 7.5mm from the center of the disc. From the edge of the center hole to a point at a radius of 16.5mm is the hub clamp area. The lead-in zone starts at a radius of 22mm from the center of the disc. The data zone starts at a radius of 24mm from the center and is followed by the lead-out (or middle) zone at 58mm. The disc track officially ends at 58.5mm, which is followed by a 1.5mm blank area to the edge of the disc.

Officially, the spiral track of a standard DVD starts with the lead-in zone and ends at the finish of the lead-out zone. This single spiral track is about 11.84 kilometers or 7.35 miles long. An interesting fact is that in a 20x CAV drive, when reading the outer part of the track, the data moves at an actual speed of 156 miles per hour (251km/h) past the laser. What is more amazing is that even when the data is traveling at that speed, the laser pickup can accurately read bits (pit/land transitions) spaced as little as only 0.4 microns or 15.75 millionths of an inch apart!

DVDs come in both single- and dual-layer as well as single- and double-sided versions. The double-sided discs are essentially the same as two single-sided discs glued together back to back, but subtle differences do exist between the single- and dual-layer discs. The table below shows some of the basic information about DVD technology, including single- and dual-layer DVDs. The dual-layer versions are recorded with slightly longer pits, resulting in slightly less information being stored in each layer.

DVD Technical Parameters
DVD Type: Single-Layer Dual-Layer
---------------------------------------------------------------------------------------
1x read speed (m/sec) 3.49 3.84
Laser wavelength (nm) 650 650
Numerical aperture (lens) 0.60 0.60
Media refractive index 1.55 1.55
---------------------------------------------------------------------------------------
Track (turn) spacing (um) 0.74 0.74
Turns per mm 1,351 1,351
Turns per inch 34,324 34,324
Total track length (m) 11,836 11,836
Total track length (feet) 38,832 38,832
Total track length (miles) 7.35 7.35
---------------------------------------------------------------------------------------
Media bit cell length (nm) 133.3 146.7
Media byte length (um) 1.07 1.17
Media sector length (mm) 5.16 5.68
Pit width (um) 0.40 0.40
Pit depth (um) 0.105 0.105
Min. nominal pit length (um) 0.40 0.44
Max. nominal pit length (um) 1.87 2.05
---------------------------------------------------------------------------------------
Lead-in inner radius (mm) 22 22
Data zone inner radius (mm) 24 24
Data zone outer radius (mm) 58 58
Lead-out outer radius (mm) 58.5 58.5
Data zone width (mm) 34 34
Data zone area (mm2) 8,759 8,759
Total track area width (mm) 36.5 36.5
---------------------------------------------------------------------------------------
Max. rotating speed 1x CLV (rpm) 1,515 1,667
Min. rotating speed 1x CLV (rpm) 570 627
Track revolutions (data zone) 45,946 45,946
Track revolutions (total) 49,324 49,324
---------------------------------------------------------------------------------------
Data zone sectors per layer per side 2,292,897 2,083,909
Sectors per second 676 676
---------------------------------------------------------------------------------------
Media data rate (mbits/sec) 26.15625 26.15625
Media bits per sector 38,688 38,688
Media bytes per sector 4,836 4,836
Interface data rate (mbits/sec) 11.08 11.08
Interface data bits per sector 16,384 16,384
Interface data bytes per sector 2,048 2,048
---------------------------------------------------------------------------------------
Track time per layer (minutes) 56.52 51.37
Track time per side (minutes) 56.52 102.74
MPEG-2 video per layer (minutes) 133 121
MPEG-2 video per side (minutes) 133 242
B = Byte (8 bits)
KB = Kilobyte (1,000 bytes)
KiB = Kibibyte (1,024 bytes)
MB = Megabyte (1,000,000 bytes)
MiB = Mebibyte (1,048,576 bytes)
GB = Gigabyte (1,000,000,000 bytes)
GiB = Gibibyte (1,073,741,824 bytes)
m = Meters
mm = Millimeters (thousandths of a meter)
mm2 = Square millimeters
um = Micrometers = microns (millionths of a meter)
nm = Nanometers (billionths of a meter)
rpm = Revolutions per minute
ECC = Error correction code
EDC = Error detection code
CLV = Constant linear velocity
CAV = Constant angular velocity


The spiral track is divided into sectors that are stored at the rate of 676 sectors per second. Each sector contains 2,048 bytes of data.

When being written, the sectors are first formatted into data frames of 2,064 bytes: 2,048 are data, 4 bytes contain ID information, 2 bytes contain ID error detection (IED) codes, 6 bytes contain copyright information, and 4 bytes contain EDC for the frame.

The data frames then have ECC information added to convert them into ECC frames. Each ECC frame contains the 2,064-byte data frame plus 182 parity outer (PO) bytes and 120 parity inner (PI) bytes, for a total of 2,366 bytes for each ECC frame.

Finally, the ECC frames are converted into physical sectors on the disc. This is done by taking 91 bytes at a time from the ECC frame and converting them into recorded bits via 8 to 16 modulation. This is where each byte (8 bits) is converted into a special 16-bit value, which is selected from a table. These values are designed using an RLL 2,10 scheme, which is designed so that the encoded information never has a run of fewer than 2 or more than 10 0 bits in a row. After each group of 91 bytes is converted via the 8 to 16 modulation, 32 bits (4 bytes) of synchronization information is added. After the entire ECC frame is converted into a physical sector, 4,836 total bytes are stored.

DVD Data Frame, ECC Frame, and Physical Sector Layout and Information
DVD Data Frame:
------------------------------------------------------------
Identification data (ID) bytes 4
ID error detection code (IED) bytes 2
Copyright info (CI) bytes 6
Data bytes 2,048
Error detection code (EDC) 4
------------------------------------------------------------
Data frame total bytes 2,064
DVD ECC Frame:
------------------------------------------------------------
Data frame total bytes 2,064
Parity outer (PO) bytes 182
Parity inner (PI) bytes 120
------------------------------------------------------------
ECC frame total bytes 2,366
DVD Media Physical Sectors:
------------------------------------------------------------
ECC frame bytes 2,366
------------------------------------------------------------
8 to 16 modulation bits 37,856
Synchronization bits 832
------------------------------------------------------------
Total encoded media bits/sector 38,688
Total encoded media bytes/sector 4,836
Original data bits/sector 16,384
Original data bytes/sector 2,048
------------------------------------------------------------
Ratio of original to media data 2.36


Unlike CDs, DVDs do not use subcodes and instead use the ID bytes in each data frame to store the sector number and information about the sectors.

Leave a comment or ask a question
Total comments: 0

Storage devices Disclaimer

  • The e-articles directory is not responsible for any and all copyright infringements by writers and authors. If you suspect the information contained by this page for any copyright infringements, please contact us to investigate the issue
Advantages of USB Floppy Drive - An USB Floppy Drive is a small self-powered drive that connects to a computer directly through a USB port. It's both Mac and PC compatible, so you can transfer files between both Macs and PCs. They (more...)
Dell LTO4 Tape Drive And Tape Library - Dell LTO4 tape format features the encryption (device level) technology which helps it to in protection of the data stored incase if the machine is misplaced, stolen or lost in a remote location. D (more...)
Content Protection In SDHC Memory Card - SD-card association after the success of the SD memory cards has extended the SD card version and introduced new SD card with enhanced capacity known as the SDHC (SD high capacity) memory card. Thi (more...)
Symmetric Phase Recording In DLT Tape Drive - The SDLT data tape format has unique attribute of "buckling link" that helps in providing strong engagement with S-DLT backup tape drives. The enhanced modular design of the SDLT tape drive is draw (more...)
DVD duplicators - DVDRs are used for the storage of data, video, audio and more, despite the current compatibility issues with recordable DVDs. The reproduction of DVD optical media via copying is termed a (more...)
CD and DVD copiers - CD COPIERS CD copiers are synonymous to CD writers and CD recorders. The efficiency of the system can be measured by the copying or writing speed, reading speed and rewriting speed. (more...)
Fujitsu announces a 250 GB hard disk for Mobile storage devices - Fujitsu Inc. is a world’s leading manufacturing corporation for innovative and efficient storage products which includes hard disk drives, peripherals devices and other security related un (more...)
CD duplicators - The process of burning the data and other contents from a CD directly into the pre-existing media is termed as CD duplication. CD duplicators are ideal for short run & time sensitive disc dup (more...)
CD AND DVD PRINTERS - We supply inkjet and thermal CD Printers and DVD printers, DVD Duplicators and CD Duplicators, standalone duplicators and printers, robotic printers and duplicators, networked DVD & CD Duplic (more...)
CD Erasable - Optical media sing a siren's song with their high storage densities. They captivate engineers with the dream of building a better hard disk, a device that can read and write like a hard disk but (more...)

 
free content
    Copyright © 2006 - 2012 e-articles.info.
The texts, articles and tutorials in the directory are property of their respective owners and authors.