There is no actual cloud. Every photo, email, and streamed show "in the cloud" is sitting on a real, physical computer somewhere — just one that belongs to someone else. Here's what that setup actually involves.
The "How Computers Work" article in this series covered the hardware inside a personal device — a processor, memory, and storage, all physically present in that one machine. Cloud computing is simply the practice of using that same kind of hardware, except it's owned and operated by a company in a data centre far away, and accessed remotely over the internet rather than sitting on the desk. "The cloud" isn't a separate kind of technology — it's someone else's computer, made available as a service.
Every file, photo, or app "in the cloud" is physically stored on a real hard drive or solid-state drive, inside a real server, inside a real building called a data centre. The word "cloud" refers to the fact that the exact physical machine handling any given request is hidden from the user and can change moment to moment — not to anything intangible or literally airborne about how the data is stored.
Saving a photo "to the cloud" means sending it, as data packets travelling across the internet — exactly as described in the internet article in this series — to a company's data centre, where it's written to a physical drive alongside millions of other users' files.
A data centre is a large, purpose-built facility packed with thousands of servers, along with the industrial-scale cooling, power backup, and networking equipment needed to keep them all running continuously. Major cloud providers operate many of these data centres across different countries specifically so that data can be stored physically closer to the people using it, which reduces the delay involved in every request.
Before cloud computing became common, a company that needed serious computing power had to buy, house, and maintain its own physical servers — a large upfront cost, plus ongoing responsibility for keeping that hardware running and secure. Cloud computing replaced much of that with a rental model: a company pays a cloud provider for the processing power, storage, or software it actually uses, scaling that usage up or down as needed, without ever owning or physically maintaining the hardware itself.
| Model | What's Provided |
|---|---|
| Infrastructure as a Service | Raw computing power and storage, with the customer managing everything built on top |
| Platform as a Service | A ready-made environment for building and running an application, without managing the underlying servers |
| Software as a Service | A complete, ready-to-use application accessed directly, like email or an office suite |
The rental model solved a specific, expensive problem: a company's computing needs rarely stay constant. A retail website might need ten times its normal server capacity for one holiday sale weekend and barely a fraction of that the rest of the year. Owning enough hardware to handle the busiest possible moment means that hardware sits mostly idle the rest of the time. Renting cloud capacity lets a company scale up temporarily for a spike in demand and scale back down afterward, paying only for what it actually used.
Streaming services rely on cloud computing to instantly serve video to millions of simultaneous viewers around the world, dynamically directing each request to whichever data centre is physically closest, which is part of why a show usually starts playing within a second or two rather than buffering from a single distant server.
Cloud computing is also why a modest smartphone or laptop can run demanding services without needing powerful hardware built in. Much of the heavy processing — like training the machine learning models covered elsewhere in this series, or storing years of photos — happens on remote servers, while the device itself mainly just displays results and handles the immediate interaction, relying on the internet connection to do the harder work elsewhere.
Relying on someone else's servers brings real trade-offs alongside the convenience. Without an internet connection, cloud-based services and files often become partly or fully inaccessible, since the actual data isn't stored locally. It also means trusting that provider's security and privacy practices with potentially sensitive information — the same kind of trust concern the cybersecurity article in this series covered around encryption and data protection, just applied to a company holding personal files rather than a single account login.
"The cloud" is one of computing's most successful pieces of marketing — it makes an enormous, real, physical network of buildings and machines sound weightless and abstract. Understanding that every cloud service is really just a rented computer somewhere else makes the trade-offs far clearer: real convenience and real scale, in exchange for depending on both an internet connection and someone else's hardware and judgement.
10 questions. Select an answer for each, then submit to see your score instantly.