Networking

IP Addresses Explained

An IP address is how your device is reached on a network. The concept is simple, but the distinctions — IPv4 vs IPv6, public vs private, static vs dynamic — matter for security, performance, and what you can host.

IP Addresses Explained: IPv4, IPv6, Public, Private, Static · How IP addresses work in 2026: IPv4 vs IPv6, public vs private, static vs dynamic, NAT, CGNAT, and what each one means for your home or business network. · /guides/ip-addresses

IPv4 vs IPv6

IPv4 uses 32-bit addresses (4.3 billion total) written as dotted decimals like 203.0.113.42. The pool is exhausted, which is why ISPs increasingly share addresses via CGNAT. IPv6 uses 128-bit addresses (3.4 × 10³⁸ total) written in hexadecimal like 2001:db8::1. Both can coexist, and most modern devices use both simultaneously (dual-stack).

Public vs private addresses

Three IPv4 ranges are reserved for private networks: 10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16. Your router uses one of these internally and translates (NAT) outbound traffic to your single public IP. IPv6 has a similar concept (unique local addresses) but the abundance of public addresses means most IPv6 hosts get a globally routable address directly.

Static vs dynamic

Dynamic IPs are assigned by your ISP from a pool and can change. Static IPs are permanently assigned to you. Static is required for: running publicly accessible servers, certain site-to-site VPNs, and some specialized firewall rules. For everything else, dynamic is fine — and using a dynamic DNS service can bridge the gap.

How geolocation works

IP geolocation databases map address ranges to approximate locations based on registration records and observed behavior. Accuracy is good at the country level (~95%+) and OK at the city level. It cannot determine a street address or identify an individual user without additional information.

Security considerations

  • Your public IP is visible to every server you connect to — that's how the internet works, not a leak.
  • A VPN replaces your visible IP with the VPN provider's, useful for privacy and bypassing geo-restrictions.
  • Open ports on your public IP are scanned constantly. Never expose services without authentication, even on a "random" port.
  • For business networks, use firewall rules and a reverse proxy rather than exposing internal services directly.
Recommended next steps

Diagnostic workflow

  1. 1
    Check your public IP

    See what the internet sees, including ISP and approximate location.

    IP address checker
  2. 2
    Look up any IP

    Investigate ASN, registrar, and geolocation for any address.

    IP lookup
  3. 3
    Check device network

    See your local private IPs and gateway.

    Device network

Frequently asked questions

What's the difference between a public and private IP?

Your public IP is the one the internet sees, assigned by your ISP and shared by every device behind your router. Private IPs (like 192.168.x.x) only exist inside your local network and aren't routable on the public internet.

Should I worry about IPv6 yet?

Yes. Roughly 45% of global internet traffic is IPv6 in 2026, and many mobile networks are IPv6-only with IPv4 access via translation. Modern services should support both.

Do I need a static IP?

Most home and small business users don't. Static IPs are necessary for hosting servers, certain VPN configurations, and some remote-access setups, but for browsing and streaming a dynamic IP is fine.

What is CGNAT and why does it matter?

Carrier-grade NAT shares one public IPv4 address across many subscribers. It saves IPs but breaks port forwarding, makes self-hosting harder, and can cause services to flag normal traffic as suspicious.

Can someone find me from my IP address?

Your IP reveals approximate city-level geography and your ISP, not your home address. It can be used to estimate location for ads and geo-restrictions, but precise location requires other data.

Continue reading

Educational guide. Diagnostic checks run entirely in your browser.