At Layer 3 we deal with IP addresses. In our mail analogy, an IP address is like a full legal name — think "John Doe." It's the name you put on a resume, a shipping label, or a conference badge. It's your reachable identity beyond your own front door.
Here's the critical difference: Your IP (your name) is something you must register with an organization — either a small local registrar (like your home router handing out private IPs) or a huge global authority (like IANA giving public IP blocks to ISPs). Think of these registration organizations as "Routers." They keep the directory that maps "John Doe" to a physical mailbox location.
Local registrar
Your home router (DHCP server) says: "Inside this house, 192.168.1.5 means YOU." That's like a neighborhood club giving you a nickname. It only works inside the local block. Other routers don't know that private name — and they shouldn't!
Global authority
Your ISP gets a block of public IPs from the big registries (ARIN, RIPE, etc.). That IP (e.g., 203.0.113.42) is globally unique — like a legal name + social security number combo. Any router in the world can find you.
That registration is what makes delivery possible. Without registration, your name is just a ghost in the machine.
So how do we get the message to the right John Doe? Great question. This is where routers and routing tables shine. Each router maintains a list (like a phonebook) that says: "To reach John Doe from THIS organization, send mail to THAT next-stop." If your router doesn't know the exact John Doe, it asks a bigger router — upstream until someone says "Ah, that's my John Doe!"
Registering your name (IP assignment)
- Local registration (Private IP): Your router assigns you an IP like 192.168.1.22 — only meaningful inside your home network. Like being "John Doe" in your apartment building. The world outside doesn't know this name, so your router performs NAT (Network Address Translation) to rewrite the return address.
- Global registration (Public IP): Your ISP gives you a unique IP 98.139.183.24 — this is like having a legal name + passport number registered with the UN. Any router on the internet can forward traffic to that exact address.
The beautiful thing? The registration hierarchy mirrors routing: small routers (like home gateways) only know local names. Core internet routers (Tier-1 ISPs) have the full phonebook of the planet. You can register with a tiny post office, or with a giant one — but either way, the name only works within the scope of that organization's reach.
This is as deep as we'll touch here, because at this level: there is a TON you can do with a name. Subnetting, CIDR, classless routing, BGP, route aggregation, policy-based forwarding... the list goes on. But the core truth remains: Layer 3 is the layer of globally significant names and organized directories. Without the registration and the routers acting as registrars, an IP is just a meaningless string — like shouting "John Doe!" in an empty stadium.