Domain 1.8 Flashcards

1
Q

With the IaaS model, what are you still responsible for?

A
  • Equipment is pretty much the only thing outsourced.
  • you are on the hook for:

OS, Middleware, runtime, data, and applications.

Other than On-Premise, this is the model that has the most customer requirements

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

With the SaaS model, what is the customer responsible for

A
  • Complete service offering. The vendor manages the entire infrastructure.
  • No local installs
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

With the PaaS model, what is the customer responsible for.

A

You choose the OS for the platform you wish to develop on top of, and then you are able to develop without managing servers, OSes.

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

Describe a community cloud

A

Several organizations share the same resources

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

Describe Desktop as a service or DaaS

A

Desktop environment is run on a remote server.

-Low requirements for the local machine being used to connect to VDI

-Major network requirement as everything occurs across the wire

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

Describe cloud multilatency

A

Multiple clients are using the same cloud infrastructure

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

Describe IaaC

A

Infrastructure as Code

  • Servers, network, and applications are defined and configured within code
  • used in cloud to create a perfect deployment every time, because the same code is running.
  • infrastructure modifications are made using the same methods as application development.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Define Orchestration

A

Act of automating system tasks.

Services appear, begin and end automatically when launched.

instances can move around the world as needed, loadbalancing.

Security policies can be part of cloud orchestration, when something is coded, security configs are baked in.

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

What are the ways to connect on-premise devices to the cloud, and how are they different than one another

A

VPN - Site2Site - encrypt traffic over the internet.

VPC Endpoint -direct connection from the VPC Endpoint edge device to the CSP

VPC Gateway -users connect to VPC Gateway as an edge device when their traffic is bound to the CSP over the internet

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