CS 61C: Great Ideas in Computer Architecture (Machine Structures) Lecture 39: IO Disks Instructor: Dan Garcia 1.

Slides:



Advertisements
Similar presentations
Faculty of Information Technology Department of Computer Science Computer Organization Chapter 7 External Memory Mohammad Sharaf.
Advertisements

Magnetic Disk Magnetic disks are the foundation of external memory on virtually all computer systems. A disk is a circular platter constructed of.
RAID Redundant Array of Independent Disks
CS61C L13 I/O © UC Regents 1 CS 161 Chapter 8 - I/O Lecture 17.
CSCE430/830 Computer Architecture
Lecture 36: Chapter 6 Today’s topic –RAID 1. RAID Redundant Array of Inexpensive (Independent) Disks –Use multiple smaller disks (c.f. one large disk)
CSCE 212 Chapter 8 Storage, Networks, and Other Peripherals Instructor: Jason D. Bakos.
RAID Technology. Use Arrays of Small Disks? 14” 10”5.25”3.5” Disk Array: 1 disk design Conventional: 4 disk designs Low End High End Katz and Patterson.
CS 430 – Computer Architecture Disks
CS61C L40 Performance I (1) Garcia © UCB Lecturer PSOE Dan Garcia inst.eecs.berkeley.edu/~cs61c CS61C : Machine Structures.
CS61C L26 RAID & Performance (1) Garcia, Fall 2005 © UCB Lecturer PSOE, new dad Dan Garcia inst.eecs.berkeley.edu/~cs61c.
CS61C L40 I/O: Disks (1) Ho, Fall 2004 © UCB TA Casey Ho inst.eecs.berkeley.edu/~cs61c CS61C : Machine Structures Lecture 39 I/O : Disks Microsoft.
CS61C L38 Disks (1) Garcia, Spring 2007 © UCB The enabling power of iPod  What can you do with it? View medical images. Record flight data. Watch videos.
Disk Storage SystemsCSCE430/830 Disk Storage Systems CSCE430/830 Computer Architecture Lecturer: Prof. Hong Jiang Courtesy of Yifeng Zhu (U. Maine) Fall,
Computer ArchitectureFall 2007 © November 28, 2007 Karem A. Sakallah Lecture 24 Disk IO and RAID CS : Computer Architecture.
CS61C L16 Disks © UC Regents 1 CS61C - Machine Structures Lecture 16 - Disks October 20, 2000 David Patterson
Inst.eecs.berkeley.edu/~cs61c UCB CS61C : Machine Structures Lecture 37 – Disks The ST506 was their first drive in 1979 (shown here), weighed.
CS61C L37 Disks (1) Garcia, Fall 2006 © UCB Lecturer SOE Dan Garcia inst.eecs.berkeley.edu/~cs61c UC Berkeley CS61C : Machine.
1 Lecture 26: Storage Systems Topics: Storage Systems (Chapter 6), other innovations Final exam stats:  Highest: 95  Mean: 70, Median: 73  Toughest.
First magnetic disks, the IBM 305 RAMAC (2 units shown) introduced in One platter shown top right. A RAMAC stored 5 million characters on inch.
CS61C L40 I/O: Disks (1) Garcia, Fall 2004 © UCB Lecturer PSOE Dan Garcia inst.eecs.berkeley.edu/~cs61c CS61C : Machine Structures.
1 Storage Hierarchy Cache Main Memory Virtual Memory File System Tertiary Storage Programs DBMS Capacity & Cost Secondary Storage.
Computer ArchitectureFall 2008 © November 12, 2007 Nael Abu-Ghazaleh Lecture 24 Disk IO.
CS61C L28 Networks & Disks (1) Beamer, Summer 2007 © UCB Scott Beamer, Instructor inst.eecs.berkeley.edu/~cs61c CS61C : Machine Structures Lecture #28.
Disk Technologies. Magnetic Disks Purpose: – Long-term, nonvolatile, inexpensive storage for files – Large, inexpensive, slow level in the memory hierarchy.
Cs 61C L15 Disks.1 Patterson Spring 99 ©UCB CS61C Anatomy of I/O Devices: Magnetic Disks Lecture 15 March 10, 1999 Dave Patterson (http.cs.berkeley.edu/~patterson)
S.1 Review: Major Components of a Computer Processor Control Datapath Memory Devices Input Output Cache Main Memory Secondary Memory (Disk)
12/3/2004EE 42 fall 2004 lecture 391 Lecture #39: Magnetic memory storage Last lecture: –Dynamic Ram –E 2 memory This lecture: –Future memory technologies.
Secondary Storage CSCI 444/544 Operating Systems Fall 2008.
1 CS222: Principles of Database Management Fall 2010 Professor Chen Li Department of Computer Science University of California, Irvine Notes 01.
CS 61C L41 I/O Disks (1) Garcia, Spring 2004 © UCB Lecturer PSOE Dan Garcia inst.eecs.berkeley.edu/~cs61c CS61C : Machine.
CPSC 231 Secondary storage (D.H.)1 Learning Objectives Understanding disk organization. Sectors, clusters and extents. Fragmentation. Disk access time.
Redundant Array of Inexpensive Disks (RAID). Redundant Arrays of Disks Files are "striped" across multiple spindles Redundancy yields high data availability.
Lecture on Electronic Memories. What Is Electronic Memory? Electronic device that stores digital information Types –Volatile v. non-volatile –Static v.
Eng. Mohammed Timraz Electronics & Communication Engineer University of Palestine Faculty of Engineering and Urban planning Software Engineering Department.
1 Database Systems Storage Media Asma Ahmad 21 st Apr, 11.
Storage & Peripherals Disks, Networks, and Other Devices.
Lecture 4 1 Reliability vs Availability Reliability: Is anything broken? Availability: Is the system still available to the user?
CS 352 : Computer Organization and Design University of Wisconsin-Eau Claire Dan Ernst Storage Systems.
RAID Storage EEL4768, Fall 2009 Dr. Jun Wang Slides Prepared based on D&P Computer Architecture textbook, etc.
L/O/G/O External Memory Chapter 3 (C) CS.216 Computer Architecture and Organization.
1 IKI20210 Pengantar Organisasi Komputer Kuliah No. 21: Peripheral 29 Nopember 2002 Bobby Nazief Johny Moningka
I/O – Chapter 8 Introduction Disk Storage and Dependability – 8.2 Buses and other connectors – 8.4 I/O performance measures – 8.6.
1 Chapter 7: Storage Systems Introduction Magnetic disks Buses RAID: Redundant Arrays of Inexpensive Disks.
Lecture 9 of Advanced Databases Storage and File Structure (Part II) Instructor: Mr.Ahmed Al Astal.
Redundant Array of Inexpensive Disks aka Redundant Array of Independent Disks (RAID) Modified from CCT slides.
Lecture 16: Storage and I/O EEN 312: Processors: Hardware, Software, and Interfacing Department of Electrical and Computer Engineering Spring 2014, Dr.
CS61C L26 IO & Performance I (1) Pearce, Summer 2010 © UCB inst.eecs.berkeley.edu/~cs61c CS61C : Machine Structures Lecture 26 IO Basics, Storage & Performance.
Inst.eecs.berkeley.edu/~cs61c UCB CS61C : Machine Structures Lecture 35 – Input / Output We’ve merged 3 lectures into 1… See 2008Sp for full.
Disk Storage SystemsCSCE430/830 Disk Storage Systems CSCE430/830 Computer Architecture Lecturer: Prof. Hong Jiang Courtesy of Yifeng Zhu (U. Maine) Fall,
Auxiliary Memory Magnetic Disk:
1 Lecture 27: Disks Today’s topics:  Disk basics  RAID  Research topics.
CPSC 231 Secondary storage (D.H.)1 Learning Objectives Understanding disk organization. Sectors, clusters and extents. Fragmentation. Disk access time.
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.
CS 61C: Great Ideas in Computer Architecture (Machine Structures) More I/O: DMA Vladimir Stojanovic & Nicholas Weaver
W4118 Operating Systems Instructor: Junfeng Yang.
LECTURE 13 I/O. I/O CANNOT BE IGNORED Assume a program requires 100 seconds, 90 seconds for main memory, 10 seconds for I/O. Assume main memory access.
1 Components of the Virtual Memory System  Arrows indicate what happens on a lw virtual address data physical address TLB page table memory cache disk.
CS422 Principles of Database Systems Disk Access Chengyu Sun California State University, Los Angeles.
CMSC 611: Advanced Computer Architecture I/O & Storage Some material adapted from Mohamed Younis, UMBC CMSC 611 Spr 2003 course slides Some material adapted.
Storage HDD, SSD and RAID.
Chapter 2: Computer-System Structures
Multiple Platters.
Module: Storage Systems
Vladimir Stojanovic & Nicholas Weaver
IT 251 Computer Organization and Architecture
Lecture 13 I/O.
Lecture 21: Storage Systems
Presentation transcript:

CS 61C: Great Ideas in Computer Architecture (Machine Structures) Lecture 39: IO Disks Instructor: Dan Garcia 1

Technology in the News 2

Review Exceptions are “Unexpected” events Interrupts are asynchronous – can be used for interacting with I/O devices Need to handle in presence of pipelining, etc. Networks are another form of I/O Protocol suites allow networking of heterogeneous components – Another form of principle of abstraction Interested in Networking? EE122 (CS-based in Fall, EE –based in Spring) 3

Review - 6 Great Ideas in Computer Architecture 1.Layers of Representation/Interpretation 2.Moore’s Law 3.Principle of Locality/Memory Hierarchy 4.Parallelism 5.Performance Measurement & Improvement 6.Dependability via Redundancy 4

Review - Great Idea #6: Dependability via Redundancy Redundancy so that a failing piece doesn’t make the whole system fail 5 1+1=2 1+1=1 1+1=2 2 of 3 agree FAIL! Increasing transistor density reduces the cost of redundancy

Review - Great Idea #6: Dependability via Redundancy Applies to everything from datacenters to memory – Redundant datacenters so that can lose 1 datacenter but Internet service stays online – Redundant routes so can lose nodes but Internet doesn’t fail – Redundant disks so that can lose 1 disk but not lose data (Redundant Arrays of Independent Disks/RAID) – Redundant memory bits of so that can lose 1 bit but no data (Error Correcting Code/ECC Memory) 6

Magnetic Disk – common I/O device A kind of computer memory – Information stored by magnetizing ferrite material on surface of rotating disk similar to tape recorder except digital rather than analog data Nonvolatile storage – retains its value without applying power to disk. Two Types – Floppy disks – slower, less dense, removable. – Hard Disk Drives (HDD) – faster, more dense, non-removable. Purpose in computer systems (Hard Drive): – Long-term, inexpensive storage for files – “Backup” for main-memory. Large, inexpensive, slow level in the memory hierarchy (virtual memory) 7

Photo of Disk Head, Arm, Actuator Actuator Arm Head Platters (1-12) { Spindle 8

Disk Device Terminology Several platters, with information recorded magnetically on both surfaces (usually) Bits recorded in tracks, which in turn divided into sectors (e.g., 512 Bytes) Actuator moves head (end of arm) over track (“seek”), wait for sector rotate under head, then read or write Outer Track Inner Track Sector Actuator HeadArm Platter 9

Where does Flash memory come in? Microdrives and Flash memory (e.g., CompactFlash) are going head-to-head – Both non-volatile (no power, data ok) – Flash benefits: durable & lower power (no moving parts, need to spin µdrives up/down) – Flash limitations: finite number of write cycles (wear on the insulating oxide layer around the charge storage mechanism). Most ≥ 100K, some ≥ 1M W/erase cycles. How does Flash memory work? – NMOS transistor with an additional conductor between gate and source/drain which “traps” electrons. The presence/absence is a 1 or 0. en.wikipedia.org/wiki/Flash_memory 10

What does Apple put in its iPods? Samsung flash 16 GB shuffle, nano, classic, touch Toshiba 1.8-inch HDD 80, 120, 160 GB Toshiba flash 2 GB en.wikipedia.org/wiki/Ipod Toshiba flash 32, 64 GB 11

Use Arrays of Small Disks… Katz and Patterson asked in 1987: Can smaller disks be used to close gap in performance between disks and CPUs? 14” 10”5.25”3.5” Disk Array: 1 disk design Conventional: 4 disk designs Low End High End 12

Replace Small # of Large Disks with Large # of Small! Capacity Volume Power Data Rate I/O Rate MTTF Cost IBM 3390K 20 GBytes 97 cu. ft. 3 KW 15 MB/s 600 I/Os/s 250 KHrs $250K IBM 3.5" MBytes 0.1 cu. ft. 11 W 1.5 MB/s 55 I/Os/s 50 KHrs $2K x70 23 GBytes 11 cu. ft. 1 KW 120 MB/s 3900 I/Os/s ??? Hrs $150K Disk Arrays potentially high performance, high MB per cu. ft., high MB per KW, but what about reliability? 9X 3X 8X 6X (1988 Disks) 13

Replace Small # of Large Disks with Large # of Small! Capacity Volume Power Data Rate I/O Rate MTTF Cost IBM 3390K 20 GBytes 97 cu. ft. 3 KW 15 MB/s 600 I/Os/s 250 KHrs $250K IBM 3.5" MBytes 0.1 cu. ft. 11 W 1.5 MB/s 55 I/Os/s 50 KHrs $2K x70 23 GBytes 11 cu. ft. 1 KW 120 MB/s 3900 I/Os/s ??? Hrs $150K Disk Arrays potentially high performance, high MB per cu. ft., high MB per KW, but what about reliability? 9X 3X 8X 6X (1988 Disks) 14

Array Reliability Reliability - whether or not a component has failed – measured as Mean Time To Failure (MTTF) Reliability of N disks = Reliability of 1 Disk ÷ N (assuming failures independent) – 50,000 Hours ÷ 70 disks = 700 hour Disk system MTTF: Drops from 6 years to 1 month! Disk arrays too unreliable to be useful! 15

Redundant Arrays of (Inexpensive) Disks Files are “striped” across multiple disks Redundancy yields high data availability – Availability: service still provided to user, even if some components failed Disks will still fail Contents reconstructed from data redundantly stored in the array  Capacity penalty to store redundant info  Bandwidth penalty to update redundant info 16

RAID : Redundant Array of Inexpensive Disks Berkeley (1989) A multi-billion industry 80% non-PC disks sold in RAIDs Idea: – Files are “striped” across multiple disks – Redundancy yields high data availability Disks will still fail – Contents reconstructed from data redundantly stored in the array  Capacity penalty to store redundant info  Bandwidth penalty to update redundant info 17

“RAID 0”: No redundancy = “AID” Assume have 4 disks of data for this example, organized in blocks Large accesses faster since transfer from several disks at once This and next 5 slides from RAID.edu, also has a great tutorial 18

RAID 1: Mirror data Each disk is fully duplicated onto its “mirror” – Very high availability can be achieved Bandwidth reduced on write: – 1 Logical write = 2 physical writes Most expensive solution: 100% capacity overhead 19

RAID 3: Parity Spindles synchronized, each sequential byte on a diff. drive Parity computed across group to protect against hard disk failures, stored in P disk Logically, a single high capacity, high transfer rate disk 25% capacity cost for parity in this example vs. 100% for RAID 1 (5 disks vs. 8 disks) Q: How many drive failures can be tolerated? 20

Inspiration for RAID 5 (RAID 4 block-striping) Small writes (write to one disk): – Option 1: read other data disks, create new sum and write to Parity Disk (access all disks) – Option 2: since P has old sum, compare old data to new data, add the difference to P: 1 logical write = 2 physical reads + 2 physical writes to 2 disks Parity Disk is bottleneck for Small writes: Write to A0, B1  both write to P disk A0 B0C0 D0 P A1 B1 C1 P D1 (RAID 4 block-striping) 21

RAID 5: Rotated Parity, faster small writes Independent writes possible because of interleaved parity – Example: write to A0, B1 uses disks 0, 1, 4, 5, so can proceed in parallel – Still 1 small write = 4 physical disk accesses 22

Peer Instruction 1.RAID 1 (mirror) and 5 (rotated parity) help with performance and availability 2.RAID 1 has higher cost than RAID 5 3.Small writes on RAID 5 are slower than on RAID A: FFF B: FFT B: FTF C: FTT C: TFF D: TFT D: TTF E: TTT 23

Peer Instruction Answer 1.RAID 1 (mirror) and 5 (rotated parity) help with performance and availability 2.RAID 1 has higher cost than RAID 5 3.Small writes on RAID 5 are slower than on RAID 1 1. All RAID (0-5) helps with performance, only RAID0 doesn’t help availability. TRUE 2. Surely! Must buy 2x disks rather than 1.25x (from diagram, in practice even less) TRUE 3. RAID5 (2R,2W) vs. RAID1 (2W). Latency worse, throughput (|| writes) better. TRUE 123 A: FFF B: FFT B: FTF C: FTT C: TFF D: TFT D: TTF E: TTT 24

“And in conclusion…” I/O gives computers their 5 senses I/O speed range is 100-million to one Processor speed means must synchronize with I/O devices before use: Polling vs. Interrupts Networks are another form of I/O Protocol suites allow networking of heterogeneous components – Another form of principle of abstraction RAID – Higher performance with more disk arms per $ – More disks == More disk failures – Different RAID levels provide different cost/speed/reliability tradeoffs 25

Bonus: Disk Device Performance (1/2) Disk Latency = Seek Time + Rotation Time + Transfer Time + Controller Overhead – Seek Time? depends on no. tracks to move arm, speed of actuator – Rotation Time? depends on speed disk rotates, how far sector is from head – Transfer Time? depends on data rate (bandwidth) of disk (f(bit density,rpm)), size of request Platter Arm Actuator Head Sector Inner Track Outer Track Controller Spindle 26

Bonus: Disk Device Performance (2/2) Average distance of sector from head? 1/2 time of a rotation – 7200 Revolutions Per Minute  120 Rev/sec – 1 revolution = 1/120 sec  8.33 milliseconds – 1/2 rotation (revolution)  4.17 ms Average no. tracks to move arm? – Disk industry standard benchmark: Sum all time for all possible seek distances from all possible tracks / # possible Assumes average seek distance is random Size of Disk cache can strongly affect perf! – Cache built into disk system, OS knows nothing 27

BONUS : Hard Drives are Sealed. Why? The closer the head to the disk, the smaller the “spot size” and thus the denser the recording. – Measured in Gbit/in2. ~60 is state of the art. Disks are sealed to keep the dust out. – Heads are designed to “fly” at around 5-20nm above the surface of the disk. – % of the head/arm weight is supported by the air bearing force (air cushion) developed between the disk and the head. 28