'Why my ip address starts with 192.?

i am from non networking background. I suddenly wondered why the companies i worked almost always had the ip's like 192.168.x.x . Why can't they have something like 1.2.3.4

I understand that ip has and there is a concept called subneting.

Also, 192.168.0.0 to 192.168.255.255 seems to used for private use.

Question:

1) How does IP address matters thought all devices are connected to internet through roughter?

Any wisdom pls?



Solution 1:[1]

According to RFC 1918, addresses in the 192.168.0.0-192.168.255.255 range are private. Such addresses can be used internally by any network so they're often used inside an organization. They cannot be used on the Internet since they aren't intended to be kept globally unique.

192.168.X.X isn't the only private range defined in the RFC. You might also run into 10.0.0.0 - 10.255.255.255 or 172.16.0.0 - 172.31.255.255

Most other addresses are public, and have to be assigned to the network by a Regional Internet Registrty (RIR).

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 pseudosudo