SlideShare a Scribd company logo
1 of 14
STORAGE DEVICES

HARD DISK DRIVE

STRUCTURE
PLATTERS

   A platter is a physical object (actually, a plate) that resides inside the hard
   disk and is responsible for storing the data.


READ/WRITE HEAD

     When information is written to the disk, the read/write head will move to
the same track on all platters in a single movement and then write to the same
track on all platters. The actuator arm has multiple read/write heads on it.


ACTUATOR ARM
TRACKS

    Just as there are grooves, or tracks, on a record or music CD, there are also
tracks on each platter. These tracks are evenly spaced across the platter’s surface.

SECTORS

     The platter is divided into pie slices, thus dividing the tracks into 512-byte
sectors. Sectors are the actual storage areas for data, and each has an address that is
made up of the platter side number, the track number, and the sector number on
that track.

CLUSTER

      A group of any number of sectors can make up a cluster. When a partition is
formatted, the file system will determine the cluster size based off the partition
size. For example, a partition that is 2GB in size formatted as FAT will use a 32K-
cluster size. That same 2GB partition formatted as FAT32 will use only a 4K-cluster
size
CYLINDER

      A cylinder consists of the same track on both sides of all the platters. In
other words, when you reference Track 0, you reference a particular track on a
particular platter, but when you reference Cylinder 0, you reference Track 0 on
all platters.


        If you know the number of cylinders, heads, and sectors per track, you
can calculate the size of a disk. For example, if you have a drive that has 4,092
cylinders, 16 heads, and 63 sectors per track, the size of the disk would be
2,111,864,832 bytes (2.1GB). The formula to calculate the size of the disk is
Cylinders × Heads × Sectors × 512 bytes per sector.

READ/RIGHT PROCESS

PERFORMANCE

     Disk performance can be measured in terms of several important
characteristics: seek time, latency, access time, and the spin speed of the disk.
SEEK TIME

       is the time it takes to move the read/write heads to the desired track. Seek
time is a calculated average, since the time it takes to move to the desired track will
differ from one instance to another. For example, if the read/write heads are on
Track 1, they will take a longer amount of time moving to Track 12 than to Track 3.

LATENCY

        is the time it takes for the appropriate sector to move under the read/write
head.

SPIN SPEED

        is the speed at which the platters spin in a circle
MASTER BOOT RECORD


     is the 512-byte boot sector that is the first sector of a partitioned data
     storage device such as a hard disk. MBR holds the following information


     Holding a disk's primary partition table.[2]
     Bootstrapping operating systems, after the computer's BIOS passes
     execution to machine code instructions contained within the MBR.
(IDE)PATA

  2 devices per controller (master / slave)
  40-pin cable
  ATAPI supports CD/DVD/Tape drives



      Interface                    Maximum
                    DMA Mode                      Special Features
      Standard                   Transfer Rate
    ATA/ATAPI-4   UDMA 0, 1, 2        33 MBps Ultra DMA, 80
                  (UDMA-33)                   conductor cable and
                                              CRC
    ATA/ATAPI-5   UDMA 3, 4           66 MBps
                  (UDMA-66)
    ATA/ATAPI-6   UDMA 5             100 MBps 48-bit LBA expansion,
                  (UDMA-100)                  and disk noise
                                              reduction
    ATA/ATAPI-7   UDMA 6             133 MBps Multimedia streaming,
                  (UDMA-133)                  SATA 1.0
DMA MODE
CABLE ORIENTATION


ATAPI

    is an interface standard for the connection of storage devices such as
hard disks, solid-state drives, and CD-ROM drives in computers.

SMART

        is a monitoring system for computer hard disks to detect and
report on various indicators of reliability, in the hope of anticipating
failures.
SATA


sata supported speeds up to 150 MBps
Latest version (sata-3.0) supports speed up to 300 MBps.
External cabling (2 meter or 6 feet)

HOT SWAPPING

JUMPER

        Jumpers allow the computer to close an electrical circuit allowing the
electricity to flow throughout certain sections of the circuit board. Generally,
the jumpers consist of a set small pins which can be covered with a small plastic
box. This box connects the two pins together allowing the electricity to flow
freely between the two pins.
SCSI
         Is an expansion bus technology for connecting internal and external
devices. SCSI is commonly used for hard drives, especially in server level
systems.
    Interface      Bus speed    Bus           Max Cable Length (m)         Devices
    Protocol       MBps Max    Width                                       per Bus
                               (bits)   Single-ended    LVD          HVD

 SCSI-1                5         8           6           12          25      8

 Fast SCSI            10         8           3           12          25      8

 Fast-Wide SCSI       20        16           3           12          25      16

 Ultra SCSI           20         8          1.5          12          25      8

 Wide Ultra SCSI      40        16           -           12          25      16

 Ultra2 SCSI          40         8           -           12          25      8

 Wide Ultra2          80        16           -           12          25      16
 SCSI

 Ultra3 SCSI          160       16           -           12           -      16
 (Ultra160 SCSI)

 Ultr320 SCSI         320       16           -           12           -      16
FLOPPY DISK DRIVE

       PHYSICAL SIZE & CAPACITY:-
                                5.25” (360 KB, 512 KB, 1.22MB)
                                3.5” (1.22MB, 1.44 MB, 2.8MB)

       INTERFACE :- Maximum support 2 device per MOBO.

       RPM :-


OPTICAL DISK STORAGE

CD WORM

CD-R

         Has a chemical die layer , typically silver alloy or 24 carat gold, used to carry
         data bits; used to use aluminum as reflective layer.
FLASH MEMORY



   Is a Non-volatile memory used in digital cameras, mobile phones, and mp3
   players etc.

   Some popular manufacturers are Smart Media, Compact Flash(CF), Secure
   Digital(SD), Sony, and xD picture card.

   USB thumb drive also use flash memory stick.

   To remove the device you should use the Safely Remove Hardware routine.
TAPE DRIVES

   Used to creating system backups, may be external or internal units.
   Supplied with ATA/EIDE, SCSI, USB or Firewire interfaces.


TYPES
   QIC:- Oldest type format can store up to 4 GB.
   TRAVAN:- Can store up to 10 GB data.
   DAT:- Can store up to 36 GB data.
   8 MM TAPE SYSTEM:- Offers high capacity data storage up to 200GB
   DLT(DIGITAL):- Developed for high speed lan based backup system

More Related Content

What's hot (20)

Introduction to Hard Disk Drive by Vishal Garg
Introduction to Hard Disk Drive by Vishal GargIntroduction to Hard Disk Drive by Vishal Garg
Introduction to Hard Disk Drive by Vishal Garg
 
Memory
MemoryMemory
Memory
 
Hard Disk
Hard Disk Hard Disk
Hard Disk
 
Hard disks
Hard disksHard disks
Hard disks
 
Chapter 9: SCSI Drives and File Systems
Chapter 9: SCSI Drives and File SystemsChapter 9: SCSI Drives and File Systems
Chapter 9: SCSI Drives and File Systems
 
Hard Disk Componets
Hard Disk ComponetsHard Disk Componets
Hard Disk Componets
 
Hard disk
Hard diskHard disk
Hard disk
 
Disk
DiskDisk
Disk
 
Hard disk
Hard diskHard disk
Hard disk
 
SCSI Vs. SATA Vs. IDE
SCSI Vs. SATA Vs. IDESCSI Vs. SATA Vs. IDE
SCSI Vs. SATA Vs. IDE
 
Hard drive
Hard driveHard drive
Hard drive
 
Hard Disk Drive
Hard Disk DriveHard Disk Drive
Hard Disk Drive
 
Unit3 ppt3 hard drive
Unit3 ppt3 hard driveUnit3 ppt3 hard drive
Unit3 ppt3 hard drive
 
Hard disk drive components
Hard disk drive componentsHard disk drive components
Hard disk drive components
 
Working principle of a hard disk controller
Working principle of a hard disk controllerWorking principle of a hard disk controller
Working principle of a hard disk controller
 
Scsi
ScsiScsi
Scsi
 
HARD DISK DRIVE
HARD DISK DRIVE HARD DISK DRIVE
HARD DISK DRIVE
 
Hard Disk
Hard DiskHard Disk
Hard Disk
 
Motherboards
MotherboardsMotherboards
Motherboards
 
PPT hard disk Drive
PPT  hard disk Drive PPT  hard disk Drive
PPT hard disk Drive
 

Viewers also liked

Viewers also liked (12)

Processor
ProcessorProcessor
Processor
 
CCNA ALL IN ONE
CCNA ALL IN ONE CCNA ALL IN ONE
CCNA ALL IN ONE
 
configure IP address in command mode
configure IP address in command modeconfigure IP address in command mode
configure IP address in command mode
 
Basics of computer
Basics of computerBasics of computer
Basics of computer
 
Osi model with neworking overview
Osi model with neworking overviewOsi model with neworking overview
Osi model with neworking overview
 
Subnetting
SubnettingSubnetting
Subnetting
 
A Complete Guide Cloud Computing
A Complete Guide Cloud ComputingA Complete Guide Cloud Computing
A Complete Guide Cloud Computing
 
01.number systems
01.number systems01.number systems
01.number systems
 
Raid Levels
Raid LevelsRaid Levels
Raid Levels
 
Network Security & Ethical Hacking
Network Security & Ethical HackingNetwork Security & Ethical Hacking
Network Security & Ethical Hacking
 
INTEGRATED CIRCUIT
INTEGRATED CIRCUITINTEGRATED CIRCUIT
INTEGRATED CIRCUIT
 
ANALOG TO DIGITAL AND DIGITAL TO ANALOG CONVERTER
ANALOG TO DIGITAL AND DIGITAL TO ANALOG CONVERTERANALOG TO DIGITAL AND DIGITAL TO ANALOG CONVERTER
ANALOG TO DIGITAL AND DIGITAL TO ANALOG CONVERTER
 

Similar to Storage device

SUN主机产品介绍.ppt
SUN主机产品介绍.pptSUN主机产品介绍.ppt
SUN主机产品介绍.pptPencilData
 
Computer Hardware
Computer HardwareComputer Hardware
Computer Hardwarekarlp
 
Hard disk drive
Hard disk driveHard disk drive
Hard disk driveAwais Alam
 
Hard disk & Optical disk (college group project)
Hard disk & Optical disk (college group project)Hard disk & Optical disk (college group project)
Hard disk & Optical disk (college group project)Vshal_Rai
 
09. Memory, Storage (RAM, Cache, HDD, ODD, SSD, Flashdrives)
09. Memory, Storage (RAM, Cache, HDD, ODD, SSD, Flashdrives)09. Memory, Storage (RAM, Cache, HDD, ODD, SSD, Flashdrives)
09. Memory, Storage (RAM, Cache, HDD, ODD, SSD, Flashdrives)Akhila Dakshina
 
Cs100 lec 3 cont1 hardware - system unit and memory)
Cs100  lec 3 cont1 hardware - system unit and memory)Cs100  lec 3 cont1 hardware - system unit and memory)
Cs100 lec 3 cont1 hardware - system unit and memory)JhÜvs Laganson
 
If AMD Adopted OMI in their EPYC Architecture
If AMD Adopted OMI in their EPYC ArchitectureIf AMD Adopted OMI in their EPYC Architecture
If AMD Adopted OMI in their EPYC ArchitectureAllan Cantle
 
Technical presentation
Technical presentationTechnical presentation
Technical presentationconnorhowe131
 
Componente de hardware
Componente de hardwareComponente de hardware
Componente de hardwareAndys Cortees
 
Componente de hardware
Componente de hardwareComponente de hardware
Componente de hardwareAndys Cortees
 
Componente de hardware
Componente de hardwareComponente de hardware
Componente de hardwareAndys Cortees
 

Similar to Storage device (20)

Hard disk PPT
Hard disk PPTHard disk PPT
Hard disk PPT
 
SATA.pptx
SATA.pptxSATA.pptx
SATA.pptx
 
SUN主机产品介绍.ppt
SUN主机产品介绍.pptSUN主机产品介绍.ppt
SUN主机产品介绍.ppt
 
PC Hardware Servicing Hand Out 2
PC Hardware Servicing Hand Out 2PC Hardware Servicing Hand Out 2
PC Hardware Servicing Hand Out 2
 
Computer Hardware
Computer HardwareComputer Hardware
Computer Hardware
 
Hard disk drive
Hard disk driveHard disk drive
Hard disk drive
 
Computer Maintanance
Computer MaintananceComputer Maintanance
Computer Maintanance
 
Hard disk & Optical disk (college group project)
Hard disk & Optical disk (college group project)Hard disk & Optical disk (college group project)
Hard disk & Optical disk (college group project)
 
09. Memory, Storage (RAM, Cache, HDD, ODD, SSD, Flashdrives)
09. Memory, Storage (RAM, Cache, HDD, ODD, SSD, Flashdrives)09. Memory, Storage (RAM, Cache, HDD, ODD, SSD, Flashdrives)
09. Memory, Storage (RAM, Cache, HDD, ODD, SSD, Flashdrives)
 
Nachos Extra Points
Nachos Extra PointsNachos Extra Points
Nachos Extra Points
 
Chap72&73
Chap72&73Chap72&73
Chap72&73
 
File000121
File000121File000121
File000121
 
Cs100 lec 3 cont1 hardware - system unit and memory)
Cs100  lec 3 cont1 hardware - system unit and memory)Cs100  lec 3 cont1 hardware - system unit and memory)
Cs100 lec 3 cont1 hardware - system unit and memory)
 
If AMD Adopted OMI in their EPYC Architecture
If AMD Adopted OMI in their EPYC ArchitectureIf AMD Adopted OMI in their EPYC Architecture
If AMD Adopted OMI in their EPYC Architecture
 
Technical presentation
Technical presentationTechnical presentation
Technical presentation
 
Mother board
Mother boardMother board
Mother board
 
Hard disk
Hard diskHard disk
Hard disk
 
Componente de hardware
Componente de hardwareComponente de hardware
Componente de hardware
 
Componente de hardware
Componente de hardwareComponente de hardware
Componente de hardware
 
Componente de hardware
Componente de hardwareComponente de hardware
Componente de hardware
 

Recently uploaded

Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxnull - The Open Security Community
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsPrecisely
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 

Recently uploaded (20)

Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power Systems
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 

Storage device

  • 1.
  • 2. STORAGE DEVICES HARD DISK DRIVE STRUCTURE PLATTERS A platter is a physical object (actually, a plate) that resides inside the hard disk and is responsible for storing the data. READ/WRITE HEAD When information is written to the disk, the read/write head will move to the same track on all platters in a single movement and then write to the same track on all platters. The actuator arm has multiple read/write heads on it. ACTUATOR ARM
  • 3. TRACKS Just as there are grooves, or tracks, on a record or music CD, there are also tracks on each platter. These tracks are evenly spaced across the platter’s surface. SECTORS The platter is divided into pie slices, thus dividing the tracks into 512-byte sectors. Sectors are the actual storage areas for data, and each has an address that is made up of the platter side number, the track number, and the sector number on that track. CLUSTER A group of any number of sectors can make up a cluster. When a partition is formatted, the file system will determine the cluster size based off the partition size. For example, a partition that is 2GB in size formatted as FAT will use a 32K- cluster size. That same 2GB partition formatted as FAT32 will use only a 4K-cluster size
  • 4. CYLINDER A cylinder consists of the same track on both sides of all the platters. In other words, when you reference Track 0, you reference a particular track on a particular platter, but when you reference Cylinder 0, you reference Track 0 on all platters. If you know the number of cylinders, heads, and sectors per track, you can calculate the size of a disk. For example, if you have a drive that has 4,092 cylinders, 16 heads, and 63 sectors per track, the size of the disk would be 2,111,864,832 bytes (2.1GB). The formula to calculate the size of the disk is Cylinders × Heads × Sectors × 512 bytes per sector. READ/RIGHT PROCESS PERFORMANCE Disk performance can be measured in terms of several important characteristics: seek time, latency, access time, and the spin speed of the disk.
  • 5. SEEK TIME is the time it takes to move the read/write heads to the desired track. Seek time is a calculated average, since the time it takes to move to the desired track will differ from one instance to another. For example, if the read/write heads are on Track 1, they will take a longer amount of time moving to Track 12 than to Track 3. LATENCY is the time it takes for the appropriate sector to move under the read/write head. SPIN SPEED is the speed at which the platters spin in a circle
  • 6. MASTER BOOT RECORD is the 512-byte boot sector that is the first sector of a partitioned data storage device such as a hard disk. MBR holds the following information Holding a disk's primary partition table.[2] Bootstrapping operating systems, after the computer's BIOS passes execution to machine code instructions contained within the MBR.
  • 7. (IDE)PATA 2 devices per controller (master / slave) 40-pin cable ATAPI supports CD/DVD/Tape drives Interface Maximum DMA Mode Special Features Standard Transfer Rate ATA/ATAPI-4 UDMA 0, 1, 2 33 MBps Ultra DMA, 80 (UDMA-33) conductor cable and CRC ATA/ATAPI-5 UDMA 3, 4 66 MBps (UDMA-66) ATA/ATAPI-6 UDMA 5 100 MBps 48-bit LBA expansion, (UDMA-100) and disk noise reduction ATA/ATAPI-7 UDMA 6 133 MBps Multimedia streaming, (UDMA-133) SATA 1.0
  • 9. CABLE ORIENTATION ATAPI is an interface standard for the connection of storage devices such as hard disks, solid-state drives, and CD-ROM drives in computers. SMART is a monitoring system for computer hard disks to detect and report on various indicators of reliability, in the hope of anticipating failures.
  • 10. SATA sata supported speeds up to 150 MBps Latest version (sata-3.0) supports speed up to 300 MBps. External cabling (2 meter or 6 feet) HOT SWAPPING JUMPER Jumpers allow the computer to close an electrical circuit allowing the electricity to flow throughout certain sections of the circuit board. Generally, the jumpers consist of a set small pins which can be covered with a small plastic box. This box connects the two pins together allowing the electricity to flow freely between the two pins.
  • 11. SCSI Is an expansion bus technology for connecting internal and external devices. SCSI is commonly used for hard drives, especially in server level systems. Interface Bus speed Bus Max Cable Length (m) Devices Protocol MBps Max Width per Bus (bits) Single-ended LVD HVD SCSI-1 5 8 6 12 25 8 Fast SCSI 10 8 3 12 25 8 Fast-Wide SCSI 20 16 3 12 25 16 Ultra SCSI 20 8 1.5 12 25 8 Wide Ultra SCSI 40 16 - 12 25 16 Ultra2 SCSI 40 8 - 12 25 8 Wide Ultra2 80 16 - 12 25 16 SCSI Ultra3 SCSI 160 16 - 12 - 16 (Ultra160 SCSI) Ultr320 SCSI 320 16 - 12 - 16
  • 12. FLOPPY DISK DRIVE PHYSICAL SIZE & CAPACITY:- 5.25” (360 KB, 512 KB, 1.22MB) 3.5” (1.22MB, 1.44 MB, 2.8MB) INTERFACE :- Maximum support 2 device per MOBO. RPM :- OPTICAL DISK STORAGE CD WORM CD-R Has a chemical die layer , typically silver alloy or 24 carat gold, used to carry data bits; used to use aluminum as reflective layer.
  • 13. FLASH MEMORY Is a Non-volatile memory used in digital cameras, mobile phones, and mp3 players etc. Some popular manufacturers are Smart Media, Compact Flash(CF), Secure Digital(SD), Sony, and xD picture card. USB thumb drive also use flash memory stick. To remove the device you should use the Safely Remove Hardware routine.
  • 14. TAPE DRIVES Used to creating system backups, may be external or internal units. Supplied with ATA/EIDE, SCSI, USB or Firewire interfaces. TYPES QIC:- Oldest type format can store up to 4 GB. TRAVAN:- Can store up to 10 GB data. DAT:- Can store up to 36 GB data. 8 MM TAPE SYSTEM:- Offers high capacity data storage up to 200GB DLT(DIGITAL):- Developed for high speed lan based backup system