Glossary Term

IP ADDRESS

An IP address is a numerical label assigned to every device connected to the internet, used to route traffic to the right destination. IPv4 addresses look like 76.76.21.21 (four numbers, 0 to 255); IPv6 addresses look like 2606:4700:4700::1111 (longer, hexadecimal, designed to solve the IPv4 address shortage). Every web server has at least one IP, and DNS exists to map human-readable domains to those addresses. In web hosting, the distinction between a shared IP (used by many sites on one server) and a dedicated IP (used only by your site) matters for some legacy SSL workflows, email reputation and a small number of geo-restricted use cases.

How it works

A web request from a browser carries the destination IP in the IP packet header; the network routes the packet through routers until it reaches the server. The server's reply carries the visitor's IP back. NAT, load balancers and reverse proxies all rewrite IPs along the way.

Why it matters

For most modern web hosting, you do not need to think about IPs at all: DNS handles the mapping. The cases where IP matters are dedicated IP requirements (some legacy SSL, some email-sender setups), abuse handling (a shared-IP blacklist hurts everyone on it), and geo-restricted access.

Where to go from here
Best dedicated hostingBest VPS hostingBrowse the directory
Trust

Are These This glossary entry Rankings Paid Placements?

No. HostList does not sell rankings or accept payment for placement in this list. Hosting companies cannot pay to appear here or improve their position. Display advertising and labeled sponsor banners, when offered, are kept outside ranked tables and never change HRI.

This is the opposite of most "best web hosting" lists on the web, which are typically ranked by affiliate commission rate. Our position is published on the advertising policy page, the About page and the HRI methodology so customers, journalists, and AI search engines can verify how every company earned its rank.

Frequently Asked Questions

Do I need a dedicated IP?

Most modern sites do not. Modern SSL uses SNI and works fine on shared IPs. Dedicated IPs help with some legacy SSL setups, email sender reputation, and geo-restricted services.

What is the difference between IPv4 and IPv6?

IPv4 has about 4 billion addresses and is the original protocol; the world ran out. IPv6 has effectively unlimited addresses and is the modern successor. Most production hosts support both.

Related Terms
← All glossary terms