Storage - RAID Arrays, Hard Drives Flashcards
What kind of RAID Array offers zero redundancy?
RAID 0 - striping
RAID 0 provides striping of data across multiple drives, but does not mirror data onto any of the drives, providing zero redundancy.
What are standard rotational speeds for hard drives?
Standard drive disks move at a rotational speed of 5,400, 7,200, or 10,000 revolutions per minute (rpm).
What are the kinds of mass storage available for a computer?
- HDD (Hard Disk Drives)
- Optical media
- Solid State Drives (SSD)
- Magnetic drives
Logical Block Addressing (LBA)
a way of organizing controller circuitry
Hardware and software save “blocks” that are broken up to save a certain thing in storage.
Each block is about 4,096 bytes, and it will go up to a certain number of blocks.
Regardless of the type of media, your computer will recognize the mass storage as a string of logical block addresses.
What are the sizes of mass storage you could use?
5.25 inch: use mostly for optical media
3.5 inch: dominant form/size of mass storage
2.5 inch laptop storage: used for laptops, can be used in bigger systems like servers
M.2 format mass storage - small form factor solid-state drive (SSD) that is used in internally mounted storage expansion cards (straight onto the motherboard in a M.2 slot). M.2 SSDs conform to a computer industry specification and are designed to enable high-performance storage in thin, power-constrained devices, such as ultrabook laptops and tablet computers
Base ten/decimal value math
- for example: kilo, mega, giga, terra, peta, exa
- great for expressing very big numbers (like blocks in mass storage) but not great with binary numbers (kebi, mebi, gibi, tebi, pebi, exbi) that your computer uses.
magnetic disk drives
- disk drive storage that uses magnetism to store data, which is placed in sectors.
- have platters that spin and an arm with a read/write head
- physical sizes are 3.5 and 2.5 inches - most popular ones
ATA (Advanced Technology Attachment)
protocol used to communicate with hard disk drives (HDD)
command and connection standard for mass storage devices
have specific connectors to transfer data
SATA (serial ATA)
serial advanced technology attachment
- This is the dominant ATA.
- ATA connectors require connections to the power and the computer to save data.
- Sata uses a serial data transfer protocol that is transferred one bit at a time from the drive → computer, and vice versa.
- External storage boxes use eSATA (external SATA) with a bunch of SATA drives inside - though it may have taken a backseat to USB connections.
- eSATA expansion cards can also be used.
Solid State Drives (SDD)
- The most popular AND fastest storage available.
- store data using chips, blocks, and pages.
- Have NO moving parts to them.
- Sizes include 3.5, 2.5 inch, and M.2 SSD format.
What IS a hard drive?
non-volatile storage device designed for quick access. It is also known as a hard disk drive (HDD) or a conventional drive and uses a magnetic spinning internal platter to store memory.
How do you measure the speed of a hard disk drive (HDD)?
The speed at which a HDD operates is measured by the number of revolutions per minute (rpm) that the platter of an HDD spins. Higher speeds use more energy and increase heat production. There are four HDD speeds: 5,400 rpm, 7,200 rpm, 10,000 rpm, and 15,000rpm.
How would you describe hard disk form factors and their types?
The form factor refers to the physical size of the hard drive. Both form factors contain the same connectors.
2.5”—2.5” hard drives are typically used in laptops. 2.5” hard drives can be mounted in a 3.5” form factor slot with the use of a converter kit.
3.5”—3.5” hard drives are typically used in desktop computers.
SSD (solid state drive)
flash memory technology that contains no moving parts.
Flash memory is a form of nonvolatile read/write memory. Nonvolatile memory retains data when power is removed. Flash erases data in blocks, rather than at the byte level.
An SSD uses a series of NAND chips to store memory.
SSDs can be made in smaller form factors than HDDs and are capable of much higher speeds.
Describe NVMe (non-volatile memory express), a type of communication interface:
open-source standard used to optimize data transfer and can support speeds up to 3.5 GBps