Cloud Computing and Virtual Networking 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/15

flashcard set

Earn XP

Description and Tags

Vocabulary terms and definitions related to cloud infrastructure, network function virtualization, and cloud security management.

Last updated 9:26 PM on 6/22/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

16 Terms

1
New cards

Elasticity

The ability to scale up and scale down applications as needed to provide resources during times of large demand and reduce them when demand goes away.

2
New cards

Multitenancy

A cloud computing model where many different customers use the same cloud infrastructure to allow for efficiency in technology use and cost.

3
New cards

Network Function Virtualization (NFV)

The practice of replacing physical routers, switches, and other networking devices with virtual versions running in a virtualized environment.

4
New cards

Hypervisor

The software or platform from which virtual devices, network interfaces, and network configurations can be seen and managed.

5
New cards

Virtual Private Cloud (VPC)

A private, isolated section of a cloud infrastructure where application instances, such as web servers and database servers, are run.

6
New cards

Transit Gateway

A device that acts as a cloud router to connect multiple Virtual Private Clouds (VPCs) together for communication.

7
New cards

VPN Connection

A secure tunnel that allows remote sites or user workstations to gain access to private Virtual Private Clouds (VPCs) from the outside.

8
New cards

Internet Gateway

A VPC gateway that makes application instances available to anyone on the internet anywhere in the world.

9
New cards

VPC NAT Gateway

Allows private networks inside a VPC to communicate outbound to the internet by translating private addresses to a public IP address.

10
New cards

Network Address Translation (NAT)

The process used by a NAT gateway to translate private network addresses within a VPC into public IP addresses for internet communication.

11
New cards

VPC Endpoint

A direct connection from a VPC on one cloud provider to a resource or VPC on another cloud provider, often used to bypass the public internet for private subnets.

12
New cards

Security Groups and Lists

Firewall rules created for cloud-based services that control outbound and inbound traffic based on port numbers and protocols.

13
New cards

CIDR Block Notation

A method of specifying an entire block of IP addresses within security group rules.

14
New cards

Network Security List

A broad set of security rules automatically applied to all virtual cloud networks within a provider, often lack granularity.

15
New cards

Network Security Group

A security feature that allows for granular administration by assigning rules to individual Virtual Network Interface Cards (VNICs).

16
New cards

Virtual Network Interface Card (VNIC)

The individual interface inside a virtual cloud network to which specific network security groups can be assigned.