What is File storage?
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.
What is Block storage?
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.
What is Object storage?
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.
Benefit and limit of File storage
Benefit and limit of Block storage
Benefit and limit of Object storage
B - Deals with large volumes of unstructured data.
L - Poor performance if data changes often.