IT Infrastructure: Storage - Part 1

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/33

flashcard set

Earn XP

Description and Tags

Flashcards covering key concepts from the IT Infrastructure: Storage Part 1 lecture.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

34 Terms

1
New cards

Early Computer Persistent Storage

A storage system using punched cards or paper tape.

2
New cards

Drum Memory

One of the first magnetic read/write storage systems composed of a large rotating metal cylinder coated with magnetic recording material.

3
New cards

IBM RAMAC 350

The first commercial digital disk storage device, part of the IBM RAMAC 350 system, shipped in 1956, storing approximately 5 MB of data on fifty 61 cm diameter disks.

4
New cards

IBM 726

An early magnetic tape system introduced in 1952, storing 2 MB per 20-centimeter-diameter reel of tape.

5
New cards

ATA (Advanced Technology Attachment)

A disk command set primarily used in PCs, employing a relatively simple hardware and communication protocol.

6
New cards

SCSI (Small Computer System Interface)

A disk command set consisting of standards for connecting and transferring data between computers and peripheral devices, commonly used in servers.

7
New cards

Serial ATA (SATA) disks

Low-end, high-capacity disks ideal for bulk storage applications, often used in PCs and laptops, and utilizing the SMART command set.

8
New cards

Serial Attached SCSI (SAS) disks

Relatively expensive, high-end disks with rotational speeds of 10,000 or 15,000 rpm, typically having 25% of the capacity of SATA or NL-SAS disks, and using the SCSI command set.

9
New cards

Near-Line SAS (NL-SAS) disks

Disks that have a SAS interface but utilize the mechanics of SATA disks, often combined with faster SAS disks in one storage array.

10
New cards

Dual Port

A storage device that has two independent data paths to connect to two separate controllers or host systems to provide redundancy and load balancing.

11
New cards

Solid State Drives (SSDs)

Storage drives that don't have moving parts and based on flash technology.

12
New cards

Flash technology

Flash technology is semiconductor-based memory that preserves its information when powered off.

13
New cards

NVMe (Non-Volatile Memory Express)

Drives that can deliver hundreds of thousands of read/write operations and gigabytes of throughput per second.

14
New cards

Kryder's Law

The density of information on hard drives doubles approximately every 13 months.

15
New cards

Tapes

When storing large amounts of data, the most inexpensive option is tape, suitable for archiving

16
New cards

Tape library

A storage device that contains one or more tape drives, a number of slots to hold tape cartridges, a barcode or RFID tag reader, and an automated method for loading tapes.

17
New cards

Virtual Tape Library (VTL)

Uses disks for storing backups. Consists of an appliance or server and software that emulates traditional tape devices and formats.

18
New cards

Controller

A hardware component (sometimes software too) that manages communication between a computer/system and a specific type of device.

19
New cards

LUN (Logical Unit Number)

A logical storage volume that's made available to a host (server) from a storage device (like a SAN or RAID array).

20
New cards

RAID (Redundant Array of Independent Disks)

Solutions that provide high availability of data and improvements of performance using multiple redundant disks. Can be implemented in hardware or software.

21
New cards

RAID 0

Also known as striping. Provides an easy and cheap way to increase performance by using multiple disks.

22
New cards

RAID 1

Also known as mirroring. Is a high availability solution that uses two disks that contain the same data.

23
New cards

RAID 10

Uses a combination of striping and mirroring to provide high performance and availability.

24
New cards

RAID 5

Writes data in disk blocks on all disks and stores a parity block to automatically reconstruct data in case of disk failure.

25
New cards

RAID 6

Protects against double disk failures by using two distributed parity blocks instead of one.

26
New cards

Data deduplication

Searches the storage system for duplicate data segments (disk blocks or files) and removes these duplicates. Used in archived as well as in production data.

27
New cards

Inline deduplication

Checks for duplicate data segments before data is written to disk to avoid duplicate data on disks at any time, which introduces a relatively large performance penalty.

28
New cards

Cloning and snapshots

Making a copy of data at a specific point in time that can be used independently from the source data.

29
New cards

Thin provisioning

Enables the allocation of more storage capacity to users than is physically installed.

30
New cards

Direct Attached Storage (DAS)

A storage system where one or more dedicated disks connect via the SAS or SATA protocol to a built-in controller, connected to the rest of the computer using the PCI bus.

31
New cards

Storage Area Network (SAN)

A specialized storage network that consists of SAN switches, controllers and storage devices to connect a large pool of central storage to multiple servers.

32
New cards

Fibre Channel (FC)

A dedicated level 2 network protocol, specially designed for transportation of storage data blocks.

33
New cards

Fibre Channel over Ethernet (FCoE)

Encapsulates Fibre Channel data in Ethernet packets to allow Fibre Channel traffic to be transported over 10 Gbit or higher Ethernet networks.

34
New cards

Internet Small Computer Systems Interface (iSCSI)

A protocol that allows you to send SCSI commands (used by storage devices) over a TCP/IP network.