Cloud Concepts Flashcards

1
Q

Cloud Computing is a delivery model for what four service types?

A

Storage: files/databases

Analytics: services for visualization and telemetry data

Compute Power: servers for Windows, Linux, hosting environments, etc

Networking: connection between or inside on premises servers and azure servers

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

Describe “horizontal scaling”

A

Horizontal scaling is the act of increasing the amount of instances of resources by “scaling out”, or decreasing the amount by “scaling in”.

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

Describe “agility”

A

Agility is the ability to scale quickly.

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

Describe “scalability”

A

Scalability is the system’s ability to scale (allocate/deallocate) resources.

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

Describe “vertical scaling”

A

Vertical scaling is the act of increasing the size of resources by “scaling up”, or decreasing the size by “scaling down”.

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

Describe “elasticity”

A

Elasticity is the system’s ability to scale automatically (dynamically).

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

Describe “high availability”

A

High availability simply means that the systems is designed to run for a very long period of time with minimal downtime.

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

Describe “fault tolerance”

A

Fault tolerance is the ability to maintain system uptime while physical and service component failures happen.

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

Describe “disaster recovery”

A

Disaster recovery is the process and design principle which allows a system to recover from disasters.

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

Describe “economies of scale”

A

Economies of scale is the concept that as a business grows, it becomes more effective at managing shared operations. In other words, cost goes down as a business grows.

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

Describe “capital expenditures (CapEx)”

A

Capital expenditures are funds used by a company to acquire, upgrade, and maintain physical assets.

Up front cost: Significant
Ongoing cost: Low
Tax Deduction: Over time
Early Termination: No
Maintenance: Significant
Value over time: Lowers
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Describe “operational expenditures (OpEx)”

A

Operational expenditures is the money a company spends on an ongoing, day-to-day basis in order to run a business or system.

Up front cost: None
Ongoing cost: Based on usage
Tax Deduction: Same year
Early Termination: Anytime
Maintenance: Low
Value over time: No change
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Describe “consumption-based model”

A

The consumption-based model is a pricing model used in the cloud so that customers are only charged based on their resource usage.

No associated upfront costs
No wasted resources
Pay for what you need
Stop paying when you don’t

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

Describe “Infrastructure-as-a-Service (IaaS)”

A

IaaS consists of the hardware, the infrastructure, and virtualization required to host the platform.

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

Describe “Platform-as-a-Service (PaaS)”

A

PaaS means all the supporting software and the operating system required to host the application.

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

Describe “Software-as-a-Service (SaaS)”

A

SaaS refers to the layer with the application (application code and set) and the application data.

17
Q

Which service is the application included on?

A

Software-as-a-Service (SaaS)

18
Q

Which service is the application data included on?

A

Software-as-a-Service (SaaS)

19
Q

Which service is the runtime included on?

A

Platform-as-a-Service (PaaS)

20
Q

Which service is the middleware included on?

A

Platform-as-a-Service (PaaS)

21
Q

Which service is the operating system included on?

A

Platform-as-a-Service (PaaS)

22
Q

Which service is the servers included on?

A

Infrastructure-as-a-Service (IaaS)

23
Q

Which service is the virtualization included on?

A

Infrastructure-as-a-Service (IaaS)

24
Q

Which service is the networking included on?

A

Infrastructure-as-a-Service (IaaS)

25
Q

Which service is the storage included on?

A

Infrastructure-as-a-Service (IaaS)

26
Q

Describe “public cloud”

A

Key Characteristics:
Everything runs on cloud provider hardware
No local hardware
Some services share hardware with other
customers

Advantages:
  No CapEx
  High availability
  Agility
  Pay as you go pricing
  No hardware maintenance
  No deep technical skills required

Disadvantages:
Not all security and compliance policies can be met
No ownership over the physical infrastructure
Rare specific scenarios can’t be done

27
Q

Describe “private cloud”

A

Key Characteristics:
Everything runs on your own datacenter
Self-service should be provided
You maintain the hardware

Advantages:
Can support any scenario
Total control over security and infrastructure
Can meet any security and compliance policy

Disadvantages:
Initial investment is required (CapEx)
Limited agility constrained by server capacity and
team skills
Very dependent on IT skills and expertise

28
Q

Describe “hybrid cloud”

A

Key Characteristics:
Combines both Public and Private cloud

Advantages:
Great flexibility
You can run any legacy apps in private cloud
Can utilize existing infrastructure
Meet any security and compliance requirements
Can take advantage of all public cloud benefits

Disadvantages:
Can be more expensive
Complicated to manage due to larger landscape
Most dependent on IT skills and expertise