CS 101 – Sept. 28 Main vs. secondary memory Examples of secondary storage –Disk (direct access) Various types Disk geometry –Flash memory (random access)

Slides:



Advertisements
Similar presentations
10/5: Data storage concepts What is data storage? Types of storage –magnetic, optical, magneto-optical, solid state Storage characteristics Magnetic storage:
Advertisements

Chapter 4 – Page 1QM-130Dr. Sulaiman Al-Rafee Chapter 4 – Storage Chapter Summary Properties of Storage Systems Magnetic Disks Optical Disks Other types.
Storage Devices.
Agenda Types of Storage Media Semiconductor ROM and RAM Magnetic Tapes, Floppy Disks, and Hard Disks Optical CS C446 Data Storage Technologies & Networks.
CS 277 – Spring 2002Notes 21 CS 277: Database System Implementation Notes 02: Hardware Arthur Keller.
CS4432: Database Systems II Data Storage - Lecture 2 (Sections 13.1 – 13.3) Elke A. Rundensteiner.
Data Storage Lecture 3 CSCI 1405, CSCI 1301 Introduction to Computer Science Fall 2009.
1 Chapter 6 Storage and Multimedia: The Facts and More.
CS4432: Database Systems II Lecture 2 Timothy Sutherland.
1 CS222: Principles of Database Management Fall 2010 Professor Chen Li Department of Computer Science University of California, Irvine Notes 01.
CPSC 231 Secondary storage (D.H.)1 Learning Objectives Understanding disk organization. Sectors, clusters and extents. Fragmentation. Disk access time.
Backing Storage Chapter 18.
TEE COURSE GRADE 10 MODULE 7 - PC HARDWARE Memory and Storage Devices
Chapter 8 Secondary Storage.
Computer SCIENCE Data Representation and Machine Concepts Section 1.3
CS 2 Main Memory and Backing Store Memory address (1) Memory is “place’ to store digital signals (0 1)
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.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Chapter 3 Data Storage. Media Storage Main memory (Electronic Memory): Stores data currently being used Is made of semiconductor chips. Secondary Memory.
SECONDARY STORAGE Secondary storage devices are used to save, to back up, and to transport files Over the past several years, data storage capacity has.
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.
Physical Storage and File Organization COMSATS INSTITUTE OF INFORMATION TECHNOLOGY, VEHARI.
Storing Data On Your Computer Chapter 12, Exploring the Digital Domain.
1 6 Further System Fundamentals (HL) 6.2 Magnetic Disk Storage.
HARDWARE: CPU & STORAGE How to Buy a Multimedia Computer System.
CS 111 – Aug – 1.3 –Information arranged in memory –Types of memory –Disk properties Commitment for next day: –Read pp , In other.
Storing Data: Electronic Filing Cabinets What You Will Learn Difference between memory and storage How storage media are categorized Measuring a storage.
Chapter 111 Chapter 11: Hardware (Slides by Hector Garcia-Molina,
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.
Primary Storage: Memory
Overview of Physical Storage Media
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.
Introduction to Computer Architecture. What is binary? We use the decimal (base 10) number system Binary is the base 2 number system Ten different numbers.
8 SECONDARY STORAGE CHAPTER
Our Lady of the Rosary College S.2 Computer Literacy Lesson 8 Storage Unit Mr. Ku Heung Chin.
Backing Storage.
Chapter 8 External Storage. Primary vs. Secondary Storage Primary storage: Main memory (RAM) Secondary Storage: Peripheral devices  Disk drives  Tape.
Programming for GCSE Topic 5.1: Memory and Storage T eaching L ondon C omputing William Marsh School of Electronic Engineering and Computer Science Queen.
11.1Database System Concepts. 11.2Database System Concepts Now Something Different 1st part of the course: Application Oriented 2nd part of the course:
Storage Hardware Devices Presented by Hector Arreola Valentin Kifumbi Keely Ritchie-Boland.
Memory and Storage. Computer Memory Processor registers – Temporary storage locations within the CPU – Examples Instruction register – holds the instruction.
Allow computers to store programs and information for use at a later date Storage Devices.
Disk Basics CS Introduction to Operating Systems.
Computer Organization. The Five Hardware Units General purpose computers use the "Von Neumann" architecture Also referred to as "stored program" architecture.
STORAGE DEVICES Introduction Comparision Storage Hierarchy Slide 1.
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.
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 The term memory is referred to computer’s main memory, or RAM (Random Access Memory). RAM is the location where data and programs are stored (temporarily),
Magnetic Disk Rotational latency Example Find the average rotational latency if the disk rotates at 20,000 rpm.
CPSC 231 Secondary storage (D.H.)1 Learning Objectives Understanding disk organization. Sectors, clusters and extents. Fragmentation. Disk access time.
Programmer’s View of Files Logical view of files: –An a array of bytes. –A file pointer marks the current position. Three fundamental operations: –Read.
COSC 6340: Disks 1 Disks and Files DBMS stores information on (“hard”) disks. This has major implications for DBMS design! » READ: transfer data from disk.
Storage 101 Mr. Yip. What is Storage? Input Processing Output Storage Storage refers to the media and methods used to keep information available for later.
Main Memory Main memory – –a collection of storage locations, –each with a unique identifier called the address. Word- –Data are transferred to and from.
Copyright © 2003 Prentice Hall, Inc 1 Chapter 4 Storing Data: Electronic Filing Cabinets NEXT SLIDE.
TYPES OF MEMORY.
Reference: Chp 6 Introduction to Computers by Peter Norton
Backing Store.
Introduction to Computer Architecture
Disks and Files DBMS stores information on (“hard”) disks.
CS 101 – Sept. 25 Continue Chapter 5
Secondary Storage Devices
Introduction to Computer Architecture
STORAGE – 3 TIERS Key Revision Points.
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:
CHAPTER 10 Memory and Storage
[Altinbuke, Walsh, Weatherspoon, Bala, Bracy, McKee, and Sirer]
CS 245: Database System Principles Notes 02: Hardware
Presentation transcript:

CS 101 – Sept. 28 Main vs. secondary memory Examples of secondary storage –Disk (direct access) Various types Disk geometry –Flash memory (random access) –Tape (sequential access)

Memory system After the CPU, next most important feature CPU contains registers – only enough for immediate calculations Main memory – running programs Secondary memory – long-term storage –“open” vs. “save”

Main memory Runs on electricity: “volatile” but fast Principle of random access Examples: –RAM (vast majority of main memory is here) –Cache (small version of RAM, much faster) –BIOS (“Basic I/O System”)

Secondary memory Non-electric, “non-volatile” technologies –Magnetic –Optical How to find information? It may be: –Random access (e.g. flash memory; stick) –Direct access (disk) –Sequential access (tape)

Example comparison TypeSizeAccess time Cost per MB CPU regs256 bytes1 nsForget it. Cache16 KB2 ns$ 20 RAM128 MB20 ns$ 1 disk100 GB100,000 ns$.001

Disk examples Hard drive –Can’t take out. Don’t confuse with RAM Floppy disk –8”, 5 ¼”, 3 ½”

Disk examples ZIP disk, “super” disk CD (including: CD-ROM, CD-R, CD-RW) –“ROM” = read-only –“R” = recordable –“RW” = read/write DVD

Disk geometry Tracks Sectors Platters

Access time Seek time – wait to find right track (~ 8 ms) –Head moves at 50 mph! Latency – wait to rotate (~ 4 ms) –Based on 7200 RPM Transfer – grab data from track

Example: the CD Each track has lands and pits. 700 MB total, including overhead About 25,000 tracks About 50 sectors per track One bit = about 1.6 microns long, 0.7 microns wide

CD speed Nominal speed is 80 mins (150 KB/sec) Ex. 12x speed, ~ 7 mins (1.7 MB/sec) By comparison, a floppy takes about 100 times slower: (1 MB/min) Fragmentation can ruin time!