Copyright © 1998-2012 Curt Hill Disk Basics Structure and Characteristics of Secondary Storage.

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.
Professor Michael J. Losacco CIS 1150 – Introduction to Computer Information Systems Secondary Storage Chapter 7.
Lecture # 7. Topics Storage Techniques of Bits Storage Techniques of Bits Mass Storage Mass Storage Disk System Performance Disk System Performance File.
Faculty of Information Technology Department of Computer Science Computer Organization and Assembly Language Chapter 6 External Memory.
Objectives Overview Differentiate between storage and memory
Discovering Computers Fundamentals, 2012 Edition Your Interactive Guide to the Digital World.
Computer Hardware – Storage Systems.  Storage holds data, instructions, and information for future use  Consists of two parts Storage Device Storage.
1 Chapter 6 Storage and Multimedia: The Facts and More.
Operating Systems File systems
CPSC 231 Secondary storage (D.H.)1 Learning Objectives Understanding disk organization. Sectors, clusters and extents. Fragmentation. Disk access time.
Living in a Digital World Discovering Computers 2011.
1 Introduction to Computers Day 4. 2 Storage device A functional unit into which data can be –placed –retained(stored) –retrieved(accessed)
SECONDARY STORAGE DEVICES. MAGNETIC TAPE Data tape that stores large amounts of information that can only accessed sequentially. Commonly used for off-site.
Secondary Storage 7.
Hard Drives Non-Volatile Storage. Hard Drives Hard Drives (HD) The primary storage device in a computer system.
Computer Hardware. “ Copyright 2005 John Wiley & Sons Inc.” TG 12 Chapter Outline Introduction The Central Processing Unit Computer Memory Evolution of.
L/O/G/O External Memory Chapter 3 (C) CS.216 Computer Architecture and Organization.
Secondary Storage Chapter 7.
Physical Storage and File Organization COMSATS INSTITUTE OF INFORMATION TECHNOLOGY, VEHARI.
Lecture 8 of Advanced Databases Storage and File Structure Instructor: Mr.Ahmed Al Astal.
1 Secondary Storage Management Submitted by: Sathya Anandan(ID:123)
Objectives Overview Differentiate between storage and memory
Storing Data: Electronic Filing Cabinets What You Will Learn Difference between memory and storage How storage media are categorized Measuring a storage.
Your Interactive Guide to the Digital World Discovering Computers 2012.
Storage Devices Chapter 7. Floppy Drive Overview The floppy drive subsystem consists of three main parts: ▫the electronic circuits or the controller,
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
GENERAL INFORMATION Invented in 1950's on mainframe computers with 20 inches diameter with only few megabytes of data. Originally called 'Fixed Disc'
Storing data – Storage devices and media. What is a storage device?  A storage device is any device used in a computer to store information.  A storage.
2.1 Operating System Concepts Chapter 2: Computer-System Structures Computer System Operation Storage Structure Storage Hierarchy Hardware Protection General.
Secondary Storage Devices: Magnetic Disks Optical Disks Floppy Disks Magnetic Tapes CENG 351.
COM113 Introduction to Computing Storage. Storage Objectives Differentiate between storage devices and storage media Describe the characteristics of magnetic.
Storage Hardware Devices Presented by Hector Arreola Valentin Kifumbi Keely Ritchie-Boland.
Storage Devices 1. Objectives Overview Differentiate between storage devices and storage media Describe the characteristics of an internal hard disk including.
Living in a Digital World Discovering Computers 2010.
Auxiliary Memory Magnetic Disk:
Chapter 8 Digital Storage Discovering Computers Technology in a World of Computers, Mobile Devices, and the Internet.
Lecture 5: 9/10/2002CS149D Fall CS149D Elements of Computer Science Ayman Abdel-Hamid Department of Computer Science Old Dominion University Lecture.
Section 13.2 – Secondary storage management (Former Student’s Note)
Your Interactive Guide to the Digital World Discovering Computers 2012 Chapter 7 Types of Storage.
Section 13.2 – Secondary storage management. Index 13.2 Disks Mechanics of Disks The Disk Controller Disk Access Characteristics.
CPSC 231 Secondary storage (D.H.)1 Learning Objectives Understanding disk organization. Sectors, clusters and extents. Fragmentation. Disk access time.
Storage 101 Mr. Yip. What is Storage? Input Processing Output Storage Storage refers to the media and methods used to keep information available for later.
CHAPTER 6 Digital Storage Copyright © Cengage Learning. All rights reserved.
Lecture 3 Secondary Storage and System Software I
Computer Hardware – Storage Systems.  Storage holds data, instructions, and information for future use  Consists of two parts Storage Device Storage.
Copyright © 2003 Prentice Hall, Inc 1 Chapter 4 Storing Data: Electronic Filing Cabinets NEXT SLIDE.
Data Storage and Querying in Various Storage Devices.
File organization Secondary Storage Devices Lec#7 Presenter: Dr Emad Nabil.
Copyright © 2007 Ramez Elmasri and Shamkant B. Navathe Lec 5 part1 Disk Storage, Basic File Structures, and Hashing.
Computer System Structures Storage
Discovering Computers 2012: Chapter 2-7
CHAPTER 10: Computer Peripherals
Reference: Chp 6 Introduction to Computers by Peter Norton
Storage capacity of a computer
Chapter 2: Computer-System Structures
Computer Science 210 Computer Organization
Backing Store.
Hard Drives.
Introduction to Computing
File Organizations What an OS provides Copyright © Curt Hill.
Chapter Seven Types of Storage.
Chapter 7.
Distinguish between primary and secondary storage.
Secondary Storage Devices
THIS IS Jeopardy. THIS IS Jeopardy With Your Host... Mrs. Glenn.
Computer Application Waseem Gulsher
Primary Storage 1. Registers Part of the CPU
Presentation transcript:

Copyright © Curt Hill Disk Basics Structure and Characteristics of Secondary Storage

Copyright © Curt Hill Why disks? Computer memory has several problems: –Expensive –Volatile –Limitations on address space Persistant data must be stored on disk or tape The Operating System controls disk access –All disk access is somewhat platform dependent

Copyright © Curt Hill Disks Rotating magnetic media Flat, round platter of metal or plastic and covered with magnetic coating Information stored as magnetized spots on the magnetic coating called bits Access arms hold the heads –Move to read different areas

Copyright © Curt Hill Disk units Organization of disk –Cylinders Any area that can be read without moving head –Tracks Concentric circles on surface Disk rotates under head –Sectors Pie shaped divisions on surface

Copyright © Curt Hill Hard Disk Organization Track Sector Spindle Platter Access Arm Head

Copyright © Curt Hill Disks are DASD Direct Access Storage Device Any sector may be read directly Disk address contains –Cylinder address Forces moving heads –Track address Selects a head –Sector address Rotation of sector under head

Copyright © Curt Hill Hard Disk Drives Read/Write head Platters

Copyright © Curt Hill Disk Access Time Seek time –Movement of access arm to correct cylinder Rotational delay –Movement of disk to position correct sector under read/write head Activation of appropriate read/write head Transfer rate of data from disk to main memory

Errors The main problem is a head crash –The head physically touches the platter –Usually ruins the head and that area of the platter Often catastrophic –Frequently the disk is unusable –Recovery services do exist, but are expensive and cannot guarantee success Backup is required for mission critical data Copyright © Curt Hill

Disk Addresses There are two forms –Cylinder/head/sector –Block number Hardware always uses C/H/S However, an IDE controller translates a block number into C/H/S internally –This is currently the most common disk data address Copyright © Curt Hill

Flash A form of Electronically Erasable Programmable Read Only Memory (EEPROM) Non-volatile Capacities are now in the gigabyte range Used as disk for One Laptop Per Child project Copyright © Curt Hill

RAID Redundant Array of Independent Disks Increase transfer rates by reading and writing data to several devices in parallel Usually contains redundancy so that lost data from a disk crash can be reconstructed Copyright © Curt Hill

Storage Area Network (SAN) A specialized, high-speed sub- network Contains substantial storage capability in disk and tape Connects to the CPUs (usually servers) in such a way as to appear local Copyright © Curt Hill