Domain 1 - Cloud Computing Concepts and Architecture Flashcards

1
Q

What are the benefits of the cloud?

A

Agility - no need to purchase and wait for HW
Resilience - cloud is elastic
Cost - no capex, match demand and capacity
Security - CSPs have significant economic interest in protecting customers.

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

What are the key techniques that underpin cloud computing?

A
  • Abstraction - Resources are abstracted from the underlying physical infrastructure
  • Orchestration - Coordinating the delivery of a set of resources to the consumer.

Traditional virtualization abstracts resources, but does NOT orchestrate its delivery to consumers. It is often manual.

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

What, according to NIST, are the essential characteristics of cloud computing?

A

1- Broad Network Access
2- Rapid elasticity
3 - Measured Service
4 - On Demand Self-Service
5 - Resource Pooling

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

What comprises an IaaS service model?

A
  • Facility
    -Hardware
    -Abstraction Layer
  • Orchestration (connectivity and delivery)
    -APIs.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the key characteristic of a PaaS?

A
  • PaaS is hard to define.
  • Essentially, the user does not see the underlying infrastructure; just the platform
  • Example, DBaaS - the DB expands and contracts as needed. User does not see any servers.
  • Example, application development platform - developers just develop code; PaaS provider keeps them up to date, patched and takes care of clustering and load balancing.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the layers of the Logical Model of cloud anc traditional computing?

A
  • Infostructure - Data and information- e.g. DB contents
  • Applistructure - underlying services that applications use -e.g. PaaS Message Queues or Notification services.
  • Metastructure - protocols and mechanisms that provide the interface between infra and other layers - e.g. management console, Control Plane APIs
  • Infrastructure - compute, network, storage
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the key steps in a cloud security process model?

A

• Identify necessary security and compliance requirements, and any existing controls.
• Select your cloud provider, service, and deployment models.
• Define the architecture.
• Assess the security controls.
• Identify control gaps.
• Design and implement controls to fill the gaps.
• Manage changes over time

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

What is virtualization?

A

Virtualization abstracts resources from their underlying physical assets.
Cloud Computing = Virtualization + Orchestration.

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