Peripheral Storage Devices

Slides:



Advertisements
Similar presentations
Chapter 6 Storage and Multimedia
Advertisements

Storage Devices Primary storage: is the storage provided
88 CHAPTER SECONDARY STORAGE. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved. 8-2 Competencies Distinguish between primary & secondary storage.
Chapter 4 Storing Information in a Computer Peter Nortons Introduction to Computers.
6 Secondary Storage.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Mass storage (secondary storage)
10/5: Data storage concepts What is data storage? Types of storage –magnetic, optical, magneto-optical, solid state Storage characteristics Magnetic storage:
Secondary Storage Input Output Processing Internal Memory.
CY1001 Introduction to Computer Systems Storage Devices
Hard Disk Drives Chapter 7.
Storage Devices Powered by DeSiaMore1. Contents Storage Primary Secondary Access Method Floppy disk Hard disk Optical disks Magnetic media Powered by.
Term Project Grade 9 Section B Due december 18 Find and research one Emerging technology not studied in class. It can be a prototype or already available.
PENGANTAR TEKNOLOGI INFORMASI (A)
Lecture # 7. Topics Storage Techniques of Bits Storage Techniques of Bits Mass Storage Mass Storage Disk System Performance Disk System Performance File.
1 Disks Introduction ***-. 2 Disks: summary / overview / abstract The following gives an introduction to external memory for computers, focusing mainly.
Lesson 9 Types of Storage Devices.
Hard Disk CD-ROM.
Storage Devices.
Essential concepts lesson 3 Transforming Data into Information.
Inside the Ultimate Machine
Storing Data Chapter 4.
Describing Storage Devices Store data when computer is off Two processes –Writing data –Reading data Storage terms –Media is the material storing data.
Types Of Storage Device
Computing ESSENTIALS CHAPTER Copyright 2003 The McGraw-Hill Companies, Inc.Copyright 2003 The McGraw-Hill Companies, Inc Secondary Storage computing.
88 CHAPTER SECONDARY STORAGE. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved. 8-2 Competencies Distinguish between primary & secondary storage.
Lesson 3: Working with Storage Systems
Measuring Drive Performance
Professor Michael J. Losacco CIS 1110 – Using Computers Storage Chapter 6.
Section 5a Types of Storage Devices.
Data Storage Lecture 3 CSCI 1405, CSCI 1301 Introduction to Computer Science Fall 2009.
1 Chapter 6 Storage and Multimedia: The Facts and More.
Introduction to Computers Section 5A. home Storage Involves Two Processes Writing data Reading data.
TEE COURSE GRADE 10 MODULE 7 - PC HARDWARE Memory and Storage Devices
Lecture # 12 Optical Storage Devices Flowcharts
Storage device.
Edited By :Asma AlOsaimi
Storage *Several of these slides have been adapted and modified from LUMS CS101 course (Dr Sohaib Khan and Dr Arif Zaman), VU CS101 slides (Dr. Altaf A.
CIS 105 Concepts and Terminology Unit 3 CIS 105 Survey of Computer Information Systems Essential Concepts and Terminology Study Unit Three.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Information and Communication Technology Fundamentals
1 Storing And Retrieving Information 2 Mass Storage and Files Programs and information (text, image, audio, video) are stored: –Magnetic Magnetic Tape.
Storing Data: Electronic Filing Cabinets What You Will Learn Difference between memory and storage How storage media are categorized Measuring a storage.
Lecture No 11 Storage Devices
AS Computing Storage devices. Primary storage  A computer’s main memory (RAM) is known as primary memory.  Primary memory is volatile; when the computer.
1 Introduction to Computers By Masseta ICT Dept. Mzumbe University.
Describing Storage Devices  Storage terms  Media is the material storing data  Storage devices manage the media  Magnetic devices use a magnet  Optical.
SECONDARY STORAGE DEVICES. Agenda of Today’s Lecture  Introduction to Hardware  Types of hardware devices  Storage Devices  Secondary Storage devices.
 Identify computer system components.  Explain how the CPU works.  Differentiate between RAM and ROM.  Describe how data is represented.  Identify.
STORAGE DEVICES Introduction Comparision Storage Hierarchy Slide 1.
Your Interactive Guide to the Digital World Discovering Computers 2012 Edited By :Asma AlOsaimi.
Storage devices 1. Storage Storage device : stores data and programs permanently its retained after the power is turned off. The most common type of storage.
Storage Technologies I Lecture 5 Storage Technologies I Md. Mahbubul Alam, PhD PRESENTED BY MD. MAHBUBUL ALAM, PHD 1.
Senior 3 Computer Studies
Copyright © 2003 Prentice Hall, Inc 1 Chapter 4 Storing Data: Electronic Filing Cabinets NEXT SLIDE.
Chapter 5 Computer Organization ( 計算機組織 ). Distinguish between the three components of a computer hardware. List the functionality of each component.
Copyright Prentice Hall, Inc. 1 Computers: Information Technology in Perspective, 11e Larry Long and Nancy Long Chapter 5 Storing and Retrieving Information.
MEMORY BYTES. MEMORY BYTES MEMORY MEMORY OUR Internal External.
McGraw-Hill Technology Education
Computer Science 210 Computer Organization
Measuring Drive Performance
Backing Store.
McGraw-Hill Technology Education
Secondary Storage Devices
Measuring Drive Performance
1 BY Prof. S. DAS (PhD, UK). 2 CONTENTS Introduction RAM,ROM,PROM,EPROM Auxiliary Storage Devices-Magnetic Tape, Hard Disk, Floppy Disk Optical Disks:
Lesson 9 Types of Storage Devices.
McGraw-Hill Technology Education
Measuring Drive Performance
Storage and Multimedia
Presentation transcript:

Peripheral Storage Devices

This lesson includes the following sections: Categorizing Storage Devices Magnetic and Optical Storage Devices Average Access Time File Compression Data-Transfer Rate

Categorizing Storage Devices The computer file system we have discussed must be stored somewhere. Storage devices hold data, even when the computer is turned off - unlike RAM. The physical material that actually holds data is called a storage medium. The hardware that writes data to or reads data from a storage medium is called a storage device. The two primary storage technologies are magnetic and optical.

The primary types of magnetic storage are: Hard disks Normal and high-capacity floppy disks The primary types of optical storage are: Compact disk Digital Video Disk

Magnetic Storage Devices - How Magnetic Storage Works A magnetic disk's medium contains iron particles, which can be polarized—given a magnetic field—in one of two directions (north or south) Each particle's direction represents a 1 (on) or 0 (off), representing each bit of data that the CPU can recognize. A disk drive uses read/write heads containing electromagnets to create magnetic fields over the medium.

Write head Medium Random particles (no data stored) Current flow (write operation) Organized particles (represent data)

As the medium rotates, the head writes the data.

Magnetic Storage Devices - Formatting Before a magnetic disk can be used, it must be formatted—a process that maps the disk's surface and determines how data will be stored. During formatting, the drive creates circular tracks around the disk's surface, then divides each track into sectors. The OS organizes sectors into groups, called clusters, then tracks each file's location according to the clusters it occupies.

Formatted Disk

Magnetic Storage Devices - Disk Areas When a disk is formatted, the OS creates four areas on its surface: Boot sector – stores the master boot record, a small program that runs when you first start (boot) the computer File allocation table (FAT) – a log that records each file's location and each sector's status Root folder – enables the user to store data on the disk in a logical way Data area – the portion of the disk that actually holds data

Magnetic Storage Devices - Hard Disks Hard disks use multiple platters, stacked on a spindle. Each platter has two read/write heads, one for each side. Hard disks use higher-quality media and a faster rotational speed than diskettes. Hard disks spin at 3,600 to 10,000 rpm. A floppy spins at 300 rpm.

Magnetic Storage Devices - Disk Capacities Hard disks store large amounts of data. New PCs feature hard disks with capacities of 10 GB and higher. High-capacity floppy disks offer capacities up to 250 MB and the portability of standard floppy disks. HiFD and SuperDisk store 200 and 120 MB and are compatible with a normal floppy disk. Zip can store 100-250 MB, but is a different shaped disk.

Optical Storage Devices – How Optical Storage Works An optical disk is a high-capacity storage medium. An optical drive uses reflected light to read data. To store data, the disk's metal surface is covered with tiny dents (pits) and flat spots (lands), which cause light to be reflected differently. When an optical drive shines light into a pit, the light cannot be reflected back. This represents a bit value of 0 (off). A land reflects light back to its source, representing a bit value of 1 (on).

1

Optical Storage Devices – CD-ROM In PCs, the most commonly use optical storage technology is called Compact Disk Read-Only Memory (CD-ROM). A standard CD-ROM disk can store up to 650 MB of data, or about 70 minutes of audio. Once data is written to a standard CD-ROM disk, the data cannot be altered or overwritten.

Optical Storage Devices – CD-ROM Speeds and Uses Early CD-ROM drives were called single speed, and read data at a rate of 150 KBps. (Hard disks transfer data at rates of 5 – 15 MBps). CD-ROM drives now can transfer data at speeds of up to 7800 KBps. Data transfer speeds are getting faster. CD-ROM is typically used to store software programs. CDs can store audio and video data, as well as text and program instructions.

Optical Storage Devices - DVD-ROM A variation of CD-ROM is called Digital Video Disk Read-Only Memory (DVD-ROM), and is being used in place of CD-ROM in many newer PCs. Standard DVD disks store up to 9.4 GB of data—enough to store an entire movie. Dual-layer DVD disks can store up to 17 GB. DVD disks can store so much data because both sides of the disk are used, along with sophisticated data compression technologies.

Optical Storage Devices - Other Optical Storage Devices A CD-Recordable (CD-R) drive lets you record your own CDs, but data cannot be overwritten once it is recorded to the disk. A CD-Rewritable (CD-RW) drive lets you record a CD, then write new data over the already recorded data.

Average Access Time In storage devices, average access time (or seek time) is the time required for a read/write head to move to a spot on the storage medium. For storage devices, access time is measured in milliseconds (ms), or thousandths of a second. In memory, access time is measured in nanoseconds (ns), or one-billionths of a second. Diskette drives offer an average access time of 100 ms. Hard drives are faster, usually between 6 – 12 ms.

Typical Access Times for Memory and Storage Devices Tape drives 80-800 ms CD ROM drives 6-12 ms Hard disk drives 55-250 ns Read only memory (ROM) 50-70 ns Dynamic RAM (DRAM) 5-15 ns Static RAM (SRAM) Typical Access Time Device

File Compression File compression technology shrinks files so they take up less disk space. Using a compression utility, you can shrink multiple files into a single archive file. Utilities such as Windows' DriveSpace enable you to compress the entire contents of your hard disk.

Data-Transfer Rate Data-transfer rate (or throughput) measures the time required for data to travel from one device to another. If a device transfers 45,000 bytes per second, its data-transfer rate is 45 KBps. Hard disks offer the fastest data-transfer rates of any storage device.

Results in multiple head accesses which degrades performance. Hard Disk Fragmentation One file can end up fragmented (scattered) over the disk surface. Results in multiple head accesses which degrades performance.