qwertyuiopasdfghjklzxcvbnmqwerty uiopasdfghjklzxcvbnmqwertyuiopas dfghjklzxcvbnmqwertyuiopasdfghjkl

Size: px
Start display at page:

Download "qwertyuiopasdfghjklzxcvbnmqwerty uiopasdfghjklzxcvbnmqwertyuiopas dfghjklzxcvbnmqwertyuiopasdfghjkl"

Transcription

1 qwertyuiopasdfghjklzxcvbnmqwerty uiopasdfghjklzxcvbnmqwertyuiopas dfghjklzxcvbnmqwertyuiopasdfghjkl CD-R/RW and DVD+-R/RW Media Analysis zxcvbnmqwertyuiopasdfghjklzxcvbn mqwertyuiopasdfghjklzxcvbnmqwer Digital Forensics Fall /5/2006 tyuiopasdfghjklzxcvbnmqwertyuiop Nico Marrero asdfghjklzxcvbnmqwertyuiopasdfghj klzxcvbnmqwertyuiopasdfghjklzxcv bnmqwertyuiopasdfghjklzxcvbnmq wertyuiopasdfghjklzxcvbnmqwertyu iopasdfghjklzxcvbnmqwertyuiopasd fghjklzxcvbnmqwertyuiopasdfghjklz xcvbnmqwertyuiopasdfghjklzxcvbn mqwertyuiopasdfghjklzxcvbnmqwer

2 1 CD/DVD Operation 1.2 mm of polycarbonate plastic and a film of laquer (usually with a label) sandwich a thin layer of Super Purity Aluminum (or gold, for data longevity) in Compact Discs (CDs). The data in a CD is stored in tiny pits in the top of the polycarbonate plastic layer in tightly packed spirals. Figure 1: CD Cross-Section When the CD reader s 780 nm wavelength laser hits the pits and lands (spacing between pits), the reflected light hits an optical sensor or misses it depending on whether it hit a pit or a land. The pits and lands do not reflect the binary data, however. The raw data is encoded using Non-Return-to-Zero, Inverted encoding and Eight-to- Fourteen modulation and finally Cross-Interleaved Reed-Solomon Coding. DVDs (Digital Versatile Discs) are much like CDs in that they have pits and lands that are read by a laser. However, the pits and lands are much smaller and the tracks are much thinner than CDs. The laser used to read the information is also much smaller (640 nm wavelength). DVDs use a different encoding scheme than CDs and much more efficient error correction, allowing them to hold much more data (4.7 Gb). Dual layer DVDs can hold almost twice the information (pits have to be longer), although there can be a pause of as much as two seconds when readers switch between layers. There are also double-sided DVDs that hold information on both sides of the disc.

3 2 CD/DVD Writing Figure 2: CD pit spacing vs DVD pit spacing For Writeable CDs (CD-Rs or CD-Recordable discs), instead of pits and lands, they have a photosensitive dye underneath the reflective metal layer. The dye begins as transparent, but the recording laser causes the dye to become opaque. When the reading laser hits the transparent sections of dye, the light reflects onto the optical pickup. When it hits the opaque sections, the light is absorbed. This is why CD-Rs are compatible with stamped CDs. Writeable DVDs are more complex due to the format wars. Though physically they are similar to writeable CDs, there are three competing formats for writeable DVDs: DVD-R/RW, DVD+R/RW, and DVD-RAM. DVD- and DVD+ are very similar formats, while DVD-RAM is even physically different from the other two (it has a disc caddy). There are three methods of writing CDs/DVDs: Disc-At-Once, Track-At-Once, and Packet Writing. Disc-At-Once In this method, all of the data is written to the media and the media is closed (meaning no more data can be written to it). This method allows extra data to be written to the disc in the form of hidden tracks (which can only be accessed by rewinding from the first track) and in pre-gaps that occur between tracks. Track-At-Once In this method, data is written one track at a time and the media is left open to allow more data to be written later. This is typically how audio+data CDs are created. Packet Writing In this method, files are written to the media in packets, allowing files to written at multiple times and allowing files to be hidden (in the case of WORM) or erased (in the case of RW).

4 3 CD/DVD ReWriting Rewriteable CDs and DVDs, instead of a dye, use a mixture of silver, indium, antimony and tellurium. When heated to a certain temperature the mixture cools in a crystalline form. When heated to a higher temperature, it cools amorphous. In this way, the media can be written over again and again. CD/DVD Filesystems ISO 9660 The ISO filesystem was the first to be used with CD media. Filenames are restricted to [0-9A-Za-z_]*. Directory names can be a maximum of eight characters and can only be eight directories deep. CDs carry a Table of Contents (TOC) that holds track information (up to a total of 99 tracks). The rest of the CD is split between the system use area and the information area. Data is stored in the information area while the system area acts like the boot sector of a hard drive. The CD also has eight subchannels (P through W) that are used to store information other than the main audio or data. The system area is divided into two parts: the power calibration area (PCA) and the program memory area (PMA). The PCA is used to calibrate the laser for writing. On every calibration a bit is set in a counting area. There can be up to 99 calibrations. In the PMA, data is stored to record starting sectors for data tracks or start and end times for music tracks. The information area is divided into three parts: the Lead-In, Program Area, and Lead-Out. The Lead-In contains digital silence in the main channel and the TOC in the q-subchannel. The Lead-Out contains only digital silence and marks the end of the CD. The Program Area contains the actual data (with a lot of encoding). ISO 9660 is not good for rewriteable media or even for multi-session WORM media because each file must have its location set ahead of time to create the Path Tables and Volume Descriptors it uses. The standard must also be constantly rewritten as new forms of data are becoming commonly written to the media (including audio, data, multimedia, etc). So another standard was introduced to overcome these problems. Universal Disc Format (UDF) UDF is a newer standard used to replace ISO 9660, though it maintains backward compatibility with it. UDF (after version 1.5) has three flavors: Original, Virtual Allocation Table (VAT), and Spared. Original This flavor is used on any media that supports random read/write access. This includes hard drives. Like other filesystems (FAT), directory entries point directly to the blocks of file contents.

5 4 VAT This flavor was created for WORM media (both CD and DVD). With Original UTF (as with ISO 9660) all of the data would have to be mastered before writing to WORM media since writes can only occur once and must be incremental. VAT uses an allocation table to remap physical blocks that are modified (or deleted ) so that a WORM disc can be used much like a hard drive. Spared Sectors on rewritable media tend to wear out over multiple write cycles (typically 1000). To combat this, this flavor of UDF uses a Sparing Table to remap worn out sectors (effectively load-balancing sector rewriting). This flavor looks identical to the Original flavor until sectors begin wearing out. CD/DVD Data Recovery Much of the information on data recovery is proprietary and not easily accessible. Especially specifics on how to perform data recovery. The tools that are sold are usually provided free to view recoverable files, and then require a license to actually extract and recover the files. Available commercial tools are listed in a later section. The differing roles (Corporate IT, Government IT, Forensic Investigator) have a very similar function in the context of CD/DVD media analysis. A Forensic Investigator would have the additional task of using tools that create media images (in this case most likely the.bin/.cue or.img file formats, which contain raw dumps and don t do anything fancy to shrink the image size) to be sure that data is consistent and unchanged. WORM Data Recovery In write-once media, data cannot be erased. If files are deleted from WORM media, they no longer appear in the TOC, but the file data itself is still on the CD. So using (or creating) tools that do not bound themselves with the CD/DVD TOC can allow a person to recover deleted files in WORM media. In the case of multiple sessions, each session s TOC contains pointers to previous sessions, so even though the final session is viewable through the main TOC, all previous sessions are accessible. Rewritable Data Recovery There are two different ways to delete data on a rewritable disc: Full Blanking and Fast Blanking.

6 5 Full Blanking Data on rewriteable discs can be deleted permanently as the entire CD/DVD can be annealed, which takes a long time as each sector on the media must be written. However, no references could be found that discussed potential ways to recover data from fully blanked media. Fast Blanking To save time, data can be erased in a manner similar to erasing files on many filesystems. The file data still exists, but references to the file are deleted. In rewritable media, erasing the entire media can be as fast as erasing the TOC, pregap, and PMA. ALL the data on the disc is still present, but the disc appears blank to a reader. Usually, this means that the first sectors of data are gone, but after about 300 sectors, data recovery can begin. If a rewriteable media is formatted using the VAT UDF filesystem, then data can be recovered in much the same way described in the WORM Data Recovery section. Physically Damaged Data Recovery Because the information in CDs and DVDs is contained inside the media and not on the surface, the plastic layer can be removed and replaced to get access to the data beneath. However, scratches in the label side of the disc are more likely to cause damage to the data than scratches in the shiny side. Companies like Skippy Disc ( can perform CD/DVD repair for a price ($ $7.00 per disc). CD/DVD Data Recovery Tools Here are a smattering of the many, MANY data recovery tools available. I was unable to find any that were completely free. IsoBuster ( $29.95 Isobuster touts data recovery from all possible CD and DVD formats. All data access, media access, data gathering and interpretation is done independently of the OS. Also works with image files. Some of the data recovery functionality is free (like ISO 9660 recovery) and some requires the licensed version (like UDF data recovery). Multi Data Rescue ( $39.95 This program recovers data from CDs, DVDs, and Digital Media (USB keys, PDAs, Phones, Memory Cards, etc). There are cheaper versions available for just CD or DVD data recovery.

7 6 CD Roller ( $29.50 Like the aforementioned tools, CDRoller works on CDs and DVDs in multiple formats and multiple filesystems. References Wikipedia: How Stuff Works: PC Tech Guide: CGSecurity PhotoRec: DVD Forum: SkippyDisc: IsoBuster: NalTech: CDRoller:

Compact Disc How it Works?

Compact Disc How it Works? Compact Disc How it Works? A Compact Disc (CD) is an optical disc used to store digital data. CD-ROMs and CD-Rs remain widely used technologies in the computer industry.cd-rom drives employ a near-infrared

More information

CD and DVD History. High Sierra Format (HSF) CD-ROM Data Storage. CD-ROM Mode 1. CD-ROM Mode 2

CD and DVD History. High Sierra Format (HSF) CD-ROM Data Storage. CD-ROM Mode 1. CD-ROM Mode 2 CD and DVD History CD-DA (Compact Disk-digital audio), the original compact disc for music, was defined by Philips and Sony, in 1982. The CD-DA allows a music playing time of 74 minutes 30 seconds. CD-ROM

More information

FACTFILE: GCE DIGITAL TECHNOLOGY

FACTFILE: GCE DIGITAL TECHNOLOGY FACTFILE: GCE DIGITAL TECHNOLOGY AS2: FUNDAMENTALS OF DIGITAL TECHNOLOGY Hardware and Software Architecture 2 Learning Outcomes Students should be able to: explain the need for secondary storage; describe

More information

DAT330 Principles of Digital Audio Cogswell Polytechnical College Spring Week 6 Class Notes

DAT330 Principles of Digital Audio Cogswell Polytechnical College Spring Week 6 Class Notes DAT330 Principles of Digital Audio Cogswell Polytechnical College Spring 2009 Week 6 Class Notes Optical Disc Media: CD and DVD Optical Disc Media Design of Optical Media Most optical storage systems store

More information

Grade 5 lesson 2 Computer storage and computer care and you

Grade 5 lesson 2 Computer storage and computer care and you Grade 5 lesson 2 Computer storage and computer care and you COMPUTER STORAGE 1 Storage is a means to hold and store data to present and future use. All computers have some sort of storage to function properly.

More information

Optical discs can store data at much higher densities than magnetic disks. They are therefore ideal for multimedia applications where images,

Optical discs can store data at much higher densities than magnetic disks. They are therefore ideal for multimedia applications where images, OPTICAL STORAGE II Autorem materiálu a všech jeho částí, není-li uvedeno jinak, je Zuzana Strnadlová. Dostupné z Metodického portálu www.rvp.cz, ISSN: 1802-4785. Provozuje Národní ústav pro vzdělávání,

More information

Computer Organization

Computer Organization Chapter 5 Computer Organization Figure 5-1 Computer hardware :: Review Figure 5-2 CPU :: Review CPU:: Review Registers are fast stand-alone storage locations that hold data temporarily Data Registers Instructional

More information

Data and File Structures Chapter 3. Secondary Storage and System Software: CD-ROM & Issues in Data Management

Data and File Structures Chapter 3. Secondary Storage and System Software: CD-ROM & Issues in Data Management Data and File Structures Chapter 3 Secondary Storage and System Software: CD-ROM & Issues in Data Management 1 Overview CD-ROM (Compact Disk, Read-Only Memory) A Journey of a Byte Buffer Management I/O

More information

Lesson #8 Optical Storage Media. 8. Optical Storage Media - Copyright Denis Hamelin - Ryerson University

Lesson #8 Optical Storage Media. 8. Optical Storage Media - Copyright Denis Hamelin - Ryerson University Lesson #8 Optical Storage Media Optical Storage Media Offers high density storage at low cost. CD DVD BD History of Optical Storage Media 1982: CD (Philips/Sony) 1983: CD-ROM 1986: CD-I (Interactive) carries

More information

3. Other Optical Formats

3. Other Optical Formats 1. Introduction to FMD 1.1 Fluorescent Multi-layered Disc Fluorescent Multi-layer Disc (FMD) is a new data storage format currently being developed by a company called Constellation 3D (C3D). FMD is an

More information

VFAT. Win 95 and Win 98 2 GB Maximum Partition 32 K 2 GB. Long File Names

VFAT. Win 95 and Win 98 2 GB Maximum Partition 32 K 2 GB. Long File Names VFAT Win 95 and Win 98 2 GB Maximum Partition 32 K Cluster @ 2 GB Long File Names 50 FAT 32 Win 95 and Win 98 2 TB Maximum Partition 4 KB Cluster @ 2 GB 51 Partition Format Load OS 52 Fixed Disk Setup

More information

What is Data Storage?

What is Data Storage? What is Data Storage? When we talk about storing data, we mean putting the data in a known place. We can later come back to that place and get our data back again. Writing data or saving data are other

More information

A CD has a long, spiraled data track. If you were to unwind this track, it would extend out 3.5 miles (5 km).

A CD has a long, spiraled data track. If you were to unwind this track, it would extend out 3.5 miles (5 km). How CD Burners Work by Tom Harris In 2000, one of the biggest news stories was the rise of Napster and similar file-sharing programs. With these programs, you could get an MP3 version of just about any

More information

Topic 4: Storage Devices

Topic 4: Storage Devices Topic 4: Storage Devices 4.1 Introduction A storage device is a computer peripheral which is used to store data and programs for a specific interval of time. A computer system usually contains several

More information

Hard Drive Technologies

Hard Drive Technologies Unit 8 Hard Drive Technologies Copyright 2002 Heathkit Company, Inc. All rights reserved. The disk surface is divided into tracks. 2 Most Hard Drives Have Multiple Platters Platter1, Track1 Platter2, Track1

More information

ASSIGNMENT , The feedback signal in the velocity transducer servo circuit performs which of the following functions? 12-1.

ASSIGNMENT , The feedback signal in the velocity transducer servo circuit performs which of the following functions? 12-1. ASSIGNMENT 12 Textbook Assignment: Magnetic Disk Storage, chapter 10 Continued, pages 10-21 through 10-33; and CD-ROM Storage, chapter 11, pages 11-1 through 11-7. 12- The velocity transducer in a disk

More information

CC:DA/OLAC/2015/1 June 9, 2015 page 1 of 14

CC:DA/OLAC/2015/1 June 9, 2015 page 1 of 14 page 1 of 14 DATE: TO: FROM: SUBJECT: ALA/ALCTS/CaMMS/Committee on Cataloging: Description and Access (CC:DA) OLAC (Kelley McGrath) Addition of new Chapter 3 elements for optical disc physical standard,

More information

TODAY AND TOMORROW. Storage CHAPTER

TODAY AND TOMORROW. Storage CHAPTER 1 TODAY AND TOMORROW 3 Storage CHAPTER Storage Systems Characteristics All storage systems have specific characteristics Storage medium (what data is stored on) Can be removable or nonremovable from the

More information

DVD Development, Formats, Techniques, Trends. Nicole Kohlrausch November 2003 Page 1

DVD Development, Formats, Techniques, Trends. Nicole Kohlrausch November 2003 Page 1 DVD Development, Formats, Techniques, Trends Page 1 Basic Technology Optical storage Media: Information is represented by using the intensity of laser light reflected during reading 1,6 µm (track pitch)

More information

Today we will learn about:

Today we will learn about: Storage Devices Today we will learn about: Storage Devices Ancient technology (from my days as a student) Floppies CD_ROM, DVDs Hard drives Magnetic tape Storage versus Memory Memory holds data, programs

More information

FY04: jennifer george. Course Information

FY04: jennifer george. Course Information FY04: Course Information Autumn Term Jennifer George Email: mas02jg@gold.ac.uk Office Hours: Mondays 3.00pm 5.00pm (email for appointments) Office: Room 4, 29 St James 1 Lectures & Labs Lectures: RHB 306

More information

ADVANCED TOPICS ON OPTICAL MEDIA

ADVANCED TOPICS ON OPTICAL MEDIA ADVANCED TOPICS ON OPTICAL MEDIA Introduction What we will cover Optical media physical characteristics Reading marginal discs Reading broken/cracked discs Reading quick-erased and damaged rewritable discs

More information

vinodsrivastava.wordpress.com

vinodsrivastava.wordpress.com vinodsrivastava.wordpress.com SECTION 3 STORAGE SYSTEM This Section you will learn about: BACK-UP STORAGE NEED OF BACK-UP ACCESSING DATA FROM STORAGE TYPE OF BACKUP(Secondary Storage) Devices o Magnetic-

More information

3 USING NERO BURNING ROM

3 USING NERO BURNING ROM 3 USING NERO BURNING ROM Nero Burning ROM gives you the maximum amount of flexibility and options for burning data to create different types of CDs and DVDs, such as bootable CDs or Super Video CDs. Until

More information

CDs & DVDs: Different Types of Disk Explained

CDs & DVDs: Different Types of Disk Explained CDs & DVDs: Different Types of Disk Explained C 200 / 1 Don t Waste Money Buying the Wrong Type Find Out Which Disks Your PC Can Use! Your PC almost certainly has at least one CD/DVD drive. In its most

More information

lesson 3 Transforming Data into Information

lesson 3 Transforming Data into Information essential concepts lesson 3 Transforming Data into Information This lesson includes the following sections: How Computers Represent Data How Computers Process Data Factors Affecting Processing Speed Extending

More information

Fluorescent Multi-layer Disc (FMD) Fluorescent Multi-layer Disc (FMD)

Fluorescent Multi-layer Disc (FMD) Fluorescent Multi-layer Disc (FMD) Fluorescent Multi-layer Disc (FMD) Fluorescent Multi-layer Disc (FMD) Table of Contents 1. Introduction to FMD 2. FMD/C Technology 3. Other Optical Formats 4. FMD Compared to Other Optical Formats 5. Future

More information

I.t Assignment by: Adnan pervez. 28 th of july Registration number: Submitted to: sir abrahim

I.t Assignment by: Adnan pervez. 28 th of july Registration number: Submitted to: sir abrahim I.t Assignment by: Adnan pervez 28 th of july 2012. Registration number: 1511212003 Submitted to: sir abrahim Definition: An optical disk is an electronic data storage medium that can be written to and

More information

A+ Certification Guide. Chapter 12 Storage Devices

A+ Certification Guide. Chapter 12 Storage Devices A+ Certification Guide Chapter 12 Storage Devices Chapter 12 Objectives Drive Interface Types Hard Disk Drives SSD / Flash Drives Identify External Removable Storage RAID Optical Drives Floppy Drives Tape

More information

UNIT 4 Device Management

UNIT 4 Device Management UNIT 4 Device Management (A) Device Function. (B) Device Characteristic. (C) Disk space Management. (D) Allocation and Disk scheduling Methods. [4.1] Device Management Functions The management of I/O devices

More information

White Paper. Archival Media for the Masses. Written by: Arthur G. Blanck. January 2005 WP , REV 1.1

White Paper. Archival Media for the Masses. Written by: Arthur G. Blanck. January 2005 WP , REV 1.1 White Paper Written by: Arthur G. Blanck January 2005 WP-120804-001, REV 1.1 Since the beginning of recorded history, humankind s attempts to keep records of social importance have been under the relentless

More information

General Items: Reading Materials: Miscellaneous: Lecture 9 / Chapter 7 COSC1300/ITSC 1401/BCIS /19/2004 ? H ? T

General Items: Reading Materials: Miscellaneous: Lecture 9 / Chapter 7 COSC1300/ITSC 1401/BCIS /19/2004 ? H ? T General Items:? H Reading Materials:? T Miscellaneous: F.Farahmand 1 / 11 File: lec8chap7f04.doc Electronic Storage - The medium on which we can keep data, instructions, and information - Examples: Floppy

More information

Cold Cutting or Laser Dissociation Uses Eximer (UV) lasers to cut without melting UV photons ev Enough energy to break organic molecular

Cold Cutting or Laser Dissociation Uses Eximer (UV) lasers to cut without melting UV photons ev Enough energy to break organic molecular Cold Cutting or Laser Dissociation Uses Eximer (UV) lasers to cut without melting UV photons 3.5-7.9 ev Enough energy to break organic molecular bonds eg C=H bond 3.5 ev Causes material to fall apart Does

More information

QUESTIONS ABOUT COMPUTERS

QUESTIONS ABOUT COMPUTERS 1. What is a computer? QUESTIONS ABOUT COMPUTERS A computer is a machine that processes information, in other words, it receives and stores data, performs calculations with this data and presents the results

More information

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 8 Multimedia Devices and Mass Storage

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 8 Multimedia Devices and Mass Storage A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e Chapter 8 Multimedia Devices and Mass Storage Objectives Learn about multimedia adapter cards, including sound cards, TV tuner cards,

More information

A+ Guide to Managing and Maintaining Your PC, 7e. Chapter 10 Multimedia Devices and Mass Storage

A+ Guide to Managing and Maintaining Your PC, 7e. Chapter 10 Multimedia Devices and Mass Storage A+ Guide to Managing and Maintaining Your PC, 7e Chapter 10 Multimedia Devices and Mass Storage Objectives Learn about multimedia adapter cards, including sound cards, TV tuner cards, and video capture

More information

Question. Announcement. Computer Hardware. Definition of a Computer. Essential Parts. The Box (CPU) input/output device that processes information

Question. Announcement. Computer Hardware. Definition of a Computer. Essential Parts. The Box (CPU) input/output device that processes information Question Announcement What are the three essential components of a modern computer? Be general or specific Definition of a Computer A computer is an device that receives information (input), processes

More information

Chapter 2. Working with Disks and Other Removable Media

Chapter 2. Working with Disks and Other Removable Media Chapter 2 Working with Disks and Other Removable Media In This Chapter Understanding and Selecting Storage Obtaining Information about Computer Disks Assigning a Volume Label Working with USB Flash Drives

More information

Magnetic Disk. Optical. Magnetic Tape. RAID Removable. CD-ROM CD-Recordable (CD-R) CD-R/W DVD

Magnetic Disk. Optical. Magnetic Tape. RAID Removable. CD-ROM CD-Recordable (CD-R) CD-R/W DVD External Memory Magnetic Disk RAID Removable Optical CD-ROM CD-Recordable (CD-R) CD-R/W DVD Magnetic Tape Disk substrate coated with magnetizable material (iron oxide rust) Substrate used to be aluminium

More information

DDCD Commands Description. SONY Double Density CD Drive (DDCD) Command Set Proposal

DDCD Commands Description. SONY Double Density CD Drive (DDCD) Command Set Proposal DDCD Commands Description SONY Double Density CD Drive (DDCD) Command Set Proposal Ver.0.1c SONY DOUBLE DENSITY CD DRIVE (DDCD)...2-1 COMMAND SET PROPOSAL...2-1 1.1. DDCD MODEL...2-3 1.1.1. DD Media Description...

More information

Silberschatz, et al. Topics based on Chapter 13

Silberschatz, et al. Topics based on Chapter 13 Silberschatz, et al. Topics based on Chapter 13 Mass Storage Structure CPSC 410--Richard Furuta 3/23/00 1 Mass Storage Topics Secondary storage structure Disk Structure Disk Scheduling Disk Management

More information

STORAGE. Memory Versus Storage

STORAGE. Memory Versus Storage STORAGE Memory Versus Storage Memory Memory, which is composed of one or more chips on the motherboard, holds data and instruction while they are being processed by the CPU. The contents of volatile memory,

More information

Owner s Manual. for Mac OS/X. Version 1.0. November Copyright 2004, Minnetonka Audio Software. All rights reserved.

Owner s Manual. for Mac OS/X. Version 1.0. November Copyright 2004, Minnetonka Audio Software. All rights reserved. Owner s Manual for Mac OS/X Version 1.0 November 2004 Copyright 2004, Minnetonka Audio Software. All rights reserved. 1 Introduction to discwelder BRONZE...1 2 The discwelder BRONZE Main Screen...3 3 Creating

More information

1.1 Bits and Bit Patterns. Boolean Operations. Figure 2.1 CPU and main memory connected via a bus. CS11102 Introduction to Computer Science

1.1 Bits and Bit Patterns. Boolean Operations. Figure 2.1 CPU and main memory connected via a bus. CS11102 Introduction to Computer Science 1.1 Bits and Bit Patterns CS11102 Introduction to Computer Science Data Storage 1.1 Bits and Their Storage 1.2 Main Memory 1.3 Mass Storage 1.4 Representation of information as bit patterns Bit: Binary

More information

SEN361 Computer Organization. Prof. Dr. Hasan Hüseyin BALIK (6 th Week)

SEN361 Computer Organization. Prof. Dr. Hasan Hüseyin BALIK (6 th Week) + SEN361 Computer Organization Prof. Dr. Hasan Hüseyin BALIK (6 th Week) + Outline 2. The computer system 2.1 A Top-Level View of Computer Function and Interconnection 2.2 Cache Memory 2.3 Internal Memory

More information

William Stallings Computer Organization and Architecture 8 th Edition. Chapter 6 External Memory

William Stallings Computer Organization and Architecture 8 th Edition. Chapter 6 External Memory William Stallings Computer Organization and Architecture 8 th Edition Chapter 6 External Memory Types of External Memory Magnetic Disk RAID Removable Optical CD-ROM CD-Recordable (CD-R) CD-R/W DVD Magnetic

More information

What is the typical configuration of a computer sold today? 1-1

What is the typical configuration of a computer sold today? 1-1 What is the typical configuration of a computer sold today? 1-1 Computer Hardware Components In this chapter: How did the computer become known as the stored-program computer? Do they all have the same

More information

Objectives Overview. Chapter 7 Types of Storage. Instructor: M. Imran Khalil. MSc-IT 1st semester Fall Discovering Computers 2012

Objectives Overview. Chapter 7 Types of Storage. Instructor: M. Imran Khalil. MSc-IT 1st semester Fall Discovering Computers 2012 Chapter 7 Types of Storage Instructor: M. Imran Khalil MSc-IT 1 st Semester Fall 2016 Discovering Computers 2012 Your Interactive Guide to the Digital World Objectives Overview Differentiate between storage

More information

Computers Are Your Future

Computers Are Your Future Computers Are Your Future 2006 Prentice-Hall, Inc. Computers Are Your Future Chapter 7 Input/Output and Storage 2006 Prentice-Hall, Inc Slide 2 Input Input is any data entered into the computer s memory

More information

Hard facts. Hard disk drives

Hard facts. Hard disk drives Hard facts Text by PowerQuest, photos and drawings Vlado Damjanovski 2004 What is a hard disk? A hard disk or hard drive is the part of your computer responsible for long-term storage of information. Unlike

More information

INFS 214: Introduction to Computing

INFS 214: Introduction to Computing INFS 214: Introduction to Computing Session 6 Storage Technologies Lecturer: Dr. Ebenezer Ankrah, Dept. of Information Studies Contact Information: eankrah@ug.edu.gh College of Education School of Continuing

More information

How Analog and Digital Recording and CDs Work Adapted from by Marshall Brain

How Analog and Digital Recording and CDs Work Adapted from  by Marshall Brain How Analog and Digital Recording and CDs Work Adapted from www.howstuffworks.com by Marshall Brain In the Beginning: Etching Tin Thomas Edison is credited with creating the first device for recording and

More information

Chapter 14: Mass-Storage Systems

Chapter 14: Mass-Storage Systems Chapter 14: Mass-Storage Systems Disk Structure Disk Scheduling Disk Management Swap-Space Management RAID Structure Disk Attachment Stable-Storage Implementation Tertiary Storage Devices Operating System

More information

Tape pictures. CSE 30341: Operating Systems Principles

Tape pictures. CSE 30341: Operating Systems Principles Tape pictures 4/11/07 CSE 30341: Operating Systems Principles page 1 Tape Drives The basic operations for a tape drive differ from those of a disk drive. locate positions the tape to a specific logical

More information

Writing files to CD in Windows

Writing files to CD in Windows Writing files to CD in Windows You are reminded that if you use a blank CD in University-owned equipment you are bound by the University Computing Regulations. Your attention is drawn in particular to

More information

Digital Circuits ECS 371

Digital Circuits ECS 371 Digital Circuits ECS 371 Dr. Prapun Suksompong prapun@siit.tu.ac.th Lecture 25 Office Hours: BKD 3601-7 Monday 9:00-10:30, 1:30-3:30 Tuesday 10:30-11:30 1 Announcement Reading Assignment: Chapter 7: 7-1,

More information

HDD Recovery Information for Your Toshiba Computer

HDD Recovery Information for Your Toshiba Computer HDD Recovery Information for Your Toshiba Computer The following information supersedes the information documented in the relevant sections of the electronic User s Guide that shipped with your Hard Drive

More information

BCN1043. By Dr. Mritha Ramalingam. Faculty of Computer Systems & Software Engineering

BCN1043. By Dr. Mritha Ramalingam. Faculty of Computer Systems & Software Engineering BCN1043 By Dr. Mritha Ramalingam Faculty of Computer Systems & Software Engineering mritha@ump.edu.my http://ocw.ump.edu.my/ authors Dr. Mohd Nizam Mohmad Kahar (mnizam@ump.edu.my) Jamaludin Sallim (jamal@ump.edu.my)

More information

Computers Are Your Future Prentice-Hall, Inc.

Computers Are Your Future Prentice-Hall, Inc. Computers Are Your Future 2006 Prentice-Hall, Inc. Computers Are Your Future Chapter 7 Input/Output and Storage 2006 Prentice-Hall, Inc Slide 2 What You Will Learn About ü The purpose of special keys and

More information

GOLD SERIES DVD/CD Duplicator Manual

GOLD SERIES DVD/CD Duplicator Manual GOLD SERIES DVD/CD Duplicator Manual User s Manual Version 3.0 0 TABLE OF CONTENTS Introduction 2 Setup 11 LCD Front Panel Overview 2 o Auto Start Time 11 Menu Overview 3-5 o Display Mode 12 Functions

More information

DDCD (Double Density Compact Disc) - A family of related optical storage media that capacity has double than CD.

DDCD (Double Density Compact Disc) - A family of related optical storage media that capacity has double than CD. 3. Definitions, abbreviations and acronym 3.1.19 DDCD (Double Density Compact Disc) - A family of related optical storage media that capacity has double than CD. 3.1.20 DDCD-ROM (Double Density Compact

More information

Backing Storage Media

Backing Storage Media Backing Storage Media Key Words The following words will crop up as part of the following presentation. You should use your notes sheet to log information about them when it is covered. You will be quizzed

More information

Background and Rationale

Background and Rationale page 1 of 6 TO: FROM: ALA/ALCTS/CaMMS Committee on Cataloging: Description and Access Kelley McGrath, OLAC Liaison to CC:DA SUBJECT: Revision of RDA 3.19.3 for video encoding formats and introduction of

More information

MMC-2 CD MODEL. Document Number R0 File name MM2-05r0.doc. Content: Clause 5 of SFF CD Model

MMC-2 CD MODEL. Document Number R0 File name MM2-05r0.doc. Content: Clause 5 of SFF CD Model Document Number 97-104R0 File name MM2-05r0.doc MMC-2 CD MODEL Content: Clause 5 of SFF8090-.09 CD Model Technical Editor: Ron Roberts Sierra-Pac Technology PO Box 2389 Shingle Springs, CA 95682 E-mail:

More information

Disk scheduling Disk reliability Tertiary storage Swap space management Linux swap space management

Disk scheduling Disk reliability Tertiary storage Swap space management Linux swap space management Lecture Overview Mass storage devices Disk scheduling Disk reliability Tertiary storage Swap space management Linux swap space management Operating Systems - June 28, 2001 Disk Structure Disk drives are

More information

DVD next COPY next Tech User s Guide January 2010

DVD next COPY next Tech User s Guide January 2010 DVD next COPY next Tech User s Guide January 2010 Table of Contents 1.0 Introduction...3 1.1 Helpful Tips...4 1.2 Limitations...4 1.3 Support...4 2.0 Installation & Activation...5 2.1 Download & Installation...5

More information

Memory Study Material

Memory Study Material Computer memory refers to the devices that are used to store data or programs on a temporary or permanent basis for use in a computer. Any data or instruction entered into the memory of a computer is considered

More information

Chapter 14: Mass-Storage Systems

Chapter 14: Mass-Storage Systems Chapter 14: Mass-Storage Systems Disk Structure Disk Scheduling Disk Management Swap-Space Management RAID Structure Disk Attachment Stable-Storage Implementation Tertiary Storage Devices Operating System

More information

Discovering Computers Fundamentals, 2011 Edition. Living in a Digital World

Discovering Computers Fundamentals, 2011 Edition. Living in a Digital World Discovering Computers Fundamentals, 2011 Edition Living in a Digital World Objectives Overview Describe the characteristics of an internal hard disk including capacity, platters, read/write heads, cylinders,

More information

Semiconductor Memory Types Microprocessor Design & Organisation HCA2102

Semiconductor Memory Types Microprocessor Design & Organisation HCA2102 Semiconductor Memory Types Microprocessor Design & Organisation HCA2102 Internal & External Memory Semiconductor Memory RAM Misnamed as all semiconductor memory is random access Read/Write Volatile Temporary

More information

Discovering Computers 2008

Discovering Computers 2008 Discovering Computers 2008 Chapter 7 Storage 1 1 Chapter 7 Objectives Differentiate between storage devices and storage media Describe the characteristics of magnetic disks Describe the characteristics

More information

A track on a magnetic disk is a concentric rings where data is stored.

A track on a magnetic disk is a concentric rings where data is stored. CS 320 Ch 6 External Memory Figure 6.1 shows a typical read/ head on a magnetic disk system. Read and heads separate. Read head uses a material that changes resistance in response to a magnetic field.

More information

Computer System Architecture

Computer System Architecture CSC 203 1.5 Computer System Architecture Department of Statistics and Computer Science University of Sri Jayewardenepura Secondary Memory 2 Technologies Magnetic storage Floppy, Zip disk, Hard drives,

More information

HP CD-Writer 8230e - Product Specifications

HP CD-Writer 8230e - Product Specifications Subject: HP CD-Writer 8230e - Product Specifications (http://support.hp.com/showpage/cat HP CD-Writer 8230e - Product Specifications In this document: Introduction Model number Product description Product

More information

William Stallings Computer Organization and Architecture 6 th Edition. Chapter 6 External Memory

William Stallings Computer Organization and Architecture 6 th Edition. Chapter 6 External Memory William Stallings Computer Organization and Architecture 6 th Edition Chapter 6 External Memory Types of External Memory Magnetic Disk RAID Removable Optical CD-ROM CD-Recordable (CD-R) CD-R/W DVD Magnetic

More information

Breaking News! Blu-Ray Wins Format War

Breaking News! Blu-Ray Wins Format War Breaking News! February 19th 2008 February 19th 2008 Blu-Ray Wins Format War Blu-Ray Scratch Repair FAQ's The Blu-Ray Disc has now been declared the winner in the new High Definition Disc format Battle.

More information

Computer Organization and Technology External Memory

Computer Organization and Technology External Memory Computer Organization and Technology External Memory Assoc. Prof. Dr. Wattanapong Kurdthongmee Division of Computer Engineering, School of Engineering and Resources, Walailak University 1 Magnetic Disk

More information

Storage. How does volatility compare? What is a storage device and a storage medium? Today s standard disk is 3.5 wide

Storage. How does volatility compare? What is a storage device and a storage medium? Today s standard disk is 3.5 wide 1 Chapter 7 Storage 2 Chapter 7 Objectives 3 Memory Versus Storage 1 What is storage? 2 Media and devices used to store and retrieve data, instructions,and information 4 Memory Versus Storage 1 How does

More information

Owner s Manual. for Mac OS/X. Version March 2009 Copyright 2009, Minnetonka Audio Software. All rights reserved.

Owner s Manual. for Mac OS/X. Version March 2009 Copyright 2009, Minnetonka Audio Software. All rights reserved. Owner s Manual for Mac OS/X Version 1.0.2 March 2009 Copyright 2009, Minnetonka Audio Software. All rights reserved. discwelder BRONZE 1000 is a trademark of Minnetonka Audio Software, Inc. 1 Introduction

More information

Storage. Chapter3 ITBIS105

Storage. Chapter3 ITBIS105 Storage Chapter3 ITBIS105 IS-IT-UOB 2013 Storage What is storage? Holds data, instructions, and information for future use Storage medium is physical material used for storage Also called secondary storage

More information

Table 1 - GET CONFIGURATION Command Descriptor Block

Table 1 - GET CONFIGURATION Command Descriptor Block Doc Number: T0/97-263r0 TO: T0 Membership From: Ron Roberts RE: Get Configuration Command Date: 0/22/97 0.. GET CONFIGURATION Command This command is intended to provide information to the initiator about

More information

Module 13: Secondary-Storage

Module 13: Secondary-Storage Module 13: Secondary-Storage Disk Structure Disk Scheduling Disk Management Swap-Space Management Disk Reliability Stable-Storage Implementation Tertiary Storage Devices Operating System Issues Performance

More information

Computer System Management - File Systems

Computer System Management - File Systems Computer System Management - File Systems Amarjeet Singh August 27, 2012 Partly adopted from Computer System Management Slides by Navpreet Singh Logistics Lab Session Please read through the handout and

More information

Session: Hardware Topic: Disks. Daniel Chang. COP 3502 Introduction to Computer Science. Lecture. Copyright August 2004, Daniel Chang

Session: Hardware Topic: Disks. Daniel Chang. COP 3502 Introduction to Computer Science. Lecture. Copyright August 2004, Daniel Chang Lecture Session: Hardware Topic: Disks Daniel Chang Basic Components CPU I/O Devices RAM Operating System Disks Considered I/O devices Used to hold data and programs before they are loaded to memory and

More information

I/O Devices. Chapter 5 Input/Output. Memory-Mapped I/O (2) Memory-Mapped I/O (1) Interrupts Revisited. Direct Memory Access (DMA) 11/26/2013

I/O Devices. Chapter 5 Input/Output. Memory-Mapped I/O (2) Memory-Mapped I/O (1) Interrupts Revisited. Direct Memory Access (DMA) 11/26/2013 MODERN OPERATING SYSTEMS I/O Devices Third Edition ANDREW S. TANENBAUM Chapter 5 Input/Output Figure 5-1. Some typical device, network, and bus data rates. Memory-Mapped I/O (1) Memory-Mapped I/O (2) Figure

More information

DVD Duplication Towers

DVD Duplication Towers DVD Duplication Towers User s Manual CONTENTS 1. Introduction..2 2. Features..2 3. Specifications..3 4. LCD Front Control Panel..3 5. Menu Overview..4 1. Copy..6 2. Test..6 3. Copy & Verify..7 4. Copy

More information

OPTICAL MEDIA WHITEPAPER

OPTICAL MEDIA WHITEPAPER OPTICAL MEDIA WHITEPAPER Lowering the cost of UNIX and Linux hardware with BackupEDGE BackupEDGE was designed to optimize the capabilities of optical media for backups. Using Optical Media With Microlite

More information

CSC 170 Introduction to Computers and Their Applications. Lecture #5 Storage and Input/Output. Storage Basics

CSC 170 Introduction to Computers and Their Applications. Lecture #5 Storage and Input/Output. Storage Basics CSC 170 Introduction to Computers and Their Applications Lecture #5 Storage and Input/Output Storage Basics Storage is a term used for the components of a digital device designed to hold data permanently.

More information

Chapter 6A. Describing Storage Devices. Describing Storage Devices. Types of Storage Devices. Store data when computer is off Two processes

Chapter 6A. Describing Storage Devices. Describing Storage Devices. Types of Storage Devices. Store data when computer is off Two processes Chapter 6A Types of Storage Devices Describing Storage Devices Store data when computer is off Two processes Writing data Reading data 2 Describing Storage Devices Storage terms Media is the material storing

More information

3 INSTALLING WINDOWS XP PROFESSIONAL

3 INSTALLING WINDOWS XP PROFESSIONAL INSTALLING WINDOWS XP PROFESSIONAL.1 Preparing for installation Objectives.1.1 Windows XP Professional Hardware Requirements.1.2 Hardware Compatibility List (HCL) check.1. Hard Disk Partition.1.4 Required

More information

Image rescue Quick Start Guide

Image rescue Quick Start Guide Image rescue Quick Start Guide Image Recovery - Recovers lost or deleted image files (JPEG, TIFF and RAW), from your memory card, even if you have erased them, reformatted the card, or your card has become

More information

Storage System COSC UCB

Storage System COSC UCB Storage System COSC4201 1 1999 UCB I/O and Disks Over the years much less attention was paid to I/O compared with CPU design. As frustrating as a CPU crash is, disk crash is a lot worse. Disks are mechanical

More information

Multimedia Project Delivering

Multimedia Project Delivering Multimedia Project Delivering Introduction Multimedia project must be test and review or web site to ensure that it is bug free, accurate, operationally and visually on target and that the client requirements

More information

How To Install Windows Updates 8 From Usb

How To Install Windows Updates 8 From Usb How To Install Windows Updates 8 From Usb Hard Drive Without Formatting We never updated our Windows 7 and 8 install guides with information about dump everything in your user profile onto a USB stick

More information

16/06/56. Secondary Storage. Secondary Storage. Secondary Storage The McGraw-Hill Companies, Inc. All rights reserved.

16/06/56. Secondary Storage. Secondary Storage. Secondary Storage The McGraw-Hill Companies, Inc. All rights reserved. Distinguish between primary and secondary storage. Discuss the important characteristics of secondary storage, including media, capacity, storage devices, and access speed. Describe hard disk platters,

More information

COMPUTER STORAGE DEVICES

COMPUTER STORAGE DEVICES COMPUTER STORAGE DEVICES A storage device records and retrieves items to and from a storage medium. A storage media is the actual physical material that holds data and programs. Writing is the process

More information

Chapter 5 Input/Output

Chapter 5 Input/Output Chapter 5 Input/Output 5.1 Principles of I/O hardware 5.2 Principles of I/O software 5.3 I/O software layers 5.4 Disks 5.5 Clocks 5.6 Character-oriented terminals 5.7 Graphical user interfaces 5.8 Network

More information

Computer Principles and Applications SSC. 151 Dr. Abdel-Hameed Nawar Spring Solution Key to Problem Set 3

Computer Principles and Applications SSC. 151 Dr. Abdel-Hameed Nawar Spring Solution Key to Problem Set 3 Social Science Computing Department Faculty of Economics and Political Science Computer Principles and Applications Cairo University SSC. 151 Dr. Abdel-Hameed Nawar Spring 2009 Name: ID No. Date : Section

More information

5907-VL CD / DVD Tower Operator s Guide

5907-VL CD / DVD Tower Operator s Guide 5907-VL CD / DVD Tower Operator s Guide CONTENTS 1. INTRODUCTION..2 2. Features..2 3. Specifications..3 4. LCD Front Control Panel..3 5. Menu Overview..4 1. Copy..6 2. Test..6 3. Copy & Verify..7 4. Copy

More information

CSE380 - Operating Systems

CSE380 - Operating Systems CSE380 - Operating Systems Notes for Lecture 17-11/10/05 Matt Blaze, Micah Sherr (some examples by Insup Lee) Implementing File Systems We ve looked at the user view of file systems names, directory structure,

More information