7 min read
2026-01-18
An IP address is a unique numerical identifier for a device on a computer network. There are two protocol versions.
Format: four numbers from 0 to 255, separated by dots. Example: 192.168.1.1
| Class | Range | Purpose |
|---|---|---|
| A | 1.0.0.0 — 126.255.255.255 | Large networks |
| B | 128.0.0.0 — 191.255.255.255 | Medium networks |
| C | 192.0.0.0 — 223.255.255.255 | Small networks |
| D | 224.0.0.0 — 239.255.255.255 | Multicast |
| E | 240.0.0.0 — 255.255.255.255 | Reserved |
10.0.0.0/8
172.16.0.0/12
192.168.0.0/16
Format: eight groups of four hexadecimal digits. Example: 2001:0db8:85a3:0000:0000:8a2e:0370:7334
Address format and syntax
Octet value ranges
Address type (public, private, loopback)
CIDR notation correctness
Check IP addresses with the IP Validator.
See also: URL Validator, Checksum Calculator