TYPES OF MEMORY.

Slides:



Advertisements
Similar presentations
Chapter 5 Computing Components. The (META) BIG IDEA Cool, idea but maybe too big DATA – Must be stored somewhere in a storage device PROCESSING – Data.
Advertisements

Characteristics of Computer Memory
1 CS222: Principles of Database Management Fall 2010 Professor Chen Li Department of Computer Science University of California, Irvine Notes 01.
MODULE 5: Introduction to Memory system
Data Storage Technology
Characteristics of Computer Memory
Storage Devices and Media
Introduction to Database Systems 1 The Storage Hierarchy and Magnetic Disks Storage Technology: Topic 1.
The two types of storage: Primary Storage Secondary Storage
Storage.
Lecture on Electronic Memories. What Is Electronic Memory? Electronic device that stores digital information Types –Volatile v. non-volatile –Static v.
Physical Storage and File Organization COMSATS INSTITUTE OF INFORMATION TECHNOLOGY, VEHARI.
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.
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.
Overview of Physical Storage Media
CIM101 : Introduction to computer Lecture 3 Memory.
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.
Memory and Storage. Computer Memory Processor registers – Temporary storage locations within the CPU – Examples Instruction register – holds the instruction.
1 Course Title: IT IN BUSINESS Course Instructor: ADEEL ANJUM Chapter No: 04 1 BY ADEEL ANJUM (MCS, CCNA,WEB DEVELOPER)
Unit 2 - Hardware Data Storage. How is data stored? ● Data is stored as a combination of 0’s and 1’s (bits). We will learn more about this later! ● Bits.
© GCSE Computing Computing Hardware Starter. Creating a spreadsheet to demonstrate the size of memory. 1 byte = 1 character or about 1 pixel of information.
CS 101 – Sept. 28 Main vs. secondary memory Examples of secondary storage –Disk (direct access) Various types Disk geometry –Flash memory (random access)
Memory Characteristics Location Capacity Unit of transfer Access method Performance Physical type Physical characteristics Organisation.
1 Computer Memory System Overview. Objectives  Discuss the overview of the memory elements of a computer  Describe the characteristics of the computer.
Data Storage and Querying in Various Storage Devices.
File organization Secondary Storage Devices Lec#7 Presenter: Dr Emad Nabil.
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.
CHAPTER 10: Computer Peripherals
Computer Components ICS 3U0.
Introducing Hardware.
A Dummies guide to computer memory
Storage and Disks.
Database Management Systems (CS 564)
OPERATING SYSTEMS CS 3502 Fall 2017
CS 554: Advanced Database System Notes 02: Hardware
Introduction to Computer Architecture
Mr C Johnston ICT Teacher
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.
Basic Computer Organization
Primary Storage and Secondary Storage Devices Chapter 3
COMPUTER ORGANISATION AND ARCHITECTURE
Introduction to Computers
Disks and Files DBMS stores information on (“hard”) disks.
File Processing : Storage Media
COMPUTER MEMORY & DATA STORAGE
Virtual Memory Main memory can act as a cache for the secondary storage (disk) Advantages: illusion of having more physical memory program relocation protection.
Introduction to I/O Where does the data for our CPU and memory come from or go to? Computers communicate with the outside world via I/O devices. Input.
COMPUTER MEMORY & DATA STORAGE
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
File Processing : Storage Media
Module IV Memory Organization.
Introduction to Computer Architecture
GCSE OCR 4 Storage Computer Science J276 Unit 1
STORAGE – 3 TIERS Key Revision Points.
Motherboard External Hard disk USB 1 DVD Drive RAM CPU (Main Memory)
2.C Memory GCSE Computing Langley Park School for Boys.
Computer Hardware Ms. Wade.
Chapter 5 Computer Organization
WJEC GCSE Computer Science
Networks & I/O Devices.
Presentation transcript:

TYPES OF MEMORY

Semiconductor RAM ROM Flash Volatile Dynamic or static Non-volatile Maybe eraseable Flash Limited life

Disk Capacity: GBytes RPM: how fast it spins (RPM) Size (diameter – in): how big? Interface: will it work in my PC? Buffer size (it's a cache): MBytes Bandwidth (peak, sustained): MByte/second Performance

Optical and Tape Tape CD-ROM Magnetic Re-writeable Serial access DVD Distribution Backup Read-only or read/write

Trends Tape is on the way out Disk being replaced by Flash Capacity no longer exceeds disk Price / byte no longer less than disk Disk being replaced by Flash Flash only devices: e.g. iPad, RPi, most phones Solid state – 'faster'

Storage Over a Network Shared storage Bandwidth: network must be Local network – e.g. around office Internet – e.g. dropbox Bandwidth: network must be Almost as fast as disk Not too far away

Computer Bus & Motherboard Communication pathway connecting devices Address: which device Control: whose turn? Standards for inter-operability e.g. USB, PCI, SATA

STORAGE CHARACTERISTICS & PERFORMANCE How does a cache work? Latency versus bandwidth STORAGE CHARACTERISTICS & PERFORMANCE

Storage Characteristics Capacity – Bytes Cost per byte (disk is cheapest) Volatile / non-volatile (permanent) RAM is volatile Access Random – anywhere (RAM) Sequential – only in sequence (tape) Block – hard disk Speed – latency and/or bandwidth

Memory Hierarchy Trade-off cost, capacity and speed

Latency versus Bandwidth Wait for the bus versus how quickly it goes Bandwidth: Bytes per second Can be increased Latency: seconds Speed of light (c) – 3 x 108 m/s Fibre-optic / electrical signals go at ~1/2-1/3 c

How Does a Disk Work? Disk spins e.g. 100 times/sec (6000rpm) Reading head moves Track: ring around the disk surface

Disk and Memory Latency Latency of the disk 1 rotation every 10ms (100x a second) Average wait 5ms (= 5,000,000 cpu instructions) … also arm movement

What's a Cache? Small fast memory Copy of part of a larger slower memory

Lots of Caches in a Computer Main memory cache Hierarchy: L1 (small & fast), L2, L3 (larger & less fast) Disk cache RAM in the disk drive File buffer Read block of file into memory Buffer writes too

Summary Multiple forms of storage Characteristics Capacity and cost Volatile / permanent Access IO: standardised buses Performance Bandwidth – rate of data Latency – delay for data Caches reduce (effective) latency