IPv4: The Address System That Runs the Internet

Every device that connects to the internet needs an address — a way for other devices to find it and send data to it. IPv4 is the system that has handled that job for decades, and despite its age, it still underpins most internet traffic worldwide.

What Is IPv4?

IPv4 stands for Internet Protocol version 4. It's a set of rules that governs how data is sent and received across networks. At its core, it assigns a unique numerical label — an IP address — to every device on a network.

You've almost certainly seen an IPv4 address before: it looks something like 192.168.1.1 or 203.0.113.47. These addresses follow a four-part format, with each number ranging from 0 to 255, separated by dots. This format is called "dotted decimal notation."

How Does IPv4 Work?

IPv4 uses 32 binary bits to create each address. That 32-bit structure allows for roughly 4.3 billion unique addresses — which sounds like a lot, but in a world of smartphones, laptops, smart TVs, and IoT devices, that pool ran dry faster than anyone anticipated.

When you load a website, your device sends a data packet to the server hosting that site. That packet contains your IPv4 source address and the destination address of the server. Routers along the way read those addresses and forward the packet toward its destination, like a postal system for data.

Because the 4.3 billion address limit has essentially been exhausted, technologies like NAT (Network Address Translation) and CGNAT (Carrier-Grade NAT) were introduced to stretch the supply. These allow multiple devices to share a single public IPv4 address — your home router is a perfect example. It has one public IP from your ISP, but it hands out private IPv4 addresses (like 192.168.x.x) to every device in your home.

Why IPv4 Matters for VPN Users

IPv4 is deeply relevant to how VPNs function, and understanding it helps you make smarter decisions about your privacy and security.

IP address masking — When you connect to a VPN, your real IPv4 address is replaced with the VPN server's address. Websites and services see the server's IP, not yours. This is the fundamental privacy mechanism most VPN users care about.

Shared vs. dedicated IPs — Most VPN providers assign users a shared IPv4 address, meaning many users appear to come from the same IP. This adds an extra layer of anonymity. Some providers offer dedicated IPv4 addresses for users who need a consistent identity online.

IPv4 leaks — If your VPN connection drops or is misconfigured, your real IPv4 address can be exposed to websites or trackers. This is why features like a kill switch exist — to cut your internet connection entirely if the VPN tunnel fails, preventing your true IP from leaking.

CGNAT complications — If your ISP uses CGNAT, you're already sharing a public IPv4 address with other customers. This can interfere with port forwarding and certain VPN configurations, making a dedicated IP or a different VPN protocol necessary.

Geo-blocking and streaming — Streaming services use your IPv4 address to determine your location and restrict content accordingly. VPNs route your traffic through servers in different countries, giving you a different IPv4 address that appears to be in a permitted region.

Practical Examples

  • A journalist working abroad connects to a VPN server in their home country. The website they're reporting on sees that server's IPv4 address, not the journalist's real location.
  • A gamer uses a VPN to reduce DDoS exposure. Their game server only sees the VPN's IPv4 address, keeping their real IP hidden from potential attackers.
  • A remote worker connects via VPN to their company network. The company's firewall checks the incoming IPv4 address, which matches the VPN server on the approved list.

IPv4 may be aging technology, but it's still the foundation of internet communication. For VPN users especially, understanding how IPv4 addresses work — and how they can be masked, leaked, or manipulated — is essential knowledge.