L4 - IAAS 1/2 Flashcards

1
Q

Who started the IAAS service model and what are the 3 components?

A

Amazon
- compute
- network
- storage

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

Difference between regions and availability zones

A

AWS has regions and in these, there are availability zones that are no more than 100km apart. These availability zones are data centers.

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

characteristics of availability zones

A
  • two availability zones have no common points of failure –> servers in two zones are infrastructurally redundant
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Is communication free inside a zone?

A

Yes, but must be paid for between zones

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

Two types of SLAs

A
  • Region-level SLA which guarantees 99.99% regional availability (region is unavailable, when all of your running instances or running tasks, deployed in two or more AZs, concurrently have no external connectivity (so you have to replicate your services across two regions to claim the money))
  • Instance-level SLA guarantees 99.99% reachability of an EC2 instance (instance is not available, when your Single EC2 instance has no external connectivity.)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What does EC2 provide?

A

EC2 = Amazon Elastic Compute Cloud

  • virtual machines running inside the Amazon Cloud
  • Ephemeral storage (lasting for a very short time) tied to the VM (node) –> deleted when you delete the VM
  • network-accessible block storage that persists across time and can be mounted in the VM
  • virtual firewall to secure network in cloud
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What was E2C based on formerly?

A

XenHypervisor which was part of the software.
- Amazon Linux was domain 0 and Network I/O etc. always had to go through domain 0

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

What is EC2 based on now?

A
  • Nitro Hypervisor
  • special interface cards now eliminate Domain 0.
  • management happens in hardware instead of software DOM0
  • Network I/O, CPU interrupts, Storage I/O now are in the hardware.
  • limiters guarantee resource distribution
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is an AMI/VM template?

A

Amazone Machine Image
- template that contains software configuration (e.g . OS)
- stored in S3

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

4 AWS Storages

A
  • Elastic Block Storage
  • EC2 Instance Storage
  • Elastic File System (EFS)
  • Simple Storage Service (S3)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Elastic Block Storage

A

(physical disks that are accessible through the network)

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

EC2 Instance Storage

A

(physical disks that are connected to the server on which your VM will be placed)

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

Elastic File System (EFS)

A

(network attached file storage)

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

Simple Storage Service (S3)

A

(is an object storage service that stores data as objects within buckets. An object is a file and any metadata that describes the file. A bucket is a container for objects.)

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

local storage solutions

A

SSD or HDD

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

What is RAID?

A

Redundant Array of Independent Disks (RAID)
- type of storage that writes data across multiple drives within the same system
- inexpensive
- RAID 0: High performance without any redundancy
- RAID 1: Solid Data Protection with redundancy
- RAID 5: Balanced Data Protection and Speed (best of both worlds)

17
Q

What is non-volatile memory (NVM)?

A

type of computer memory that can retain stored information even after power is removed

18
Q

What is a SLC?

A

Single-level cell (SLC)
- SLC NAND stores only 1 bit of information per cell. The cell stores either 0 or 1 and as a result, the data can be written and retrieved faster.

19
Q

What are the pros and cons of SLC?

A

Pro: highest endurance and best performance
Cons: expensive and low capacities (not commonly used in consumer products)

20
Q

What is MLC?

A

Multi-level cell
MLV NAND stores multiple bits per cell (usually 2). Has a higher data density than SLC.

21
Q

What are the pros and cons of MLC?

A

Pros: cheaper than SLC
Cons: slower than SLC, lower write speeds, higher power consumption, more sensitive to data errors and hence a lower endurance

22
Q

Concerning data centers to what has the storage comparison moved?

A

It has moved from €/GB to €/IOPS

23
Q

Whatis IOPs?

A

Input/Output operations per second. It’s a measure of how many tasks (reading and writing data) a drive can carry out every second.

24
Q

What is an all-flash array for data center storage?

A

Only use flash storage or SSDs in combination with RAID. High IPOS, low latency, high bandwidth but it is expensive.

25
Q

3 ways of provisioning storage

A
  • Direct Attached Storage
  • Storage Area Network (SAN)
  • Network Attached Storage (NAS)
26
Q

What is direct attached storage?

A
  • storage devices that are attached to the individual computers
  • leads to over-provisioning
27
Q

What SAN?

A

Storage Area Network (SAN)
Special, high-speed network that stores and provides access to large amounts of data
- network provides access to block-level data storage (disks)
- specialized network separated from LAN
- a shared pool of sparse resources
- client accesses the data as if it was a local hard drive/disk

28
Q

What are some SAN protocols used?

A

fibre channels, iSCSI (internet Small Computer System Inferface), ATA over Ethernet, HyperSCSI

29
Q

Cons of SAN?

A
  • shared network bandwidth
  • shared performance of storage devices
  • security concerns due to transfer of data through network
30
Q

Pros of SAN?

A
  • flexible distribution of devices between clients
  • easy replacement of faulty servers
  • easier disaster protection
31
Q

What is NAS?

A

Network Attached Storage (NAS)
- centralized storage device for storing data on a network
-connected to normal LAN network
- storage devices connected to a file server (access available at file-level for other computers)

32
Q

Cons of NAS

A
  • a single point of failure
33
Q

SAN vs. NAS

A

SAN can be fibre channel based
NAS is connected to normal LAN network

SAN focuses on high performance and low latency
NAS focuses on ease of use, scalability, total cost of ownership (TCO)

NAS has access available at file level

34
Q

What is storage virtualization?

A

The process of pooling multiple storage devices’ physical storage space