Glossary
IP Address
An IP address is the unique numeric label assigned to each device on a network, used to route data to the right destination across the internet.
An IP address (Internet Protocol address) is the numeric label that identifies a device or service on a network and lets data find its way to it. Every server hosting a website has at least one IP address.
Two versions
ipv4— 32-bit addresses written as93.184.216.34. The pool is exhausted.ipv6— 128-bit addresses written as2606:2800:220:1::1946. Vastly larger and increasingly common.
Public vs private
Public IPs are routable on the internet; private ranges (e.g. 192.168.x.x) are used inside local networks and hidden behind NAT.
Why it matters for hosting
DNS exists to translate domain names into IP addresses via a-record and aaaa-record entries. Knowing a site's IP lets you trace its asn, run a reverse-dns check, and identify the datacenter or cdn actually serving it. Shared hosting often places many sites on one IP, while a dedicated-server may have its own.
See also
