Private IP Address
A private IP address identifies a device on a local network (LAN). It is similar to a publicIPv4 address, which identifies a device connected to theInternet, but is limited to a predefined range of IPs.
Below are three common ranges of IP addresses reserved for private IPs:
- 10.0.0.0 – 10.255.255.255
- 172.16.0.0 – 172.31.255.255
- 192.168.0.0 – 192.168.255.255
10.0.0.1, for instance, cannot be used as a public IP address because it falls in the range of private IPs. Instead, 10.0.0.1 can only be assigned to arouter,computer, or another device on a local network. Routers incrementally assign IP addresses to devices when they connect to the network, viaDHCP. For example, a router may use the address 10.0.0.1 and assign 10.0.0.2 to the first device that connects to it. The following device will receive an address of 10.0.0.3, then 10.0.0.4, etc.
192.168.x.x vs 10.x.x.x
Most localnetworks use the 192.168.x.x range of private IPs. The second most popular range is 10.x.x.x, followed by 172.32.x.x. Generally, the router manufacturer determines thedefault range. For example, Linksys and Netgear routers typically use 192.168.0.1 or 192.168.1.1 for the router IP address, and therefore the IP ranges of 192.168.x.x. Apple routers (now discontinued) used the 10.0.0.x range. The 172.31.x.x range is the least common but may be used by large networks, such as university campuses and office buildings.
NOTE: Network address translation (NAT) translates the private IP address of each device on a network to the public IP address assigned by theISP. Thanks to NAT, all devices connected to a router share the same public IP address.
Test Your Knowledge
Which of the following is not a valid octal number?
The Tech Terms Computer Dictionary
The definition of Private IP Address on this page is an original definition written by theTechTerms.com team. If you would like to reference this page or cite this definition, please use the green citation bar directly below the definition.
Our goal to explain computer terminology in a way that is easy to understand. We strive for accuracy and simplicity with every definition we publish. If you have feedback about this definition or would like to suggest a new technical term, pleasecontact us.
TechTerms Newsletter
Improve your technical knowledge with our daily or weekly newsletter! Subscribe today and get new terms and quizzes delivered to your inbox.
Sign up for the free TechTerms Newsletter
Thank You
We just sent you an email to confirm your email address. Once you confirm your address, you will begin to receive the newsletter.
If you have any questions, pleasecontact us.