Hard Drives.

Slides:



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

Computer Studies Today Chapter 18 1 »Two main types of secondary storage devices: –Magnetic storage devices –Optical storage devices.
Section 6.2. Record data by magnetizing the binary code on the surface of a disk. Data area is reusable Allows for both sequential and direct access file.
Hard Drives Storing Information 1 Byte at a Time.
Problems in IO & File System CS 1550 Recitation November 4 th /6 th, 2002 The questions in this slide are from Andrew S. Tanenbaum's textbook page 375,
Chapter4: Memory External Memory.
CS4432: Database Systems II Data Storage - Lecture 2 (Sections 13.1 – 13.3) Elke A. Rundensteiner.
13.2 Disks Mechanics of Disks Presented by Chao-Hsin Shih Feb 21, 2011.
1 Hard Drive Storage. 2 Introduction zThis sections discusses: yHow a hard drive works yHow to estimate storage size yHow to estimate time.
Hard Disks and I/O Polytechnic University CS /25/03.
Computer SCIENCE Data Representation and Machine Concepts Section 1.3
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.
Hard Drive / Hard Disk Functions of hard disk
Hard Disk Assemblies. Inside a Hard Disk How a Hard Disk Works.
CS4432: Database Systems II Data Storage (Better Block Organization) 1.
Hard Drives “ Hard disks store digital information in a relatively permanent form.” --howstuffworks.com.
Physical Storage and File Organization COMSATS INSTITUTE OF INFORMATION TECHNOLOGY, VEHARI.
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 Week 9: Computing Components: PART II READING: Chapter 5.
Hard Drives Ryan2005. What it Does Stores info magnetically hard “platter” holds info.
Components & Mechanism. People & Computers Hard Disk What purpose does it serve?
Topic 6: Further System Fundamentals. Fetch-Execute Cycle Review Computer programs are instructions stored in RAM Processor fetches instructions and executes.
11.1Database System Concepts. 11.2Database System Concepts Now Something Different 1st part of the course: Application Oriented 2nd part of the course:
15-410, S’ Disks Mar. 24, 2004 Dave Eckhardt & Bruce Maggs Brian Railing & Steve Muckle Contributions from Eno Thereska “How Stuff Works”
A disk drive is made up of a platter, an arm with a read/write head at the end of it, some gizmo to move the arm back and forth, and some electronics to.
Storing Data Dina Said 1 1.
Auxiliary Memory Magnetic Disk:
Copyright © Curt Hill Disk Basics Structure and Characteristics of Secondary Storage.
Disks and Disk Scheduling Steve Muckle Monday, March 31st Spring 2003.
Disk Basics CS Introduction to Operating Systems.
Operating Systems (CS 340 D) Princess Nora University Faculty of Computer & Information Systems Computer science Department.
1.  Disk Structure Disk Structure  Disk Scheduling Disk Scheduling  FCFS FCFS  SSTF SSTF  SCAN SCAN  C-SCAN C-SCAN  C-LOOK C-LOOK  Selecting a.
Section 13.2 – Secondary storage management (Former Student’s Note)
Disk storage systems Question#1 (True/False) A track is divided into multiple units called sectors.
Disk Average Seek Time. Multi-platter Disk platter Disk read/write arm read/write head.
Disk Scheduling The operating system is responsible for using hardware efficiently — for the disk drives, this means having a fast access time and disk.
Presentation-4 Group-A1 Professor Mohamed Khalil Anita Kanuganti Hemanth Rao.
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.
Paper by: Chris Ruemmler and John Wikes Presentation by: Timothy Goldberg, Daniel Sink, Erin Collins, and Tony Luaders.
 To arrange the data on the disk surface, the disk surface is divided in to different sections called :-  Slides or heads  Tracks  Sectors  Cylinders.
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.
Data Storage and Querying in Various Storage Devices.
File organization Secondary Storage Devices Lec#7 Presenter: Dr Emad Nabil.
Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke1 Disks and Files.
Storing Data Dina Said.
Section 13.2 – Secondary storage management (Former Student’s Note)
Fixed/Movable Head Disk
External Memory.
Storage and Disks.
Disks and RAID.
Visit for more Learning Resources
Secondary Storage Secondary storage typically: Characteristics:
Disk Scheduling Algorithms
File Organizations What an OS provides Copyright © Curt Hill.
Disks and Files DBMS stores information on (“hard”) disks.
Sanuja Dabade & Eilbroun Benjamin CS 257 – Dr. TY Lin
Secondary Storage Devices
Overview of Mass Storage Structure
Operating Systems (CS 340 D)
Disks and scheduling algorithms
Secondary Storage Management Brian Bershad
Persistence: hard disk drive
Disks and Disk Scheduling
Secondary Storage Management Hank Levy
Chapter 11: Mass-Storage Systems
Disks Magnetic (hard) Disk arrays are used for reliable storage (RAID)
Presentation transcript:

Hard Drives

Hard Drives

Inside of a hard drive Video

Hard Drives Terms read/write head block size track cylinder sector The part of the arm that touches the disk to read/write block size Number of bytes that are read/written in a single read of write operation track Ring around a disk platter cylinder The set of corresponding tracks from all platters sector Section of a track

Disk Latency What are the two moving parts of a disk? Platter spinning around ~ rotational delay (sector wait time) Arm w/ head moving across platter (track seek time) How long does it take to access something on the disk? Access time = track seek time + sector wait time