Storage Types Flashcards

(6 cards)

1
Q

What is File storage?

A

Data is stored inside individual files with an extension that allows for it to be opened in different applications.
Examples of file extensions include: .docx .pdf .jpg .mp3.

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

What is Block storage?

A

Data is divided into blocks that are all the same size but given unique identities, this makes it quick and efficient to retrieve data.
When a user requests a file the system finds the block and re assembles them after.

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

What is Object storage?

A

Data is stored as a flat structure, not hierarchical like file storage, this allows for metadata to be stored.
This is best for unstructured data such as photos and videos.

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

Benefit and limit of File storage

A
  • B- Familiar to users.
  • L - Does not work with a large number of folders and files as it becomes too complicated to navigate.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Benefit and limit of Block storage

A
  • B - High performance.
  • L - Can be expensive to implement.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Benefit and limit of Object storage

A

B - Deals with large volumes of unstructured data.
L - Poor performance if data changes often.

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