Enterprise & Cloud Computing: Cloud Enabling Technologies

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

1/18

flashcard set

Earn XP

Description and Tags

This flashcard set covers the primary cloud-enabling technologies including internetworking, data centers, storage types, server virtualization, web technology tiers, multi-tenancy, and containerization.

Last updated 8:30 AM on 5/20/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

19 Terms

1
New cards

Broadband Networks and Internet Architecture

The internetworking technologies that allow for the remote provisioning of IT resources and are directly supportive of ubiquitous network access.

2
New cards

Data Center

A specialized IT infrastructure that houses centralized IT resources, such as servers, databases, and software systems.

3
New cards

Direct-attached storage (DAS)

A storage system that is directly connected to the computing IT resource using a host bus adapter (HBA).

4
New cards

Storage Area Network (SAN)

A dedicated network connecting physical data storage media that provides block-level data storage access using industry standard protocols, such as the Small Computer System Interface (SCSI).

5
New cards

Network-Attached Storage (NAS)

A dedicated device containing hard drive arrays that facilitates access to data using file-centric data access protocols like the Network File System (NFS) or Server Message Block (SMB).

6
New cards

Virtualization

The process of converting a physical IT resource into a virtual IT resource.

7
New cards

Hypervisor

Also known as a virtual machine manager or virtual machine monitor (VMM), this virtualization software manages virtual machines and provides system services not found on standard operating systems.

8
New cards

Hardware Independence

A feature of server virtualization that translates unique IT hardware into emulated, standardized software-based copies, allowing virtual servers to move between hosts without reconfiguration.

9
New cards

Server Consolidation

A process enabled by virtualization technology that allows different virtual servers to share one physical server to increase hardware utilization.

10
New cards

Virtual Disk Image

A binary file copy of hard disk content that allows virtual servers to be replicated, migrated, and backed up through simple file operations.

11
New cards

VM Snapshot

The instantaneous creation of a record of a virtual server's state by saving its memory and hard disk image to a host-based file.

12
New cards

Operating System-Based Virtualization

A type of server virtualization in which the VMM is installed into a full host operating system, which is then used to generate virtual machines.

13
New cards

Hardware-Based Virtualization

A type of server virtualization where virtualization software is installed directly on the physical host hardware, bypassing the need for a host operating system.

14
New cards

Virtualization Infrastructure Management (VIM)

The collective name for tools that manage virtual IT resources, typically relying on a centralized management module known as a controller.

15
New cards

Three-Tier Model

A common architectural abstraction for Web applications comprised of the presentation layer (user-interface), the application layer (application logic), and the data layer (persistent data stores).

16
New cards

Multi-tenant Technology

An application design that allows multiple users (tenants) to access the same application logic simultaneously while ensuring they cannot access other tenants' data or configuration information.

17
New cards

Containerization

An operating system-level virtualization technology that allows multiple isolated cloud services to run on a single physical or virtual server while sharing the same operating system kernel.

18
New cards

Container Engine

Specialized software deployed in an operating system to abstract required resources and enable the definition and deployment of containers.

19
New cards

Pod

A group of one or more containers that share storage and/or network resources and the same configuration, typically running under a single IP address.