13.2 Disks 13.2.1 Mechanics of Disks Presented by Chao-Hsin Shih Feb 21, 2011.

Slides:



Advertisements
Similar presentations
IT253: Computer Organization
Advertisements

13.2 Disks Gaurav Sharma Class ID Mechanics of Disks 2 Moving Principal Moving pieces of Disk are: 1. Disk assembly & 2. Head Assembly The.
CSE431 Chapter 6A.1Irwin, PSU, 2008 Chapter 6A: Disk Systems Mary Jane Irwin ( ) [Adapted from Computer Organization.
OPERATING SYSTEMS CS3530 Summer 2014 OPERATING SYSTEMS CS3530 Summer 2014 Input/Output System Chapter 9.
The Memory Hierarchy fastest, but small under a microsecond, random access, perhaps 512Mb Typically magnetic disks, magneto­ optical (erasable), CD­ ROM.
The Memory Hierarchy fastest, perhaps 1Mb
Storage. The Memory Hierarchy fastest, but small under a microsecond, random access, perhaps 2Gb Typically magnetic disks, magneto­ optical (erasable),
CS4432: Database Systems II Data Storage - Lecture 2 (Sections 13.1 – 13.3) Elke A. Rundensteiner.
1 Lecture 26: Storage Systems Topics: Storage Systems (Chapter 6), other innovations Final exam stats:  Highest: 95  Mean: 70, Median: 73  Toughest.
DISK STORAGE IBM 305 RAMAC, MB on inch disks
SECTIONS 13.1 – 13.3 Sanuja Dabade & Eilbroun Benjamin CS 257 – Dr. TY Lin SECONDARY STORAGE MANAGEMENT.
CS4432: Database Systems II Lecture 2 Timothy Sutherland.
CPSC-608 Database Systems Fall 2009 Instructor: Jianer Chen Office: HRBB 309B Phone: Notes #5.
Hard Disks and I/O Polytechnic University CS /25/03.
Disks.
SECTIONS 13.1 – 13.3 Sanuja Dabade & Eilbroun Benjamin CS 257 – Dr. TY Lin SECONDARY STORAGE MANAGEMENT.
Storage. The Memory Hierarchy fastest, but small under a microsecond, random access, perhaps 512Mb Access times in milliseconds, great variability. Unit.
Introduction to Database Systems 1 The Storage Hierarchy and Magnetic Disks Storage Technology: Topic 1.
Silberschatz, Galvin and Gagne ©2009 Operating System Concepts – 8 th Edition, Chapter 12: Mass-Storage Systems.
Silberschatz, Galvin and Gagne ©2009 Operating System Concepts – 8 th Edition, Chapter 12: Mass-Storage Systems.
By: Akram Ali. What Are Hard Drive Disks?  Hard Drives are the main storage device for all the data on your computer  It is where you store all your.
CS4432: Database Systems II Data Storage (Better Block Organization) 1.
Disk Memory Topics Disk Memory Structure Disk Capacity class10.ppt.
Lecture on Electronic Memories. What Is Electronic Memory? Electronic device that stores digital information Types –Volatile v. non-volatile –Static v.
Chapter 2 Data Storage How does a computer system store and manage very large volumes of data ?
1 6 Further System Fundamentals (HL) 6.2 Magnetic Disk Storage.
CS 111 – Aug – 1.3 –Information arranged in memory –Types of memory –Disk properties Commitment for next day: –Read pp , In other.
1 Secondary Storage Management Submitted by: Sathya Anandan(ID:123)
Components & Mechanism. People & Computers Hard Disk What purpose does it serve?
GENERAL INFORMATION Invented in 1950's on mainframe computers with 20 inches diameter with only few megabytes of data. Originally called 'Fixed Disc'
1 Data Storage (Chap. 11) Based on Hector Garcia-Molina’s slides.
Lecture 40: Review Session #2 Reminders –Final exam, Thursday 3:10pm Sloan 150 –Course evaluation (Blue Course Evaluation) Access through.
CS4432: Database Systems II Data Storage 1. Storage in DBMSs DBMSs manage large amounts of data How does a DBMS store and manage large amounts of data?
Csci 136 Computer Architecture II – IO and Storage Systems Xiuzhen Cheng
Copyright © Curt Hill Disk Basics Structure and Characteristics of Secondary Storage.
Disk Basics CS Introduction to Operating Systems.
Operating Systems (CS 340 D) Princess Nora University Faculty of Computer & Information Systems Computer science Department.
Operating Systems (CS 340 D) Princess Nora University Faculty of Computer & Information Systems Computer science Department.
Section 13.2 – Secondary storage management (Former Student’s Note)
DBMS 2001Notes 2: Hardware1 Principles of Database Management Systems Pekka Kilpeläinen (after Stanford CS245 slide originals by Hector Garcia-Molina,
1 Lecture 27: Disks Today’s topics:  Disk basics  RAID  Research topics.
Disk Average Seek Time. Multi-platter Disk platter Disk read/write arm read/write head.
Chapter 9 I/O System. 2 Input/Output System I/O Major objectives are: Take an application I/O request and send it to the physical device. Then, take whatever.
Section 13.2 – Secondary storage management. Index 13.2 Disks Mechanics of Disks The Disk Controller Disk Access Characteristics.
Magnetic Disk Rotational latency Example Find the average rotational latency if the disk rotates at 20,000 rpm.
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.
CPS216: Advanced Database Systems Notes 03: Data Access from Disks Shivnath Babu.
 To arrange the data on the disk surface, the disk surface is divided in to different sections called :-  Slides or heads  Tracks  Sectors  Cylinders.
Computer Hardware – Storage Systems.  Storage holds data, instructions, and information for future use  Consists of two parts Storage Device Storage.
File organization Secondary Storage Devices Lec#7 Presenter: Dr Emad Nabil.
Section 13.2 – Secondary storage management (Former Student’s Note)
External Memory.
Storage and Disks.
Database Management Systems (CS 564)
Operating Systems Disk Scheduling A. Frank - P. Weisberg.
OPERATING SYSTEMS CS 3502 Fall 2017
Computer Science 210 Computer Organization
Backing Store.
Hard Drives.
Disk Scheduling Algorithms
Disks and Files DBMS stores information on (“hard”) disks.
CSE 153 Design of Operating Systems Winter 2018
Sanuja Dabade & Eilbroun Benjamin CS 257 – Dr. TY Lin
Secondary Storage Devices
Overview of Mass Storage Structure
Operating Systems (CS 340 D)
Persistence: hard disk drive
Parameters of Disks The most important disk parameter is the time required to locate an arbitrary disk block, given its block address, and then to transfer.
Chapter 11: Mass-Storage Systems
Jazan University, Jazan KSA
Presentation transcript:

13.2 Disks Mechanics of Disks Presented by Chao-Hsin Shih Feb 21, 2011

Mechanics of Disks Two principles moving piece of a disk driven – Disk assembly – consists of one or more circular platters 0’s and 1’s are represented by different patterns in the magnetic material Diameter: 3.5 inches – Head assembly

Components of disk Tracks - organize the disk. ( concentric circle on a single platter) Sectors – organize the track. Indivisible unit. Gaps - represent about 10% of the total track and are used to identify the beginnings of sectors. Blocks – logical units of data that are transferred between disk and main memory. Consists of one ore more sectors. (13.1.2)

Head Assembly Holds the disk heads. One head for each surface. Head crash Read/Alter the magnetism Attached to an arm. Move in and out together.

Megatron 747 disks Characteristics: – 8 platters providing 16 surfaces – 2 16 tracks per surface – 2 8 sectors per track – 2 12 bytes per sector Capacity: – 16(surface) * 2 16 (track) * 2 8 (sector) * 2 12 (byte) = 2 40 (byte) = terabyte Disk access: – 1 track holds 2 8 * 2 12 bytes (megabyte) – If blocks are 2 14 bytes, 2 8 * 2 12 / 2 14 = 32 blocks on a track

Thank you!

The Disk Controller A small processor capable of: – Control mechanical actuator: move head assembly – Select a sector in the cylinder at which the heads are positioned – Transfer bits – Buffer track in local memory

Disk Accessing Characteristics Three steps to access a block: – Disk controller positions the head assembly Seek Time – Disk controller wait while the first sector of the block moves under the head Rotational latency – All the sectors and the gaps pass under the head while the disk controller read/write data Transfer time Latency : seek time + rotational latency + transfer time (avg: 10ms, maximum: 20ms)

Data reading time The time takes to read a byte from Megatron 747 disk. Time properties of the disk: – Disk rotate: 7200rpm ( 8.33 ms/rotation) – start/stop: 1ms, 4000 cylinders/ms The head move 1 track in ms, innermost to outermost track: