Cloud Concepts - 20-25% Flashcards

1
Q

What is Cloud computing?

A

Cloud Computing is the delivery of computing services over the internet, enabling (1)faster innovation, (2)flexible resources, and (3)economies of scale.

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

What does Cloud computing involve and its examples?

A

COMPUTE POWER- such as Linux servers or Web Applications
NETWORKING- such as secure connections between the cloud provider and organization
STORAGE-such as files and databases
ANALYTICS.-such as visualizing telemetry and performance data.

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

Who owns the public cloud?

A

Owned by cloud services OR hosting providers.

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

What is the usage of the public cloud? How do you access it?

A

It provides resources and services to multiple organizations and users. Accessed via secure network connection (usually internet)

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

Who owns the private cloud?

A

Organizations create a cloud environment in their data center.

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

What are organizations responsible for in the private cloud?

A

The organization is responsible for operating the services they provide

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

Do organizations provide access to users outside the organization under private cloud?

A

No.

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

What is the hybrid cloud?

A

Combines Public and Private clouds to allow applications to run in the most appropriate location.

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

What is the difference between the three cloud models?

A

Public-

  1. No capital expenditures to scale up.
  2. Applications can be quickly provisioned and de-provisioned.
  3. Organizations pay only for what they use.

Private-

  1. Hardware must be purchased for start-up and maintenance.
  2. Organizations have complete control over resources and security.
  3. Organizations are responsible for hardware maintenance and updates.

Hybrid-

  1. Provides the most flexibility.
  2. Organizations determine where to run their applications.
  3. Organizations control security, compliance, or legal requirements.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Knowledge check-
Which cloud service type requires the customer to manage the underlying hypervisor platform for their cloud deployments?

a) Infrastructure-as-a-Service b) Platform-as-a-Service
c) Software-as-a-Service
d) None of the above

A

d) None of the above

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

Knowledge Check-
Which cloud service types would best match the following situation?

Several web applications have been developed internally in your organization. The web applications allow users to enter details in a form and those details are then emailed to a shared mailbox. The form is accessible from the internet and can be accessed anonymously.

A

PaaS (Platform-as-a-Service)
Because the web applications are publicly accessible and do not require authentication, a PaaS service that allows customers to host web sites without having to manage servers would be best.
The websites can be deployed quickly and will have publicly accessible endpoints with minimal configuration.
Emails could be sent using a SaaS solution as well.

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

What are the 10 features of the cloud?

A
1 High availability
2 Agility
3 Customer latency capabilities 
4 Global reach
5 Security
6 Scalability
7 Disaster recovery
8 Predictive cost considerations
9 Elasticity
10 Fault tolerance
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the difference between CapEx vs OpEx?

A

CapEx- The up-front spending of money on physical infrastructure.
Costs from CapEx have a value that reduces over time.

OpEx- Spend on products and services as needed, pay-as-you-go
Get billed immediately

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

What is the consumption-based model? what are its features?

A

Cloud service providers operate on a consumption-based model, which means that end-users only pay for the resources that they use. Whatever they use is what they pay for.
• Better cost prediction
• Prices for individual resources and services are provided
• Billing is based on actual usage

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

Cloud Models - Objective Domain

A
  • Define cloud computing
  • Describe Public cloud
  • Describe Private cloud
  • Describe Hybrid cloud
  • Compare and contrast the three different cloud models
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Cloud Benefits - Objective Domain

A
  • Identify the benefits of cloud computing such as High Availability, Scalability, Elasticity, Agility, and Disaster Recovery.
  • Identify the differences between Capital Expenditure (CapEx) and Operational Expenditure (OpEx).
  • Describe the consumption-based model.
17
Q

Cloud Services - Objective Domain

A
  • Describe Infrastructure-as-a-Service (IaaS)
  • Describe Platform-as-a-Service (PaaS)
  • Describe Software-as-a-Service (SaaS)
  • Identify a service type based on a use case
  • Describe the shared responsibility model
  • Describe serverless computing
18
Q

What is an Infrastructure as a Service (IaaS)?

A

Build pay-as-you-go IT infrastructure by renting servers, virtual machines, storage, networks, and operating systems from a cloud provider.

Most basic cloud computing services category

19
Q

What is a Platform as a Service (PaaS)?

A

Provides an environment for building, testing, and deploying software applications; without focusing on managing the underlying infrastructure.

Helps build applications quickly, without focusing on managing the underlying infrastructure.

20
Q

What is a Software as a Service (SaaS)?

A

Users connect to and use cloud-based apps over the internet: for example, Microsoft Office 365, email, and calendars.

21
Q

Cloud service comparison?

A
  1. IaaS-
    The most flexible cloud service.
    You configure and manage the hardware for your application.
  2. PaaS-Focus on application development.
    Platform management is handled by the cloud provider.
  3. SaaS- Pay-as-you-go pricing model.
    Users pay for the software they use on a subscription model.
22
Q

What is the shared responsibility model?

A

On-Premises (Private Cloud)-
You manage-

Data & Access 
Applications
Runtime
Operating System
Virtual Machine 
Compute 
Networking 
Storage

IaaS-

You manage-

Data & Access 
Applications
Runtime
Operating System
Virtual Machine 

Cloud Provider manages-
Compute
Networking
Storage

PaaS-
You Manage-
Data & Access
Applications

Cloud Provider manages-
Runtime
Operating System
Virtual Machine 
Compute 
Networking 
Storage 

SaaS-

You Manage-
Data & Access

Cloud Provider manages-
Applications
Runtime
Operating System
Virtual Machine 
Compute 
Networking 
Storage
23
Q

What is a serverless computing application? What are the applications?

A

Serverless computing enables developers to build applications faster by eliminating the need for them to manage infrastructure
With serverless computing applications, the cloud service provider automatically provisions, scales, and manages the infrastructure required to run the code.

Azure Functions is code running your service and not the underlying platform or infrastructure. It creates infrastructure based on an event.

Azure Logic Apps is a cloud service that helps you automate and orchestrate tasks, business processes, and workflows when you need to integrate apps, data, systems, and services.

24
Q

Knowledge Check-
Which cloud deployment model would be best for the following scenario?

A server is needed to process data for a short-term project. The organization does not have hardware that meets the performance requirements or any available staff to deploy it. The project starts in a few days and the server is not needed when the project is completed.

A

Public Cloud

Because the server is only needed for a short time, public cloud would be the best option.
Creating a server in the public cloud will be cost-effective with pay per-usage billing and the resource can be removed when the project is complete.

A PaaS database could also be a candidate, eliminating the need for a server.

25
Q

Knowledge Check-
The capability of a system to be enlarged to accommodate a growing amount of work is best described by the term
a) Reliability b) Elasticity c) Scalability d) Agility

A

c) Scalability

26
Q

Knowledge Check-

In general terms, when an organization moves to the cloud will it see a reduction in CapEx, OpEx, or both?

A

Both.
Quite often, an immediate reduction in CapEx is realized by moving to the cloud. This can be through the immediate reduction in on-premises components by eliminating or migrating workloads.
Organizations can also see a reduction in OpEx through the reduced time and hours spent on IT maintenance. Organizations that move to the cloud see a significant reduction in IT management tasks as responsibilities shift to the cloud provider.

27
Q

Objective 1 Review

A
  • Microsoft offers Public, Private, and Hybrid cloud models so you can build based on your needs.
  • From high availability to elasticity to disaster recovery to pay-as-use the benefits of the Azure cloud are numerous.
  • IaaS, PaaS, SaaS, and serverless, or a combination.
  • Shared responsibility.
28
Q

Difference between cloud services and hosting providers?

A

With hosting providers, you are simply renting space of server. more security, less services. with cloud services, you are getting server space, application management, resources, etc. less security, more accessibility, more services, cheaper.