Cloud fundamentals Flashcards

1
Q

What is cloud computing?

A

Using remote servers on the internet to manage and process data.
Or…
The network of data centers that store and compute information available
through the Internet. It includes the complex web of software, computers, networks and security systems involved

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

What is a dedicated server?

A

Using a physical machine dedicated to a single business. Cons: expensive, high maintenance. Pros: full control over your server, can have high security.

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

What is a virtual private server?

A

Physical machine dedicated to a single business that is virtualized into sub-machines. Pros: full control over your server, can have high security.

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

What is shared hosting?

A

One physical machine shared by different users. Pros: cheap. Cons: Limited capacity.

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

What is cloud host?

A

Multiple virtual machines that act as one system. The system is abstracted into multiple cloud services.

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

What is a cloud service provider?

A

A company that provides multiple cloud services that can be chained together to create cloud architectures.

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

What are the benefits of cloud computing?

A
  • Cost-effective: no up-front cost, pay for what you use.
  • Global: Launch workloads from anywhere in the world.
  • Secure: Secure by default. Granular control over access.
  • Reliable: Data backup, disaster recovery
  • Scalable: Can increase or decrease on demand
  • Elastic: can automate scaling.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are the 4 main categories of IaaS (Infrastructure as a Service) as provided by cloud service providers?

A
  • Compute: virtual computer that can run application, programs and code.
  • Storage: virtual hard-drive to store files.
  • Networking: virtual network to define internet connections or isolations.
  • Databases: virtual databases.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are the types of cloud computing?

A
  • SaaS: Sofware as a Service. For customers (ex.: Office 365, gmail).
  • PaaS: Platform as a Service. For developers to manage deployment (ex: Google App engine).
  • IaaS: Infrastructure as a Service. For admins. Provides access to cloud IT (ex.: AWS, Azure, GCP).
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the google shared responsibility model?

A

If you can configure it, it is your responsibility.
In SaaS customers have less responsibility. In IaaS, users have more responsibility

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

What are the main customer responsibilities in cloud computing?

A
  • Configuration of manage services or third party software such as platforms, apps and IAMs.
  • Configuration of virtual Infrastructure: OS, Network, Firewall.
  • Configuration of security for data: client data encryption, server encryption, networking traffic, customer data.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are the cloud computing deployment models?

A
  • Public cloud: cloud native, everything built on the cloud provider.
  • Private cloud: on premisse, everything built on the companies dedicated severs. Virtual private servers (VMs and granular IAMS).
  • Hybrid: Use both public and private, connecting via VPN
  • Cross-cloud: multiple cloud providers.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Which companies are most likely to use private cloud?

A

Heavy regulated companies with sensitive information, such as public sector, hospital, insurance companies.

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

Which companies are most likely to use hybrid clould deployment model?

A

Companies with legacy systems, such as banks, large professional services providers.

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

Which companies are most likely to use public cloud?

A

New projects and companies such as start ups and SaaS.

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

What is TCO?

A

The total cost of ownership. Can be divided into Capital Expenditure (CAPEX) and Operational Expenditure (OPEX).

17
Q

What is Capex?

A

Capital Expenditure. Spending money upfront in physical infrastructure. On premises systems have high Capex costs. Cloud IT minimizes Capex

18
Q

What are the main components of Capex in IT infrastructure?

A
  • Servers (computers).
  • Storage (hard drives).
  • Network (routers, cables).
  • Back up.
  • Datacenter.
  • Technical personal.
19
Q

What is Opex?

A

Operational Expenditure. Non physical costs. Both cloud and on prem have Opex, but cloud IT shifts from Capex to Opex, allowing to try products or services without investing in equipment.

20
Q

What are the main components of Opex in IT infrastructure

A
  • Leasing software.
  • Training.
  • Cloud support.
  • Comput usage in the cloud.
  • Storage usage in the cloud.
21
Q

What is cloud technology/computing?

A

The technology and processes needed to store, manage, and
access data that is transferred over the Cloud (as opposed to data that remains on your computer’s hard drive).

22
Q

What is digital transformation?

A

When an organization takes advantage of new technologies to redesign
and redefine relationships with their customers, employees, and partners.

23
Q

What is data?

A

Any information that is useful to an organization. Can be numbers on a spreadsheet, text in
an email, audio or video recordings, images, or even ideas in employees’ heads. Includes internal and
external information.

24
Q

What is the google cloud geographic scope

A

Google resources are contained in in google’s data centers around the globe. Each data center location is a region and each region is a collection of zones.
_______________________________
| Region |
| Static External IP Addresses |
||—————————————||
|| Zone a | Zone b ||
|| ————– |_____________||
||VMs | Zone C ||
||Disks |_____________||
|——————————————-|

Global resources include preconfigured disk images, disk snapshots, and networks. Some resources can be accessed only by resources that are located in the same region. These regional resources include static external IP addresses. Other resources can be accessed only by resources that are located in the same zone. These zonal resources include VM instances, their types, and disks.

25
Q

Compare containers and virtual machines

A

Both: provide isolated environment for running software services
VMs: virtualize at the hardware level,
Containers: virtualize at the OS level, more lightweight, share the OS kernel and use less memory.