IP Addresses in Web Hosting: Shared vs Dedicated, IPv4 vs IPv6 Explained

Mangesh Supe, Hosting Performance Analyst

By

Founder, ThatMy.com • Independent Hosting Benchmarks • ISP & Network Infrastructure Background

X LinkedIn How we test →

IP Addresses in Web Hosting: Shared vs Dedicated, IPv4 vs IPv6 Explained

"Dedicated IP" shows up as a hosting upsell option often enough that it is worth understanding exactly what it buys you, and exactly what it does not, because a fair amount of the reasoning still circulating online is outdated by more than a decade.

How Shared IP Hosting Actually Works

When multiple websites share one IP address, the web server needs a way to know which site a given request is actually for, since the request arrives at the same IP regardless of which domain the visitor typed. For plain HTTP, this is solved by the Host header, part of every HTTP request since HTTP/1.1, which tells the server the requested domain name explicitly. For HTTPS, this required a separate solution because the domain needs to be known before the encrypted connection is even established, in order for the server to present the correct SSL certificate, and that solution is Server Name Indication (SNI), part of the TLS handshake itself.

With SNI now supported everywhere that matters (every modern browser, and server software has supported it for well over a decade), a single IP address can correctly serve entirely different websites, with entirely different, correctly-matched SSL certificates, to different visitors based on which domain each visitor requested. This is the technical foundation that makes shared IP hosting, the default on the overwhelming majority of shared and VPS hosting today, work seamlessly and invisibly to the visitor.

The SEO Myth, and Why It Persists

The claim that a dedicated IP improves search rankings traces back to the earlier era of SEO practice, when IP-based reasoning (IP neighborhoods, IP diversity for link building) was a more common, if always somewhat speculative, part of SEO strategy. Google has addressed this directly and repeatedly: IP address, shared or dedicated, is not a ranking factor. The claim persists in circulation mostly because outdated SEO advice has a long half-life online, old blog posts and forum threads making the claim continue to surface in searches years after the underlying premise stopped being accurate, if it ever fully was.

The one real, if narrow and indirect, connection between IP and search visibility: if a shared IP has hosted spam sites or malware in the past and accumulated a documented bad reputation as a result (checkable through IP reputation tools), that reputation could theoretically create some friction, though this scenario is uncommon on any reasonably-managed hosting company's infrastructure, which actively monitors for and removes abusive accounts specifically to prevent this. It is not something a dedicated IP purchase solves proactively, it is a reactive concern about a specific, already-compromised shared IP, not a general argument for paying for dedicated hosting by default.

Where Shared IPs Actually Matter: Email Deliverability

This is the legitimate practical concern, and it deserves to be taken more seriously than the SEO myth. Email deliverability, whether a message sent from your domain lands in an inbox or a spam folder, depends heavily on the sending IP's reputation with major mail providers like Gmail and Outlook. If your hosting account sends email through a shared IP, and another account on that same server is sending spam (intentionally, or because their site was compromised and is now sending spam without their knowledge), the IP's collective sending reputation can be damaged, and that damage affects every account sending mail through it, including yours, even though you did nothing wrong.

Quality hosting companies actively monitor for this and suspend abusive accounts specifically to protect the shared IP's reputation for everyone else. But the risk is real enough that businesses that depend on reliable transactional email (order confirmations, password resets, account notifications) or marketing email often choose to route that email through a dedicated sending IP, or more commonly today, through a dedicated third-party transactional email service (Postmark, SendGrid, Amazon SES) that manages sending reputation as its core product, rather than relying on the shared reputation of their web hosting account's IP at all. This is a more targeted, usually more effective fix than paying for a dedicated web-hosting IP specifically.

Why SSL No Longer Requires a Dedicated IP

Before SNI became universal (roughly pre-2011, though full adoption took longer for older browsers and systems to phase out), SSL genuinely did require one IP address per certificate, because the server had no mechanism to know which certificate to present until after the encrypted connection was already open, an impossible ordering problem without a dedicated IP telling the server unambiguously which site's certificate to serve. This is where the "you need a dedicated IP for SSL" advice originated, and it was accurate at the time.

SNI solved this by having the client announce the requested domain as part of the initial TLS handshake, before encryption is established, letting the server select and present the correct certificate for that specific domain even when many domains share one IP. Every current browser supports SNI, every modern web server supports SNI, and free automated certificate systems like Let's Encrypt, now the default on the majority of hosting control panels, rely entirely on SNI working correctly to issue and serve certificates for shared-IP hosting at scale. The advice to use a dedicated IP for SSL is a full decade out of date for any mainstream hosting setup today.

IPv4 Exhaustion and Why Dedicated IPs Cost Money

IPv4, the addressing scheme underlying the majority of internet traffic despite IPv6's existence, has a hard ceiling of roughly 4.3 billion possible addresses, a number that sounded enormous decades ago and is now fully allocated, with no new IPv4 addresses being created, only transferred between existing holders, frequently at real, non-trivial cost on the secondary market. This scarcity is the direct, practical reason hosting companies default to shared IPs and charge for dedicated ones: an IPv4 address genuinely costs the hosting company money to hold and provision, and giving one exclusively to every account by default is not economically sustainable at internet scale anymore.

This is also part of why the industry continues moving toward IPv6 (a vastly larger address space, though not yet universally supported end-to-end), and why "dedicated IP" as a hosting feature is priced as a real add-on with a real underlying cost, rather than something hosts can simply give away to everyone who asks.

FAQ: IP Addresses in Web Hosting

What is the actual difference between a shared and dedicated IP?

A shared IP address is used by multiple hosting accounts, often dozens or hundreds, on the same server, all of them reachable through that one IP, with the web server routing incoming requests to the correct account based on the domain name in the request (a mechanism called virtual hosting, made possible by SNI, Server Name Indication, for HTTPS traffic). A dedicated IP is assigned to a single hosting account exclusively, no other site on the server shares it. The vast majority of shared and VPS hosting today uses shared IPs by default, dedicated IPs are typically an optional add-on, sometimes free, sometimes a small monthly charge.

Does a dedicated IP improve SEO?

No, and Google has stated this directly on multiple occasions: search ranking does not factor in whether a site uses a shared or dedicated IP. This claim persists because it sounded plausible in the SEO industry's early days and old advice is slow to disappear from recirculated articles. The one narrow, indirect connection: if a shared IP has been used to host spam or malicious sites in the past and picked up a bad reputation as a result, that reputation could theoretically create friction, but this is exceedingly rare on quality hosting, and a dedicated IP does not directly cause any ranking improvement on its own.

Does a shared IP affect my email deliverability?

Potentially, yes, and this is the most legitimate practical reason to care about IP sharing, though it typically applies to a server's mail-sending IP rather than its web-hosting IP, which are often (but not always) the same address. If another account on a shared IP sends spam, that IP's sending reputation can be damaged with major email providers (Gmail, Outlook), causing legitimate email sent from your domain, if it routes through the same shared IP, to land in spam folders or get rejected outright. Quality hosts actively monitor for and suspend abusive accounts specifically to protect the shared IP's reputation for everyone else on it, but the risk is real enough that businesses sending significant transactional or marketing email often use a dedicated sending IP or a third-party transactional email service (rather than relying on the hosting account's shared IP) specifically to control this risk directly.

Do I need a dedicated IP for an SSL certificate?

No, not anymore. This was true before roughly 2011, when SSL required one IP per certificate because the server had no way to know which site's certificate to present before the encrypted connection was established. Server Name Indication (SNI), now supported by essentially every browser and server in use, lets the client specify which domain it is requesting during the TLS handshake itself, allowing one IP to serve correct, distinct SSL certificates for many different domains simultaneously. Free automated certificates (Let's Encrypt) and modern hosting control panels all rely on SNI working, and it does, on any hosting from the last decade or more.

What is IPv4 exhaustion and why does it affect hosting?

IPv4, the addressing system the internet has run on since its early days, has a hard mathematical limit of roughly 4.3 billion unique addresses, and that pool has been fully allocated by the regional registries for years, meaning no new IPv4 addresses can be created, only transferred between existing holders, often at real cost. This scarcity is a direct reason shared IP hosting is the default rather than dedicated IPs for everyone: giving every hosting account its own dedicated IPv4 address is no longer sustainable at the internet's current scale, and hosts pass through this real, ongoing cost when they charge for a dedicated IP add-on rather than including it by default.

Should I pay for a dedicated IP if my host offers it?

For the average WordPress site or small business site, no, there is no meaningful benefit that offsets the cost, given SEO is unaffected and SSL no longer requires it. The legitimate reasons to pay for one: you are running an application that specifically requires it for a technical reason (certain legacy software, some FTP configurations, or a compliance requirement in a regulated industry that mandates IP-level isolation), you want direct control over email sending reputation independent of your neighbors on a shared IP, or you need to grant IP-based access (a firewall allowlist on a partner's system, for example) that only works if your site's IP never changes and is exclusively yours. Outside those specific cases, a dedicated IP is a cost with no measurable return.