Cloud Deployment Model Flashcards

1
Q

What is an Infrastructure as a service (IaaS)?

A

IaaS is the most flexible category of cloud services. It aims to provide you with complete control over the
hardware that runs your application. However, instead of having to purchase hardware—such as servers,
switches, routers, storage area networks, and firewalls—with IaaS, you rent it.

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

What is Platform as a service (PaaS)?

A

PaaS provides an environment for buying, building, testing, deploying, and running software applications.
The goal of PaaS is to help you create an application as quickly as possible without having to worry about
managing the underlying infrastructure. For example, when deploying a web application using PaaS, you
don’t have to install an operating system, web server, or even system updates.

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

What is Software as a service (SaaS)?

A

SaaS is software that is centrally hosted and managed for the end customer. It is usually based on an
architecture where one version of the application is used for all customers and runs on demand through
either remote desktop services or a web browser. The software is typically licensed through a monthly or
annual subscription.

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

What are Software as a Service layers?

A

Applications, Data, Runtime, Middleware, Operating System, Virtualization, Servers, Storage, Networking

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

What are Platform as a Service layers?

A

Runtime, Middleware, Operating System, Virtualization, Servers, Storage, Networking

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

What is the Infrastructure as a Service layer?

A

Virtualization, Servers, Storage, Networking

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

What are the layers of on-premise?

A

Nothing

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

What are the Cloud computing considerations?

A

Privacy, Compliance, and Data protection.

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

Privacy in cloud computing.

A

When you store data in the cloud, you are subject to the same legal requirements as if you were storing it on-premise. These include Health Insurance Portability and Accountability Act (HIPAA) and Gramm-Leach-Bliley Act (GLBA).

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

What does it mean for the company to consider adopting cloud computing? Privacy.

A

You need to read the cloud service provider’s privacy policies. These specify how data is accessed by users and how it can be deleted or modified. You need to know where data is kept, how it is backed up and how often, and where the backups are stored.

You must ensure that backups are being created regularly and that services are replicated to another site if something goes wrong.

Also, check the disclosure policy to see how quickly they will disclose the breach to you. Some laws require you to be informed promptly of any breaches in the case of a data loss or theft.

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

What are the standard best practices for

security?

A
  1. Always use strong passwords and ensure the passwords are changed regularly.
  2. Always set rights and permissions for only what is needed, and review them regularly.
  3. Encryption
  4. Perform regular auditing and monitoring.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How to best protect your data both where it’s

stored, and when it’s being used or transmitted?

A
  1. For data at rest (sitting on a disk somewhere in the cloud), you should encrypt the disks or files. Office 365 Data Loss Protection and Azure Information Protection—both part of Microsoft 365—collectively offer end-to-end discovery, custom labeling, and automated protection of sensitive data, irrespective of when the data was created or where it is stored—even in PDFs and RMS-encrypted files.
  2. When transmitting important data (data on the move) such as credit card or social security numbers,
    use HTTPS to encrypt the data.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are the key business benefits of using cloud computing?

A

Cloud computing is cost-effective, Cloud computing is scalable, Cloud computing is elastic, Cloud computing is always current and Cloud computing is reliable.

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

What does cloud computing provide regarding cost- effectiveness?

A

Cloud computing provides a pay-as-you-go pricing model. Rather than paying for hardware up front, or
for a predefined amount of computing resources, you rent hardware and pay for only the resources that
you use.

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

What is vertical scaling?

A

(also known as scale-up) is the process of adding resources to increase the power of
an existing server. Some examples of vertical scaling are adding a faster CPU, adding additional CPUs,
or adding more memory.

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

What is horizontal scaling?

A

Horizontal scaling (also known as scale-out) is the process of adding more servers that function
together as one unit. For example, instead of having one server processing incoming requests, you
have two. In the context of cloud computing, scale-out is typically the more desirable scenario.

17
Q

What is cloud elasticity?

A

As an organization’s workload changes from a spike or drop in demand, a cloud computing system can
compensate by automatically adding or removing resources.