Summary and Quiz
Get a refresher on the Storage section, and take a short quiz to test your knowledge.
We'll cover the following...
We'll cover the following...
In this lesson, we’ll summarize what we have learned about Storage. Also, we'll test our knowledge through a quiz.
Summary
Here is a summary of key takeaways from the storage section:
Types of storage: There are three most common types of storage
Object storage: Object storage allows us to dump any type of data in a container-like structure. The container has a flat structure that allows us to fetch objects through unique URLs. It is ideal for storing large amounts of unstructured data.
Block storage: Block storage manages data in fixed-sized blocks like hard disks. It is ...