2.2 Flashcards

Summarize virtualization and cloud computing concepts.

1
Q

Different configurations in which computing resources and services are provisioned, managed, and accessed within cloud infrastructure.

A

Cloud models

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Cloud computing model that provides virtualized computing resources over the internet.

A

Infrastructure as a service (IaaS)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Cloud computing model that provides a platform allowing customers to develop, run, and manage applications without dealing with the complexities of underlying infrastructure.

A

Platform as a service (PaaS)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Cloud computing model that delivers software applications to end users from within the cloud.

A

Software as a service (SaaS)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Is a broad term that encompasses various cloud computing services delivered over the internet. It represents a model where different types of services, applications, and resources are provided on-demand

A

Anything as a service (XaaS)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Refers to a cloud service that is rendered over a system open for public use.

A

Public Cloud

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Is a system in where several organizations with a common interest share a cloud environment for the specific purposes of the shared endeavor.

A

Community Cloud

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Reserved resources used only by one organization. For organizations that are highly sensitive to sharing resources.

A

Private Cloud

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Is a cloud structure where elements from private, public, and community cloud structures are combined.

A

Hybrid Cloud

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Companies or organizations that offer a variety of cloud-based services and resources over the internet.

A

Cloud service providers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Is a company that remotely manages a customer’s IT infrastructure.

A

Managed service provider (MSP)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Is a specialized third-party company that offers a range of outsourced security services to organizations.

A

Managed security service
provider (MSSP)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

When a system resides locally in the building of an organization.

A

On-premises

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Computing resources, data storage, or services that are located outside of an organization’s physical premises or on-premises infrastructure.

A

Off-premises

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Is a distributed form of cloud computing, in which workload is performed on a distributed, decentralized architecture. Some data is processed in the cloud while other data is processed locally.

A

Fog computing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Is a form of cloud computing, in which data processing occurs near or at the “edge” of the network, which could be on devices, routers, or local servers. This approach aims to reduce latency, enhance real-time decision-making, and alleviate the burden on centralized data centers.

A

Edge computing

17
Q

Is a lightweight computer, with limited resources, whose primary purpose is to communicate with another machine.

A

Thin client

18
Q

Virtualization enables multiple OS instances to coexist on a single hardware platform. The concept of ____________ is similar, but rather than having multiple independent OSs, a ____________ holds the portions of an OS that it needs separate from the kernel. Therefore, multiple ____________ can share an OS, yet have separate memory, CPU, and storage threads.

A

Containers

19
Q

An architectural approach in software development where an application is decomposed into a set of small, independently deployable services.

A

Microservices

20
Q

A set of protocols, tools, and definitions that allow different software applications to communicate and interact with each other.

A

Application Programming Interface (API)

21
Q

Is the use of machine-readable definition files as well as code to manage and provision computer systems.

A

Infrastructure as code

22
Q

Is a network architecture where the control plane and the data plane are separated. This allows for networking hardware to be under programmatic control, even while processing data.

A

Software-defined networking (SDN)

23
Q

For a network device to operate on data, it must see the data flow. Firewalls can’t manage data they don’t see, so firewalls are physically positioned throughout the network in line with the system’s physical architecture. Just as software-defined networking has changed how networks are managed, ________________ is an extension of this infrastructure as code idea for the network visibility problem.

A

Software-defined visibility (SDV)

24
Q

Is an approach to application development and deployment where the management of server infrastructure is abstracted away from the developer.

A

Serverless architecture

25
Q

Is the connection of infrastructure and software elements to provide specific services to a business entity.

A

Services integration

26
Q

A set of rules, configurations, and access controls that govern the use and management of cloud resources within a cloud environment.

A

Resource policies

27
Q

Is a network connection that is used to interconnect virtual private clouds (VPCs) and on-premises networks.

A

Transit gateway

28
Q

Is used to enable a computer to have more than one OS present and, in many cases, operating at the same time.

A

Virtualization

29
Q

Is a low-level program that allows multiple operating systems to run concurrently on a single host computer.

A

Hypervisor

30
Q

Is a type of hypervisor that runs directly on the system hardware. Are referred to as native, bare-metal, or embedded hypervisors.

A

Type I Hypervisor

31
Q

Is a type of hypervisor that runs on top of a host operating system.

A

Type II Hypervisor

32
Q

Is the uncontrolled spreading and disorganization caused by lack of an organizational structure when many VMs require management. An organization needs to implement ___________ avoidance through policy.

A

Virtual machine (VM)
sprawl

33
Q

Where software, either malware or an attacker, escapes from one VM to the underlying OS.

A

VM escape