- Dec 25, 2004
- 10,547
- 6
- 81
So I'm doing a little research on different storage protocols and have ended up confusing myself. After reading various sites about storage, what I know is that we have:
- block storage
- file storage
- object storage
Block storage stores data in "blocks" that can be recognized and controlled as if each block were a separate hard drive. The blocks of data don't contain any metadata.
File storage uses metadata and directories to organize files across a disk.
Object storage clumps data together as one object that contains the data and metadata. Each object also has a unique identifier. All these attributes makes the data easier to organize.
That's a short summary of what I've found. What I'm confused about and don't know is an example of a storage protocol of each type of storage above? Or is each of the three above a storage protocol?
- block storage
- file storage
- object storage
Block storage stores data in "blocks" that can be recognized and controlled as if each block were a separate hard drive. The blocks of data don't contain any metadata.
File storage uses metadata and directories to organize files across a disk.
Object storage clumps data together as one object that contains the data and metadata. Each object also has a unique identifier. All these attributes makes the data easier to organize.
That's a short summary of what I've found. What I'm confused about and don't know is an example of a storage protocol of each type of storage above? Or is each of the three above a storage protocol?