20 October 2015Birkbeck College, U. London1 Introduction to Computer Systems Lecturer: Steve Maybank Department of Computer Science and Information Systems.

Slides:



Advertisements
Similar presentations
22 October 2013Birkbeck College, U. London1 Introduction to Computer Systems Lecturer: Steve Maybank Department of Computer Science and Information Systems.
Advertisements

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.
Types Of Storage Device
Agenda Types of Storage Media Semiconductor ROM and RAM Magnetic Tapes, Floppy Disks, and Hard Disks Optical CS C446 Data Storage Technologies & Networks.
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.
Storage Device Computer Component : Storage Device (External Memory, Secondary Memory, Secondary Storage) Storage Types Magnetic Types Optical Types.
Storage and Multimedia: The Facts and More Chapter 6.
1 Introduction to Computers Day 4. 2 Storage device A functional unit into which data can be –placed –retained(stored) –retrieved(accessed)
Storage device.
Computer SCIENCE Data Representation and Machine Concepts Section 1.3
Mass storage (secondary storage)
The two types of storage: Primary Storage Secondary Storage
Peripherals and Storage Looking at: Scanners Printers Why do we need storage devices anyway? What are magnetic disks? How do magnetic disks physically.
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,
Lecture on Electronic Memories. What Is Electronic Memory? Electronic device that stores digital information Types –Volatile v. non-volatile –Static v.
Chapter 3 Data Storage. Media Storage Main memory (Electronic Memory): Stores data currently being used Is made of semiconductor chips. Secondary Memory.
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.
 Memory Memory  Types of Memory Types of Memory  Memory Representation Memory Representation  Random Access Memory Random Access Memory  Read Only.
Physical Storage and File Organization COMSATS INSTITUTE OF INFORMATION TECHNOLOGY, VEHARI.
Lecture 8 of Advanced Databases Storage and File Structure Instructor: Mr.Ahmed Al Astal.
HARDWARE: CPU & STORAGE How to Buy a Multimedia Computer System.
Lecture 4: Secondary Storage. I. Secondary Storage (Hard Drives) Secondary Storage Secondary Storage: holds data and programs for future use by providing.
CS 111 – Aug – 1.3 –Information arranged in memory –Types of memory –Disk properties Commitment for next day: –Read pp , In other.
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.
Lecture No 11 Storage Devices
GCSE Information Technology Storing data Data storage devices can be divided into 2 main categories: Backing storage is used to store programs and data.
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 3 Computing System Fundamentals 3.2 Computer Architecture.
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.
Chidambaranathan C.M SRM University,Haryana. Memory:- As the word implies “memory” means the place where we have to store any thing, this is very essential.
1 Introduction to Computers By Masseta ICT Dept. Mzumbe University.
Data Storage. 3 types of storage to remember ROM RAM Secondary or backing storage.
Storing data – Storage devices and media. What is a storage device?  A storage device is any device used in a computer to store information.  A storage.
11.1Database System Concepts. 11.2Database System Concepts Now Something Different 1st part of the course: Application Oriented 2nd part of the course:
Allow computers to store programs and information for use at a later date Storage Devices.
By : Reem Hasayen. A storage device is a hardware device capable of storing information. There are two types of storage devices used in computers 1. Primary.
20 October 2015Birkbeck College, U. London1 Introduction to Computer Systems Lecturer: Steve Maybank Department of Computer Science and Information Systems.
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.
Storage Devices.
Storage of Data Letts Chapter 6. Introduction Any system needs to store both programs and data and requires: n a main store for fast access storage; n.
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.
Copyright © 2003 Prentice Hall, Inc 1 Chapter 4 Storing Data: Electronic Filing Cabinets NEXT SLIDE.
Data Storage and Querying in Various Storage Devices.
File Organization Record Storage and Primary File Organization
Computer System Structures Storage
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
Reference: Chp 6 Introduction to Computers by Peter Norton
MEMORY BYTES. MEMORY BYTES MEMORY MEMORY OUR Internal External.
Chapter 2: Computer-System Structures
Storage and Disks.
Backing Store.
Introduction to Computing
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
Secondary Storage Devices
Mass storage (secondary storage)
GCSE OCR 4 Storage Computer Science J276 Unit 1
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.
Presentation transcript:

20 October 2015Birkbeck College, U. London1 Introduction to Computer Systems Lecturer: Steve Maybank Department of Computer Science and Information Systems Autumn 2015 Week 4a: Data storage

20 October 2015 Birkbeck College, U. London2 Magnetic Disk or Hard Disk  Platter: brown disk (x3)  Surfaces: highly polished magnetic recording material  Arm with 6 read/write heads: one for each side of each platter  Arm movement: swings between the outer rim and the inner boundary  The read/write heads skim the platter but do not touch it image: text: adapted from “How Hard Disks Work”

20 October 2015Brookshear, Section 1.33 Organisation of an MD Data is stored in concentric circular tracks on the disk Each track is divided into sectors. The tracks have the same number of sectors. The sectors have the same size, e.g. 512 Bytes or 1024 Bytes Each bit is stored by magnetizing a small region of the disk surface Formatting: creation of tracks and sectors on a disk. Any previous contents become inaccessible.

20 October 2015Brookshear, Section 1.34 Tracks and Sectors Yellow: typical track Blue: typical sector Formatting: the start and end points of each sector are written onto the disk. image and text:

Definitions Seek time: time to move head to the correct track Latency: time for correct sector to move to the head ≈ (1/2) time for 1 revolution Access time = seek time+latency Data rate: rate at which bits can be read from or written to the disk 20 October 2015Brookshear, Section 1.35

Typical Values for a Magnetic Disk Seek time: 9 ms Latency: 3 ms Data rate: 125 MB/sec Capacity: 2 TB Rotation rate: 10,000 rev/min Area for storing 1 bit: 200x25 sq nm Storage density: 15 GB/sq cm 20 October 2015Birkbeck College, U. London6

Question A disk turns at 6000 revs/min. Find the time in ms for a single revolution. When a request to read is received there is on average a delay of 14 ms before the reading of the data begins. Estimate the seek time and the latency in ms. 20 October 2015Birkbeck College, U. London7

20 October 2015Brookshear, Section 1.38 Compact Disk Spiral track: spacing between turns: 1.6 microns width: 0.5 microns total length: 5 km! Disk read from below using near infra red laser, wavelength 780 nm.

20 October 2015Birkbeck College, U. London9 Cross Section of CD-R Disk Bumps. Width: 0.5 micron Length: 0.83 micron Ht: micron Fabrication: injection moulding. CD-RW: no bumps, but same spiral track.

20 October 2015Brookshear, Section Organisation of a CD-R Single spiral track read from the centre outwards. Bit density along track is constant. Track divided into sectors ~ 2 KB. Total capacity ~ 0.8 GB. Each bit stored as a mark or “bump” on the surface, and read using laser light.

20 October 2015Brookshear, Section Organisation of Magnetic Tape Each bit is stored by magnetising a small region of the tape surface. Reliable, cheap. Formerly the only way to store GBs of data Large access times, as tape is read sequentially. Compact audio cassette

Brookshear, Section Flash Memory USB flash memory device Bits stored by accumulating charge in small chambers. Shock resistant: no moving parts Cost/bit > Hard drive cost/bit. Eventually damaged by repeated use (approx 10 5 write/erase cycles). 20 October 2015

Brookshear, Section Random Access Memory (RAM) Fast electronic memory. Used for computer main memory (primary storage). Holds data and programs during run time. Very fast read and write times. Common RAM packages 20 October 2015

Birkbeck College, U. London14 Devices For Storing Data DevicePhysical BasisMoving Parts? Hard DriveMagneticYes CDOpticalYes TapeMagneticYes Int. Circuit (Flash)ElectronicNo Int. Circuit (RAM)ElectronicNo 20 October 2015

Brookshear, Section Organisation of Main Memory (RAM) Physical: each bit is stored by a small electrical circuit. Logical: a list of cells or words addressed from 0 to 2 n -1, 8<=n<=30. All cells contain the same number of bytes, e.g. 1 byte … …

Birkbeck College, U. London16 File Storage in Main Memory **□ □□**□□□*** … … File1: * File2: □ 20 October 2015 The operating system records the locations of the different parts of the files

Brookshear, Section Definition of Random Access The cells in the memory can be accessed individually. Read times and write times do not vary from cell to cell. Example: main memory RAM. The following are not random access: M. Disk, CD, M. Tape 20 October 2015

Brookshear, Section Main Memory Mostly DRAM (dynamic RAM); power is needed to maintain the memory. Small non-volatile part for booting (start up). The CPU reads from and writes to the main memory. Very fast read and write (nano seconds)

20 October 2015Brookshear, Section Volatile and Non-Volatile Memory Volatile: memory contents lost if the power is switched off, e.g. main memory. Non-volatile: memory contents retained if the power is switched off, e.g. M. Disk.