Backing Store.

Slides:



Advertisements
Similar presentations
Chapter 4 Storing Information in a Computer Peter Nortons Introduction to Computers.
Advertisements

Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
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.
Peripheral Storage Devices
Lecture # 7. Topics Storage Techniques of Bits Storage Techniques of Bits Mass Storage Mass Storage Disk System Performance Disk System Performance File.
Lesson 9 Types of Storage Devices.
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
Lesson 3: Working with Storage Systems
Section 5a Types of Storage Devices.
Computer Hardware – Storage Systems.  Storage holds data, instructions, and information for future use  Consists of two parts Storage Device Storage.
Data Storage Lecture 3 CSCI 1405, CSCI 1301 Introduction to Computer Science Fall 2009.
1 Chapter 6 Storage and Multimedia: The Facts and More.
Backing Storage Chapter 18.
TEE COURSE GRADE 10 MODULE 7 - PC HARDWARE Memory and Storage Devices
Storage and Multimedia: The Facts and More Chapter 6.
Storage device.
Computer SCIENCE Data Representation and Machine Concepts Section 1.3
Chapter 3 Storage Prepared by: Mrs. Hanan AL- Asmari 1.
PROCESSORBacking Storage Main Memory Output Devices Input Devices Backing Storage.
Edited By :Asma AlOsaimi
Presented by: Manjeet Singh. Secondary Storage Devices Magnetic media Tape Disks Optical Media Compact Discs CD-R, WORM (Write Once, Read Many) CD-RW.
Information Technology Storage Devices Prof. Adnan Khalid.
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.
Computer Systems 1 Fundamentals of Computing
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Stuart Cunningham - Computer Platforms COMPUTER PLATFORMS Input, Output, and Storage & Introduction to Basic Computer Architecture Week 2.
Chapter 3 Data Storage. Media Storage Main memory (Electronic Memory): Stores data currently being used Is made of semiconductor chips. Secondary Memory.
1 Chapter 3 Understanding Computers, 11 th Edition Storage Medium The physical material on which a computer keeps data, instructions and information. Can.
Chapter 4: Business Hardware Oz (5 th edition). Storage Media Data an programs must be stored on nonvolatile medium –Data is retained even when not powered.
CHAPTER 5. Next Exit Main Memory and Backing Storage Devices... Main Memory and Backing Storage Devices... Main memory temporarily stores programs and.
Storing Data: Electronic Filing Cabinets What You Will Learn Difference between memory and storage How storage media are categorized Measuring a storage.
Your Interactive Guide to the Digital World Discovering Computers 2012.
OCR GCSE Computing Chapter 2: Secondary Storage. Chapter 2: Secondary storage Computers are able to process input data and output the results of that.
AS Computing Storage devices. Primary storage  A computer’s main memory (RAM) is known as primary memory.  Primary memory is volatile; when the computer.
STORAGE DEVICES Presentation By: Saurabh Mishra. A data storage device is a device for recording (storing) information (data). CD, Hard Disk and Flash.
TheTeacher Computing Data Storage Computing. TheTeacher Computing Primary Storage One of the fundamental properties of a computer is that it can store.
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.
OCR GCSE Computing © Hodder Education 2013 Slide 1 OCR GCSE Computing Chapter 2: Secondary Storage.
Tuesday 19 th October, 2015 Information Technology.
CS 101 – Sept. 28 Main vs. secondary memory Examples of secondary storage –Disk (direct access) Various types Disk geometry –Flash memory (random access)
STORAGE DEVICES Introduction Comparision Storage Hierarchy Slide 1.
Lecture 5: 9/10/2002CS149D Fall CS149D Elements of Computer Science Ayman Abdel-Hamid Department of Computer Science Old Dominion University Lecture.
Your Interactive Guide to the Digital World Discovering Computers 2012 Edited By :Asma AlOsaimi.
Section 13.2 – Secondary storage management. Index 13.2 Disks Mechanics of Disks The Disk Controller Disk Access Characteristics.
CPSC 231 Secondary storage (D.H.)1 Learning Objectives Understanding disk organization. Sectors, clusters and extents. Fragmentation. Disk access time.
MAC OS – Unit A Page:14-15 Understand Storage Media.
Main Memory Main memory – –a collection of storage locations, –each with a unique identifier called the address. Word- –Data are transferred to and from.
What do you mean by external storage devices? External storage devices are the devices that temporarily store information for transporting from computer.
Storage Technologies I Lecture 5 Storage Technologies I Md. Mahbubul Alam, PhD PRESENTED BY MD. MAHBUBUL ALAM, PHD 1.
Computer Hardware – Storage Systems.  Storage holds data, instructions, and information for future use  Consists of two parts Storage Device Storage.
Engr: Sajida Introduction to computing Optical storage The storage devices which use laser to read data from or write data to the reflective surface store.
Copyright © 2003 Prentice Hall, Inc 1 Chapter 4 Storing Data: Electronic Filing Cabinets NEXT SLIDE.
Copyright Prentice Hall, Inc. 1 Computers: Information Technology in Perspective, 11e Larry Long and Nancy Long Chapter 5 Storing and Retrieving Information.
Reference: Chp 6 Introduction to Computers by Peter Norton
Computer Science 210 Computer Organization
McGraw-Hill Technology Education
Secondary Storage Devices
Mass storage (secondary storage)
GCSE OCR 4 Storage Computer Science J276 Unit 1
Computer Application Waseem Gulsher
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.
Technology 4 Storage.
McGraw-Hill Technology Education
Storage and Multimedia
Computer Storage.
Presentation transcript:

Backing Store

Logical Overview of a Computer System Memory PROCESS INPUT OUTPUT Backing Store

Backing store Place to keep important data Kept on a storage medium Magnetic, Optical, physical Generally slower access than Memory Devices for Storage Hard Disk Drive (HDD) / Floppy Disk Drive (FDD) Zip Drive Tape Drive CD / DVD (ROM, R, RW) Memory Chips (USB sticks, Flash memory) Punched Cards Barcodes

Hard Disk Drives (HDD) Magnetic storage medium Uses rotating metal disks (platters) Use read and write ‘heads’ to store and retrieve information Large storage capacity Disk Platter Spindle Read/Write Heads Actuator

Hard Disk Layout Tracks: Concentric circles Cylinders Access Mechanism Arms Read/Write Heads Disks Tracks: Concentric circles for storing data as magnetized bits. Sectors: Portions of a track Track

Hard disk access Data represented by small magnetized ‘hot spots’ Disk space is divided into sectors (normally 512 bytes) Operating systems will allocate space to file in clusters A cluster is one or more sectors (say 4 sectors) Minimum space taken on disk by a file is therefore one cluster (say 2KB) Sector Cluster Track Confusingly, you may see a sector defined as a whole “pie slice” of a hard disk! The 512 bytes definition is more common…

Hard drive performance Hard drive performance is influenced by: Seek time i.e. time to get read/write head to the right track Rotation speed i.e. how long till the data arrives at the read/write head Transfer speed i.e. how quickly the disk’s electronics can move the data off the disk So a 7200rpm disk is very likely to perform better than a 5400rpm

Floppy Disk Drive (FDD) Magnetic storage medium Uses rotating single, thin magnetic disk Requires a drive to read the disk, which has the read/write heads Small storage capacity Typically 1.44 Mb (High Density 3.5”) Portable Cheap

Compact Discs Optical Data Storage 650MB / 700MB Capacity Data retrieved from disc surface using a laser One single spiral track from centre to edges Pits and lands used to represent binary data – think of grooves Change from pit to land or land to pit = 1 No change = 0

Electron Microscopy of Disc Surface Compact Discs Disc Track Structure Electron Microscopy of Disc Surface

DVDs Same size media as CDs Same basic data storage structure as CD but… Greater capacity e.g. 4.7GB compared to 640-800MB for CD Achieved by higher frequency laser which can be focussed more tightly Distance between pits and lands is smaller Tracks more tightly packed