3.3 Given a scenario, select and install storage devices Flashcards
A drive operating at this speed will experience about 5.5ms of this delay.
5,400rpm
Drives at this speed experience about 4.16ms of latency (delay). A hard drive with this RPM has a sustained data transfer rate up to 1,030 Mbps. Rate depends on the track location. Rate will be higher for data on the outer tracks and lower toward the inner tracks.
7,200rpm
Latency will decrease to about 3ms. Data transfer rates generally go up to with a higher rotational speed but are influenced by the density at the disk (number of tracks and sectors present in a given area).
10,000rpm
Drives are higher end up drives and suffer only 2ms of latency. Generate more heat, requiring more cooling to the case. Offer faster data transfer rates for the same area density.
15,000 RPM
Smaller hard drive for laptops
Form factor 2.5
Larger size drive for desktop computers
Form Factor 3.5
Open logical device interface specification for accessing nonvolatile storage media attached via a PCI express (PCIe) bus It allows host hardware and software to fully exploit the levels of parallelism in modern SSDs. Latest version is 2.0.
Non-volatile Memory Express
(NVMe)
SATA Read notes and book
SATA read notes and book
Uses a network of serial interconnects that operate high speed. Intended as replacement for AGP and PCI. Has ability to be faster than AGP while maintaining flexibility of PCI. Has 5 versions.
Peripheral Component
Interconnect Express (PCIe)
Smaller form factor - No SATA data or power cables. Can use a PCI Express bus connection– 4 GB/second throughput or faster when using NVMe PCIe x4. Different connector types– Needs to be compatible with the slot key/spacer.
M.2
Smaller form factor than SATA SSDs. Low power consumption.
mSATA
Hard drives store huge amounts of important data
Hard drives are moving components– They will eventually break
What happens to the data when the drive fails?– You can prepare for that; Use an array of drives. Not a backup
Redundant Array of Independent
(or Inexpensive) Disks (RAID) 0,
1, 5, 10
File blocks are split between
two or more physical drives– High performance– Data written quickly
No redundancy– A drive failure breaks the array.
RAID 0- Stripping
File blocks are duplicated between
two or more physical drives
* High disk utilization– Every file is duplicated– Required disk space is doubled
* High redundancy– Drive failure does not affect data availability
RAID 1 - Mirroring
File blocks are striped– Along with a parity block– Requires at least three disks
* Efficient use of disk space– Files aren’t duplicated, but space
is still used for parity
* High redundancy– Drive is available after a failure– Parity calculation may affect
performance
RAID 5 - Striping with parity