Module 2: Different Cloud Service Categories Flashcards

1
Q

What are the three cloud service models commonly used in cloud computing?

A

The three cloud service models commonly used in cloud computing are:

  1. IaaS (Infrastructure-as-a-Service)
  2. PaaS (Platform-as-a-Service)
  3. SaaS (Software-as-a-Service)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Define IaaS (Infrastructure-as-a-Service)

A

IaaS is a cloud service model where the cloud provider is responsible for maintaining the hardware infrastructure, while the cloud tenant is responsible for operating system maintenance and network configuration. It provides flexibility and control over the hardware running the applications.

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

Define PaaS (Platform-as-a-Service)

A

PaaS is a cloud service model where the cloud provider manages the virtual machines and networking resources, while the cloud tenant deploys their applications into the managed hosting environment. It simplifies the deployment and management of applications, allowing developers to focus on coding and application development.

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

Define SaaS (Software-as-a-Service)

A

SaaS is a cloud service model where the cloud provider manages all aspects of the application environment, including virtual machines, networking resources, data storage, and applications. The cloud tenant only needs to provide their data to the application managed by the cloud provider. It provides ready-to-use software applications accessible over the internet.

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

What are the advantages of IaaS?

A

The advantages of IaaS include:

  1. No upfront costs (CapEx)
  2. Rapid deployment of new compute devices
  3. Agility in provisioning and deprovisioning
  4. Consumption-based pricing (OpEx)
  5. Access to cloud provider’s skills and expertise in maintaining the infrastructure
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the advantages of PaaS?

A

The advantages of PaaS include:

  1. No upfront costs (CapEx)
  2. Agility in application deployment without server configuration
  3. Consumption-based pricing (OpEx)
  4. Access to cloud provider’s skills and expertise in platform management
  5. Increased productivity and collaboration in application development
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the advantages of SaaS?

A

The advantages of SaaS include:

  1. No upfront costs (CapEx)
  2. Quick and easy access to the latest software
  3. Pay-as-you-go pricing model
  4. No need for deep technical skills
  5. Flexibility to access the application data from anywhere
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is serverless computing?

A

Serverless computing is an approach in which developers can build applications without the need to manage infrastructure. In serverless architectures, the cloud service provider handles provisioning, scaling, and management of the underlying infrastructure required to run the code. Developers can focus on writing business logic, and resources are allocated only when specific functions or triggers occur.

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

What are the three deployment models for cloud computing?

A

The three deployment models for cloud computing are:

  1. Public cloud
  2. Private cloud
  3. Hybrid cloud
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Describe the public cloud deployment model

A

In the public cloud deployment model, services are offered over the public internet and available to anyone who wants to purchase them. Cloud resources are owned and operated by a third-party cloud service provider and delivered over the internet.

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

Describe the private cloud deployment model

A

In the private cloud deployment model, computing resources are used exclusively by users from one business or organization. It can be physically located at the organization’s on-site or on-premises data center or hosted by a third-party service provider.

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

Describe the hybrid cloud deployment model

A

In the hybrid cloud deployment model, a combination of public and private clouds is used. Data and applications can be shared between the public and private cloud environments. It offers flexibility and allows organizations to take advantage of both cloud models.

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

What are the benefits of migrating to a hybrid cloud environment?

A

Migrating to a hybrid cloud environment can bring benefits such as reduced costs and decreased administration requirements. By moving resources from on-premises to off-premises, organizations can leverage the advantages of both public and private clouds.

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