Lesson 6 - Chapter 3: Cloud Computing Flashcards

1
Q

The cloud encompasses not only file storage services but also what 2 things?

A

from simple interfaces to a vast array of on-demand computing resources (from Amazon, Microsoft, etc)

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

What does IaaS stand for?

A

Infrastructure as a Service

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

What is IaaS used for? (3)

A

IaaS providers use virtualization to:
1. minimize idle hardware
2. protect against data loss/downtime
3. respond to spikes in demand

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

What’s an example of a IaaS provider?

A

Amazon Web Service (AWS)

(you can launch new virtual servers with that instead of purchasing your own expensive hardware)

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

What’s one hitch of using IaaS (upkeep)?

A

You’re not responsible for the hardware but you do have to configure and maintain the operating system/software of any virtual machines you create

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

What do you do if you want someone to handle the infrastructure, the OS, and everything else except your application?

A

Move up to Platform as a Service (PaaS)

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

How are you billed?

A

By how much you use

(data storage, database servers, caching, media hosting, etc)

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

Instead of starting a generic virtual machine in the cloud and installing database server software on it, what can you do instead?

A

use the Amazon Relational Database Service (RDS)

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

Which of Amazon’s services lets you store as much as you can afford?

A

Amazon Simple Storage Service (S3)

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

What does PaaS provide?

A

it gives programmers all the tools they need to deploy, administer, and maintain a web application (they just write the code)

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

How do IaaS and PaaS work together?

A

PaaS providers use their own infrastructure or rent from a IaaS provider and builds a platform on top of that

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

What’s the benefit of a tech/developer using PaaS?

A

it cuts down the time it takes for someone unfamiliar with the software/services they need to install/configure/integrate by enabling them to easily set up add-ons/configuration options

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

What are the 3 layers of the Service cake? From top to bottom

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

What does SaaS stand for?

A

Software as a Service

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

What does the SaaS model provide?

A

provides access to an application wherever you have Internet connection (Netflix, Google Maps, etc)

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

With SaaS you don’t have to worry about what 2 things?

A
  1. Carrying data with you
  2. Regularly updating software
17
Q

What’s a benefit of SaaS on the Enterprise level?

A

Makes it easier to budget and keep 1,000’s of PCs up to date

18
Q

What does a “Native app” mean?

A

a version of a web application service that you can access directly from a computer, phone, smart TV, etc without opening a browser using software (Spotify, Skype, Zoom, Bitwarden)

(need Internet access too)

19
Q

A cloud network can be described as being either what 4 things?

A
  1. Public
  2. Private
  3. Community
  4. Hybrid
20
Q

What is a public cloud?

A

describes software, platforms, and infrastructure delivered through networks that the general public can use

21
Q

What are the Public names of the xaaS varieties?

A
  1. Public SaaS
  2. Public PaaS
  3. Public IaaS
22
Q

When would a business choose to build an internal cloud (private cloud)?

A

when it wants complete ownership of its data but wants some flexibility of the cloud and can afford both

23
Q

A security-focused company with enough resources could build an internal IaaS network where?

A

in an onsite data center

24
Q

How would a security-focused company use SaaS? 2 options

A

they would create and destroy VMs as needed, and develop SaaS to meet the planning, task, and time management needs of the company without sending data over the open Internet

(or contact a third party to maintain/host it)

25
Q

What is a community cloud?

A

a private cloud paid for and used by more than one organization

(military organizations working together)

26
Q

What is a hybrid cloud?

A

A combination of public, private, and community clouds

27
Q

What is cloud bursting?

A

an application can grow into a public cloud instead of grinding to a halt and integrates services between them

(if the private cloud isn’t maintained to be powerful enough to meet peak demand)

28
Q

Name 7 advantages of cloud computing

A
  1. High availability servers - less downtime
  2. Shared resources - physical hardware is virtualized
  3. Rapid elasticity - easily expand servers with demand
  4. On-Demand - the application adjusts depending on bandwidth demand
  5. Resource Pooling - servers pooling the resources of physical servers
  6. Measured and Metered Utilization
  7. File Synchronization - cloud files auto-synced with local copies
29
Q

What’s the difference between measured and metered utilization?

A

measured = you’re charged based on the traffic to your app, or the time your virtual servers are running

metered = charged by the amount of processing resources used (CPU usage, etc) so you pay for what parts of the hardware you use

30
Q

What’s a benefit of using the SaaS Microsoft 365 when it comes to accessing apps?

A

you can access from any Internet-connected computing device because they’re not installed locally (and the service updates them for you!)

31
Q

What is virtual application streaming?

A

Accessing applications online without having to locally install them

32
Q

What is Microsoft 365’s cloud file storage service called?

A

SharePoint

(enables sharing files for groups easily for collaborative projects)