Private IP
Motivation
There are so many devices in the world, but not all of them need a separate public IP address, so we have private IP addresses which can assign to local network
This IP addresses are not globally allocated and can be assign repeated to local networks
IPs
| IP Class | From | To | CIDR range |
|---|---|---|---|
| Class A | 10.0.0.0 | 10.255.255.255 | 10.0.0/8 |
| Class B | 172.16.0.0 | 172.31.255.255 | 172.16.0.0/12 |
| Class C | 192.168.0.0 | 192.168.255.255 | 192.168.0.0/16 |