Introduction to Computing

Slides:



Advertisements
Similar presentations
A device that reads and writes data on a magnetic disk or tape. For writing, the surface of the disk or tape is moved past the read/write head. By discharging.
Advertisements

Hard Disks Low-level format- organizes both sides of each platter into tracks and sectors to define where items will be stored on the disk. Partitioning:
Chapter 4 Storing Information in a Computer Peter Nortons Introduction to Computers.
Secondary Storage Input Output Processing Internal Memory.
Hard Disk Drives Chapter 7.
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.
1 CSC 101 Introduction to Computing Lecture 13 Dr. Iftikhar Azim Niaz 1.
Objectives Overview Differentiate between storage and memory
1 Chapter 6 Storage and Multimedia: The Facts and More.
1 Introduction to Computers Day 4. 2 Storage device A functional unit into which data can be –placed –retained(stored) –retrieved(accessed)
Silberschatz, Galvin and Gagne ©2009 Operating System Concepts – 8 th Edition, Chapter 12: Mass-Storage Systems.
Mass Storage System EMELIZA R. YABUT MSIT. Overview of Mass Storage Structure Traditional magnetic disks structure ◦Platter- composed of one or more.
Secondary Storage Unit 013: Systems Architecture Workbook: Secondary Storage 1G.
Passage Three Storage Devices. Training target: In this part , you should try your best to form good reading habits. In order to avoid your ill habits.
SECONDARY STORAGE DEVICES. MAGNETIC TAPE Data tape that stores large amounts of information that can only accessed sequentially. Commonly used for off-site.
Hard Drives Non-Volatile Storage. Hard Drives Hard Drives (HD) The primary storage device in a computer system.
Peripheral devices Storage devices. Storage Devices zAlso called secondary storage zstore data & programs permanently for future use zcan be used as both.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
L/O/G/O External Memory Chapter 3 (C) CS.216 Computer Architecture and Organization.
Secondary Storage Chapter 7.
CHAPTER 5. Next Exit Main Memory and Backing Storage Devices... Main Memory and Backing Storage Devices... Main memory temporarily stores programs and.
Objectives Overview Differentiate between storage and memory
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,
Lecture No 11 Storage Devices
STORAGE DEVICES Presentation By: Saurabh Mishra. A data storage device is a device for recording (storing) information (data). CD, Hard Disk and Flash.
1 Introduction to Computers By Masseta ICT Dept. Mzumbe University.
COM113 Introduction to Computing Storage. Storage Objectives Differentiate between storage devices and storage media Describe the characteristics of magnetic.
Computer Architecture CST 250
Disk formatting Magnetic disks come in various sizes and so each use different disk drives. Different computers have different ways of organizing data.
Copyright © Curt Hill Disk Basics Structure and Characteristics of Secondary Storage.
20 October 2015Birkbeck College, U. London1 Introduction to Computer Systems Lecturer: Steve Maybank Department of Computer Science and Information Systems.
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.
Storage Devices.
HARD DISK Prabhavati M. (985450) Kamal Gidwani (962841) Sharvari Joshi (962281) Poonam Rode (985500) Rajesh S. (962206) )
Hard Disk Drive 1 LG: TIS 85 Group 5 Presented by Umar Mohammad Nishant Goel Mitali Chaudhary Neeta Vishnupurikar Nitin Kshrisagar Nitin katode.
Silberschatz, Galvin and Gagne ©2013 Operating System Concepts – 9 th Edition Chapter 10: Mass-Storage Systems.
Secondary Storage. Secondary storage (auxiliary storage) is all data storage that is not currently in a computer's primary storage or memory. This is.
File organization Secondary Storage Devices Lec#7 Presenter: Dr Emad Nabil.
Chapter Six Hard Drive Dr. Mohammad AlAhmad
Computer System Structures Storage
TYPES OF MEMORY.
Chapter 10: Mass-Storage Systems
MAGNETIC STORAGE Autorem materiálu a všech jeho částí, není-li uvedeno jinak, je Zuzana Strnadlová. Dostupné z Metodického portálu ISSN: 
CHAPTER 10: Computer Peripherals
Reference: Chp 6 Introduction to Computers by Peter Norton
History of hard disk drive
Computer Hard Drive.
Database Management Systems (CS 564)
Chapter 12: Mass-Storage Structure
Backing Store.
Secondary Storage Devices…. What is a Secondary Storage
CHAPTER 4 Memory System Organization and Architecture
Chapter Seven Types of Storage.
Chapter 7.
Chapter 12: Mass-Storage Systems
Secondary Storage Devices
Overview of Mass Storage Structure
GCSE OCR 4 Storage Computer Science J276 Unit 1
Computer Application Waseem Gulsher
1 BY Prof. S. DAS (PhD, UK). 2 CONTENTS Introduction RAM,ROM,PROM,EPROM Auxiliary Storage Devices-Magnetic Tape, Hard Disk, Floppy Disk Optical Disks:
Hard disk basics Prof:R.CHARLES SILVESTER JOE Departmet of Electronics St.Joseph’s College,Trichy.
Hard Drive Components 1.5 Install and configure storage devices and use appropriate media YT Video 3:30.
Chapter 11: Mass-Storage Systems
Technology 4 Storage.
Primary Storage 1. Registers Part of the CPU
Networks & I/O Devices.
Computer Storage.
Presentation transcript:

Introduction to Computing Lecture-3-Storage Devices Muhammad Hafeez Department of Computer Science GC University Lahore

Today’s Agenda Storage Devices Working of Storage Devices Working of Hard Disk Drives How Files are stored

Storage Devices In Modern computer billions trillions bytes of data is stored Secondary Memory or Auxiliary Memory supports in storage of large amount of data/ information for future use. It is non-volatile but slow memory. Data Reading/ Writing takes time Data do no loss when power turns off Inexpensive than Primary Memory

Types of Storage Devices

Types of Input Devices Sequential Access Devices Data is accessed in linear/ sequential manner Slower but cheap Example: Magnetic Tape Random/ Direct Access Devices Data is accessed in constant/ random/ equal time Most Widely used devices for secondary storage Example: Hard Disk Drives, Optical Disks, Memory Storage Devices

Magnetic Disks A thin, circular plate/ platter of metal or plastic. Both sides are coated with magnetic material (iron oxide) Use Standard code to store data Several of these platters are protected in sealed, contaminated specially designed envelope Data is stored as tiny magnetized and non-magnetized spots (both for 1 and 0)

Tracks and Sectors HDD is divided number of invisible concentric circles called tracks Outmost track is 0 and tracks are numbers Tracks on a platter range from 40 to several thousands depending on capacity of disk.

Tracks

Sectors A Track is further divided into pi shaped sectors 8 or more sectors per track Sectors contain 512 bytes HDDs are designed to Read/Write a complete sector at a time

Sectors

Sectors

Sectors and Tracks Usually sectors are measured per track Hence, a 200 tracks and 8 sectors disk has total 200x8 sectors Each sector is uniquely numbered Data address on disk is a physical address composed of sector number, track number and surface number The scheme is called CHS (Cylinder-Head Sector) addressing. The same is called disk geometry.

Sectors and Tracks

Number of Sectors/ Track Varies to Increase Storage Innermost track has 8 sectors per track Next has 9 sectors per track Outer group of track has 10 sectors per track

Disk Formatting Formatting is the process of dividing the disk into tracks and sectors Track: A narrow recorded band that forms a full circle on the surface of disk Sectors: Tracks are broken into arc-shaped area called sectors A sector typically stores 512 bytes of data Sometimes hard disk during formatting mark some sectors as bad sectors cause they are damaged.

Disk Formatting Low Level Formatting: OS-Level Formatting: Disk drives lay down a magnetic pattern on the disk surface Enable the disk drives to define and store data defined by disk drives of the computer OS-Level Formatting: Create File Access Table (FAT) that is a table for sectors and tracks of data FAT grows with time Scans and marks bad sectors

Sectors and Tracks

Platters Platters rotate at high speed Usually 5400 to 15000 revolutions per minute (rpm)

Hard Disk Contamination

What is meaning of Volatile

Storage Capacity

Storage Capacity of Disk Storage capacity of disk = Number of recording surfaces x Numbers of tracks per surface x Numbers of Sectors per track x Numbers of bytes per sector

Disk Access Time Access Time: It is the time computer makes a request of data from Disk to Primary Storage and The Time this request is completed. Disk Access Time Depends upon: 1. Seek Time 2. Latency 3. Transfer Rate

Disk Access Time Seek Time Latency As the disk unit receive the Read/Write command, the time to place Read/Write head on desired track is called seek time. Latency It is the time to spin the desired sector under the Read/Write Head once the disk head is placed on desired track.

Disk Access Time Transfer Rate: It is the time data is Read/Written from/to disk. As the transfer rate is negligible as compared to seek time and latency Disk Access Time = Average Seek Time x Average Latency

Disk Controllers A special purpose chip/ electronic circuit that controls transfer of data to/from disk to System Bus PC vendors advertise types of disk interfaces supported by the controller on their motherboard In addition to USB that can function as external hard drive interface, four other types of interface for external drives are common

Disk Controllers Interfaces EIDE: (Enhanced Integrated Drive Electronics) use parallel signals to transfer data to HDDs, SSDs, RAID, Optical Disks SCSI: (Small Computer System Interface) use parallel signals, can support 8 to 15 devices SAS: (Serial-attached SCSI) use serial signals to transfer data, more fast and reduced interference, can support more devices, lower cost SATA: (Serial Advanced Technology Attachment) More thinner and flexible cable, less interference, fast, connect more devices

Cloud Storage Provide storage on internet for readily accessible data/ information Google OneDrive Dropbox

Enterprise Storage RAID (Redundant Array of Independent Disks)

Enterprise Storage NAS (Network Attached Storage) A Server

Enterprise Storage SAN (Storage Area Network) A Network

Questions ??????????????????????????