Storage Flashcards

1
Q

What are the 3 important storage components of cloud systems

A

Infrastructure Platform Software

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

What is Redundancy?

A

Redundancy is a solution to the fault tolerance problemof disks
Redundancy can come in two forms:
Complete Redundancy (Copies)
Partial Redundancy

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

What is Partcial Redundancy?

A

Error Correcting Codes (ECC)
Detecterrors
Correcterrors

Hamming codes
Data bits+ Parity bits= Total bits

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

What are redundancy advantages

A

Individual disks
Multiple disks

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

What are disadvantages of redundancy

A

Cost

Slower updates

Greater complexity

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

What are the RAID Levels?

A

Currently accepted RAID levels:

0 : no redundancy striping (just a bunch of disks JBOD)
1 : full copy (mirroring)
10 (said one-zero) : striped mirrors
2 : bit level striping, Hamming-codes / ECC (not used)
3 : byte-interleaved parity
4 : block interleaved parity (more useful variant of RAID3)
5 : rotated block-interleaved parity
6 : double parity (rare)

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

How do Hosts/ Servers connect to disks/arrays?

A

common methods:

Direct Attached Storage→DAS

IDE: simple general purpose bus system
SCSI: higher capacity bus

Network Attached Storage→NAS

Storage Area Networks→SAN

Blocksare primary unit of data
Dedicated network… used primarily for storage

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

What are the cloud storage levels?

A

Blocks: lowest level of storage and closest to hardware.
Files: collections of datagrouped into files located in folders
Datasets: data organised into table-based, delimited, or record format
Objects: data and its associated metadataorganised as web-based resources

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

What are Network Storage Interfaces?

A

SCSI for storage blocks (SCSI)
Server Message Block (SMB)
Common Internet File Service (CIFS)SMB v1
Network File System (NFS)

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

How are object storage interfaces accessed?

A

typically accessed via REST or Web Service based cloud services

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

What query langauages do dateabase storage interfaces support?

A

Relational Data; SQL, DB@, Oracle, MSSQL, My SQL

Non-relational Data; NoSQL

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

Storage is Virtualized, what features does this help?

A

Data organisation and management
Support for QoS and SLAs –monitoring
Data migration and load balancing
Data deduplication(improves storage efficiency)
Storage security

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

Datastores can be implemented on what storage?

A

block-based storage (hard disks / SSDs),

direct-attached storage (DAS),

Fibre Channel, Fibre Channel over Ethernet (FCoE), iSCSI, and remotely accessed using either VMFS or NFS

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