|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Mailing List
|
By Joining the mailing list you will be notified of site updates.
|
|
Show Your Support For
This Site By Donating:
|
|
|
|
|
|
|
Audience: Self Learners
Last Updated: 4/4/2011 7:46 PM
**All times are EST**
|
|
Public vs. Private: Types of IP Addresses
By Erik Rodriguez
Tags: Public vs. Private IP Addresses, ,non-routable IP space, private IP space, Private IP with NAT, RFC 1918
This article provides information different types of IP addresesses. Public addresses and private addresses are disucussed and examples are given.
Introduction
As the Internet grew, the original design became harder to operate. Public IP addresses used by websites, cellular phones, and other devices quickly started descreasing the total number of IP addresses available. By design, the Internet has a maximum of 4,294,967,296 public IP addresses. To help preserve these addresses, private (non-routable) IP address space was assigned. In conjunction with NAT, this significantly reduces the number of addresses needed.
The list below shows the 3 ranges of IP addresses which are reserved for private use.
- 10.0.0.0 - 10.255.255.255 (16,777,216 addresses)
- 172.16.0.0 - 172.31.255.255 (1,048,576 addresses)
- 192.168.0.0 - 192.168.255.255 (65,536 addresses)
Private Address Operation
The address space above is defined by an RFC (specifically RFC 1918) which designates these for private use and non-routable. Non-routable simply means these ranges can not be used in the public Internet. They are designated for use on internal networks and usually in conjunction with NAT. Most residential broadband routers such as Linksys, D-Link, and Netgear will use 192.168.1.1 by default. This is the most common private address space.
Large network found in data centers and corporate offices, commonly use a range with more address space. The 172.16.0.0/22 and 10.0.0.0/8 are preferred. These address ranges can have their subnets split further to assign to different physical or logical networks. Those networks can then be NATed to the Intneret or routed internally between different VLANs.
Contact Us
NOTE: this form DOES NOT e-mail this article, it sends feedback to the author.
|
|
|
|
|
|