The Memory Hierarchy / : Introduction to Computer Systems 10 th Lecture, Feb 12, 2015

Similar documents
Random Access Memory (RAM)

CMSC 313 COMPUTER ORGANIZATION & ASSEMBLY LANGUAGE PROGRAMMING LECTURE 26, SPRING 2013

Storage Technologies and the Memory Hierarchy

Giving credit where credit is due

CMSC 313 COMPUTER ORGANIZATION & ASSEMBLY LANGUAGE PROGRAMMING LECTURE 26, FALL 2012

Today. The Memory Hierarchy. Byte Oriented Memory Organization. Simple Memory Addressing Modes

Foundations of Computer Systems

The Memory Hierarchy /18-213/15-513: Introduction to Computer Systems 11 th Lecture, October 3, Today s Instructor: Phil Gibbons

The Memory Hierarchy Sept 29, 2006

CS 33. Memory Hierarchy I. CS33 Intro to Computer Systems XVI 1 Copyright 2016 Thomas W. Doeppner. All rights reserved.

CISC 360. The Memory Hierarchy Nov 13, 2008

CS429: Computer Organization and Architecture

CS429: Computer Organization and Architecture

Random-Access Memory (RAM) Lecture 13 The Memory Hierarchy. Conventional DRAM Organization. SRAM vs DRAM Summary. Topics. d x w DRAM: Key features

Computer Systems. Memory Hierarchy. Han, Hwansoo

Key features. ! RAM is packaged as a chip.! Basic storage unit is a cell (one bit per cell).! Multiple RAM chips form a memory.

Computer Organization: A Programmer's Perspective

Today. The Memory Hierarchy. Random-Access Memory (RAM) Nonvolatile Memories. Traditional Bus Structure Connecting CPU and Memory

Random-Access Memory (RAM) CS429: Computer Organization and Architecture. SRAM and DRAM. Flash / RAM Summary. Storage Technologies

CS 201 The Memory Hierarchy. Gerson Robboy Portland State University

+ Random-Access Memory (RAM)

NEXT SET OF SLIDES FROM DENNIS FREY S FALL 2011 CMSC313.

Read-only memory (ROM): programmed during production Programmable ROM (PROM): can be programmed once SRAM (Static RAM)

Announcements. Outline

The Memory Hierarchy. Computer Organization 2/12/2015. CSC252 - Spring Memory. Conventional DRAM Organization. Reading DRAM Supercell (2,1)

CSE 153 Design of Operating Systems

Random-Access Memory (RAM) CISC 360. The Memory Hierarchy Nov 24, Conventional DRAM Organization. SRAM vs DRAM Summary.

Carnegie Mellon. Carnegie Mellon

Giving credit where credit is due

The. Memory Hierarchy. Chapter 6

Large and Fast: Exploiting Memory Hierarchy

CS 153 Design of Operating Systems

CSE 153 Design of Operating Systems Fall 2018

CS 33. Architecture and Optimization (3) CS33 Intro to Computer Systems XVI 1 Copyright 2018 Thomas W. Doeppner. All rights reserved.

Locality. CS429: Computer Organization and Architecture. Locality Example 2. Locality Example

Memory Hierarchy. Instructor: Adam C. Champion, Ph.D. CSE 2431: Introduction to Operating Systems Reading: Chap. 6, [CSAPP]

A Computer. Computer organization - Recap. The Memory Hierarchy... Brief Overview of Memory Design. CPU has two components: Memory

CS3350B Computer Architecture

Lecture 15: Caches and Optimization Computer Architecture and Systems Programming ( )

Denison University. Cache Memories. CS-281: Introduction to Computer Systems. Instructor: Thomas C. Bressoud

Computer Architecture and System Software Lecture 08: Assembly Language Programming + Memory Hierarchy

Computer Organization: A Programmer's Perspective

211: Computer Architecture Summer 2016

Random-Access Memory (RAM) Systemprogrammering 2007 Föreläsning 4 Virtual Memory. Locality. The CPU-Memory Gap. Topics

Random-Access Memory (RAM) Systemprogrammering 2009 Föreläsning 4 Virtual Memory. Locality. The CPU-Memory Gap. Topics! The memory hierarchy

Problem: Processor- Memory Bo<leneck

CS 2461: Computer Architecture 1 The Memory Hierarchy and impact on program performance

CS 261 Fall Mike Lam, Professor. Memory

The Memory Hierarchy 10/25/16

Computer Architecture and System Software Lecture 09: Memory Hierarchy. Instructor: Rob Bergen Applied Computer Science University of Winnipeg

CSCI-UA.0201 Computer Systems Organization Memory Hierarchy

CS 261 Fall Mike Lam, Professor. Memory

Systems Programming and Computer Architecture ( ) Timothy Roscoe

F28HS Hardware-Software Interface: Systems Programming

Review: Assembly Programmer s View. The Memory Hierarchy. Random- Access Memory (RAM) Today. NonvolaHle Memories. SRAM vs DRAM Summary

Lecture 18: Memory Systems. Spring 2018 Jason Tang

Contents. Memory System Overview Cache Memory. Internal Memory. Virtual Memory. Memory Hierarchy. Registers In CPU Internal or Main memory

CS 31: Intro to Systems Storage and Memory. Kevin Webb Swarthmore College March 17, 2015

CS24: INTRODUCTION TO COMPUTING SYSTEMS. Spring 2017 Lecture 13

CS 240 Stage 3 Abstractions for Practical Systems

Computer Organization and Assembly Language (CS-506)

Memory Management! Goals of this Lecture!

Module 1: Basics and Background Lecture 4: Memory and Disk Accesses. The Lecture Contains: Memory organisation. Memory hierarchy. Disks.

Memory Hierarchy. Jin-Soo Kim Computer Systems Laboratory Sungkyunkwan University

CENG3420 Lecture 08: Memory Organization

Memory Management. Goals of this Lecture. Motivation for Memory Hierarchy

Roadmap. Java: Assembly language: OS: Machine code: Computer system:

CS356: Discussion #9 Memory Hierarchy and Caches. Marco Paolieri Illustrations from CS:APP3e textbook

Main Memory (RAM) Organisation

Where Have We Been? Ch. 6 Memory Technology

Problem: Processor Memory BoJleneck

Memory Management! How the hardware and OS give application pgms:" The illusion of a large contiguous address space" Protection against each other"

CENG4480 Lecture 09: Memory 1

CS24: INTRODUCTION TO COMPUTING SYSTEMS. Spring 2014 Lecture 14

General Cache Mechanics. Memory Hierarchy: Cache. Cache Hit. Cache Miss CPU. Cache. Memory CPU CPU. Cache. Cache. Memory. Memory

ECE 341. Lecture # 16

CS241 Computer Organization Spring Principle of Locality

Computer Architecture A Quantitative Approach, Fifth Edition. Chapter 2. Memory Hierarchy Design. Copyright 2012, Elsevier Inc. All rights reserved.

Adapted from instructor s supplementary material from Computer. Patterson & Hennessy, 2008, MK]

CMPSC 311- Introduction to Systems Programming Module: Caching

ELEC 5200/6200 Computer Architecture and Design Spring 2017 Lecture 7: Memory Organization Part II

Computer Organization

Internal Memory. Computer Architecture. Outline. Memory Hierarchy. Semiconductor Memory Types. Copyright 2000 N. AYDIN. All rights reserved.

Virtual Memory. Reading. Sections 5.4, 5.5, 5.6, 5.8, 5.10 (2) Lecture notes from MKP and S. Yalamanchili

Chapter 5. Large and Fast: Exploiting Memory Hierarchy

Semiconductor Memory Types Microprocessor Design & Organisation HCA2102

Carnegie Mellon. 16 th Lecture, Mar. 20, Instructors: Todd C. Mowry & Anthony Rowe

Algorithm Performance Factors. Memory Performance of Algorithms. Processor-Memory Performance Gap. Moore s Law. Program Model of Memory I

Organization. 5.1 Semiconductor Main Memory. William Stallings Computer Organization and Architecture 6th Edition

William Stallings Computer Organization and Architecture 6th Edition. Chapter 5 Internal Memory

Chapter 5 Internal Memory

Copyright 2012, Elsevier Inc. All rights reserved.

UNIT 2 Data Center Environment

Memory hierarchy Outline

Cache Memories /18-213/15-513: Introduction to Computer Systems 12 th Lecture, October 5, Today s Instructor: Phil Gibbons

Advanced Parallel Architecture Lesson 4 bis. Annalisa Massini /2015

Copyright 2012, Elsevier Inc. All rights reserved.

Computer Architecture. A Quantitative Approach, Fifth Edition. Chapter 2. Memory Hierarchy Design. Copyright 2012, Elsevier Inc. All rights reserved.

CSE 431 Computer Architecture Fall Chapter 5A: Exploiting the Memory Hierarchy, Part 1

Show how to connect three Full Adders to implement a 3-bit ripple-carry adder

Transcription:

The Memory Hierarchy 15-213 / 18-213: Introduction to Computer Systems 10 th Lecture, Feb 12, 2015 Instructors: Seth Copen Goldstein, Franz Franchetti, Greg Kesden 1

Today The Memory Abstraction DRAM : main memory building block Locality of reference Caching The Memory hierarchy Storage technologies and trends 2

Byte-Oriented Memory Organization Programs refer to data by address Conceptually, envision it as a very large array of bytes In reality, it s not, but can think of it that way An address is like an index into that array and, a pointer variable stores an address Note: system provides private address spaces to each process Think of a process as a program being executed So, a program can clobber its own data, but not that of others From 2 nd lecture 3

Simple Memory Addressing Modes Normal (R) Mem[Reg[R]] Register R specifies memory address Aha! Pointer dereferencing in C movl (%ecx),%eax Displacement D(R) Mem[Reg[R]+D] Register R specifies start of memory region Constant displacement D specifies offset movl 8(%ebp),%edx From 5 th lecture 4

Traditional Bus Structure Connecting CPU and Memory Carnegie Mellon A bus is a collection of parallel wires that carry address, data, and control signals. Buses are typically shared by multiple devices. CPU chip Register file ALU System bus Memory bus Bus interface I/O bridge Main memory 5

Memory Read Transaction (1) CPU places address A on the memory bus. Register file Load operation: movl A, %eax %eax ALU Bus interface I/O bridge A Main memory 0 x A 6

Memory Read Transaction (2) Main memory reads A from the memory bus, retrieves word x, and places it on the bus. Register file Load operation: movl A, %eax %eax ALU Bus interface I/O bridge Main memory x 0 x A 7

Memory Read Transaction (3) CPU read word x from the bus and copies it into register %eax. Register file Load operation: movl A, %eax %eax x ALU I/O bridge Main memory 0 Bus interface x A 8

Memory Write Transaction (1) CPU places address A on bus. Main memory reads it and waits for the corresponding data word to arrive. Register file Store operation: movl %eax, A %eax y ALU Bus interface I/O bridge A Main memory 0 A 9

Memory Write Transaction (2) CPU places data word y on the bus. Register file Store operation: movl %eax, A %eax y ALU Bus interface I/O bridge y Main memory 0 A 10

Memory Write Transaction (3) Main memory reads data word y from the bus and stores it at address A. register file Store operation: movl %eax, A %eax y ALU I/O bridge main memory 0 bus interface y A 11

Today The Memory Abstraction DRAM : main memory building block Locality of reference Caching The Memory hierarchy Storage technologies and trends 12

Random-Access Memory (RAM) Key features RAM is traditionally packaged as a chip. Basic storage unit is normally a cell (one bit per cell). Multiple RAM chips form a memory. Static RAM (SRAM) Each cell stores a bit with a four or six-transistor circuit. Retains value indefinitely, as long as it is kept powered. Relatively insensitive to electrical noise (EMI), radiation, etc. Faster and more expensive than DRAM. Dynamic RAM (DRAM) Each cell stores bit with a capacitor. One transistor is used for access Value must be refreshed every 10-100 ms. More sensitive to disturbances (EMI, radiation, ) than SRAM. Slower and cheaper than SRAM. 13

Dynamic Random-Access Memory (DRAM) Key features DRAM is traditionally packaged as a chip Basic storage unit is normally a cell (one bit per cell) Multiple DRAM chips form main memory in most computers Technical characteristics Organized in two dimensions (rows and columns) To access (within a DRAM chip): select row then select column Consequence: 2 nd access to a row faster than different column/row Each cell stores bit with a capacitor; one transistor is used for access Value must be refreshed every 10-100 ms Done within the hardware 14

Conventional DRAM Organization d x w DRAM: dw total bits organized as d supercells of size w bits 16 x 8 DRAM chip cols 0 1 2 3 (to/from CPU) Memory controller 2 bits / addr 8 bits / data rows 0 1 2 3 supercell (2,1) Internal row buffer 15

Reading DRAM Supercell (2,1) Step 1(a): Row access strobe (RAS) selects row 2. Step 1(b): Row 2 copied from DRAM array to row buffer. 16 x 8 DRAM chip Memory controller RAS = 2 2 / addr Rows 0 1 2 Cols 0 1 2 3 8 / data 3 Internal row buffer 16

Reading DRAM Supercell (2,1) Step 2(a): Column access strobe (CAS) selects column 1. Step 2(b): Supercell (2,1) copied from buffer to data lines, and eventually back to the CPU. 16 x 8 DRAM chip To CPU Memory controller CAS = 1 2 / addr Rows 0 1 2 Cols 0 1 2 3 supercell (2,1) 8 / data 3 supercell (2,1) Internal row buffer 17

Memory Modules addr (row = i, col = j) DRAM 7 DRAM 0 : supercell (i,j) 64 MB memory module consisting of eight 8Mx8 DRAMs bits 56-63 bits 48-55 bits 40-47 bits 32-39 bits 24-31 bits 16-23 bits 8-15 bits 0-7 63 56 55 48 47 40 39 32 31 24 23 16 15 8 7 64-bit doubleword at main memory address A 0 Memory controller 64-bit doubleword 18

Enhanced DRAMs Basic DRAM cell has not changed since its invention in 1966. Commercialized by Intel in 1970. DRAM cores with better interface logic and faster I/O : Synchronous DRAM (SDRAM) Uses a conventional clock signal instead of asynchronous control Allows reuse of the row addresses (e.g., RAS, CAS, CAS, CAS) Double data-rate synchronous DRAM (DDR SDRAM) Double edge clocking sends two bits per cycle per pin Different types distinguished by size of small prefetch buffer: DDR (2 bits), DDR2 (4 bits), DDR4 (8 bits) By 2010, standard for most server and desktop systems Intel Core i7 supports only DDR3 SDRAM 19

Issue: memory access is slow DRAM access is much slower than CPU cycle time A DRAM chip has access times of 30-50ns and, transferring from main memory into register can take 3X or more longer than that With sub-nanosecond cycles times, 100s of cycles per memory access and, the gap grows over time Consequence: memory access efficiency crucial to performance approximately 1/3 of instructions are loads or stores both hardware and programmer have to work at it 20

CPU Clock Rates Inflection point in computer history when designers hit the Power Wall 1980 1990 1995 2000 2003 2005 2010 2010:1980 CPU 8080 386 Pentium P-III P-4 Core 2 Core i7 --- Clock rate (MHz) 1 20 150 600 3300 2000 2500 2500 Cycle time (ns) 1000 50 6 1.6 0.3 0.50 0.4 2500 Cores 1 1 1 1 1 2 4 4 Effective cycle 1000 50 6 1.6 0.3 0.25 0.1 10,000 time (ns) 21

Issue: memory access is slow DRAM access is much slower than CPU cycle time A DRAM chip has access times of 30-50ns and, transferring from main memory into register can take 3X or more longer than that With sub-nanosecond cycles times, 100s of cycles per memory access and, the gap grows over time Consequence: memory access efficiency crucial to performance approximately 1/3 of instructions are loads or stores both hardware and programmer have to work at it 22

The CPU-Memory Gap The gap widens between DRAM, disk, and CPU speeds. 100,000,000.0 10,000,000.0 Disk 1,000,000.0 100,000.0 SSD ns 10,000.0 1,000.0 100.0 DRAM Disk seek time Flash SSD access time DRAM access time SRAM access time CPU cycle time Effective CPU cycle time 10.0 1.0 0.1 CPU 0.0 1980 1985 1990 1995 2000 2003 2005 2010 Year 23

Locality to the Rescue! The key to bridging this CPU-Memory gap is a fundamental property of computer programs known as locality 24

Today The Memory Abstraction DRAM : main memory building block Locality of reference Caching The Memory hierarchy Storage technologies and trends 25

Locality Principle of Locality: Programs tend to use data and instructions with addresses near or equal to those they have used recently Temporal locality: Recently referenced items are likely to be referenced again in the near future Spatial locality: Items with nearby addresses tend to be referenced close together in time 26

Locality Example sum = 0; for (i = 0; i < n; i++) sum += a[i]; return sum; Data references Reference array elements in succession (stride-1 reference pattern). Reference variable sum each iteration. Instruction references Reference instructions in sequence. Cycle through loop repeatedly. Spatial locality Temporal locality Spatial locality Temporal locality 27

Qualitative Estimates of Locality Claim: Being able to look at code and get a qualitative sense of its locality is a key skill for a professional programmer. Question: Does this function have good locality with respect to array a? int sum_array_rows(int a[m][n]) { int i, j, sum = 0; } for (i = 0; i < M; i++) for (j = 0; j < N; j++) sum += a[i][j]; return sum; 28

Locality Example Question: Does this function have good locality with respect to array a? int sum_array_cols(int a[m][n]) { int i, j, sum = 0; } for (j = 0; j < N; j++) for (i = 0; i < M; i++) sum += a[i][j]; return sum; 29

Locality Example Question: Can you permute the loops so that the function scans the 3-d array a with a stride-1 reference pattern (and thus has good spatial locality)? int sum_array_3d(int a[m][n][n]) { int i, j, k, sum = 0; } for (i = 0; i < M; i++) for (j = 0; j < N; j++) for (k = 0; k < N; k++) sum += a[k][i][j]; return sum; 30

Today The Memory Abstraction DRAM : main memory building block Locality of reference Caching (Taking advantage of locality) The Memory hierarchy Storage technologies and trends 31

General Cache Concepts Cache 84 9 14 10 3 Smaller, faster, more expensive memory caches a subset of the blocks 10 4 Data is copied in block-sized transfer units Memory 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 Larger, slower, cheaper memory viewed as partitioned into blocks 32

General Cache Concepts: Hit Request: 14 Data in block b is needed Cache 8 9 14 3 Block b is in cache: Hit! Memory 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 33

How locality induces cache hits Temporal locality: 2 nd through N th accesses to same location will be hits Spatial locality: Cache blocks contains multiple words, so 2 nd to N th word accesses can be hits on cache block loaded for 1 st word Row buffer in DRAM is another example 34

General Cache Concepts: Miss Cache Request: 12 8 12 9 14 3 Data in block b is needed Block b is not in cache: Miss! 12 Request: 12 Block b is fetched from memory Memory 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 Block b is stored in cache Placement policy: determines where b goes Replacement policy: determines which block gets evicted (victim) 35

Today The Memory Abstraction DRAM : main memory building block Locality of reference Caching The Memory hierarchy Storage technologies and trends 36

The CPU-Memory Gap The gap widens between DRAM, disk, and CPU speeds. 100,000,000.0 10,000,000.0 Disk 1,000,000.0 100,000.0 SSD ns 10,000.0 1,000.0 100.0 DRAM Disk seek time Flash SSD access time DRAM access time SRAM access time CPU cycle time Effective CPU cycle time 10.0 1.0 SRAM 0.1 0.0 CPU 1980 1985 1990 1995 2000 2003 2005 2010 Year 37

SRAM vs DRAM Summary Trans. Access Needs Needs per bit time refresh? EDC? Cost Applications SRAM 4 or 6 1X No Maybe 100x Cache memories DRAM 1 10X Yes Yes 1X Main memories, frame buffers 38

Memory Hierarchies Some fundamental and enduring properties of hardware and software: Fast storage technologies cost more per byte, have less capacity, and require more power (heat!) The gap between CPU and main memory speed is widening Well-written programs tend to exhibit good locality These fundamental properties complement each other beautifully They suggest an approach for organizing memory and storage systems known as a memory hierarchy 39

An Example Memory Hierarchy L0: Registers CPU registers hold words retrieved from L1 cache Smaller, faster, costlier per byte Larger, slower, cheaper per byte L4: L3: L2: L1: L1 cache (SRAM) L2 cache (SRAM) Main memory (DRAM) Local secondary storage (local disks) L1 cache holds cache lines retrieved from L2 cache L2 cache holds cache lines retrieved from main memory Main memory holds disk blocks retrieved from local disks Local disks hold files retrieved from disks on remote network servers L5: Remote secondary storage (tapes, distributed file systems, Web servers) 40

Caches Cache: A smaller, faster storage device that acts as a staging area for a subset of the data in a larger, slower device. Fundamental idea of a memory hierarchy: For each k, the faster, smaller device at level k serves as a cache for the larger, slower device at level k+1. Why do memory hierarchies work? Because of locality, programs tend to access the data at level k more often than they access the data at level k+1. Thus, the storage at level k+1 can be slower, and thus larger and cheaper per bit. Big Idea: The memory hierarchy creates a large pool of storage that costs as much as the cheap storage near the bottom, but that serves data to programs at the rate of the fast storage near the top. 41

General Caching Concepts: Types of Cache Misses Carnegie Mellon Cold (compulsory) miss The first access to a block has to be a miss Most cold misses occur at the beginning, because the cache is empty Conflict miss Most caches limit blocks at level k+1 to a small subset (sometimes a singleton) of the block positions at level k E.g., Block i at level k+1 must be placed in block (i mod 4) at level k Conflict misses occur when the level k cache is large enough, but multiple data objects all map to the same level k block E.g., Referencing blocks 0, 8, 0, 8, 0, 8,... would miss every time Capacity miss Occurs when the set of active cache blocks (working set) is larger than the cache 42

Examples of Caching in the Hierarchy Cache Type What is Cached? Where is it Cached? Latency (cycles) Managed By Registers 4-8 bytes words CPU core 0 Compiler TLB Address translations On-Chip TLB 0 Hardware L1 cache L2 cache Virtual Memory Buffer cache Network buffer cache Browser cache 64-bytes block 64-bytes block 4-KB page Parts of files Parts of files Web pages On-Chip L1 On/Off-Chip L2 Main memory Main memory Local disk Local disk 1 10 100 10,000,000 10,000,000 Hardware Hardware Hardware + OS Disk cache Disk sectors Disk controller 100,000 Disk firmware 100 OS AFS/NFS client Web browser Web cache Web pages Remote server disks 1,000,000,000 Web proxy server 43

Memory hierarchy summary The speed gap between CPU, memory and mass storage continues to widen Well-written programs exhibit a property called locality Memory hierarchies based on caching close the gap by exploiting locality 44

Today The Memory Abstraction DRAM : main memory building block Locality of reference Caching The Memory hierarchy Storage technologies and trends 45

What s Inside A Disk Drive? Arm Spindle Platters Actuator SCSI connector Electronics (including a processor and memory!) Image courtesy of Seagate Technology 46

Disk Geometry Disks consist of platters, each with two surfaces. Each surface consists of concentric rings called tracks. Each track consists of sectors separated by gaps. Tracks Surface Track k Gaps Spindle Sectors 47

Disk Geometry (Multiple-Platter View) Aligned tracks form a cylinder. Cylinder k Surface 0 Surface 1 Surface 2 Surface 3 Surface 4 Surface 5 Platter 0 Platter 1 Platter 2 Spindle 48

Disk Capacity Capacity: maximum number of bits that can be stored. Vendors express capacity in units of gigabytes (GB), where 1 GB = 10 9 Bytes (Lawsuit claims deceptive advertising). Capacity is determined by these technology factors: Recording density (bits/in): number of bits that can be squeezed into a 1 inch segment of a track. Track density (tracks/in): number of tracks that can be squeezed into a 1 inch radial segment. Areal density (bits/in2): product of recording and track density. Modern disks partition tracks into disjoint subsets called recording zones Each track in a zone has the same number of sectors, determined by the circumference of innermost track. Each zone has a different number of sectors/track 49

Computing Disk Capacity Capacity = (# bytes/sector) x (avg. # sectors/track) x (# tracks/surface) x (# surfaces/platter) x (# platters/disk) Example: 512 bytes/sector 300 sectors/track (on average) 20,000 tracks/surface 2 surfaces/platter 5 platters/disk Capacity = 512 x 300 x 20000 x 2 x 5 = 30,720,000,000 = 30.72 GB 50

Disk Operation (Single-Platter View) The disk surface spins at a fixed rotational rate The read/write head is attached to the end of the arm and flies over the disk surface on a thin cushion of air. spindle spindle spindle spindle By moving radially, the arm can position the read/write head over any track. 51

Disk Operation (Multi-Platter View) Read/write heads move in unison from cylinder to cylinder Arm Spindle 52

Disk Structure - top view of single platter Surface organized into tracks Tracks divided into sectors 53

Disk Access Head in position above a track 54

Disk Access Rotation is counter-clockwise 55

Disk Access Read About to read blue sector 56

Disk Access Read After BLUE read After reading blue sector 57

Disk Access Read After BLUE read Red request scheduled next 58

Disk Access Seek After BLUE read Seek for RED Seek to red s track 59

Disk Access Rotational Latency After BLUE read Seek for RED Rotational latency Wait for red sector to rotate around 60

Disk Access Read After BLUE read Seek for RED Rotational latency After RED read Complete read of red 61

Disk Access Service Time Components After BLUE read Seek for RED Rotational latency After RED read Data transfer Seek Rotational latency Data transfer 62

Disk Access Time Average time to access some target sector approximated by : Taccess = Tavg seek + Tavg rotation + Tavg transfer Seek time (Tavg seek) Time to position heads over cylinder containing target sector. Typical Tavg seek is 3 9 ms Rotational latency (Tavg rotation) Time waiting for first bit of target sector to pass under r/w head. Tavg rotation = 1/2 x 1/RPMs x 60 sec/1 min Typical Tavg rotation = 7200 RPMs Transfer time (Tavg transfer) Time to read the bits in the target sector. Tavg transfer = 1/RPM x 1/(avg # sectors/track) x 60 secs/1 min. 63

Disk Access Time Example Given: Rotational rate = 7,200 RPM Average seek time = 9 ms. Avg # sectors/track = 400. Derived: Tavg rotation = 1/2 x (60 secs/7200 RPM) x 1000 ms/sec = 4 ms. Tavg transfer = 60/7200 RPM x 1/400 secs/track x 1000 ms/sec = 0.02 ms Taccess = 9 ms + 4 ms + 0.02 ms Important points: Access time dominated by seek time and rotational latency. First bit in a sector is the most expensive, the rest are free. SRAM access time is about 4 ns/doubleword, DRAM about 60 ns Disk is about 40,000 times slower than SRAM, 2,500 times slower then DRAM. 64

Logical Disk Blocks Modern disks present a simpler abstract view of the complex sector geometry: The set of available sectors is modeled as a sequence of b-sized logical blocks (0, 1, 2,...) Mapping between logical blocks and actual (physical) sectors Maintained by hardware/firmware device called disk controller. Converts requests for logical blocks into (surface,track,sector) triples. Allows controller to set aside spare cylinders for each zone. Accounts for the difference in formatted capacity and maximum capacity. 65

I/O Bus CPU chip Register file ALU System bus Memory bus Bus interface I/O bridge Main memory USB controller Graphics adapter I/O bus Disk controller Expansion slots for other devices such as network adapters. Mouse Keyboard Monitor Disk 66

Reading a Disk Sector (1) CPU chip Register file ALU CPU initiates a disk read by writing a command, logical block number, and destination memory address to a port (address) associated with disk controller. Bus interface Main memory I/O bus USB controller mouse keyboard Graphics adapter Monitor Disk controller Disk 67

Reading a Disk Sector (2) CPU chip Register file ALU Disk controller reads the sector and performs a direct memory access (DMA) transfer into main memory. Bus interface Main memory I/O bus USB controller Graphics adapter Disk controller Mouse Keyboard Monitor Disk 68

Reading a Disk Sector (3) CPU chip Register file ALU When the DMA transfer completes, the disk controller notifies the CPU with an interrupt (i.e., asserts a special interrupt pin on the CPU) Bus interface Main memory I/O bus USB controller Graphics adapter Disk controller Mouse Keyboard Monitor Disk 69

Solid State Disks (SSDs) I/O bus Solid State Disk (SSD) Flash memory Block 0 Page 0 Page 1 Page P-1 Flash translation layer Requests to read and write logical disk blocks Block B-1 Page 0 Page 1 Page P-1 Pages: 512KB to 4KB, Blocks: 32 to 128 pages Data read/written in units of pages. Page can be written only after its block has been erased A block wears out after 100,000 repeated writes. 70

SSD Performance Characteristics Sequential read tput 250 MB/s Sequential write tput 170 MB/s Random read tput 140 MB/s Random write tput 14 MB/s Rand read access 30 us Random write access 300 us Why are random writes so slow? Erasing a block is slow (around 1 ms) Write to a page triggers a copy of all useful pages in the block Find an used block (new block) and erase it Write the page into the new block Copy other pages from old block to the new block 71

SSD Tradeoffs vs Rotating Disks Advantages No moving parts faster, less power, more rugged Disadvantages Have the potential to wear out Mitigated by wear leveling logic in flash translation layer E.g. Intel X25 guarantees 1 petabyte (10 15 bytes) of random writes before they wear out In 2010, about 100 times more expensive per byte (Now more like 10-15x) Applications MP3 players, smart phones, laptops Beginning to appear in desktops and servers 72

SRAM Storage Trends Metric 1980 1985 1990 1995 2000 2005 2010 2010:1980 $/MB 19,200 2,900 320 256 100 75 60 320 access (ns) 300 150 35 15 3 2 1.5 200 DRAM Metric 1980 1985 1990 1995 2000 2005 2010 2010:1980 $/MB 8,000 880 100 30 1 0.1 0.06 130,000 access (ns) 375 200 100 70 60 50 40 9 typical size (MB) 0.064 0.256 4 16 64 2,000 8,000 125,000 Disk Metric 1980 1985 1990 1995 2000 2005 2010 2010:1980 $/MB 500 100 8 0.30 0.01 0.005 0.0003 1,600,000 access (ms) 87 75 28 10 8 4 3 29 typical size (MB) 1 10 160 1,000 20,000 160,000 1,500,000 1,500,000 73

An Example Memory Hierarchy L0: Registers CPU registers hold words retrieved from L1 cache Smaller, faster, costlier per byte Larger, slower, cheaper per byte L4: L3: L2: L1: L1 cache (SRAM) L2 cache (SRAM) Main memory (DRAM) Local secondary storage (local disks) L1 cache holds cache lines retrieved from L2 cache L2 cache holds cache lines retrieved from main memory Main memory holds disk blocks retrieved from local disks Local disks hold files retrieved from disks on remote network servers L5: Remote secondary storage (tapes, distributed file systems, Web servers) 74

Examples of Caching in the Hierarchy Cache Type What is Cached? Where is it Cached? Latency (cycles) Managed By Registers 4-8 bytes words CPU core 0 Compiler TLB Address translations On-Chip TLB 0 Hardware L1 cache L2 cache Virtual Memory Buffer cache Network buffer cache Browser cache 64-bytes block 64-bytes block 4-KB page Parts of files Parts of files Web pages On-Chip L1 On/Off-Chip L2 Main memory Main memory Local disk Local disk 1 10 100 10,000,000 10,000,000 Hardware Hardware Hardware + OS Disk cache Disk sectors Disk controller 100,000 Disk firmware 100 OS AFS/NFS client Web browser Web cache Web pages Remote server disks 1,000,000,000 Web proxy server 75

Memory hierarchy summary The speed gap between CPU, memory and mass storage continues to widen Well-written programs exhibit a property called locality Memory hierarchies based on caching close the gap by exploiting locality at all levels of the hierarchy 76

Aside: Nonvolatile Memories DRAM and SRAM (caches, on Tuesday) are volatile memories Lose information if powered off Most common nonvolatile storage is the hard disk Rotating platters (like DVDs) plentiful capacity, but very slow Nonvolatile memories retain value even if powered off Read-only memory (ROM): programmed during production Programmable ROM (PROM): can be programmed once Eraseable PROM (EPROM): can be bulk erased (UV, X-Ray) Electrically eraseable PROM (EEPROM): electronic erase capability Flash memory: EEPROMs with partial (sector) erase capability Wears out after about 100,000 erasings Uses for Nonvolatile Memories Firmware programs stored in a ROM (BIOS, controllers for disks, network cards, graphics accelerators, security subsystems, ) Solid state disks (replace rotating disks in thumb drives, smart phones, mp3 players, tablets, laptops, ) Disk caches 77