Module 5 Flashcards

1
Q

What is cloud storage?

A

Cloud storage is a computer model where data and files are stored in digital format in the cloud. Certain storage must be attached to a compute node before the storage can be accessed, whereas other storage types can be directly accessed either through the public internet or a dedicated private network connection.

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

4 types of cloud storage

A

Direct Attached, file, block and object

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

Direct attached

A

Direct attached (or local) storage is storage that is presented directly to a cloud-based server and is effectively either within the host server chassis or within the same rack.

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

File storage

A

File storage is typically presented to compute nodes as a network file system (NFS), which means that the storage is connected to compute nodes over a standard ethernet network.

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

Block storage

A

Block storage is presented to compute nodes using high-speed fiber connections, typically provisioned in volumes, which are mounted onto a compute node.

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

Object storage

A

Object storage is accessed via an API and doesn’t need an underlying compute node. Object storage offers infinite capacity as you can keep adding files to it and just pay for what you use. Compared to the other storage types, object storage is slowest in terms of read and write speeds.

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

Content delivery network (CDN)

A

is a distributed server network that accelerates internet content delivery by delivering temporarily stored or cached copies of website or media content to users based on their geographic location.

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

Direct attached, file, block, and object are considered which one of the following?

A

Types of cloud storage

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

Which type of storage is also referred to network attached storage, network file storage, or simply NFS?

A

File storage

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

Poor performance when data needs to be shared is considered a disadvantage of which of the following types of storage?

A

Direct attached

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

Highly available and resilient and will often include data encryption at rest and in transit are characteristics attached to what type of storage?

A

Block storage

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

Which type of storage is accessed via an application program interface (API) and is not attached to a compute node?

A

Object storage

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

Which one of the following describes a characteristic of object storage?

A

A great repository for all sorts of unstructured data types.

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

Which one of the following describes a characteristic of direct attached storage?

A

The operating system only last as long as the compute resource is attached to it.

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

What is the purpose of a content delivery network (CDN)?

A

To make websites faster and more responsive.

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

What is the definition of a content delivery network?

A

A content delivery network is a distributed server network that delivers temporarily stored, or cached, copies of website content to users based on the users’ geographical location.

17
Q

How does a content delivery network reduce the distance between website visitors and the website server?

A

A content delivery network stores content in geographically distributed locations (proxy servers and data centers) globally.