Data Storage and Cloud Computing - Practice Flashcards

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/20

flashcard set

Earn XP

Description and Tags

Vocabulary-style flashcards covering data storage types (DAS, NAS, SAN, SDS), RAID configurations, and cloud computing service models (IaaS, PaaS, SaaS) based on lecture notes.

Last updated 3:58 AM on 6/18/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

21 Terms

1
New cards

Data Storage

Refers to magnetic, optical or mechanical media that records and preserves digital information for ongoing or future operations.

2
New cards

Direct Attached Storage (DAS)

Systems where the server or computer is directly connected to the storage device without a network device such as a router, switch or hub.

3
New cards

Internal DAS

A storage device physically located within the server by a serial or parallel bus, making it available only to the composing host server.

4
New cards

External DAS

Storage devices directly connected to the server without a network device, but not located within the body of the server, allowing for sharing between multiple servers.

5
New cards

Host Bus Adapter (HBA)

The interface that connects a physical storage device to a server.

6
New cards

Fibre Channel (FC)

A protocol used to connect servers to external storage devices, typically in SAN or external DAS environments.

7
New cards

Network Attached Storage (NAS)

Storage devices connected to servers using a network device via a wired or wireless connector, allowing multiple servers to interact simultaneously.

8
New cards

Redundant Array of Inexpensive Disks (RAID)

A virtualization technique that combines multiple physical storage devices into one or more logical storage devices for data replication or improved performance.

9
New cards

Disk Mirroring

A RAID achieved through data replication where data written to one device is automatically backed-up on another to improve reliability and fault tolerance.

10
New cards

Disk Striping

A RAID technique that divides data into blocks and stores them across multiple physical disks to allow parallelism and overcome physical speed limitations.

11
New cards

Storage Area Network (SAN)

A high-speed, purpose-built network that allows multiple servers to share multiple arrays of storage devices via FC or iSCSI.

12
New cards

iSCSI

An IP-based storage networking standard used for linking data storage facilities, often used in Storage Area Networks (SAN).

13
New cards

Software Defined Storage (SDS)

A storage architecture that decouples storage software from the underlying hardware, providing a programmable layer accessible via an API.

14
New cards

Storage Virtualization

A technology that combines the capacity of multiple networked storage devices into a single centrally managed logical storage unit, abstracting physical hardware from the server.

15
New cards

Cloud Computing

A technology providing on-demand computing services, such as databases, computing servers, and data processing pipelines, to service providers via the internet.

16
New cards

Public Cloud

Cloud hardware and services provided by a third party (e.g., AWS, Microsoft Azure) and maintained by the cloud provider for use by multiple businesses.

17
New cards

Private Cloud

Computing resources used exclusively by one entity, often physically located at the entity's facility.

18
New cards

Hybrid Cloud

A cloud architecture that allows data and applications to be shared between public and private cloud environments.

19
New cards

Infrastructure as a Service (IaaS)

A cloud service model where IT infrastructure like servers and virtual machines is provided by the provider and managed by the user with complete control.

20
New cards

Platform as a Service (PaaS)

A cloud service model where the provider handles IT infrastructure management while the user manages the business application and its data.

21
New cards

Software as a Service (SaaS)

A model providing fully functional software accessed via subscription (e.g., Microsoft Office 365), where the provider manages all infrastructure and maintenance.