Cloud Models Flashcards

(46 cards)

1
Q

What is cloud computing?

A

A model that allows applications and services to be hosted remotely at cloud providers. Providing on-demand access to effectively unlimited CPU, storage and network resources from anywhere in the world

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

What is a major advantage of cloud deployment compared to a traditional physical data center?

A

Cloud deployment can be done in moments by pressing a button. Traditional data centers required purchasing hardware, waiting for delivery, racking, installing OS and applications and connecting to a network

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

What does it mean that cloud computing is elastic?

A

Resources can be scaled up when demand increases and scaled back down when demand decreases. You only pay for what you use rather than maintaining fixed infrastructure

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

What is a public cloud?

A

A cloud infrastructure provided by third-party providers such as Microsoft, Amazon or Rackspace. Accessible publicly from anywhere on the internet

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

What is a private cloud?

A

A cloud infrastructure built and operated in an organization’s own private data center. The organization purchases all equipment but retains full control of all data and applications

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

What is a hybrid cloud?

A

A combination of both public and private cloud. An organization might run internal private apps on a private cloud while using a public cloud for internet-facing deployment and access

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

What is a community cloud?

A

A shared cloud infrastructure built and used by a group of organizations with similar needs. Allows smaller organizations to share cloud benefits without each bearing the full cost of their own private cloud

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

What are the four cloud deployment models?

A

Public cloud, private cloud, hybrid cloud and community cloud

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

What is Infrastructure as a Service (IaaS)?

A

A cloud model where the provider supplies hardware (CPU, storage, network) and the customer is responsible for installing and maintaining the OS, applications and data. Also called Hardware as a Service (HaaS)

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

What is another name for IaaS?

A

Hardware as a Service (HaaS)

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

What is Software as a Service (SaaS)?

A

A cloud model where the provider manages everything from hardware through application. The customer simply logs in with a username and password and uses the application

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

What are two examples of Software as a Service?

A

Google Mail (Gmail) and Microsoft 365. Users simply log in and use the application without managing any infrastructure

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

What is Platform as a Service (PaaS)?

A

A cloud model where the provider manages the hardware and OS platform while the customer is responsible for building and deploying their own applications on top of that platform

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

What is a real-world example of a PaaS provider?

A

Salesforce.com. Which offers both a SaaS product for end users and a PaaS development platform where developers can build custom applications

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

In IaaS who is responsible for the operating system?

A

The customer. The provider supplies the hardware and data center but the customer installs, maintains, patches and secures the OS

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

In SaaS who is responsible for application updates?

A

The cloud service provider. The customer has no responsibility for application maintenance, updates or infrastructure

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

In PaaS who is responsible for writing the application?

A

The customer. The provider manages the platform and OS but the customer builds and maintains their own application on top of it

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

What does a cloud provider responsibility matrix show?

A

A breakdown of which parts of the service are managed by the cloud provider and which parts are the customer’s responsibility. Varies by deployment model (IaaS, PaaS, SaaS)

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

In a fully on-premises deployment who is responsible for everything?

A

The customer. They are responsible for physical hardware, network, OS, applications, data and security with no cloud provider involvement

20
Q

What are the customer responsibilities in a SaaS deployment?

A

Providing identity and directory infrastructure for authentication, managing user accounts within the platform and providing end-user devices to connect to the service

21
Q

What does the cloud provider typically supply in an IaaS deployment?

A

The physical data center, network connectivity and the underlying hardware (CPU and storage). The customer handles everything above that layer

22
Q

Why is SaaS considered the lowest management overhead cloud model for the customer?

A

The provider manages all infrastructure from the physical data center up through the application. The customer only needs to log in and use the service

23
Q

Why is IaaS considered higher management overhead than SaaS?

A

The customer must install, configure, patch and secure the OS, manage applications and maintain security. The provider only supplies the underlying hardware and data center

24
Q

What financial advantage does cloud computing offer over traditional data center ownership?

A

No large upfront capital expenditure. You pay over time based on usage rather than purchasing and maintaining physical infrastructure

25
True or False: Cloud computing is simply a server hosted somewhere else with no additional advantages.
False. Cloud computing provides extensive functionality including on-demand scaling, global deployment, pay-as-you-go pricing and instant provisioning
26
True or False: A public cloud can only be accessed from within a corporate network.
False. Public clouds are accessible from anywhere on the internet
27
True or False: A private cloud is hosted by a third-party provider like Amazon or Microsoft.
False. A private cloud is built and operated in the organization's own data center under their full control
28
True or False: In a hybrid cloud model an organization uses both public and private cloud simultaneously.
True. Hybrid cloud combines private cloud for internal apps and public cloud for internet-facing services
29
True or False: A community cloud allows multiple organizations to share infrastructure to reduce individual costs.
True. It lets smaller organizations access cloud benefits without each bearing the full cost of a private cloud
30
True or False: In IaaS the cloud provider is responsible for maintaining the customer's operating system.
False. In IaaS the customer is responsible for installing and maintaining the OS. The provider only supplies the hardware
31
True or False: IaaS is also known as Hardware as a Service (HaaS).
True
32
True or False: In SaaS the customer must manage application updates and patches.
False. In SaaS the cloud provider handles all application updates, patches and maintenance
33
True or False: Platform as a Service requires the customer to build their own application.
True. The provider manages the platform and OS but the customer is responsible for writing and deploying the application
34
True or False: Google Mail and Microsoft 365 are examples of IaaS.
False. Google Mail and Microsoft 365 are examples of SaaS. The user simply logs in and uses the application
35
True or False: With cloud computing you must pay for maximum capacity at all times regardless of actual usage.
False. Cloud computing allows you to scale resources up and down paying only for what you use
36
True or False: Salesforce.com offers only a SaaS product and has no PaaS offering.
False. Salesforce.com offers both a SaaS product for end users and a PaaS development platform for building custom applications
37
True or False: In a fully on-premises deployment the customer is responsible for everything including physical hardware.
True. On-premises means the organization owns and manages all layers of the infrastructure
38
True or False: SaaS requires a large development team to write and maintain the application.
False. In SaaS the application is written and maintained by the provider. No development team is needed on the customer side
39
Scenario: A startup wants to rent server capacity without managing physical hardware but will install their own OS and apps. Which model?
IaaS (Infrastructure as a Service). The provider supplies the hardware and data center. The customer manages everything above that including the OS and applications
40
Scenario: A small business wants email and office tools for employees without building infrastructure or hiring developers. Which model?
SaaS (Software as a Service). Employees simply log in and use the application with no infrastructure management required
41
Scenario: A dev team wants to build a custom application without managing servers or operating systems. Which model?
PaaS (Platform as a Service). The provider manages the platform and OS. The team focuses entirely on writing and deploying their application
42
Scenario: A hospital needs to run sensitive patient data internally but also wants public cloud for external services. Which model?
Hybrid cloud. Sensitive applications run on a private cloud under their control while public cloud handles external-facing services
43
Scenario: Five small government agencies want to share a cloud infrastructure to reduce costs but avoid public cloud. What model?
Community cloud. Multiple organizations share a cloud infrastructure reducing individual cost while maintaining more control than a public cloud
44
Scenario: A retailer needs much more server capacity for three holiday months but minimal capacity the rest of the year. How does cloud help?
Cloud elasticity. They spin up additional instances for the holiday period and remove them afterward paying only for what they use
45
Scenario: A small IT team cannot handle OS patching and application maintenance. IaaS or SaaS - which is more appropriate?
SaaS. The provider manages all infrastructure, OS and application maintenance leaving the IT team with minimal management responsibilities
46
Scenario: A company moves from on-premises to IaaS. What responsibilities shift to the provider?
The provider takes over the physical data center, network connectivity and hardware (CPU and storage). The customer retains responsibility for OS, applications, data and security