Chapter 10: Cloud and Virtualization Security

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

1/71

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:09 PM on 8/11/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

72 Terms

1
New cards

Kevin added another CPU to an overwhelmed cloud server. What term best describes this action?

Vertical scaling

2
New cards

Fran's organization uses a Type I hypervisor for IaaS. Which security control is least applicable?

The provider must maintain security patches on the host operating system

3
New cards

In what cloud security model does the provider bear the most responsibility for security controls?

SaaS

4
New cards

What document helps map cloud security controls to different regulatory standards?

CSA CCM

5
New cards

Wanda wants preprocessing on remote sensors before sending data to the cloud. What term best describes this?

Edge computing

6
New cards

Which statement about cloud computing is incorrect?

Cloud computing customers provision resources through the service provider's sales team

7
New cards

Helen hosts a payroll system in AWS and customers access it via the web. What tier is this?

SaaS

8
New cards

Which cloud deployment model requires a unifying technology platform tying together components from different providers?

Hybrid cloud

9
New cards

Which would not commonly be available as an IaaS offering?

CRM

10
New cards

Which is not an example of infrastructure as code?

Using a cloud provider's web interface to provision resources

11
New cards

Brian wants a CASB that interacts with the cloud provider directly. Which approach fits?

API-based CASB

12
New cards

In which cloud categories are customers typically charged based on the number of virtual server instances dedicated to them?

IaaS and PaaS

13
New cards

Brian wants to limit users from provisioning expensive cloud instances without permission. What control helps?

Resource policy

14
New cards

Ursula wants to securely link on-prem datacenter networks with cloud VPCs. What technology helps best?

Transit gateway

15
New cards

What component primarily prevents VM escape attacks?

Hypervisor

16
New cards

Ryan wants a control for multicloud with minimal admin effort. What approach best meets his needs?

Third-party control

17
New cards

Kira wants access restrictions across all SaaS solutions used by her organization. What control best meets this need?

CASB

18
New cards

Howard assesses legal risks for PII: US company, EU customers, Japanese datacenters. What law is most important?

All should have equal weight

19
New cards

Brenda's company provides managed incident response services. What term describes this offering?

MSSP

20
New cards

Tony buys Azure VMs exclusively for his organization. What cloud model is this?

Public cloud

21
New cards

What is the formal definition of cloud computing according to the National Institute of Standards and Technology (NIST)?

A model for enabling ubiquitous, convenient, on-demand network access to a shared pool of configurable computing resources that can be rapidly provisioned and released with minimal management effort or service provider interaction.

22
New cards

In cloud computing, what concept describes many different users sharing resources in the same cloud infrastructure?

Multitenancy.

23
New cards

What cloud benefit allows developers to rapidly spin up test environments with minimal effort and cost

Agility and flexibility.

24
New cards

Increasing the capacity of an existing server by adding more CPU cores or memory is known as _____

vertical scaling

25
New cards

Adding more servers to a pool of clustered servers to increase capacity is known as _____

horizontal scaling

26
New cards

What cloud concept, closely related to scalability, allows capacity to expand and contract automatically as needs change to optimize costs?

Elasticity.

27
New cards

What cloud characteristic ensures that customers pay for exactly what they use, as providers track metrics like processing time and storage occupied?

Measured service.

28
New cards

In the context of cloud computing, what is the role of a Cloud Service Provider (CSP)?

They are the firms that offer cloud computing services to their customers.

29
New cards

What is the term for organizations and individuals who purchase cloud services from cloud service providers

Cloud consumers.

30
New cards

What cloud role is filled by independent organizations that provide third-party assessments of cloud services and operations

Cloud auditors.

31
New cards

What is the role of a cloud carrier

To serve as the intermediary that provides the connectivity for delivering cloud services from providers to consumers.

32
New cards

Which major cloud service model allows customers to purchase and interact with the basic building blocks of a technology infrastructure like computing, storage, and networks?

Infrastructure as a Service (IaaS).

33
New cards

Which major cloud service model provides customers with access to a fully managed application running in the cloud, such as web-based email?

Software as a Service (SaaS).

34
New cards

Which cloud service model offers a platform where customers may run applications that they have developed themselves

Platform as a Service (PaaS).

35
New cards

Function as a service (FaaS) is an example of which broader cloud service model

Platform as a Service (PaaS).

36
New cards

FaaS environments are often referred to as _____ computing because customers are not exposed to the actual server instances executing their code

serverless

37
New cards

What is the term for a service organization that provides information technology as a service to its customers, potentially managing both cloud and on-premises deployments?

Managed service provider (MSP).

38
New cards

When a managed service provider (MSP) offers security services like monitoring, vulnerability management, and incident response, what are they commonly called?

Managed security service provider (MSSP).

39
New cards

Which cloud deployment model makes infrastructure accessible to any customer in a multitenant model

Public Cloud.

40
New cards

Which cloud deployment model describes an infrastructure that is provisioned for use by a single customer

Private Cloud.

41
New cards

A _____ cloud service runs in a multitenant environment, but the tenants are limited to members of a specifically designed community with shared requirements.

community

42
New cards

Which cloud deployment model blends public, private, and/or community cloud services together using technology that unifies them into a single coherent platform?

Hybrid Cloud.

43
New cards

What is the term for using public cloud capacity when demand exceeds the capacity of an organization's private cloud infrastructure

Public cloud bursting.

44
New cards

What is the name of the operating model where cybersecurity responsibilities are divided between cloud service providers and the customer's own teams

The shared responsibility model.

45
New cards

In an IaaS environment under the shared responsibility model, for which components does the customer take over security responsibility?

The operating system, applications, and data.

46
New cards

In a PaaS environment, which major component's security responsibility shifts from the customer to the vendor, compared to IaaS?

The operating system.

47
New cards

In which cloud service model does the provider take on almost all security responsibility, leaving the customer with shared control over data and access control configuration?

Software as a Service (SaaS).

48
New cards

What is the purpose of the Cloud Controls Matrix (CCM) developed by the Cloud Security Alliance (CSA)

It is a reference document to help organizations map cloud security controls to various regulatory standards.

49
New cards

What computing approach places processing power on remote sensors at the 'edge' of the network to preprocess data before sending it to the cloud

Edge computing.

50
New cards

What is fog computing

A concept related to edge computing that uses IoT gateway devices in close proximity to sensors to perform preprocessing before sending results to the cloud.

51
New cards

In a virtualized datacenter, what is the special operating system that runs on the host hardware and mediates access to its resources for virtual machines?

A hypervisor.

52
New cards

What is the primary security responsibility of a hypervisor

Enforcing isolation between virtual machines to prevent them from accessing or altering each other's information or resources.

53
New cards

What is a Type I hypervisor?

Also known as a bare-metal hypervisor, it operates directly on top of the underlying hardware and is most common in datacenters.

54
New cards

What is a Type II hypervisor?

It runs as an application on top of an existing host operating system, which is common on personal computers.

55
New cards

What technology provides application-level virtualization by packaging applications to be portable across different operating systems and hardware platforms

Containerization.

56
New cards

In cloud storage, what type of storage allocates large volumes for use by virtual servers, which are then formatted as virtual disks?

Block storage.

57
New cards

What type of cloud storage allows customers to place files in 'buckets' and treat each file as an independent entity accessible over the web or an API

Object storage.

58
New cards

How do billing models typically differ between block storage and object storage?

Block storage is preallocated and you pay for allocated capacity, while object storage is not preallocated and you pay only for the storage you use.

59
New cards

What cloud networking feature, analogous to a traditional firewall ruleset, is used to define permissible network traffic to and from virtual instances?

Security groups.

60
New cards

In cloud environments, what technology serves the same network segmentation purpose as VLANs do on a physical network?

Virtual Private Clouds (VPCs).

61
New cards

What is the term for a technology that allows the direct interconnection of cloud VPCs with on-premises VLANs for hybrid cloud operations

Cloud transit gateway.

62
New cards

The _____ approach to technology management brings together development and operations teams in a unified, agile process.

DevOps

63
New cards

What is Infrastructure as Code (IaC)?

The process of automating the provisioning, management, and deprovisioning of infrastructure services through scripted code rather than human intervention.

64
New cards

What is the principle that states data is subject to the legal restrictions of any jurisdiction where it is collected, stored, or processed?

Data sovereignty.

65
New cards

What is a virtual machine (VM) escape vulnerability

A serious vulnerability where an attacker with access to one VM manages to 'escape' hypervisor restrictions and intrude upon resources assigned to a different VM.

66
New cards

What is the virtualization vulnerability known as 'resource reuse'?

It occurs when a cloud provider reassigns hardware to a new customer without properly removing the previous customer's data, potentially exposing it.

67
New cards

_____ occurs when IaaS users create virtual server instances and then forget about them, leaving them to accrue costs and security issues.

Virtual machine (VM) sprawl

68
New cards

What is the function of a Secure Web Gateway (SWG)?

It monitors web requests from internal users, evaluates them against security policy, and blocks access to malicious content or enforces content filtering.

69
New cards

What type of software tool serves as an intermediary between cloud service users and providers to monitor activity and enforce security policies consistently

Cloud Access Security Broker (CASB).

70
New cards

What is the difference between an inline CASB and an API-based CASB?

An inline CASB sits in the connection path and can block requests, while an API-based CASB interacts directly with the provider and can only monitor and report after the fact.

71
New cards

In cloud environments, what are resource policies used for?

They are used to limit the actions that users can take, such as restricting access to certain regions or preventing the launch of expensive server instances.

72
New cards

What is a Hardware Security Module (HSM)

A special-purpose computing device that manages encryption keys and performs cryptographic operations securely and efficiently.