openskills.info
Course Preview

Cloud Storage

Cloud storage services provide durable, scalable data persistence without owning physical media. They offer object, block, and file storage with varying performance, access patterns, and pricing tiers, accessible through APIs from anywhere with network connectivity.

itCloud computing

Cloud Storage

Cloud storage gives you storage capacity through a network service. The provider operates the underlying media, controllers, and much of the data-protection machinery. You choose a storage model, location, protection policy, access policy, and cost profile.

The useful question is not, “Which cloud storage is best?” Ask, “What access pattern, failure model, security boundary, and recovery target does this data need?” A database volume, a shared team directory, and a media archive need different answers.

Cloud storage inherits the core traits of cloud computing. You can provision it on demand, draw from shared provider capacity, expand without installing disks, and pay according to measured use. That convenience does not transfer ownership of your data decisions to the provider.

Start with the access model

Most cloud storage services expose one of three models: object, block, or file.

Object storage stores each item as an object with data, metadata, and an identifier. Applications normally use an HTTP-based API. Objects live in a flat logical namespace, although object names can contain slash characters that tools display like folders. Object storage fits media, logs, backups, static website assets, data lakes, and other large collections that do not need disk-style updates.

Block storage presents a volume to a compute system. The operating system treats that volume like a disk and places a file system or database layout on it. Block storage fits boot volumes, transactional databases, and applications that need low-latency random reads and writes.

File storage presents shared files and directories through a file protocol such as NFS or SMB. It fits applications and users that already depend on paths, directory traversal, file locking, and shared-file semantics.

Continue the course

This section is part of the paid course.

See pricing to subscribe, or log in if you already have access.

Where this skill leads

Relevant careers

See how this topic contributes to broader role-level skill maps.

Sources