Got it

Private vs. Public IP Addresses

Created: Jun 23, 2021 09:40:31Latest reply: Jun 24, 2021 14:10:34 530 13 4 0 0
  Rewarded HiCoins: 0 (problem resolved)

Dear all,

What is the difference between Private IP Addresses and Public IP Addresses? Thank you.

Featured Answers
user_4147187
MVE Created Jun 24, 2021 14:10:34

In fact, this can be simply understood:
A private IP address, often referred to as an RFC1918 address, is an address that is used by a company or organization within its own network for non-public purposes in accordance with IETF RFC1918.
Private IP addresses cannot be directly connected to the Internet because they cannot be transmitted through routers.

IP addresses are uniformly assigned by the Internic (Internet Information Center) to ensure the uniqueness of IP addresses. However, there is a class of IP addresses that can be directly used in the enterprise Intranet without application. This is Private Address,Private Address

Address will not be forwarded by any router on the Internet. To access the Internet, you must use NAT/PAT conversion. The private Address is accessed as a public IP Address.

10.0.0.0-10.255.255.255(one Class A address) 

172.16.0.0-172.31.255.255(16 Class B addresses) 

192.168.0.0-192.168.255.255(256 Class C addresses)


Public IP addresses, on the other hand, are usually owned by large companies or Internet service providers (ISPs) for public use, so that they can be connected to public networks such as, for example, the Internet.
When a user signs a network service agreement with an Internet service provider, the user is assigned a legitimate IP address number from the public IP address pool of the Internet service provider.


I hope I can help you.

View more
  • x
  • convention:

Axe_Z
Axe_Z Created Jul 5, 2021 05:51:55 (0) (0)
 

Recommended answer

IndianKid
Author Created Jun 23, 2021 09:43:33

Hi User,

check below,

A123


View more
  • x
  • convention:

Axe_Z
Axe_Z Created Jun 23, 2021 09:52:56 (1) (0)
Thank you. Are private IP addresses traceable?  
IndianKid
IndianKid Reply Axe_Z  Created Jun 23, 2021 10:02:10 (0) (0)
Yes, private IP addresses are traceable, but only by other devices on your local network.  
IndianKid
IndianKid Reply IndianKid  Created Jun 23, 2021 10:03:13 (0) (0)
for the public, it will not show your private IP. it will show the public IP which is NAted  
Axe_Z
Axe_Z Reply IndianKid  Created Jun 23, 2021 10:04:06 (1) (0)
Thank you.  
IndianKid
IndianKid Reply Axe_Z  Created Jun 23, 2021 10:04:38 (0) (0)
You are welcome my dear  
All Answers

Dear Axe,

Every computer has a public IP address that is assigned to the user by their internet service provider (ISP). This address has to be unique across the entire internet. 

Your router has a private IP address, and that address is allowed only on private networks. Unlike your computer's public address, your router's private address doesn't need to be globally unique, since it is not a direct access address. What this means is that your router's private address is only accessible from a private network. This is good for people who don't want anyone that is not a part of their private network to access the IP address that is 192.168.0.1. 

Internet Assigned Numbers Authority (IANA) The Internet Assigned Numbers Authority (IANA) is a big-time organization that deals with IP addresses from all over the world. This organization initially came up with a special type of IP address that we all know as IP version 4 (IPv4). The IP version 4 is a 32-bit number that is usually expressed as four numbers separated by a decimal point. Public IP Addresses Public IP addresses need to be unique in pretty much every sense of the word. Back in the day, this posed a problem for the IPv4 system, since it could only accommodate about 4 billion different addresses. But the IANA came up with a solution to this problem when they introduced the IPv6 standard. And as you may imagine, the IPv6 system supports way more combinations than the IPv4 system. Private IP Addresses The Internet Assigned Numbers Authority has decided to make some certain number blocks private. 

There are about 17.9 million different private IP addresses, all of which are reserved for use on private networks. That is one of the main reasons why a router's IP address doesn't need to be unique. Whether it's a big-time organization or just a small home network, the router assigns a private IP address that is connected to its network. Every single device that is a part of that network can connect to one another using this private IP address. Another essential thing that you need to know about private IP addresses is that they cannot access the internet. In other words, private addresses need to establish an internet connection through an ISP first.

Thank.

View more
  • x
  • convention:

Axe_Z
Axe_Z Created Jun 23, 2021 09:51:18 (0) (0)
Thank you.  
little_fish
little_fish Reply Axe_Z  Created Jun 23, 2021 10:01:57 (0) (0)
 

Hi User,

check below,

A123


View more
  • x
  • convention:

Axe_Z
Axe_Z Created Jun 23, 2021 09:52:56 (1) (0)
Thank you. Are private IP addresses traceable?  
IndianKid
IndianKid Reply Axe_Z  Created Jun 23, 2021 10:02:10 (0) (0)
Yes, private IP addresses are traceable, but only by other devices on your local network.  
IndianKid
IndianKid Reply IndianKid  Created Jun 23, 2021 10:03:13 (0) (0)
for the public, it will not show your private IP. it will show the public IP which is NAted  
Axe_Z
Axe_Z Reply IndianKid  Created Jun 23, 2021 10:04:06 (1) (0)
Thank you.  
IndianKid
IndianKid Reply Axe_Z  Created Jun 23, 2021 10:04:38 (0) (0)
You are welcome my dear  

Dear,

Please see the differences between private and public IP addresses in this table.

Public IP address

Private IP address

External (global) reach

Internal (local) reach

Used for communicating outside your private network, over the internet

Used for communicating within your private network, with other devices in your home or office

A unique numeric code never reused by other devices

A non-unique numeric code that may be reused by other devices in other private networks

Found by Googling: "What is my IP address?"

Found via your device’s internal settings

Assigned and controlled by your internet service provider

Assigned to your specific device within a private network

Not free

Free

Any number not included in the reserved private IP address range

Example: 8.8.8.8.

10.0.0.0 — 10.255.255.255;
172.16.0.0 — 172.31.255.255; 
192.168.0.0 — 192.168.255.255

Example: 10.11.12.13

Thank you.

View more
  • x
  • convention:

Posted by Phany at 2021-06-23 09:50 Dear,Please see the differences between private and public IP addresses in this table.Public IP addr ...
cool
View more
  • x
  • convention:

In fact, this can be simply understood:
A private IP address, often referred to as an RFC1918 address, is an address that is used by a company or organization within its own network for non-public purposes in accordance with IETF RFC1918.
Private IP addresses cannot be directly connected to the Internet because they cannot be transmitted through routers.

IP addresses are uniformly assigned by the Internic (Internet Information Center) to ensure the uniqueness of IP addresses. However, there is a class of IP addresses that can be directly used in the enterprise Intranet without application. This is Private Address,Private Address

Address will not be forwarded by any router on the Internet. To access the Internet, you must use NAT/PAT conversion. The private Address is accessed as a public IP Address.

10.0.0.0-10.255.255.255(one Class A address) 

172.16.0.0-172.31.255.255(16 Class B addresses) 

192.168.0.0-192.168.255.255(256 Class C addresses)


Public IP addresses, on the other hand, are usually owned by large companies or Internet service providers (ISPs) for public use, so that they can be connected to public networks such as, for example, the Internet.
When a user signs a network service agreement with an Internet service provider, the user is assigned a legitimate IP address number from the public IP address pool of the Internet service provider.


I hope I can help you.

View more
  • x
  • convention:

Axe_Z
Axe_Z Created Jul 5, 2021 05:51:55 (0) (0)
 

Comment

You need to log in to comment to the post Login | Register
Comment

Notice: To protect the legitimate rights and interests of you, the community, and third parties, do not release content that may bring legal risks to all parties, including but are not limited to the following:
  • Politically sensitive content
  • Content concerning pornography, gambling, and drug abuse
  • Content that may disclose or infringe upon others ' commercial secrets, intellectual properties, including trade marks, copyrights, and patents, and personal privacy
Do not share your account and password with others. All operations performed using your account will be regarded as your own actions and all consequences arising therefrom will be borne by you. For details, see " User Agreement."

My Followers

Login and enjoy all the member benefits

Login

Block
Are you sure to block this user?
Users on your blacklist cannot comment on your post,cannot mention you, cannot send you private messages.
Reminder
Please bind your phone number to obtain invitation bonus.