Cloud Storage Flashcards
(6 cards)
What is Cloud Storage?
Cloud Storage is an object storage solution offered by Google. An object is essentially data in any file format.
What are the 2 components that makeup an object?
- Object data
- Object metadata
Object data are binaries that makeup the file.
Object metadata are key-value pairs that provide information about the object.
What are the 2 components that makeup an objects identity within a bucket?
- Name
- Generation number
The name is provided by the user and the generation number is automatically created by Cloud Storage. Together, they identify an object within a bucket.
How large can objects be?
5 TB
For what type of data is Cloud Storage normally used for?
- Images
- Audio
- Videos
- Blobs
What are the 3 available location modes for Cloud Storage Buckets and what is their tradeoff?
- Multi-region
- Dual-region
- Single-region
The more regions, the greater the latency but the greater the availability and vise versa.