Page 1 of 5. IS 335: Information Technology in Business Lecture Outline Computer/Data Storage Technology



Similar documents
Chapter 8 Memory Units

With respect to the way of data access we can classify memories as:

Types Of Storage Device

Main Memory & Backing Store. Main memory backing storage devices

CSCA0102 IT & Business Applications. Foundation in Business Information Technology School of Engineering & Computing Sciences FTMS College Global

Today we will learn about:

Writing Assignment #2 due Today (5:00pm) - Post on your CSC101 webpage - Ask if you have questions! Lab #2 Today. Quiz #1 Tomorrow (Lectures 1-7)

A+ Guide to Managing and Maintaining Your PC, 7e. Chapter 1 Introducing Hardware

CSCA0201 FUNDAMENTALS OF COMPUTING. Chapter 5 Storage Devices

Chapter 7 Types of Storage. Discovering Computers Your Interactive Guide to the Digital World

Computer Systems Structure Main Memory Organization

Discovering Computers Chapter 7 Storage

Chapter 9: Peripheral Devices: Magnetic Disks

Tech Application Chapter 3 STUDY GUIDE

McGraw-Hill Technology Education McGraw-Hill Technology Education

Computers. Hardware. The Central Processing Unit (CPU) CMPT 125: Lecture 1: Understanding the Computer

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

To understand how data is processed, by a computer, we can draw a simple analogy between computers and humans.

Module 2. Embedded Processors and Memory. Version 2 EE IIT, Kharagpur 1

Parts of a Computer. Preparation. Objectives. Standards. Materials Micron Technology Foundation, Inc. All Rights Reserved

Digital Image Formation. Storage Technology

Chapter 8. Secondary Storage. McGraw-Hill/Irwin. Copyright 2008 by The McGraw-Hill Companies, Inc. All rights reserved.

Overview of Optical Recording Technology- Current Status and Near Term Projections

Primary Memory. Input Units CPU (Central Processing Unit)

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

Algorithms and Methods for Distributed Storage Networks 3. Solid State Disks Christian Schindelhauer

Management Challenge. Managing Hardware Assets. Central Processing Unit. What is a Computer System?

Operating System Concepts. Operating System 資 訊 工 程 學 系 袁 賢 銘 老 師

Chapter 2: Computer-System Structures. Computer System Operation Storage Structure Storage Hierarchy Hardware Protection General System Architecture

Chapter 3: Computer Hardware Components: CPU, Memory, and I/O

Chapter 3 Storage. 15 th Edition Understanding Computers Today and Tomorrow Comprehensive. Deborah Morley Charles S. Parker

The Central Processing Unit:

Machine Architecture and Number Systems. Major Computer Components. Schematic Diagram of a Computer. The CPU. The Bus. Main Memory.

Computer Components Study Guide. The Case or System Box

Logical Operations. Control Unit. Contents. Arithmetic Operations. Objectives. The Central Processing Unit: Arithmetic / Logic Unit.

Two main categories of storage technology used today are magnetic storage and optical storage.

Computer Peripherals

RAM. Overview DRAM. What RAM means? DRAM

Homework # 2. Solutions. 4.1 What are the differences among sequential access, direct access, and random access?

Chapter 12: Secondary-Storage Structure

Handout 17. by Dr Sheikh Sharif Iqbal. Memory Unit and Read Only Memories

Chapter 4 System Unit Components. Discovering Computers Your Interactive Guide to the Digital World

A N. O N Output/Input-output connection

1. Memory technology & Hierarchy

Outline. CS 245: Database System Principles. Notes 02: Hardware. Hardware DBMS Data Storage

ADVANCED PROCESSOR ARCHITECTURES AND MEMORY ORGANISATION Lesson-17: Memory organisation, and types of memory

Introduction Disks RAID Tertiary storage. Mass Storage. CMSC 412, University of Maryland. Guest lecturer: David Hovemeyer.

Here are my slides from lecture, along with my notes about each slide.

Record Storage and Primary File Organization

Memory Basics. SRAM/DRAM Basics

NAND Flash FAQ. Eureka Technology. apn5_87. NAND Flash FAQ

Discovering Computers Living in a Digital World

CHAPTER 7: The CPU and Memory

Optical Storage Technology. Optical Disc Storage

MULTIPLE CHOICE FREE RESPONSE QUESTIONS

Ultra-High Density Phase-Change Storage and Memory

TEST CHAPTERS 1 & 2 OPERATING SYSTEMS

Data remanence in Flash Memory Devices

Memory. The memory types currently in common usage are:

NATIONAL SECURITY AGENCY CENTRAL SECURITY SERVICE NSA/CSS POLICY MANUAL Issue Date: 15 December 2014 Revised:

& Data Processing 2. Exercise 2: File Systems. Dipl.-Ing. Bogdan Marin. Universität Duisburg-Essen

Lecture 9: Memory and Storage Technologies

Non-Volatile Memory. Non-Volatile Memory & its use in Enterprise Applications. Contents

Price/performance Modern Memory Hierarchy

HARD DRIVE CHARACTERISTICS REFRESHER

1. Computer System Structure and Components

SDRAM and DRAM Memory Systems Overview

NCTE Advice Sheet Storage and Backup Advice Sheet 7

Computer Architecture

Disks and RAID. Profs. Bracy and Van Renesse. based on slides by Prof. Sirer

CHAPTER 2: HARDWARE BASICS: INSIDE THE BOX

Flash Memories. João Pela (52270), João Santos (55295) December 22, 2008 IST

Chapter 10: Mass-Storage Systems

University of Dublin Trinity College. Storage Hardware.

File Management Backing up files

COS 318: Operating Systems. Storage Devices. Kai Li Computer Science Department Princeton University. (

Solid State Drive Architecture

Technical Product Specifications Dell Dimension 2400 Created by: Scott Puckett

Digital Preservation. Guidance Note: Care, Handling and Storage of Removable media

RAM & ROM Based Digital Design. ECE 152A Winter 2012

Random-Access Memory (RAM) The Memory Hierarchy. SRAM vs DRAM Summary. Conventional DRAM Organization. Page 1

Local Heating Attacks on Flash Memory Devices. Dr Sergei Skorobogatov

CS 6290 I/O and Storage. Milos Prvulovic

Data Distribution Algorithms for Reliable. Reliable Parallel Storage on Flash Memories

INTRODUCTION The collection of data that makes up a computerized database must be stored physically on some computer storage medium.

FLASH TECHNOLOGY DRAM/EPROM. Flash Year Source: Intel/ICE, "Memory 1996"

Input/output (I/O) I/O devices. Performance aspects. CS/COE1541: Intro. to Computer Architecture. Input/output subsystem.

Multiple Choice Questions(Computer)

Semiconductor Memories

CPS104 Computer Organization and Programming Lecture 18: Input-Output. Robert Wagner

How To Store Data On A Computer (For A Computer)

Media Disposition and Sanitation Procedure

COMPACT DISK STANDARDS & SPECIFICATIONS

PHYSICAL PROPERTIES: GLASS. Forensic Science CC Spring 2007 Prof. Nehru

Chapter 6. Inside the System Unit. What You Will Learn... Computers Are Your Future. What You Will Learn... Describing Hardware Performance

Storage Class Memory and the data center of the future

Devices and Device Controllers

Transcription:

Lecture Outline Computer/Data Storage Technology Objectives Describe the distinguishing characteristics of primary and secondary storage Describe the devices used to implement primary storage Compare secondary storage alternatives Describe factors that affect magnetic storage devices Explain how to choose appropriate secondary storage technologies and devices Storage Device Characteristics Consist of a read/write mechanism and a storage medium Storage medium: device or substance that actually holds data Device controller provides interface between storage device and system bus Storage Device Characteristics (continued) Speed Volatility Access method Portability Cost and capacity Speed Most important characteristic differentiating primary and secondary storage Primary storage extends the limited capacity of CPU registers Secondary storage speed influences execution speed Access time Blocks and sectors Data transfer rate = 1 second/access time (in seconds) x unit of data transfer (in bytes) Volatility Primary storage devices are generally volatile Cannot reliably hold data for long periods Secondary storage devices are generally nonvolatile Holds data without loss over long periods of time Access Method Serial access (linear) Random access (direct access) Parallel access (simultaneous) Portability Typically implemented in two ways Entire storage device (USB flash drive) Storage medium can be removed (DVDs) Typically results in slower access speeds Cost and Capacity Cost increases: With improved speed, volatility, or portability As access method moves from serial to random to parallel access method Primary storage: expensive (high speed and combination of parallel/random access methods) Capacity of secondary storage devices is greater than primary storage devices Page 1 of 5

Storage device characteristics and their relationship to cost Characteristic Description Cost Speed Time required to read or write a bit, Cost increases as speed increases byte, or larger unit of data Volatility Capacity to hold data indefinitely, particularly in the absence of external power For devices of similar type, cost decreases as volatility increases Access Method Portability Capacity Can be serial, random, or parallel; parallel devices are also serial or random access Capability to easily remove and reinstall storage media from the device or the device from the computer Maximum data quantity the device or storage medium holds Serial is the least expensive; random is more expensive than serial; parallel is more expensive than non-parallel For devices of similar type, portability increases cost, if all other characteristics are held constant Cost usually increases in direct proportion to capacity Primary Storage Devices Critical performance characteristics Access speed Data transfer unit size Must closely match CPU speed and word size to avoid wait states Storing Electrical Signals Directly By devices such as batteries and capacitors Trade off between access speed and volatility Indirectly Uses energy to alter the state of a device Inverse process regenerates equivalent electrical signal Modern computers use memory implemented with semiconductors (RAM and NVM) Random Access Memory Characteristics Microchip implementation with semiconductors Capability to read and write with equal speed Random access to stored bytes, words, or larger data units Basic types Static RAM (SRAM): implemented entirely with transistors Dynamic RAM (DRAM): uses a single transistor and capacitor Random Access Memory To bridge performance gap between memory and microprocessors Read-ahead memory access Synchronous read operations Nonvolatile Memory Random access memory with long-term or permanent data retention Usually relegated to specialized roles and secondary storage Slower write speeds and limited number of rewrites Generations of devices (ROM, EPROM, and EEPROM) Page 2 of 5

Nonvolatile Memory (continued) Flash RAM (most common NVM) Competitive with DRAM in capacity and read performance Relatively slow write speed Limited number of write cycles NVM technologies under development Magnetoresistive RAM (MRAM) Phase-change memory (PCM) Memory Packaging Dual in-line packages (DIPs) Early RAM and ROM circuits Single in-line memory module (SIMM) Standard RAM package in late 1980s Double in-line memory module (DIMM) Newer packaging standard A SIMM with independent electrical contacts on both sides of the module Magnetic Storage Exploits duality of magnetism and electricity Electrical current can generate a magnetic field Magnetic field can generate electricity Polarity of magnetic charge represents bit values zero and one Magnetic Storage (continued) Devices must control or compensate for some undesirable characteristics of magnetism and magnetic storage media Magnetic decay Magnetic leakage Minimum threshold current for read operations Storage medium coercivity Long-term storage medium integrity Magnetic Decay and Leakage Magnetic decay Tendency of magnetically charged particles to lose their charge over time Constant over time and proportional to the power of the charge Magnetic leakage If the polarity of adjacent bits is opposite Their magnetic fields tend to cancel out the charge of both areas Strength of both charges falls below read threshold Areal Density Surface area allocated to a bit Coercivity: capability of a substance or magnetic storage medium to accept and hold a magnetic charge Media Integrity Depends on its construction and the environmental factors it s subjected to Hard disk drives and MRAM have high media integrity Magnetic tape and others have thin coatings of coercible material layered over a plastic or other substrate Page 3 of 5

Magnetic Tape Ribbon of plastic with a coercible (usually metallic oxide) surface coating Mounts in a tape drive for reading and writing Compounds magnetic leakage; wraps upon itself Susceptible to stretching, friction, and temperature variations Two geometric approaches to recording data Linear recording Helical scanning Magnetic Disk Flat, circular platters with metallic coating that is rotated beneath read/write heads Data normally recorded on both sides Tracks, cylinders, and sectors Hard disks and drive arrays Magnetic Disk (continued) Access time Head-to-head switching time Track-to-track seek time Rotational delay Most important performance numbers Average access time Sequential access time Sustained data transfer rate To increase capacity per platter, disk manufacturers divide tracks into zones and vary the sectors per track in each zone Solid-State Drives Expected to supplant magnetic disk as the dominant secondary storage technology Mimics the behavior of a magnetic disk drive but uses flash RAM or other NVM devices as the storage medium and read/write mechanism Currently implemented with the same physical size and interfaces as magnetic drives Have an advantage in power consumption Optical Mass Storage Devices Store bit values as variations in light reflection Higher areal density and longer data life than magnetic storage Standardized and relatively inexpensive Uses: read-only storage with low performance requirements, applications with high capacity requirements, and where portability in a standardized format is needed Optical storage devices read data by shining laser beam on the disc. Page 4 of 5

CD-ROM, DVD-ROM, and BD CD Bit values represented as flat areas (lands) and concave dents (pits) in the reflective layer Data recorded in single continuous track that spirals outward from center of disc DVD: standard format for movies and audiovisual content Blu-ray disc (BD): update to DVD-ROM DVD and BD technologies improve on CD technology Increased areal density achieved with smaller wavelength lasers and more precise mechanical control Higher rotational speeds Improved error correction Multiple recording sides and layers Recordable Discs Use a laser that can be switched between high and low power and a laser-sensitive dye embedded in the disc Dye is stable when scanned at low power during a read operation Write operation is destructive: recordable formats only written once Should be stored in dark location at room temperature Phase-Change Optical Discs Enables nondestructive writing to optical storage media Materials change state easily from non-crystalline (amorphous), to crystalline, and then back again Reflective layer loses its capability to change state with repeated heating and cooling Current rewritable media wear out after about 1000 write operations Summary Storage devices and their underlying technologies Characteristics common to all storage devices Technology, strengths, and weaknesses of primary and secondary storage Page 5 of 5