Cloud Concepts & Core Components Flashcards

1
Q

What is Cloud Computing?

A

The delivery of computing services, like servers, storage, databases, networking, and such - over the internet.

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

In ‘On Premises’ models, your organization needs to manage everything, including; Applications, Data, Runtime, Middleware, OS, Virtualization, Servers, Storage, and Networking.

In Infrastructure as a Service, what is managed by the Cloud Provider?

A

Networking, Storage, Servers, and Virtualization

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

In ‘On Premises’ models, your organization needs to manage everything, including; Applications, Data, Runtime, Middleware, OS, Virtualization, Servers, Storage, and Networking.

In Platform as a Service, what is managed by the Cloud Provider?

A

Networking, Storage, Servers, Virtualization, OS, Middleware, and Runtime.

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

In ‘On Premises’ models, your organization needs to manage everything, including; Applications, Data, Runtime, Middleware, OS, Virtualization, Servers, Storage, and Networking.

In Software as a Service, what is managed by the Cloud Provider?

A

Networking, Storage, Servers, Virtualization, OS, Middleware, Runtime, Data, and Applications

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

What is a Public Cloud Model?

A

Services are offered over the public internet and available to anyone who wants them.

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

What is a Private Cloud Model?

A

Services are only available to users of one business or organization, and all hardware and software for it is owned by the user’s company or organization.

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

Benefits of Cloud Computing

A

High Availability,
Scalability,
Elasticity,
Agility,
Geo Distribution,
Disaster Recovery

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

What is Scalability?

A
  • Vertical Scalability by adding or removing Ram or CPUs
  • Horizontal Scalability by adding instances of software like VMs
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is Elasticity?

A

Elasticity allows web apps to grow and shrink their resources according to the demand, usually dictated by the number of users.

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

What is Agility?

A

Agility means fast deployment, configuration, and reconfiguration as
application requirements change.

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

What is Disaster Recovery?

A

Includes Backup Services, Data Replication Options, and Geo-Distribution.

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

What is CapEx?

A

Capital Expenditure is the up-front spending of money on physical infrastructure (assets).

CapEx can be deducted over time (as the hardware depreciates).

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

What is OpEx?

A

Operational Expenditure is spending money on services or products on a monthly or quarterly basis (pay as you go).

OpEx can be deducted in the same year as the same bill you payed.

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

What are Azure Regions?

A

Groups of Microsoft data centers grouped together by geographic location to which Azure Services can be deployed.

Some Azure Services are not available in all Azure Regions, while others are so global that any subscription to them is independent of Regions.

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

What are some of the Azure Services don’t require you to select a specific region when you’re deploying them?

A

Azure Active Directory,
Azure Traffic Manager,
Azure DNS.

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

What is data residency?

A

Data Residency is data’s geographic location.

17
Q

What are Special Azure Regions?

A

Regions used for compliance or legal purposes, like:
US DoD Central,
US Gov Virginia,
US Gov Iowa,
China East,
China North

Special Azure Regions are often separate logical networks to the main Azure network, and often operated by screened personnel with additional compliance certifications.

18
Q

What are Availability Zones?

A

Availability Zones are a sub-division of an Azure Region. Created by using one or data centers, there are a minimum of 3 Availability Zones per Azure Region.

Services on one datacenter in an Availability Zone can fail over onto another in the case of a power outage or similar. Datacenters inside of an Availability Zone are connected to each other by high speed, private, fiber optic networks.

Not every region supports Availability Zones.

19
Q

What is a Region Pair?

A

Each Azure Region is paired with another that is in the same geography and is a minimum of 300 miles away. This is a redundancy that allows service failover onto the paired region’s datacenters, and allows for Azure updates to be rolled out without interruption of service

20
Q

What are Availability Zones primarily used for?

A

VMs,
managed disks,
load balancers,
and SQL databases,

21
Q

What is a Resource?

A

Any manageable item available through Azure.
VMs,
Storage Accounts,
Web Apps,
Databases,
Virtual Networks

22
Q

What is a Resource Group?

A

A container for all Resources related to an Azure App or Service. All Resources must belong to one group and cannot belong to more than one. Under special circumstances, a Resource can be moved to another group.

Resource Groups cannot be nested.

23
Q

Best way to organize a Resource Group?

A

Often by lifecycle, so that when a project is done, the group can be deleted, subsequently deleting all member Resources, rather than having to find each Resource individually.

24
Q

Free Azure Apps

A

Virtual Network
Private IP Address
Azure Migrate
Inbound Internet Traffic
5gb of Outbound Internet Traffic
Azure Policy
Azure AD
1 million executions of Azure Functions
Azure App Service

25
Q

Pay by Time Apps

A

Virtual Machines
App Services
Databases
Load Balancers
Managed Storage
Public IP Address

26
Q

Pay Per Gig

A

Database Storage
Backups
Unmanaged Disks
Network Traffic (between regions)
Network Traffic (more than 5gb/month)

27
Q

Pay per Operation (Usually per 1,000 or 10,000 requests)

A

Unmanaged Storage (reads, writes)
Databases (queries)
Messaging

28
Q

Pay per Execution

A

(Pay each time a program runs)

Azure Functions (consumption model)
Serverless Databases
Messaging Services
Logic Apps (consumption model)

29
Q

What is four 9s?

A

high availability
- 4 minutes down per month
- an hour per year