Cloud Basics and Linux Flashcards

1
Q

historical events

A

1974: A Protocol for Packet Network TCPprotocol

1990s: Introduction of web, virtual web hosting, web-based email, file storage

1994: Amazon.com

1998: VMwarefounded

2010: OpenStack

2013: Docker

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

What is Cloud Computing?

A

is a model for enabling ubiquitous, convenient, on-demand network access to a shared pool of configurable computing resources (e.g., networks, servers, storage, applications, and services) that can be rapidly provisioned and released with minimal management effort or service provider interaction.

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

What are the 5 concepts of cloud computing?

A
  • IT Resource
  • On-Premise
  • Cloud
  • Cloud Provider
  • Cloud Consumer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a CLI?

A

Command Line Interface, typically called a shell.

LXTerminal is a CLI, user interacts with computer via a shell.

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

What does CAT stand for with commands?

A

concatenate one or more files

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

What does UID and GID mean? what is the account number?

A
  • USER & GROUP IDENTIFICATION NUMBER (0)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

System accounts can have different home folders, what might a mail account be?

A

/var/spool/mail

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

What is Virtualisation?

A

Virtualization is the process of running a virtual instance of a computer system in a layer seperated from the actual hardware

Benefits;

It reduce the number of servers needed

Over allocation (new) ‘vs’ static allocation (old) RAM

can move instances based on resources automatically

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

What is a hypervisor? how many types are there?

A

A hypervisor is computer software, firmware or hardware that creates and runs virtual machines

Type 1 hypervisor: hypervisors run directly on the system hardware – A “bare metal” embedded hypervisor,

Type 2 hypervisor: hypervisors run on a host operating system that provides virtualization services, such as I/O device support and memory management.

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