web-basics

IP Addresses Explained: IPv4, IPv6, and Why Your Server Needs One

Published 2026-09-07 · 3 min read

What an IP Address Actually Is

Every device connected to the internet, including the server hosting your website, has a numeric address that lets other devices find and communicate with it: its IP addressThe numeric address (like 203.0.113.10) that identifies a server on the internet.. Domain names exist entirely to give people a memorable stand-in for these numbers; underneath every domain, DNSThe Domain Name System — the internet's directory that translates domain names into the IP addresses of servers. is ultimately resolving to one of these addresses. See How Domains Work for how that translation happens.

IPv4: The Original, Limited Address Space

IPv4 addresses look like 192.0.2.10, four numbers between 0 and 255 separated by dots. This format was designed in the 1980s with room for about 4.3 billion unique addresses, a number that felt effectively unlimited at the time.

Why IPv4 Addresses Are Running Out

4.3 billion sounds large until it's measured against how many devices now connect to the internet: phones, laptops, servers, and an ever-growing list of connected devices, often several per person. The available pool of IPv4 addresses has been fully allocated by the regional registries that hand them out for years now, which is part of why techniques like shared hostingHosting where many websites run on one server and share its resources — the most affordable common option. IPs and IPv6The newer, far larger internet address format, created because IPv4 addresses are running out. exist at all.

IPv6: The Long-Term Fix

IPv6 addresses look completely different, longer strings like 2001:0db8:85a3::8a2e:0370:7334, and offer a vastly larger address space, large enough that exhaustion isn't a realistic concern. IPv6 adoption has been gradual since most existing infrastructure was built around IPv4, but most modern hosting and networks now support both side by side.

Shared IP vs. Dedicated IP Hosting

On shared hosting, the most common and cost-effective setup, many websites, including yours, share a single server IP address, with the web server software sorting incoming requests by which domain name was requested rather than by IP alone. A dedicated IP gives only your site that address, occasionally required for specific SSLThe certificate technology behind HTTPS. Modern 'SSL' is really TLS, but the name stuck. configurations, certain compliance requirements, or older software that can't share an IP. Most small business websites never need one. See choosing a shared hosting plan for more on what shared hosting includes.

How Your Domain Connects to an IP Address

The link between your domain and its server's IP address is the A record (or AAAAA DNS record that points a domain at an IPv6 address — the IPv4 equivalent for the newer address format. record for IPv6), one entry in your domain's DNS zone. When hosting is set up correctly, this record is configured automatically to point at your server; if it's ever wrong, misconfigured, or pointing at an old server after a migration, your domain simply won't reach the right place. See DNS Records Explained for exactly what that record looks like.

Do You Ever Need to Know Your Own IP Address?

Rarely for everyday site management, but it comes up in a few specific situations: confirming an A recordA DNS record that points a domain at the IPv4 address of the server hosting its website. points at the right server after a migration, setting up certain third-party integrations that ask for it directly, or troubleshooting a DNS issue where you need to verify what a domain is actually resolving to versus what it should be. Your hosting control panel typically shows your server's IP address on the account overview if you need it.

FAQs

What is an IP address?+

An IP address is a numeric address assigned to a device on a network, letting other devices find and send data to it. Every server hosting a website has one, and it's what your domain's A record actually points to.

What's the difference between IPv4 and IPv6?+

IPv4 uses a shorter format (like 192.0.2.10) with a fixed, now largely exhausted pool of about 4.3 billion addresses; IPv6 uses a much longer format with a vastly larger address space designed to never run out.

Why are IPv4 addresses running out?+

IPv4 was designed in the 1980s with about 4.3 billion possible addresses, a number that seemed enormous at the time but has been fully allocated for years given how many devices now connect to the internet.

Does my website have its own IP address?+

Yes, indirectly: your hosting account's server has an IP address, and your domain's A record points at it. On shared hosting, that IP address is typically shared with other websites on the same server.

What's the difference between a shared IP and a dedicated IP?+

A shared IP is used by multiple websites on the same server, the default and most common setup; a dedicated IP is used by only your site, occasionally needed for specific technical or compliance requirements.

Do I ever need to know my own server's IP address?+

Rarely for day-to-day use, but it's useful for troubleshooting DNS issues, setting up certain third-party services, or confirming an A record points where it should.

Related reading

Chat on WhatsApp