220-1101Chapter 70 of 123Objective 3.4

Optical Drive Types: DVD, Blu-Ray

This chapter covers optical drive types, focusing on DVD and Blu-Ray technologies as tested in CompTIA A+ Core 1 (220-1101) Objective 3.4. Optical drives remain relevant for legacy support, data archival, and media playback in enterprise and consumer environments. Expect 1-3 questions on the exam covering disc capacities, laser wavelengths, read/write mechanisms, and interface types (SATA, PATA, USB).

25 min read
Intermediate
Updated May 31, 2026

Optical Drives as Phonograph Records

Think of an optical disc like a phonograph record, but read by light instead of a needle. The disc spins at a constant linear velocity (CLV) or constant angular velocity (CAV), similar to a record rotating at 33⅓ RPM. Instead of grooves, the disc has a spiral track of microscopic pits (flat areas called lands) that reflect laser light differently. The laser diode emits a beam that passes through a beam splitter, reflects off the disc, and is directed to a photodiode detector. When the beam hits a land, it reflects strongly; when it hits a pit, the reflected light scatters due to destructive interference (the pit depth is exactly ¼ of the laser wavelength, causing a 180° phase shift). The detector converts these light pulses into electrical signals. The focusing and tracking are handled by a servo mechanism that moves the lens up/down and side-to-side using voice coil actuators, similar to how a record player's tonearm tracks the groove. Different disc formats use different laser wavelengths: CDs use 780 nm infrared, DVDs use 650 nm red, and Blu-ray uses 405 nm violet. Shorter wavelengths allow tighter focus and smaller pits, enabling more data storage. Dual-layer discs have a semitransparent layer that the laser can focus through to read a second layer, like a two-story record with a see-through floor.

How It Actually Works

What Are Optical Drives and Why Do They Exist?

Optical drives use laser light to read and write data on optical discs. They emerged as a high-capacity, removable storage medium, evolving from CD (Compact Disc) to DVD (Digital Versatile Disc) to Blu-ray Disc (BD). The 220-1101 exam focuses on DVD and Blu-ray because they are the most common in modern (though declining) use. Optical drives are used for software distribution, media playback (movies, music), data backup, and archival storage. Unlike magnetic storage (HDDs), optical discs are less susceptible to magnetic fields and have a longer shelf life when stored properly, making them suitable for archival purposes.

How Optical Drives Work Internally

An optical drive reads data by shining a laser beam onto the reflective surface of the disc and detecting the reflected light. The disc has a spiral track of pits (bumps) and lands (flat areas). The laser diode emits a coherent beam that passes through a collimating lens to make it parallel, then through a beam splitter, and is focused onto the disc by an objective lens. The disc rotates, and the reflected light returns through the objective lens, is redirected by the beam splitter to a photodiode detector. The detector converts light intensity into electrical signals. Pits cause destructive interference (because pit depth is ¼ of the laser wavelength, the reflected light from the pit is 180° out of phase with light from the land, cancelling out), resulting in lower reflected intensity. Lands reflect strongly. The drive electronics decode these intensity changes into binary data.

Laser Wavelengths: - CD: 780 nm (infrared) - DVD: 650 nm (red) - Blu-ray: 405 nm (violet)

Shorter wavelength allows a smaller focal spot, enabling tighter tracks and smaller pits, thus higher data density.

Disc Rotation: - CD and DVD typically use Constant Linear Velocity (CLV): the disc spins slower when the laser is at the outer edge (where track length is longer) and faster at the inner edge, maintaining constant data rate. Modern drives often use Constant Angular Velocity (CAV) for faster random access, varying the data rate. - Blu-ray drives typically use CAV.

Focusing and Tracking: The objective lens is mounted on a voice coil actuator (similar to a speaker) that moves it up/down for focus and side-to-side for tracking. The drive uses a servo system that monitors the reflected signal to keep the laser spot centered on the track and in focus. The tracking error signal is derived from a split photodiode or a separate tracking beam.

Key Components, Values, Defaults, and Timers

Disc Capacities (Single Layer / Dual Layer): - DVD: 4.7 GB (single layer, 12 cm), 8.5 GB (dual layer), 1.4 GB (8 cm mini DVD) - Blu-ray: 25 GB (single layer), 50 GB (dual layer), 100 GB (BDXL triple layer), 128 GB (BDXL quadruple layer)

Read/Write Speeds: - DVD 1x = 1.32 MB/s (for DVD-ROM), 1.385 MB/s for DVD-RAM - Blu-ray 1x = 4.5 MB/s (raw), 36 Mbps (for video) - Common speeds: DVD 16x (21.12 MB/s), Blu-ray 12x (54 MB/s)

Laser Power: - Read: low power (0.5 mW typical) - Write: high power (8-20 mW for CD-R, 5-10 mW for DVD-R, higher for Blu-ray)

Buffer Memory: - Typically 2-8 MB for DVD drives, up to 4 MB for Blu-ray drives, used to prevent buffer underrun during writing.

Interfaces: - SATA: Most common internal interface (SATA 1.5 Gbps or 3 Gbps) - PATA (IDE): Older drives, 33/66/100/133 MB/s - USB: External drives (USB 2.0: 480 Mbps, USB 3.0: 5 Gbps)

Disc Formats: - DVD-ROM: Read-only, factory pressed - DVD-R/RW: Write-once/rewritable - DVD+R/RW: Alternative write-once/rewritable (uses different wobble frequency for better compatibility) - DVD-RAM: Random access, rewritable, used in camcorders and some archival drives (5x = 6.75 MB/s) - Blu-ray ROM: Read-only - BD-R: Write-once - BD-RE: Rewritable - BDXL: Higher capacity (100 GB/128 GB), requires compatible drive

Region Codes: - DVD: 6 regions (1: US/Canada, 2: Europe/Japan, etc.) - Blu-ray: 3 regions (A: Americas/Asia, B: Europe/Africa, C: China/Russia) - Region-free drives exist but may not be exam-relevant.

Configuration and Verification Commands

In Windows, optical drives appear as a letter (e.g., D:) and are managed via Device Manager. Key commands for troubleshooting:

wmic cdrom get – Shows drive properties (e.g., wmic cdrom get name, drive)

fsutil fsinfo drives – Lists all drives

chkdsk D: – Checks disc for errors (if formatted with a filesystem like UDF)

diskmgmt.msc – Disk Management console to view drive status

In Linux: - lsblk – Lists block devices (e.g., /dev/sr0) - blkid – Shows filesystem UUID and type - dd if=/dev/sr0 of=image.iso – Creates an ISO image - eject / eject -t – Opens/closes tray

Interaction with Related Technologies

File Systems: Optical discs typically use UDF (Universal Disk Format) or ISO 9660. UDF 2.50 is used for Blu-ray movies.

Burning Software: Third-party tools like Nero, ImgBurn, or built-in Windows Disc Image Burner.

Mounting ISOs: Virtual optical drives (e.g., Daemon Tools) emulate a disc without physical media.

DRM: CSS (Content Scramble System) for DVD, AACS (Advanced Access Content System) for Blu-ray, BD+ for Blu-ray. These encryption schemes prevent unauthorized copying.

Buffer Underrun Protection: Technologies like BURN-Proof (Sanyo) or Power-Burn (Lite-On) prevent failed writes by pausing the laser if the buffer runs low.

Performance Considerations

Access time: DVD ~100-200 ms, Blu-ray ~150-250 ms (slower than HDD)

Data transfer rate: DVD 16x ~21 MB/s, Blu-ray 12x ~54 MB/s (slower than modern HDDs and SSDs)

Noise and heat: Spinning discs at high speeds (up to 10,000 RPM for DVD) can be noisy and generate heat.

Common Failures and Troubleshooting

Disc not detected: Dirty lens, failed laser, loose cable, incompatible disc format.

Tray won't open: Jammed mechanism, broken belt, power issue.

Read errors: Scratched disc, dirty disc, laser degradation.

Write errors: Incompatible disc speed, buffer underrun, defective disc.

Exam Focus: What CompTIA A+ Tests

Know capacities: DVD single layer 4.7 GB, dual layer 8.5 GB; Blu-ray single layer 25 GB, dual layer 50 GB.

Know laser wavelengths: DVD 650 nm, Blu-ray 405 nm.

Know interface types: SATA (most common internal), PATA (legacy), USB (external).

Know form factors: 5.25-inch half-height (desktop), slim (laptop), external.

Know disc formats: DVD-ROM, DVD-R, DVD+R, DVD-RW, DVD+RW, DVD-RAM; BD-ROM, BD-R, BD-RE.

Understand region codes: DVD has 6 regions, Blu-ray has 3.

Be able to distinguish between read-only, write-once, and rewritable media.

Recognize that Blu-ray uses a blue-violet laser (405 nm) for higher density.

Know that dual-layer discs have two layers read by focusing the laser at different depths.

Common Exam Traps

Trap 1: Confusing DVD and Blu-ray capacities. Candidate may think DVD is 25 GB (it's 4.7 GB).

Trap 2: Mixing up laser wavelengths. Blu-ray is 405 nm, not 650 nm (that's DVD).

Trap 3: Assuming all optical drives are SATA. Legacy systems may use PATA.

Trap 4: Forgetting that DVD-RAM exists and is rewritable but less common.

Trap 5: Thinking region codes are the same for DVD and Blu-ray (they are different: 6 vs 3).

Summary

Optical drives are a mature technology with specific capacities and characteristics. For the A+ exam, focus on DVD and Blu-ray capacities, laser types, interface types, and disc formats. Understand the basic mechanism of reading and writing, but not the deep physics. Be prepared to identify correct specifications and troubleshoot common issues.

Walk-Through

1

Insert Disc and Close Tray

The user places a disc in the tray and pushes it closed, or the drive motor retracts the tray. The drive detects the disc presence via a mechanical switch or optical sensor. The spindle motor engages and spins the disc up to the required rotational speed. For DVD, the drive may start at a low speed (e.g., 1x) to read the lead-in area, then adjust speed based on the disc type. The laser diode is powered on at low read power (0.5 mW). The servo system activates to focus the laser and begin tracking.

2

Focus and Tracking Acquisition

The objective lens moves up and down (focus search) while the drive monitors the reflected signal amplitude. When the focus is achieved (maximum signal), the tracking servo locks onto a track. For DVD and Blu-ray, the track pitch is very small (0.74 µm for DVD, 0.32 µm for Blu-ray). The drive uses a three-beam method (for DVD) or a differential phase detection method to stay on track. This process takes about 100-500 ms. If the disc is damaged or dirty, acquisition may fail.

3

Read Lead-in Area for Disc Info

Once tracking is locked, the drive reads the lead-in area near the inner hub. This area contains disc information: format (DVD-ROM, DVD-R, etc.), capacity, recording speeds, region code (for video discs), and file system structure (UDF or ISO 9660). For dual-layer discs, the lead-in also contains layer jump information. The drive uses this data to configure read/write parameters. If the disc is copy-protected (e.g., CSS), the drive may need to authenticate with the host software before reading data.

4

Data Transfer to Host

The drive reads user data from the disc by following the spiral track. Data is buffered in the drive's cache (2-8 MB) and transferred to the host via the interface (SATA, USB, etc.). The transfer rate depends on disc speed (e.g., 16x DVD = 21.12 MB/s). The host sends read commands (e.g., ATA READ CD or SCSI READ) and the drive responds with data. For video playback, the drive may need to handle region code checks and decryption keys (CSS/AACS).

5

Eject Disc

When the user requests eject (via software or button), the drive stops the spindle motor, retracts the laser and lens to a safe position, and unlocks the tray mechanism. The tray opens, allowing disc removal. Some drives require the host to send an eject command (e.g., `eject` in Linux). The drive may also have a manual eject hole (a small pinhole) for emergency ejection if power is lost.

What This Looks Like on the Job

Enterprise Scenario 1: Legacy Software Installation

Many enterprises still use optical media to install legacy software or operating systems that are not available as digital downloads. For example, a hospital might need to install a proprietary medical imaging application that ships on DVD-ROM. The IT department maintains a few external USB DVD drives (e.g., LG GP65NB60) that can be connected to modern laptops without internal drives. Common issues include driver compatibility (older drives may not work with Windows 10/11 without specific drivers) and disc rot (degradation of the reflective layer over time, causing read errors). To mitigate, IT should test discs before deployment and maintain ISO images of critical software on network shares.

Enterprise Scenario 2: Data Archival

Some industries (finance, legal) require long-term data retention. Blu-ray M-DISC (Millennial Disc) claims a 1000-year lifespan. Enterprises use Blu-ray burners (e.g., Pioneer BDR-212UBK) to write critical data to BD-R M-DISC media. The drives are configured with burning software (e.g., Nero Burning ROM) to verify writes. Capacity per disc is 25-100 GB. For large archives, a disc changer or autoloader (e.g., Primera Disc Publisher) can automate burning multiple discs. Performance consideration: write speed is typically 2x-6x for BD-R (9-27 MB/s), so archiving 100 GB takes about 1-2 hours per disc. Misconfiguration: using a non-M-DISC drive with M-DISC media may fail; the drive must explicitly support M-DISC (look for the M-DISC logo).

Enterprise Scenario 3: Media Production and Distribution

Video production companies author Blu-ray discs for physical distribution. They use professional authoring software (e.g., Adobe Encore) to create menus, encode video in H.264/MPEG-4 AVC, and burn to BD-R. The discs must comply with Blu-ray Disc Association specifications (e.g., UDF 2.50 file system, AACS encryption for commercial releases). Testing is critical: a bad burn can result in coasters (useless discs). Common failure: buffer underrun during burning if the drive's buffer empties; modern drives have underrun protection (e.g., Buffer Underrun Error Proof), but it can still happen if the host system is too slow. To avoid, use dedicated burning PCs with fast storage and disable power-saving features.

How 220-1101 Actually Tests This

What 220-1101 Tests on This Topic (Objective 3.4)

The exam expects you to identify and compare optical drive types, specifically DVD and Blu-ray. Key points tested: - Capacities: DVD single layer 4.7 GB, dual layer 8.5 GB; Blu-ray single layer 25 GB, dual layer 50 GB. Know these numbers exactly. - Laser wavelengths: DVD 650 nm (red), Blu-ray 405 nm (blue-violet). - Interface types: SATA (most common internal), PATA (legacy), USB (external). Recognize that internal drives are usually SATA. - Disc formats: DVD-ROM (read-only), DVD-R/DVD+R (write-once), DVD-RW/DVD+RW (rewritable), DVD-RAM (rewritable, random access). Blu-ray: BD-ROM (read-only), BD-R (write-once), BD-RE (rewritable). - Region codes: DVD has 6 regions; Blu-ray has 3 regions. Not deeply tested but may appear. - Dual-layer technology: Two layers read by focusing laser at different depths; capacity doubles.

Common Wrong Answers and Why Candidates Choose Them 1. Wrong answer: DVD capacity is 25 GB. Why: Candidates confuse DVD with Blu-ray. Remember DVD = 4.7 GB (single layer). 2. Wrong answer: Blu-ray uses a red laser (650 nm). Why: Candidates mix up DVD and Blu-ray wavelengths. Blu-ray = 405 nm (blue-violet). 3. Wrong answer: All optical drives are SATA. Why: Many modern drives are SATA, but older systems use PATA (IDE). The exam may include a legacy system scenario. 4. Wrong answer: DVD-RAM is not rewritable. Why: DVD-RAM is rewritable, but it's less common. Candidates may assume only DVD-RW/DVD+RW are rewritable.

Specific Numbers, Values, and Terms That Appear on Exam - Laser wavelength: 650 nm (DVD), 405 nm (Blu-ray) - Capacity: 4.7 GB (DVD SL), 8.5 GB (DVD DL), 25 GB (BD SL), 50 GB (BD DL) - Interface: SATA, PATA, USB - Form factor: 5.25-inch, slim, external - Disc types: DVD-ROM, DVD-R, DVD+R, DVD-RW, DVD+RW, DVD-RAM; BD-ROM, BD-R, BD-RE

Edge Cases and Exceptions - DVD-RAM is a rewritable format that uses random access (like a hard drive) and is often used in camcorders. It has a different track structure and requires a compatible drive. - BDXL discs (100 GB, 128 GB) exist but are less common; the exam may not test them, but know they are higher capacity. - M-DISC is a special write-once medium designed for long-term archival (up to 1000 years). It requires a compatible drive. - Some drives can read/write multiple formats (e.g., DVD±RW, CD-RW). The exam may ask about compatibility.

How to Eliminate Wrong Answers - If the question asks for capacity, look for the exact number. If it says 4.7 GB, it's DVD; if 25 GB, it's Blu-ray. - If the question mentions laser color, red = DVD, blue-violet = Blu-ray. - If the question mentions region codes, DVD has 6, Blu-ray has 3. - If the question mentions a disc type that is rewritable, look for "RW" or "RAM" (DVD-RAM is rewritable). - If the question involves a laptop, the drive is likely slim (not 5.25-inch).

Key Takeaways

DVD single-layer capacity: 4.7 GB; dual-layer: 8.5 GB.

Blu-ray single-layer capacity: 25 GB; dual-layer: 50 GB.

DVD uses a 650 nm red laser; Blu-ray uses a 405 nm blue-violet laser.

Common internal interface for optical drives: SATA (legacy: PATA/IDE).

DVD-RAM is a rewritable format with random access capability.

Blu-ray drives are backward-compatible with DVDs and CDs via a second laser.

Region codes: DVD has 6 regions; Blu-ray has 3 regions.

BDXL discs can hold up to 128 GB (quadruple layer).

Optical drives use UDF or ISO 9660 file systems.

Buffer underrun protection (e.g., BURN-Proof) prevents failed writes.

Easy to Mix Up

These come up on the exam all the time. Here's how to tell them apart.

DVD

Laser wavelength: 650 nm (red)

Capacity: 4.7 GB (single layer), 8.5 GB (dual layer)

Data transfer rate: 1x = 1.32 MB/s (DVD-ROM)

Disc formats: DVD-ROM, DVD-R, DVD+R, DVD-RW, DVD+RW, DVD-RAM

Region codes: 6 regions

Blu-ray

Laser wavelength: 405 nm (blue-violet)

Capacity: 25 GB (single layer), 50 GB (dual layer), up to 128 GB (BDXL)

Data transfer rate: 1x = 4.5 MB/s (raw)

Disc formats: BD-ROM, BD-R, BD-RE, BDXL

Region codes: 3 regions (A, B, C)

Watch Out for These

Mistake

DVD and Blu-ray use the same laser wavelength.

Correct

DVD uses a 650 nm red laser; Blu-ray uses a 405 nm blue-violet laser. The shorter wavelength allows Blu-ray to store more data.

Mistake

A DVD can hold 25 GB of data.

Correct

A standard single-layer DVD holds 4.7 GB. A dual-layer DVD holds 8.5 GB. 25 GB is the capacity of a single-layer Blu-ray disc.

Mistake

All DVD drives can read Blu-ray discs.

Correct

DVD drives cannot read Blu-ray discs because they use different laser wavelengths. Blu-ray drives are backward-compatible with DVDs and CDs because they include a second laser (650 nm) or a dual-laser assembly.

Mistake

DVD-RAM is not rewritable.

Correct

DVD-RAM is a rewritable format, similar to DVD-RW/DVD+RW. It uses a different phase-change material and allows random access (like a hard drive). It is commonly used in camcorders and some archival drives.

Mistake

Optical drives are obsolete and no longer tested on CompTIA A+.

Correct

While declining, optical drives are still used for legacy support, software distribution, and data archival. The 220-1101 exam includes questions on optical drive types, capacities, and interfaces.

Do You Actually Know This?

Reveal each answer, then mark whether you got it right. Score 60%+ to unlock the next chapter.

Frequently Asked Questions

What is the capacity of a standard single-layer DVD?

A standard single-layer DVD holds 4.7 GB of data. This is a common exam question. Remember that dual-layer DVDs hold 8.5 GB. Do not confuse with Blu-ray (25 GB single layer).

What laser wavelength does Blu-ray use?

Blu-ray uses a 405 nm blue-violet laser. This shorter wavelength compared to DVD's 650 nm red laser allows tighter focus and higher data density. The exam may ask for the exact wavelength.

Can a DVD drive read Blu-ray discs?

No, a DVD drive cannot read Blu-ray discs because it lacks a 405 nm laser. Blu-ray drives can read DVDs and CDs because they include a second laser (650 nm) or a dual-laser assembly. This is a common exam trap.

What is the difference between DVD-R and DVD+R?

DVD-R and DVD+R are both write-once formats, but they use different recording methods (different wobble frequencies). DVD+R is generally more compatible with modern drives and supports higher speeds. Most modern drives support both formats (DVD±R). The exam may not require deep differentiation, but know they are both write-once.

What is DVD-RAM?

DVD-RAM is a rewritable optical disc format that allows random access (like a hard drive). It uses phase-change technology and is often used in camcorders and archival drives. It is rewritable, unlike DVD-ROM. The exam may test that DVD-RAM is rewritable.

What interface do internal optical drives typically use?

Internal optical drives typically use SATA (Serial ATA) in modern systems. Older systems may use PATA (IDE). External drives often use USB. The exam may ask which interface is most common for internal optical drives.

What is BDXL?

BDXL (Blu-ray Disc eXtended) is a high-capacity Blu-ray format supporting 100 GB (triple layer) and 128 GB (quadruple layer). It requires a compatible BDXL drive. Standard Blu-ray drives cannot read BDXL discs. The exam may mention BDXL as a higher-capacity option.

Terms Worth Knowing

Ready to put this to the test?

You've just covered Optical Drive Types: DVD, Blu-Ray — now see how well it sticks with free 220-1101 practice questions. Full explanations included, no account needed.

Done with this chapter?