I've been reading about IPv4, networking, subnetting and the different classes of addresses.
I understand that IP addresses beginning with numbers from 1
to 126
are considered "Class A" addresses.
However suppose I created a private network for my company (accessible to the internet through a router/gateway) of 100 people, is there anything stopping me from giving out addresses like 15.0.0.1
- 15.0.0.100
?
Would this be a bad idea for some reason, or does it not matter at all?