Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What are the Cloud Storage Levels?
Home
Cloud Computing
What are the Cloud Storage Levels?
+1
vote
asked
Sep 15, 2022
in
Cloud Computing
by
john ganales
What are the Cloud Storage Levels?
cloud-storage
cloud-computing
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Sep 15, 2022
by
john ganales
Cloud storage device mechanisms provide common levels of data storage, such as:
Files – These are collections of data that are grouped into files that are located in folders.
Blocks – A block is the smallest unit of data that is individually accessible. It is the lowest level of storage and the closest to the hardware.
Datasets – Data sets organized into a table-based, delimited, or record format.
Objects – Data and the associated metadata with it are organized as web-based resources
Each of the above data storage levels is associated with a certain type of technical interface. This interface corresponds to a particular type of cloud storage device and the cloud storage service used to expose its API.
...