1 Chapter 5 Data Storage Technology. 2 Systems Architecture Chapter 5 Chapter Goals Describe the distinguishing characteristics of primary and secondary.

Slides:



Advertisements
Similar presentations
Principles & Applications
Advertisements

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.
Storage Devices.
Types Of Storage Device
+ CS 325: CS Hardware and Software Organization and Architecture Internal Memory.
Professor Michael J. Losacco CIS 1110 – Using Computers Storage Chapter 6.
Data Storage Technology
Data Storage Lecture 3 CSCI 1405, CSCI 1301 Introduction to Computer Science Fall 2009.
1 Chapter 6 Storage and Multimedia: The Facts and More.
2 Systems Architecture, Fifth Edition Chapter Goals Describe the distinguishing characteristics of primary and secondary storage Describe the devices.
2 Systems Architecture, Fifth Edition Chapter Goals Describe the distinguishing characteristics of primary and secondary storage Describe the devices.
IT Systems Memory EN230-1 Justin Champion C208 –
Memory Key component of a computer system is its memory system to store programs and data. ITCS 3181 Logic and Computer Systems 2014 B. Wilkinson Slides12.ppt.
Data Storage Technology
Chapter 5 Data Storage Technology 2005 IS112. Chapter goals Describe the distinguishing characteristics of primary and secondary storage Describe the.
Backing Storage Chapter 18.
Data Storage Technology
TEE COURSE GRADE 10 MODULE 7 - PC HARDWARE Memory and Storage Devices
Storage and Multimedia: The Facts and More Chapter 6.
Storing Data. Memory vs. Storage Storage devices are like file drawers, in that they hold programs and data. Programs and data are stored in units called.
Storage device.
Memory. When we receive some instruction or information we retain them in our memory. Similarly a computer stores the instructions for solving a problem,
Chapter 5 Data Storage Technology
F1020/F1031 COMPUTER HARDWARE MEMORY. Read-only Memory (ROM) Basic instructions for booting the computer and loading the operating system are stored in.
Computer Fundamentals
Memory. Random Access Memory Defined What is memory? operating system and other system software that control the usage of the computer equipment application.
Computer Architecture Part III-A: Memory. A Quote on Memory “With 1 MB RAM, we had a memory capacity which will NEVER be fully utilized” - Bill Gates.
Storage.
Computer Hardware. “ Copyright 2005 John Wiley & Sons Inc.” TG 12 Chapter Outline Introduction The Central Processing Unit Computer Memory Evolution of.
2. Memory. Main memory – speed & types Organization of RAM RAM – Random Access Mem Static RAM [SRAM] - In SRAM, a bit of data is stored using the state.
Memory Hierarchy.
Chapter 3 Data Storage. Media Storage Main memory (Electronic Memory): Stores data currently being used Is made of semiconductor chips. Secondary Memory.
Seagate Cheetah 15K.5, full of perpendicular goodness with 300 GB space and a mad 15,000 rpm.
 Memory Memory  Types of Memory Types of Memory  Memory Representation Memory Representation  Random Access Memory Random Access Memory  Read Only.
SCSC 311 Information Systems hardware and software.
Data Storage Technology
Storing Data On Your Computer Chapter 12, Exploring the Digital Domain.
CHAPTER 5. Next Exit Main Memory and Backing Storage Devices... Main Memory and Backing Storage Devices... Main memory temporarily stores programs and.
Objectives Overview Differentiate between storage and memory
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.
WHAT IS COMPUTER STORAGE? Computer storage is the storing of data in an electromagnetic form to be accessed by a computer processor.
Overview of Physical Storage Media
Chapter 2 part 2. Computer Processing Speeds Milliseconds - thousands of a second Microseconds - millionths of a second Nanoseconds - billionths of a.
CIM101 : Introduction to computer Lecture 3 Memory.
+ CS 325: CS Hardware and Software Organization and Architecture Memory Organization.
Memory 1 ©Paul Godin Created March 2008 Edit April 2011.
Computer Architecture Lecture 24 Fasih ur Rehman.
Storage Devices. Storage Store information Storage involve two processes: Writing or recording the data so it can be found later for use, Reading the.
Storage of Data Instructions and data are held in main memory which is divided into millions of addressable storage.
STORAGE DEVICES Introduction Comparision Storage Hierarchy Slide 1.
Storage Devices.
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.
COMPUTER ORGANIZATION ANGELITO I. CUNANAN JR.. MEMORY MANAGEMENT  In multiuser, multitasking or multiprogramming system, memory must be specifically.
MEMORY DEVICES. INTRODUCTION Memory is the most essential part of a computer. Without memory there would be no computer, as we know it today. It is used.
Computer Performance & Storage Devices Computer Technology.
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.
Components of Computer. Memory Unit Most important part of the computer Used to store data and instructions that are currently in use Main memory consists.
Chapter 5 Data Storage Technology
SCSC 311 Information Systems hardware and software
Chapter 5 Data Storage Technology
Reference: Chp 6 Introduction to Computers by Peter Norton
Principles & Applications
BIC 10503: COMPUTER ARCHITECTURE
MICROPROCESSOR MEMORY ORGANIZATION
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.
Presentation transcript:

1 Chapter 5 Data Storage Technology

2 Systems Architecture Chapter 5 Chapter Goals Describe the distinguishing characteristics of primary and secondary storage Describe the devices used to implement primary storage Describe the memory allocation schemes Compare and contrast secondary storage technology alternatives

3 Systems Architecture Chapter 5 Chapter Goals Describe factors that determine storage device performance Choose appropriate secondary storage technologies and devices

4 Systems Architecture Chapter 5 Chapter Topics Explore storage devices and their technologies Outlines characteristics common to all storage devices Explains the technology strengths and weaknesses of primary storage and secondary storage

5 Systems Architecture Chapter 5 Storage Device Characteristics

6 Systems Architecture Chapter 5 Storage Device Characteristics Speed Volatility Access method Portability Cost and capacity

7 Systems Architecture Chapter 5 Storage Device Characteristics Speed The delay between a user request for program execution and the first prompt for the user input depends on the speed of primary and secondary storage devices. Primary storage speed is typically greater than secondary storage speed by a factor of 10 5 or more.

8 Systems Architecture Chapter 5 Storage Device Characteristics Speed Secondary storage device speed is called access time. The access time for reading and writing is assumed to be the same unless otherwise stated.

9 Systems Architecture Chapter 5 Storage Device Characteristics Volatility A storage device or medium is non-volatile if it holds data without loss over long periods of time. A storage device or medium is volatile if it cannot reliably hold data for long periods of time.

10 Systems Architecture Chapter 5 Storage Device Characteristics Volatility Primary storage devices are generally volatile. Secondary storage devices are generally non-volatile.

11 Systems Architecture Chapter 5 Storage Device Characteristics Access Method –Serial Access –Random Access –Parallel Access

12 Systems Architecture Chapter 5 Storage Devices Characteristics Serial Access – stores and retrieve data items in a linear, or sequential order. (Magnetic tape) Random Access (Direct Access) – access device is not restricted to any specific order when accessing data. (Hard Disk)

13 Systems Architecture Chapter 5 Storage Device Characteristics Parallel Access – a device that is capable of simultaneously accessing multiple storage locations. (Random Access Memory)

14 Systems Architecture Chapter 5 Storage Device Characteristics Portability Data can be made portable by storing it on a removable storage medium or device. Portable devices typically have slower access speed than permanently installed devices and those with non-removable media.

15 Systems Architecture Chapter 5 Storage Device Characteristics Cost and Capability An increase in speed, permanence or portability generally comes at increased cost if all other factors are held constant.

16 Systems Architecture Chapter 5 Storage Device Characteristics

17 Systems Architecture Chapter 5 Storage Device Characteristics Memory-Storage Hierarchy Cost and access speed generally decrease as one moves down the hierarchy. Due to lower cost, capacity tends to increase as one moves down the hierarchy.

18 Systems Architecture Chapter 5 Storage Device Characteristics

19 Systems Architecture Chapter 5 Primary Storage Devices Storing Electrical Signals Random Access Memory Read-Only Memory Memory Packaging

20 Systems Architecture Chapter 5 Primary Storage Devices Storing Electrical Signals Data is represented as electrical signals. Digital signals are used to transmit data to and from devices attached to the system bus. Storage devices must accept electrical signals as input and output.

21 Systems Architecture Chapter 5 Primary Storage Devices Random Access Memory Random Access Memory describes primary storage devices with these characteristics: –Microchip implementation using semiconductors –Ability to read and write with equal speed –Random access to stored bytes, words, or larger data units

22 Systems Architecture Chapter 5 Primary Storage Devices Random Access Memory Two types of memory: –Static RAM (SRAM) –Dynamic RAM (DRAM) –Synchronous DRAM (SDRAM) –Ferroelectric RAM

23 Systems Architecture Chapter 5 Primary Storage Devices Static RAM Implemented with transistors. Basic unit of storage is a flip-flop circuit. A flip-flop is an electrical circuit that remembers its last position. One position represents 1, the other position represents 0.

24 Systems Architecture Chapter 5 Primary Storage Devices

25 Systems Architecture Chapter 5 Primary Storage Devices Dynamic RAM Uses transistors and capacitors. Lose their charge quickly. Require a fresh infusion of power thousands of times per second. Each refresh operation is called a refresh cycle.

26 Systems Architecture Chapter 5 Primary Storage Operations Synchronous DRAM Read-ahead RAM that uses the same clock pulse as the system bus. Read and write operations are broken into a series of simple steps and each step can be completed in one bus clock cycle.

27 Systems Architecture Chapter 5 Primary Storage Devices Ferroelectric RAM Embeds iron or iron compounds within a microchip to store bits in much the same manner as old-fashioned core memory.

28 Systems Architecture Chapter 5 Primary Storage Devices Read-Only Memory Electronically Erasable Programmable Read- Only Memory (EEPROM) Flash Memory

29 Systems Architecture Chapter 5 Primary Storage Devices Read-Only Memory – a random access memory device that can store data permanently or semipermanently. Instructions that reside in ROM are called firmware.

30 Systems Architecture Chapter 5 Primary Storage Devices Electronically Erasable Programmable Read-Only Memory – can be programmed, erased, and reprogrammed by signals sent from and external control source, such as a CPU. Flash Memory – can be erased and rewritten more quickly.

31 Systems Architecture Chapter 5 Primary Storage Devices Memory Packaging Dual In-line Packages (DIPs) Single In-line Memory Module (SIMM) Double In-line Memory Module (DIMM)

32 Systems Architecture Chapter 5 Primary Storage Devices

33 Systems Architecture Chapter 5 Primary Storage Devices Memory Packaging Memory circuits are embedded within microchips and groups of chips are packed on a small circuit board that can be installed or removed easily.

34 Systems Architecture Chapter 5 CPU Memory Access Physical Memory Organization Memory Allocation and Addressing

35 Systems Architecture Chapter 5 CPU Memory Access Physical Memory Organization Main memory can be regarded as a sequence of contiguous, or adjacent memory cells.

36 Systems Architecture Chapter 5 Physical Storage Devices

37 Systems Architecture Chapter 5 Memory Allocation and Addressing Memory Allocation – describes the assignment of specific memory addresses to system software, application programs and data.

38 Systems Architecture Chapter 5 Memory Allocation and Addressing

39 Systems Architecture Chapter 5 Memory Allocation and Addressing Memory Addressing: Absolute Addressing – describes memory address operands that refer to actual physical memory locations. Relative Addressing (Indirect Addressing) – automatically computes physical memory addresses.

40 Systems Architecture Chapter 5 Memory Allocation and Addressing

41 Systems Architecture Chapter 5 Memory Allocation and Addressing

42 Systems Architecture Chapter 5 Magnetic Storage Exploit the duality of magnetism and electricity. Electric current is used to generate a magnetic field. A magnetic field can be used to generate electricity.

43 Systems Architecture Chapter 5 Magnetic Storage

44 Systems Architecture Chapter 5 Magnetic Storage Disadvantages of Magnetism Magnetic decay Magnetic leakage Minimum threshold current for read operations Storage medium coercivity Long-term storage medium integrity

45 Systems Architecture Chapter 5 Magnetic Storage

46 Systems Architecture Chapter 5 Magnetic Storage Magnetic Decay and Leakage Magnetic Decay – the tendency of magnetically charges particles to lose their charge over time. Magnetic Leakage – a decrease in the strength of individual bit charges.

47 Systems Architecture Chapter 5 Magnetic Storage Storage Density

48 Systems Architecture Chapter 5 Magnetic Storage Magnetic Integrity Depends on the nature of the storage medium’s construction and the environmental factors.

49 Systems Architecture Chapter 5 Magnetic Storage Magnetic Storage Devices: Magnetic Tape Magnetic Disk

50 Systems Architecture Chapter 5 Magnetic Storage Magnetic Tape Ribbon of plastic with a coercible surface coating. Mounted in a tape drive for reading and writing. Compound the magnetic leakage problem by winding the tape upon itself.

51 Systems Architecture Chapter 5 Magnetic Storage Magnetic Tape Approaches to recording data: Linear recording Helical recording

52 Systems Architecture Chapter 5 Magnetic Storage

53 Systems Architecture Chapter 5 Magnetic Storage

54 Systems Architecture Chapter 5 Magnetic Storage

55 Systems Architecture Chapter 5 Technology Focus Magnetic Tape Formats and Standards

56 Systems Architecture Chapter 5 Magnetic Storage Magnetic Disk Flat circular platters with metallic coatings that are rotated beneath read/write heads Multiple platters can be mounted. Once concentric circle is a track. A fractional portion of a track is a cylinder.

57 Systems Architecture Chapter 5 Magnetic Storage

58 Systems Architecture Chapter 5 Magnetic Storage

59 Systems Architecture Chapter 5 Magnetic Storage Magnetic Disk Types: Hard Disk – magnetic disk media with a rigid metal base. Floppy Disk (Diskette) – uses a base of flexible or rigid plastic material.

60 Systems Architecture Chapter 5 Magnetic Storage Magnetic Disk Disk access time depends on several factor including: –Time required to switch among read/write heads –Time required to position the read/write heads –Rotational delay

61 Systems Architecture Chapter 5 Technology Focus Whither the Floppy Disk

62 Systems Architecture Chapter 5 Optical Mass Storage Devices Advantages: –Higher recording density –Longer data life –Retain data for decades –Not subject to problems of magnetic decay and leakage

63 Systems Architecture Chapter 5 Optical Mass Storage Devices Optical storage devices store bit values as variations in light reflection. Storage medium is a surface of highly reflective material. The read mechanism consists of a low-power laser and a photoelectric cell.

64 Systems Architecture Chapter 5 Optical Mass Storage Devices

65 Systems Architecture Chapter 5 Optical Mass Storage Devices CD-ROM WORM (CD-R) Magneto-optical CD-RW DVD

66 Systems Architecture Chapter 5 Optical Mass Storage Devices

67 Systems Architecture Chapter 5 Optical Mass Storage Devices CD-ROM Originally developed for storing and distributing music (CD-DA). Includes additional formatting to store the directory and file information. Holds approximately 650 MB.

68 Systems Architecture Chapter 5 Optical Mass Storage Devices WORM Manufactured with all bit areas in a highly reflective state. When a bit area is changed to low reflectivity, the process is irreversible. Use high powered lasers to burn holes in the reflective layer.

69 Systems Architecture Chapter 5 Optical Mass Storage Devices CD-R Cheaper technology than WORM. Use a laser that can be switched between high and low power. Uses a laser-sensitive dye embedded in the CD-R disc.

70 Systems Architecture Chapter 5 Optical Mass Storage Devices Magneto-Optical Uses a laser and reflective light to sense bit values. Applies a magnetic charge in a bit area. The magnetic charge shifts the polarity of the reflected laser light.

71 Systems Architecture Chapter 5 Optical Mass Storage Devices Phase-Change Optical Discs (CD-RW) Allows optical storage media to be written non-destructively. Based on materials that can change state easily. The difference can be detected by newer optical scanning technologies.

72 Systems Architecture Chapter 5 Summary A typical computer system has primary and secondary storage devices. The critical performance characteristics of primary storage devices are their access speed and the number of bits that can be accessed in a single read or write operation.

73 Systems Architecture Chapter 5 Summary Programs generally are created as through they occupied contiguous primary storage locations starting at the first location. Magnetic storage storage devices store data bits as magnetic charges. Optical discs store data bits as variations in light reflection.