1.8 Cloud Concepts and Connectivity Options Flashcards

1
Q

Software as a Service (SaaS).

A

Software as a Service (SaaS) allows us to use an application provided and maintained by the service provider.

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

Platform as a Service (PaaS).

A

Platform as a Service (PaaS) is a platform for designing applications that are compiled and executed in the cloud.

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

Infrastructure as a Service (IaaS).

A

Infrastructure as a Service (IaaS) allows the customer to rent the infrastructure of compute, network, and storage from the cloud provider.

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

Desktop as a Service (DaaS).

A

Desktop as a Service (DaaS) is a service that provides the end user with a virtual desktop that lives in the cloud.

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

Private Cloud.

A

In a private cloud, resources are owned by the organization and exclusively used by the organization

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

Public Cloud.

A

In a public cloud, defined resources at the provider are provisioned and used by the general public. The public cloud allows a pay-as-you-go strategy that is similar to renting the equipment rather than owning it.

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

Hybrid Cloud.

A

A hybrid model is a blend of both the public cloud and private cloud within an organization.

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

Community Cloud.

A

A community model is a grouping of organizations for a cloud resource that share a common access requirement.

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

Public Cloud connectivity method.

A

When we host resources in the public cloud, we need local resources such as authentication.

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

VPS’s and the Public Cloud.

A

Virtual private networks (VPNs) are used to allow an encrypted tunnel to be built across the public Internet. VPNs allow for the agility of change, such as switching data centers.

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

WAN’s and the Public Cloud.

A

Public wide area networks (WANs) can be built out from the customer to the public cloud provider; these connections are exclusive for the customer.

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

Infrastructure as Code (IaC).

A

Infrastructure as Code empowers DevOps to provision servers with code-based automation and orchestration tools.

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

Infrastructure as Code (IaC) Imperative Approach.

A

An imperative approach requires a step-by-step script to be created for the end goal.

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

Infrastructure as Code (IaC) Declarative Approach.

A

A declarative approach only defines the end state and it is left to the orchestration tool to get to the end goal.

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

Three common tools for Infrastructure as Code (IaC).

A

Three common tools for IaC are Chef, Puppet, and Ansible.

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

Multitenancy.

A

The characteristic of multitenancy means that more than one organization shares a piece of hardware or service.

17
Q

Elasticity.

A

Elasticity defines that resources can be added to a service or application during peak utilization and removed when the utilization is nominal.

18
Q

Scalability.

A

Scalability is a strategic scaling out of a service or application based upon demand.

19
Q

Security of Data Transmitted.

A

Data should be transmitted with encryptions to prevent eavesdropping of the data.

20
Q

Security of Data at Rest.

A

When data lands on the public cloud, it should be encrypted at rest on the disk.

21
Q

Single Sign-On (SSO).

A

In addition to encryption of data, we should consider identity management and maintaining a single sign-on (SSO) environment for our users.

22
Q

Cloud Bursting.

A

An example of using the public cloud for local compute resources is cloud bursting, when purchasing the equipment is too expensive or it will take too long to acquire.

23
Q

Storage Resources.

A

Storage resources can be used for month-end backups of our local server farm; this moves the backups away from our physical location in the event of disaster.