Cloud storage lets users save files on remote servers instead of keeping every copy on a local device. It matters because phones, laptops, schools, and businesses can access the same data from many places with an internet connection. Behind a simple upload button is a network of data centers, storage drives, databases, and software services working together.
The goal is to make data available, durable, secure, and easy to share.
Key Facts
- Cloud storage stores data on remote servers accessed through the internet.
- Upload time = file size / upload bandwidth, using matching units.
- 1 byte = 8 bits, so 1 GB = 8 Gb in decimal networking units.
- Availability = uptime / total time, often reported as a percentage.
- Redundancy means storing extra copies or coded pieces so data survives hardware failure.
- Encryption changes readable data into ciphertext using a key before or during storage.
Vocabulary
- Data center
- A data center is a building that contains many networked servers, storage systems, power supplies, and cooling equipment.
- Server
- A server is a computer that provides services such as file storage, authentication, or database access to other computers.
- Redundancy
- Redundancy is the practice of keeping extra copies or recoverable pieces of data to protect against failures.
- Encryption
- Encryption is a method of converting data into a protected form that can only be read with the correct key.
- Latency
- Latency is the delay between sending a request and receiving a response over a network.
Common Mistakes to Avoid
- Confusing cloud storage with a single computer is wrong because cloud services usually use many servers spread across one or more data centers.
- Ignoring upload bandwidth is wrong because a fast download speed does not guarantee that large files will upload quickly.
- Assuming deleted files vanish instantly is wrong because cloud systems may keep backups, version history, or temporary copies for recovery and security.
- Thinking encryption alone prevents all data loss is wrong because encryption protects privacy, while backups and redundancy protect availability and durability.
Practice Questions
- 1 A student uploads a 2 GB video using an upload speed of 20 Mb/s. Using 1 GB = 8 Gb, how many seconds will the upload take if the speed stays constant?
- 2 A cloud provider reports 99.9% monthly availability. In a 30 day month, what is the maximum downtime in minutes?
- 3 Explain why a cloud storage service might store copies of the same file in multiple data centers, even though this uses more hardware.