How a server works — a little course

Nine short lessons, from “what even is a server?” to your own setup. Click through at your own pace. Nothing to install, nothing to break.

Lesson 1

What even is a server?

A server is just… a computer. That’s it. The only difference from the laptop on your desk is that it lives in a big, secure, air-conditioned building (a data centre), it never gets switched off, and its whole job is to serve things up to other people over the internet.

When someone types yoursite.com, their computer asks your server for the page, and the server sends it back. It does that for everyone, all day, every day.

The office analogy (we’ll use it all the way through): think of a server as a small office that’s always open. People phone up asking for things; the office does the work and posts back the answer. Everything else in this course is just what’s inside that office.
Takeaway: a server is an ordinary computer that never sleeps and works for lots of people at once.
Lesson 2

Inside the box — click each part

A server is built from a handful of parts, and each one maps neatly onto our office. Tap a part below to find out what it does.

CPUthe all-rounder RAMthe working desk GPU (the upgrade)the hall of workers Storage / diskthe warehouse Network cardthe front door / phone line

Pick a part ↑

Each part of the server does one job in our office. Tap any of them to see which.

Tip: the brass box (GPU) is the thing we’re asking the server people to add.

Takeaway: CPU = worker, RAM = the desk, Storage = the warehouse, GPU = a hall of extra workers for AI, Network card = the front door.
Lesson 3

CPU vs GPU — why AI needs the second one

These are the two “thinking” chips, and they think in completely different ways.

Here’s the key fact: AI “thinking” is thousands of tiny sums happening together. Give that to one clever worker and they’re there all day. Give it to the hall and it’s done in a blink. That’s why AI needs a GPU — and why a server without one can’t run our assistant at any usable speed.

Picture it: ask one accountant to add up 10,000 receipts and go for lunch — they’ll still be going when you’re back. Hand one receipt each to 500 people and it’s done before you’ve sat down. For AI, we want the room of 500.
Takeaway: CPU = one genius doing jobs in turn. GPU = a crowd doing one job together. AI is a crowd job.
Lesson 4

RAM vs Storage — the desk and the warehouse

People mix these two up constantly, but they’re completely different, and the difference is just desk vs warehouse.

You want enough desk so work flows, and a big, growable warehouse so you never run out of shelf space. (The GPU, remember, has its own little desk too — that’s the “VRAM” and the “24GB” number.)

Takeaway: RAM = a small fast desk that empties when you switch off. Storage = a big warehouse that keeps everything forever.
Lesson 5

How a click becomes a web page

What actually happens the moment someone opens a website? Press Play and follow the journey.

👤
Someone’s browser
🌐
The internet
🏢
Your server
🧠
App does the work
🗃
Database fetches data
📧
Page posted back
Press Play to send a request from someone’s browser to a website and watch it travel.
Takeaway: a click travels out across the internet to the server, the server does the work and fetches data, then posts the finished page back — usually in a fraction of a second.
Lesson 6

The software layers (what’s running on the box)

The parts in Lesson 2 are the hardware. On top of them sits software, in neat layers — like floors of a building, each one standing on the one below.

When you update your app or website, you’re only changing that top floor. The floors beneath keep everything standing.

Takeaway: hardware is the building; software is the floors inside it. Your product is the top floor, resting on an operating system, a web server, an engine and a database.
Lesson 7

“The cloud” and renting servers

“The cloud” sounds mystical but means something dull and reassuring: someone else’s computers, in someone else’s building, that you rent by the month. You get the power without buying and babysitting the hardware yourself. There are three flavours worth knowing:

A GPU request is essentially: “add a hall of AI workers to my private room, and make sure it’s mine, not shared.”

Takeaway: the cloud = renting computers by the month. We’re on a VPS (a private room); we’re asking to add a dedicated GPU to it.
Lesson 8

Putting it together: your setup

Now the whole picture, in the words you’ve just learned:

So next time someone talks about GPUs, VRAM, VPS, storage and backups — you’ll know each one is just a worker, a desk, a private room, a warehouse and a safety copy. You’re not out of your depth.
Takeaway: you now understand a real server. Adding AI is one new part (the GPU) plus room to grow — ideally kept in-house.
Check yourself

A quick five-question quiz

No pressure — instant feedback on each. See how much stuck.

You’re done! That’s genuinely most of what you need to hold your own in a server conversation. Keep the upgrade guide handy for the specifics.