What Is an IP Address? A Plain-English Guide
An IP address is a unique numerical label assigned to every device that joins a network. Think of it as a postal address for data: it tells the internet where to deliver whatever you asked for (a web page, a video, an email) and where the replies should be sent back.
Curious about yours? See your own IP address right now. The homepage shows the address your connection is using at this very moment, along with its approximate location and your internet provider.
"IP" stands for Internet Protocol, the set of rules that governs how data moves between networks. Every phone, laptop, smart TV, server, and router on the internet needs an address under this protocol. Without one, no other machine would know where to find it. In this guide: how IP addresses work, who hands them out, what the different types mean, and what your address does (and doesn't) reveal about you.
How an IP Address Works
The postal analogy holds up surprisingly well. When you mail a letter, you write the destination on the envelope and a return address in the corner. The postal service never needs to know what's inside the letter. Those two addresses are enough to move the envelope through sorting centers until it lands in the right mailbox.
The internet does the same thing with packets. When you open a website, your device chops the request into small chunks of data, and each packet gets stamped with two addresses: the destination (the web server's IP) and the source (your IP). Routers along the path read the destination and pass the packet along, hop by hop, network by network, until it reaches the server. They never look at the content. They only care where it's going.
The source address matters just as much as the destination. Once the server has the page ready, it needs somewhere to send it, and your IP is that return address. This is the plain mechanical reason every website you visit can see your IP: without it, the site couldn't answer you at all. A request with no return address is a letter the recipient can read but never reply to.
One subtlety worth knowing: an IP address identifies a connection point, not a person or even a specific machine. Your phone gets one IP on your home Wi-Fi, a different one on mobile data, and yet another at the coffee shop down the street. The address belongs to the network you joined, and it stays with the connection rather than following you around.
Who Assigns IP Addresses
IP addresses aren't handed out at random. They flow through a global chain of authority, and that chain is exactly why an address can be traced back to a provider and a region.
At the top sits IANA (the Internet Assigned Numbers Authority), which manages the global pool of addresses. IANA delegates large blocks to five Regional Internet Registries (RIRs), each covering a slice of the world: ARIN for North America, RIPE NCC for Europe and the Middle East, APNIC for Asia-Pacific, LACNIC for Latin America, and AFRINIC for Africa. The RIRs, in turn, allocate smaller ranges to internet service providers and large organizations within their region.
Your ISP then picks an address from its allocation and assigns it to your home router, usually automatically through a protocol called DHCP. Inside your home, the router plays the same role one level down: it hands out private addresses to each of your devices.
This chain explains something that surprises a lot of people: anyone can look up which organization owns an IP range, because the allocations are public records. That's how a website knows your address belongs to, say, Comcast in the United States or Orange in France, and roughly which city the range serves. But the registry reveals the provider, never the subscriber. The mapping from an IP to an actual customer name lives only in the ISP's internal records, and it comes out only under legal process.
Public vs Private IP Addresses
Here's the distinction that clears up most everyday confusion about IP addresses: every device actually deals with two kinds of address, and they do different jobs.
| Public IP | Private IP |
|---|---|
| Visible to the entire internet | Visible only inside your local network |
| Assigned by your ISP to your router | Assigned by your router to each device |
| Globally unique at any given time | Reused in millions of homes at once |
| Example: 203.0.113.42 | Reserved ranges: 192.168.x.x, 10.x.x.x, 172.16.x.x to 172.31.x.x |
| What websites see when you connect | What your router uses to tell your devices apart |
The private ranges (192.168.0.0 to 192.168.255.255, 10.0.0.0 to 10.255.255.255, and 172.16.0.0 to 172.31.255.255) are reserved by a standard called RFC 1918 and never routed on the public internet. That's why your laptop's address can be 192.168.1.23 and so can your neighbor's. The two networks never collide, because those addresses only mean something inside each home.
The bridge between the two worlds is your router, using a technique called NAT (Network Address Translation). Picture the front desk of an apartment building: the building has one street address (your public IP), and the front desk keeps track of which apartment (which device) each piece of incoming mail belongs to. Your phone, laptop, and TV can all browse at once; websites see a single public IP, and the router quietly sorts the replies back to the right device.
A practical consequence: when a website logs "your" IP address, it's really logging your whole household's shared public address. From the outside, everyone on your Wi-Fi looks like the same visitor.
IPv4 and IPv6: The Two Address Formats
IP addresses come in two versions, and both are in everyday use on today's internet.
IPv4 is the original format: four numbers from 0 to 255 separated by dots, like 203.0.113.42. It uses 32 bits, which allows roughly 4.3 billion unique addresses. That sounded enormous in the 1980s. It's nowhere near enough for a world with tens of billions of connected devices, and the shortage is the main reason NAT exists: sharing one public address across a whole household stretches the supply.
IPv6 is the long-term replacement: eight groups of hexadecimal characters separated by colons, like 2001:db8::1. It uses 128 bits, an address space so vast it's effectively unlimited. Every device on Earth (and trillions more) could have its own unique public address, no sharing required.
Both versions do the same job, and most networks today run them side by side. Which one you show up with depends on your connection: mobile carriers often prefer IPv6, while many home networks still lead with IPv4. For a full comparison covering formats, performance, and privacy implications, see our guide on IPv4 vs IPv6.
What Your IP Address Reveals (and What It Doesn't)
Because IP allocations are public records, anyone who knows your address can look up exactly three things:
- An approximate location: usually your city or region, pulled from geolocation databases. The estimate is often off by tens of kilometers, and mobile connections can geolocate to a carrier hub nowhere near where you actually are.
- Your internet provider: the ISP or mobile carrier that owns the address range, via the registry records described above.
- Your connection type: whether the address belongs to a residential network, a mobile carrier, a business, or a datacenter.
That's the complete list. An IP address does not contain your name, your street address, your browsing history, or anything stored on your devices. It's a routing label, not an identity card. The gap between what an IP technically exposes and what people fear it exposes is huge; we break down the real risks and the myths in what someone can actually do with your IP address.
Also worth knowing: who sees it. Every website you visit does, by design, because the server needs your address to reply. That visibility isn't a leak or a bug. It's how the protocol works. Our guide on whether websites can see your IP walks through exactly what a site learns when you load a page.
Types of IP Addresses
Beyond public vs private and IPv4 vs IPv6, addresses differ along three more axes that matter in practice.
Static vs dynamic. A static IP never changes. A dynamic IP is leased temporarily and can be swapped out, sometimes after a router restart, sometimes after weeks of stability. Nearly all home connections are dynamic, because it lets ISPs manage their address pool efficiently. Static addresses are typically a paid business option, handy for hosting servers or remote access. The full tradeoffs are covered in static vs dynamic IP addresses.
Residential, mobile, or datacenter. The organization that owns an address range tells the world what kind of network it serves. A residential IP belongs to a consumer ISP, a mobile IP to a cellular carrier, and a datacenter IP to a hosting company. That's how websites spot traffic coming from a server (or a VPN) rather than from someone's living room. The classification has real consequences for how services treat you; see residential vs datacenter IPs.
Dedicated vs shared. A dedicated IP serves one customer; a shared IP serves many at once. Sharing is everywhere: your household shares one public IP through NAT, many mobile subscribers share carrier addresses, and VPN services deliberately put thousands of users behind each address. The side effect? If one user of a shared address misbehaves, the resulting blocks and CAPTCHAs hit everyone behind it.
Key Takeaways
- An IP address is a numerical label that tells the internet where to deliver data, like a postal address for packets.
- Addresses flow down a public chain (IANA → regional registries → ISPs → your router), which is why an IP reveals your provider and approximate region.
- At home your devices use private addresses (192.168.x.x and similar); the whole household shares one public IP through NAT.
- IPv4 (32 bits, ~4.3 billion addresses) is running short; IPv6 (128 bits) is its effectively unlimited successor.
- An IP reveals your approximate city, ISP, and connection type. It never reveals your name, exact address, or browsing history.
Common IP Address Questions
Can two devices have the same IP address?
On the same network, no: two devices with identical addresses would create a conflict, and neither would work reliably. Across different private networks, yes, constantly. Millions of routers are assigning 192.168.1.2 to someone's laptop right now, and nothing breaks, because private addresses never leave the local network. Public IPs are globally unique at any moment, with one modern nuance: many mobile carriers and some ISPs use carrier-grade NAT (CGNAT), which places multiple customers behind a single shared public address, exactly like a home router does for a household.
Does my IP address change when I travel?
Yes, every time you join a different network. At home you use your ISP's address; at a hotel you use the hotel's; on mobile data you use your carrier's. The IP belongs to the connection, not to your device. One notable exception: if you use mobile roaming abroad, your traffic often exits through your home carrier's network, so websites may still see an IP from your home country even though you're physically elsewhere.
Is an IP address the same as a MAC address?
No. A MAC address is a hardware identifier burned into your device's network adapter at the factory. It stays the same wherever you go, but it's only visible on your local network, never to websites. An IP address is the opposite: assigned by whatever network you join, changing as you move, and visible to the servers you connect to. A rough analogy: the MAC address is your device's fingerprint, and the IP address is its current mailing address.
Can I browse the internet without an IP address?
No. The protocol requires a return address, or servers would have nowhere to send their replies. What you can do is browse without exposing your own address: a VPN, the Tor network, or a proxy puts an intermediary between you and the website, so the site sees the intermediary's IP instead of yours. We compare those options in how to hide your IP address.