Topic 18

Every Computer Has an Address

Concept

When you open example.com, your request has to reach one particular computer out of the millions sitting on the internet right now. Something has to know which one. The network can only get your data to the right place if it knows where that place is.

That "where" is an address. Every device on a network — your laptop, your phone, the computer that answers for example.com — has a numeric address that identifies it on the network. It's called an IP address, short for internet protocol address, and from here on we'll just say IP address. Think of it like a postal address: a letter finds you because your address is unique within the system, and your IP address does the same job for data.

How data finds the right machine
Data to sende.g. open example.com
+ destination addressthe IP address
Reaches the right computerone machine, not millions
Data plus a destination address is what lets the network deliver to exactly one machine. Without the address, the data has nowhere to go.

Which computer gets this data?

A network is just a lot of computers able to reach each other. The moment there's more than one, a question appears: when some data shows up, which computer is it for? With two machines the answer is easy. With the millions on the internet, it is not.

An address is how the network answers that question. Give every computer a label that no other computer on the network shares, and now data can carry that label and be delivered to exactly the right one. That's the entire reason addresses exist — not for the computer's benefit, but so the network knows where to put things.

What an IP address actually is

An IP address is a number, written in a form that's easy to read. One common style looks like 192.0.2.10 — four numbers separated by dots. Those four numbers together are one address, identifying one device on the network. It looks cryptic, but it's doing the plain job of a house number: telling the system which door to knock on.

Crucially, the address belongs to the device, not to you and not to the website. The computer that answers for example.com has an IP address; your laptop has one too. When your laptop sends a request, it stamps that request with the destination's IP address — much the way a letter carries the recipient's address — and the network carries it from one to the other.

Your address at home vs. on the wider internet

Here the postal analogy bends, and it's worth saying where. Inside your home, each device has its own address on your little local network — your phone, your laptop, the TV. But in a typical home network, all of them share a single address out on the wider internet, the one the rest of the world sees.

So there are two layers. A private address identifies your device among the handful inside your home. A public address identifies your whole household on the internet at large. It's a bit like an apartment building: the wider world has one street address for the building, while inside, each apartment has its own number. This is the simplified picture — exactly how those two layers connect is a networking-course topic — but the key idea holds: the address you have at home is not the address the internet sees.

Addresses are assigned, not painted on

An IP address isn't stamped into a device at the factory like a serial number. It's assigned — handed out when the device joins a network, and it can change. Join a different network, or sometimes just wait a while, and your device may get a different address.

This is why "my IP address" is a slippery phrase. The address is more like a parking spot than a license plate: it identifies where you are on the network right now, not who you permanently are. That detail matters later, because it's part of why we don't memorize addresses to reach websites — we use names instead, and let the system look up the current address. That lookup is its own topic in a later chapter.

Common Confusions
  • "My IP address never changes." It usually does. Addresses are assigned when a device joins a network and can change over time or when you switch networks.
  • "A website has no address — it just has a name." The name is for humans. Behind it sits a computer with a real IP address; the name is looked up and turned into that address.
  • "My IP address pinpoints exactly where I'm sitting." It roughly indicates a region or provider, not your street or chair. It marks your spot on the network, not a map pin on you.
  • "Every device has one address the whole world sees." At home, your devices each have a private address inside, while sharing one public address out on the wider internet.
Why It Matters
  • IP addresses are the backbone of every network topic that follows, in this course and in the Networking and Cloud courses.
  • They set up the next chapter on DNS, the system that turns a name like example.com into the right address.
  • When you rent a computer in the cloud later on, it comes with IP addresses, and you decide which ones the outside world can reach.
  • Firewalls — the rules that allow or block traffic — work largely by deciding which addresses may talk to which, so the idea recurs the moment security comes up.

Knowledge Check

What does an IP address identify?

  • A particular device on the network, so data reaches the right one
  • The human-friendly name of a website that you type in, like example.com
  • The person sitting at the computer, the way a username does
  • How fast a computer's processor and memory can run

Why is "my IP address never changes" usually wrong?

  • Addresses are assigned when a device joins a network and can change later
  • Each address is burned into the device at the factory and never changes after
  • It changes every single time you save a file to your local storage
  • Only a website you visit is able to change your address for you

At home, how do your devices appear to the wider internet?

  • They share one public address, while each keeps its own private one inside
  • Each device shows the wider internet its own separate public address directly
  • None of them have any address at all until a website assigns one
  • They are identified only by a name like example.com, not a number

You got correct