Storage Intro Flashcards
(105 cards)
Within the world of IT, along with Computing and Networking what is the other major IT infrastructures?
Storage
What resides in the Storage layer of the infrastructure?
All Data
What are the 2 high level types of storage?
Persistent(non-volatile) and Nonpersistent (volatile)
What is the standard choice for long term storage of data?
Persistent storage
Why is long term storage called Persistent/nonvolatile?
Does not loose it’s content when the power is turned off
What is the most common example of nonpersistent/volatile storage?
RAM (Random access memory)
What are the two important characteristics of both mechanical and solid state storage device?
Performance and availability
What are the three dominate storage devices?
Disk, Solid-state, and Tape
Disk, Solid-state and Tape are three forms of what?
Storage and media
Electromechanical hard disk drive refers to which type of device?
Disk storage
Which type of media refers to the newer technologies in the data centers?
Solid-state media
Disk, solid-state and tape storage are all forms of what kind of storage?
Persistent/nonvolatile storage
What is Crash Consistent?
maintaining the correct order of write in order to allow an application to restart properly from a crash.
What are the 4 major mechanical components of the disk drive?
Platters, Read/write heads, Actuator assembly and spindle motor
On a mechanical disk drive, where is the data stored?
Platter
What is the mechanical part of the disk drive that read and write data to the platters?
Read/Write heads (R/W head)
They are controlled by the firmware on the disk drive controller.
The flying height of the read/write heads are measured in what?
Nanometers
What is known as a head crash?
when the read/write heads touch the platters
What is CHS?
Cylinder head sector ( it is an addressing scheme)
What are the three things used to address a sector in a disk drive?
Cylinder number (gives us the track), head number (tells which recording surface the track is on) and sector number (tells which sector on the track we have just identified).
Platters are microscopically divided into what?
Tracks and Sectors
What is the smallest addressable unit of a disk drive?
The sector (typically 512 or 520 bytes in size)
What is EDP?
End to end Data Protection
What is End to end Data Protection?
Allows drives to detect errors either before committing data to the drive or before returning corrupted data to the host/application.