2 Systems Architecture, Fifth Edition Chapter Goals Describe the distinguishing characteristics of primary and secondary storage Describe the devices.

Slides:



Advertisements
Similar presentations
Peripheral Storage Devices
Advertisements

Lesson 9 Types of Storage Devices.
Storage Devices.
Secondary Storage Rohit Khokher
Types Of Storage Device
Professor Michael J. Losacco CIS 1110 – Using Computers Storage Chapter 6.
Section 5a Types of Storage Devices.
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.
1 Chapter 5 Data Storage Technology. 2 Systems Architecture Chapter 5 Chapter Goals Describe the distinguishing characteristics of primary and secondary.
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.
TEE COURSE GRADE 10 MODULE 7 - PC HARDWARE Memory and Storage Devices
Riyadh Philanthropic Society For Science Prince Sultan College For Woman Dept. of Computer & Information Sciences CS 251 Introduction to Computer Organization.
Storage and Multimedia: The Facts and More Chapter 6.
Storage device.
Chapter 8 Secondary Storage.
Chapter 5 Data Storage Technology
Computer Fundamentals
Storage Devices Presented by: Saba Mudassar. Storage Devices Primary storage: is the storage provided by memory in a computer system e.g. ROM/RAM. Secondary.
Storage.
CIS 105 Concepts and Terminology Unit 3 CIS 105 Survey of Computer Information Systems Essential Concepts and Terminology Study Unit Three.
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.
L/O/G/O External Memory Chapter 3 (C) CS.216 Computer Architecture and Organization.
Chapter 3 Data Storage. Media Storage Main memory (Electronic Memory): Stores data currently being used Is made of semiconductor chips. Secondary Memory.
Backing Storage. Backing storage devices allow us to store programs and data so that we can use them later Backing storage devices can be split into 4.
Seagate Cheetah 15K.5, full of perpendicular goodness with 300 GB space and a mad 15,000 rpm.
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.
SCSC 311 Information Systems hardware and software.
Data Storage Technology
Storing Data On Your Computer Chapter 12, Exploring the Digital Domain.
Storing Data: Electronic Filing Cabinets What You Will Learn Difference between memory and storage How storage media are categorized Measuring a storage.
STORAGE IN COMPUTER By- Upendra Sharma. STORAGE DEVICE We can use storage device to save data in computer. It is divided in two parts- 1. Primary memory.
AS Computing Storage devices. Primary storage  A computer’s main memory (RAM) is known as primary memory.  Primary memory is volatile; when the computer.
TheTeacher Computing Data Storage Computing. TheTeacher Computing Primary Storage One of the fundamental properties of a computer is that it can store.
Overview of Physical Storage Media
8 SECONDARY STORAGE CHAPTER
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.
Copyright © 2007 – Curt Hill Primary Memory and Electronic Storage Implementations.
Storage Hardware Devices Presented by Hector Arreola Valentin Kifumbi Keely Ritchie-Boland.
1 Course Title: IT IN BUSINESS Course Instructor: ADEEL ANJUM Chapter No: 04 1 BY ADEEL ANJUM (MCS, CCNA,WEB DEVELOPER)
Disk formatting Magnetic disks come in various sizes and so each use different disk drives. Different computers have different ways of organizing data.
STORAGE DEVICES Introduction Comparision Storage Hierarchy Slide 1.
Storage Devices.
Storage Devices Primary storage: is the storage provided by memory in a computer system e.g. ROM/RAM. Secondary storage: is storage provided by peripheral.
A memory is just like a human brain. It is used to store data and instructions. Computer memory is the storage space in computer where data is to be processed.
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.
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.
STORAGE DEVICES Storage devices are categorized by the method they use to store files.
نظام المحاضرات الالكترونينظام المحاضرات الالكتروني Main Memory Read Only Memory (ROM)
Main Memory Main memory – –a collection of storage locations, –each with a unique identifier called the address. Word- –Data are transferred to and from.
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
MIS5122: Enterprise Architecture for IT Auditors
Secondary Storage Devices
GCSE OCR 4 Storage Computer Science J276 Unit 1
2.C Memory GCSE Computing Langley Park School for Boys.
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.
Networks & I/O Devices.
Presentation transcript:

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

3 Systems Architecture, Fifth Edition Chapter Goals (continued) Describe factors that determine storage device performance Choose appropriate secondary storage technologies and devices

4 Systems Architecture, Fifth Edition

5 Storage Devices Consist of a read/write mechanism and a storage medium –Device controller provides interface Primary storage devices –Support immediate execution of programs Secondary storage devices –Provide long-term storage of programs and data

6 Systems Architecture, Fifth Edition

7 Characteristics of Storage Devices Speed Volatility Access method Portability Cost and capacity

8 Systems Architecture, Fifth Edition Speed Primary storage speed –Typically faster than secondary storage speed by a factor of 105 or more –Expressed in nanoseconds (billionths of a second) Secondary storage speed –Expressed in milliseconds (thousandths of a second) Data transfer rate = 1 second/access time (in seconds) x unit of data transfer (in bytes)

9 Systems Architecture, Fifth Edition Volatility Primary storage devices are generally volatile –Cannot reliably hold data for long periods Secondary storage devices are generally nonvolatile –Hold data without loss over long periods of time

10 Systems Architecture, Fifth Edition Access Method Serial access (linear) Random access (direct access) Parallel access (simultaneous)

11 Systems Architecture, Fifth Edition Portability Removable storage media with standardized formats (e.g., compact disc and tape storage) Typically results in slower access speeds

12 Systems Architecture, Fifth Edition 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

13 Systems Architecture, Fifth Edition

14 Systems Architecture, Fifth Edition Memory-Storage Hierarchy

15 Systems Architecture, Fifth Edition Primary Storage Devices Critical performance characteristics –Access speed –Data transfer unit size Must closely match CPU speed and word size to avoid wait states

16 Systems Architecture, Fifth Edition 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)

17 Systems Architecture, Fifth Edition Random Access Memory Characteristics –Microchip implementation using semiconductors –Ability to read and write with equal speed –Random access to stored bytes, words, or larger data units Basic types –Static RAM (SRAM) – uses transistors –Dynamic RAM (DRAM) – uses transistors and capacitors

18 Systems Architecture, Fifth Edition

19 Systems Architecture, Fifth Edition Random Access Memory To bridge performance gap between memory and microprocessors –Read-ahead memory access –Synchronous read operations –On-chip memory caches

20 Systems Architecture, Fifth Edition 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)

21 Systems Architecture, Fifth Edition Nonvolatile Memory 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 –Ferroelectric RAM –Polymer memory

22 Systems Architecture, Fifth Edition 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

23 Systems Architecture, Fifth Edition

24 Systems Architecture, Fifth Edition CPU Memory Access Critical design issues for primary storage devices and processors –Physical organization of memory –Organization of programs and data within memory –Method(s) of referencing specific memory locations

25 Systems Architecture, Fifth Edition Physical Memory Organization Physical memory –Actual number of memory bytes that physically are installed in the machine Most and least significant bytes Big endian and little endian Addressable memory –Highest numbered storage byte that can be represented

26 Systems Architecture, Fifth Edition

27 Systems Architecture, Fifth Edition Memory Allocation and Addressing Memory allocation –Assignment of specific memory addresses to system software, application programs, and data Absolute addressing Indirect addressing (relative addressing) –Offset register

28 Systems Architecture, Fifth Edition

29 Systems Architecture, Fifth Edition

30 Systems Architecture, Fifth Edition Magnetic Storage Exploits duality of magnetism and electricity –Converts electrical signals into magnetic charges –Captures magnetic charge on a storage medium –Later regenerates electrical current from stored magnetic charge Polarity of magnetic charge represents bit values zero and one

31 Systems Architecture, Fifth Edition

32 Systems Architecture, Fifth Edition

33 Systems Architecture, Fifth Edition

34 Systems Architecture, Fifth Edition Magnetic Tape Ribbon of plastic with a coercible (usually metallic oxide) surface coating Mounts in a tape drive for reading and writing Relatively slow serial access Compounds magnetic leakage; wraps upon itself Susceptible to stretching, friction, temperature variations

35 Systems Architecture, Fifth Edition

36 Systems Architecture, Fifth Edition Magnetic Tape Two approaches to recording data –Linear recording –Helical scanning Several formats and standards (e.g., DDS [DAT], AIT, Mammoth, DLT, LTO)

37 Systems Architecture, Fifth Edition

38 Systems Architecture, Fifth Edition Magnetic Disk Flat, circular platter with metallic coating that is rotated beneath read/write heads Random access device; read/write head can be moved to any location on the platter Hard disks and floppy disks Cost performance leader for general-purpose on-line secondary storage

39 Systems Architecture, Fifth Edition

40 Systems Architecture, Fifth Edition

41 Systems Architecture, Fifth Edition Magnetic Disk 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

42 Systems Architecture, Fifth Edition

43 Systems Architecture, Fifth Edition To increase capacity per platter, disk manufacturers divide tracks into zones and vary the sectors per track in each zone.

44 Systems Architecture, Fifth Edition 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

45 Systems Architecture, Fifth Edition Optical storage devices read data by shining laser beam on the disc.

46 Systems Architecture, Fifth Edition

47 Systems Architecture, Fifth Edition CD-ROM Read-only; data permanently embedded in durable polycarbonate disc 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 Popular medium for distributing software and large data sets

48 Systems Architecture, Fifth Edition CD-ROM AdvantagesDrawbacks Standardized format High density Cheap to manufacture Cannot be rewritten Capacity limited to 700 MB

49 Systems Architecture, Fifth Edition CD-R Uses a laser that can be switched between high and low power and a laser-sensitive dye embedded in the disc Relatively cheap Common uses: create music CDs on home computers, back up data from other storage devices, create archives of large data sets, and manufacture small quantities of identical CDs

50 Systems Architecture, Fifth Edition Magneto-Optical Uses a laser and reflected light to sense bit values Technology peaked in the mid 1990s Advantages over CD-RW in access speed and capacity

51 Systems Architecture, Fifth Edition 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 is a compound of tellurium, selenium, and tin Example: CD-RW

52 Systems Architecture, Fifth Edition DVD Improves on CD and CD-RW technology –Increased track and bit density: smaller wavelength lasers and more precise mechanical control –Improved error correction –Multiple recording sites and layers

53 Systems Architecture, Fifth Edition Summary Storage devices and their underlying technologies Characteristics common to all storage devices Technology, strengths, and weaknesses of primary and secondary storage