CIT 1100.  In this chapter you will learn how to:  Explain how hard drives store data  Describe the differences between traditional hard drives and.

Slides:



Advertisements
Similar presentations
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:
Advertisements

Hard Disk Drives Chapter 7.
Describing Storage Devices Store data when computer is off Two processes –Writing data –Reading data Storage terms –Media is the material storing data.
Lesson 3: Working with Storage Systems
Understanding Storage Discovering Computers 2012: Chapter
Chapter 22 All About SCSI.
Connecting with Computer Science, 2e
IT Systems In and Out EN230-1 Justin Champion C208 –
Hard Disk Drives. ATA is the current standard, it uses regular molex power connectors and IDE cables. SATA is a newer product (also SATA2 is already in.
Living in a Digital World Discovering Computers 2011.
Computer Storage Devices Principles of Information Technology Lytle High School Click to continue.
Instructions Slides 3,4,5 are general questions that you should be able to answer. Use slides 6-27 to answer the questions. Write your answers in a separate.
Introduction to Database Systems 1 The Storage Hierarchy and Magnetic Disks Storage Technology: Topic 1.
Chapter 3 Storage Prepared by: Mrs. Hanan AL- Asmari 1.
Secondary Storage Unit 013: Systems Architecture Workbook: Secondary Storage 1G.
A+ Guide to Managing and Maintaining Your PC, 7e
SECONDARY STORAGE DEVICES. MAGNETIC TAPE Data tape that stores large amounts of information that can only accessed sequentially. Commonly used for off-site.
Distinguish between primary and secondary storage.
Chapter 8 All About SCSI.
Hard Drives Non-Volatile Storage. Hard Drives Hard Drives (HD) The primary storage device in a computer system.
Storage *Several of these slides have been adapted and modified from LUMS CS101 course (Dr Sohaib Khan and Dr Arif Zaman), VU CS101 slides (Dr. Altaf A.
XP Practical PC, 3e Chapter 17 1 Upgrading and Expanding your PC.
Computer Hardware and Network Systems Terms Lucas Abbott.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Objectives Learn what a file system does
 FILE S SYSTEM  DIFFERENT FILE SYSTEMS  FILE SYSTEM COMPONENTS  FILE OPERATIONS  LOG STRUCTERD FILE SYSTEM  FILE EXAMPLES.
Disk Fragmentation Refers to the condition of a disk in which files are divided into pieces scattered around the disk. Occurs naturally when frequently.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 22 All About SCSI.
Unit 5, Lesson 13 Storage Technologies and Devices AOIT Computer Systems Copyright © 2008–2013 National Academy Foundation. All rights reserved.
1 Understanding and Assessing Hardware To buy or upgrade? Evaluating your system: –CPU –RAM –Storage devices –Video output –Sound systems –Computer ports.
Mr C Johnston ICT Teacher BTEC IT Unit 02 - Lesson 03 Inside Computers #2 – Drives, Connectors and Internal Memory.
Hard Drive Overview: The UltraMax Plus, MiniMax and eGo Firewire+ Drives Erik Collett Chinese Product Launch IOMEGA CONFIDENTIAL.
INFO1 – Practical problem solving in the digital world
Understanding and Troubleshooting Your PC. Chapter 5: Understanding, Installing, and Troubleshooting Disk Drives2 Chapter Objectives  In this chapter,
OCR GCSE Computing Chapter 2: Secondary Storage. Chapter 2: Secondary storage Computers are able to process input data and output the results of that.
Chapter 2 Working with Disks and Other Removable Media 2.
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
Introduction to Hard Drives Chapter 6 - Key Terms Information Compiled by Diane Ferris, Michele Henderson & Vicki Kertz.
Storage Technologies II Lecture 6 Storage Technologies II Md. Mahbubul Alam, PhD PRESENTED BY MD. MAHBUBUL ALAM, PHD 1.
Disk Fragmentation 1. Contents What is Disk Fragmentation Solution For Disk Fragmentation Key features of NTFS Comparing Between NTFS and FAT 2.
PC Maintenance: Preparing for A+ Certification Chapter 10: Introduction to Disk Storage.
By:Billy Nguyen Teacher: Luce. Introduction Within technological terms, storage mainly refers and relates to computer devices that keep or retains information.
Strata IT Training Chapter 10 Advanced Storage Topics.
File System Management File system management encompasses the provision of a way to store your data in a computer, as well as a way for you to find and.
TheTeacher Computing Data Storage Computing. TheTeacher Computing Primary Storage One of the fundamental properties of a computer is that it can store.
Describing Storage Devices  Storage terms  Media is the material storing data  Storage devices manage the media  Magnetic devices use a magnet  Optical.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
Chapter Seven Updating and Upgrading Hardware. © Wiley, Inc. All Rights Reserved. Strata Objectives Covered 1.6 (1.2 FC0-U11 U.K.) Identify.
Practical PC, 7 th Edition Chapter 4: File Basics.
Hard Drives aka Hard Disk Drives Internal, External, and New Solid State Drives.
Measuring and Improving Drive Performance
Hard Disk Drive 1 LG: TIS 85 Group 5 Presented by Umar Mohammad Nishant Goel Mitali Chaudhary Neeta Vishnupurikar Nitin Kshrisagar Nitin katode.
Unit 3—Part B Computer Storage Computer Technology (S1 Obj 2-3 and S3 Obj 1-1) Unit 3—Part B Computer Storage Computer Technology (S1 Obj 2-3 and S3 Obj.
Chapter Six Hard Drive Dr. Mohammad AlAhmad
Disks and Formatting Ch 3.
A+ Breakout Ralph D Nyberg
Computer Hard Drive.
Mr C Johnston ICT Teacher
Introduction to Computing
CHAPTER 4 Memory System Organization and Architecture
Chapter Seven Types of Storage.
McGraw-Hill Technology Education
Secondary Storage Devices
GCSE OCR 4 Storage Computer Science J276 Unit 1
Part C Computer Storage
2.C Memory GCSE Computing Langley Park School for Boys.
McGraw-Hill Technology Education
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.
Presentation transcript:

CIT 1100

 In this chapter you will learn how to:  Explain how hard drives store data  Describe the differences between traditional hard drives and flash-based storage  Explain how SCSI technology works

 There are 2 steps required to prepare any hard drive to store data: Partitioning and Formatting  Partitioning creates distinct sections on a hard drive. Hard drives can have a single partition or multiple partitions each partition appears as a separate drive Partitioning can make a single drive appear to the Operating system as separate devices

 There are 2 steps required to prepare any hard drive to store data: Partitioning and Formatting  For­matting creates a file system for the drive essentially a large database that tracks what piece of data is stored in which location  Without a file system the O/S couldn’t locate anything  Windows supports three different file systems: FAT, FAT32, and NTFS

All OSes support the File Allocation Table (FAT) format, the oldest format of the three  FAT will not support partitions larger than 2.1 GB and includes no security, it's become obsolete  FAT32 is the 32-bit version of FAT and can handle partitions as large as 2 TB, with no provision for security  FAT and FAT32 used in flash media storage but usually not on larger hard drives

NTFS is the preferred formatting solution for newer hard drives, handling partitions up to 16 TB and includes built-in compression and encryption capabilities

Typical hard drives used today have platters that spin at high speed under a small read/write head  The platters are coated with special materials that can assume magnetic properties used to store the binary information  This method has been used for years as an inexpensive way to store large amounts of data  Hard drives by design have many high speed moving parts that can wear out and cause problems in time  All Hard Drives will eventually fail

Unlike hard drives, flash-based storage has no moving parts, making it faster and more reliable  Flash-based storage uses small memory chips instead of platters to store data, similar to how RAM works, but it’s non-volatile  You can write to them, read from them, and delete data just as you would on an HDD  Flash-based storage can be found in many portable devices, including phones, MP3 players, GPS navigation systems, e-book readers, and more  Over time the cost has dropped to the point where it can be considered as a replacement for HDD

 Popular memory card formats include: ◦ CompactFlash ◦ SDHC 32 G, SDXC 2TB, miniSD, and microSD ◦ xD-Picture Card ◦ Memory Stick ◦ Memory Stick When you finish using the memory card and want to download the data back to your computer, you have two options: plug in the device directly using a USB cable or use a memory card reader and writer.

A comparison of an SSD to an Hard drive shows that both have strengths and weaknesses  SSDs have four advantages over HDDs:  1. Speed  2. Physical durability  3. Energy use  4. Storage efficiency

A comparison of an SSD to an Hard drive shows that both have strengths and weaknesses  Hard Drives have three advantages over SDD:  1. Price  2. Capacity  3. Electronic longevity

Most of the advantages to using flash-based storage over traditional hard drives is due to the fact that traditional hard drives contain several moving pieces  The fact that there needs to be movement at all makes traditional hard drives very slow devices, compared to the rest of a computer.  Traditional hard drives also use more energy to drive all the moving parts It takes ~ 5 ms to move the r/w head to the correct track seek time With no moving parts to break or power flash- based devices are tougher and use less energy

SSDs retrieve data more efficiently than HDDs enabling them to ignore one of the primary causes for slowness with HDDs - fragmentation  A utility in Windows (and other OSes) called Disk Defragmenter can fix fragmentation  Windows 7 runs it automatically, Windows XP, you need to run the utility manually  Because SSDs don't have a read/write arm to move to retrieve data, fragmentation doesn't matter. Data is just retrieved.  Never defragment SDD devices

HDDs offer the best capacity at the lowest price of any fast storage device. You can buy a two- terabyte (TB) drive for under $200 HDDs offer the best capacity at the lowest price of any fast storage device. You can buy a two- terabyte (TB) drive for under $200  One issue with SSDs is that repeatedly deleting and rewriting of data will, over time, make the drives slower in writing data. Newer ones aren't so bad and will undoubtedly improve.  The cost of SDD is still considerably higher than standard HDD 120GB ~ $120.00

The Small Computer System Interface (SCSI) is an old technology dating from the late1970s peripherals, including scanners and printers, used SCSI  At the time it was faster than the other buses available at that time  With the new USB3, FireWire, and eSATA connectors, SCSI ports have all but disappeared from most computers

A key feature of SCSI is the SCSI chain. Most interfaces work on the principle of 1connector 1device  SATA for example, enables a single hard drive to connect to the motherboard. Some like PATA string together two hard drives on a single ribbon cable. SCSI takes this concept one step further with the idea of a SCSI chain  The chain begins inside the computer.  Some systems include a built-in SCSI connectors, others used a separate device known as a SCSI host adapter that can add 2 connectors on for internal one for external SCSI could connect up to 14 devices on a single channel

Connected drives are part of a SCSI chain (Bus), either internal, external, or both Internal chains are made using cables with multiple connectors, external chains are created connecting one device to another known as a daisy chain When connecting more than one device you need to provide a way for the host adapter to differentiate them. SCSI ID is a number ranging from 0 to 15 that is assigned to each device on the SCSI chain Jumpers could be used to designate SCSI ID numbers similar to Master/Slave settings on Drives