Categories:
Cloud (204)
Entertainment (11)
Facebook (43)
General (50)
Life (31)
Programming (64)
Technology (430)
Testing (4)
Tools (488)
Twitter (5)
Wearable (26)
Web Design (44)
Collections:
Other Resources:
Private IP vs. Public IP
What are the differences between private IP addresses and public IP addresses? How a private IP network is mapped to a single public IP?
✍: FYIcenter.com
Private IP addresses are IP addresses reserved for building private networks
within an organization. Private IP addresses are listed below:
Class Private IP Range ----- ------------------------------ A 10.0.0.0 to 10.255.255.255 B 172.16.0.0 to 172.31.255.255 C 192.168.0.0 to 192.168.255.255
Public IP addresses are IP addresses reserved for building the public Internet. Any non-private IP addresses are public addresses. Public IP addresses are managed by different Internet administrative organization. If you want to reserve some public IP addresses for your organization, you have to get them through your ISP.
When connecting your private local network to the public Internet, you ISP will assign a dynamic or static public IP address to represent your entire private network. In order for all local devices to share the same public IP address when communicating to a remote host on the Internet, you need a NAT router to perform NAT (Network Address Translation) tasks.
Fortunately, today's WiFi routers can also perform NAT tasks, so you don't need to buy any additional hardware.
Here is an example of WiFi router performing NAT tasks to allow a private local network (192.1.68.0.0/24) joining the public Internet with a single public IP of 82.10.250.19.
2021-05-16, 1319🔥, 0💬
Popular Posts:
What port numbers are used for data connections in passive mode in FileZilla Server? Can I limit the...
Why I am getting the "run or save ChromeSetup.exe" pop up box when trying to install Google Chrome 3...
How to Install and Start Skype Meeting App in Google Chrome? You can follow this tutorial to install...
How to configure Mozilla Firefox to use Notepad to edit Web page source code? By default, when you u...
Where to find tutorials on LibGen (Library Genesis)? Here is a large collection of tutorials to answ...