Established 2026  ·  Free Educational Resources for All

Computer & AI · Computing Fundamentals

Cloud Computing: What "The Cloud" Actually Is

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.

EDUSAMBAM Editorial Team | 10 min read | Computing Fundamentals
🔊 LISTEN TO THIS ARTICLE
SAVE YOUR EYES • IMPROVE YOUR LISTENING
Listen to the article instead of relying only on continuous screen reading.
Ready to read the article.

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.

1.There Is No Actual Cloud

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.

Key Idea

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.

2.Data Centres: The Buildings Behind the Cloud

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.

3.Renting Computing Power Instead of Owning It

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.

ModelWhat's Provided
Infrastructure as a ServiceRaw computing power and storage, with the customer managing everything built on top
Platform as a ServiceA ready-made environment for building and running an application, without managing the underlying servers
Software as a ServiceA complete, ready-to-use application accessed directly, like email or an office suite

4.Why This Model Caught On

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.

Real-World Example

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.

5.What Cloud Computing Means for Everyday Devices

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.

6.The Trade-Off: Convenience for Dependence

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.

A Closing Thought

"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.

Test Your Understanding

Practice Quiz

10 questions. Select an answer for each, then submit to see your score instantly.

0 of 10 answered
0/10
You scored 0%
Keep practicing
1.What does the article say "the cloud" actually refers to?
2.What is a data centre, according to the article?
3.Why do major cloud providers operate data centres in many different countries?
4.What model did cloud computing largely replace, according to the article?
5.What does Software as a Service (SaaS) provide?
6.Why did the rental model of cloud computing catch on, according to the article?
7.According to the streaming example, why does a show usually start playing almost instantly?
8.Why can a modest smartphone run demanding services, according to the article?
9.What is a real trade-off of relying on cloud services, according to the article?
10.What is the article's closing point about "the cloud"?
← Previous: Search Engines & Web Browsers: How the Internet Finds ThingsGateway