Ero Muslija
Ero Muslija

Reputation: 31

Private and Public IP Address

How can i determine a private and public IP Address. For ex. I have bin given an IP address 190.168.1.254 is this a private or public IP address. Please explain in the comments below.

Upvotes: 0

Views: 642

Answers (1)

mohsine maiet
mohsine maiet

Reputation: 24

this is the private ip address ranges:

10.0.0.0 – 10.255.255.255,

172.16.0.0 – 172.31.255.255,

192.168.0.0 – 192.168.255.255

if any ip isn't in this ranges so it's a public ip 190.168.1.254 is a public ip because it starts with 190 and there's no private ip range start with 190

Upvotes: 1

Related Questions