Class A, Class C, no class? Does it matter?

Chromaverse

Junior Member
Aug 1, 2014
1
0
0
grimtech.net
I recently visited a foreign LAN that had a subnet 100.200.100.0 with netmask 255.255.255.0. There were less than ten devices on the LAN, with no more than 20 devices ever planned to be on the network. I thought that didn't seem right.

I don't know a whole lot about subnetting, but I do know that a "large LAN" needing 254 hosts could use the popular 192.168.0.0/24 subnet, which falls into a class C network addressing scheme. It seems to me like the person who set up this foreign network just picked a bunch of random numbers (100, 200, 100) to make up their subnet, rather than picking a network that falls into a classed IP addressing scheme.

Because of the subnet mask 255.255.255.0 (24 mask bits), wouldn't 100.200.100.0/24 be neither class A nor class C? To be a class A network, wouldn't the subnet mask need to be 255.0.0.0 (8 mask bits), and to be a class C, the first octet would need fall into the range 192-223?

Does any of this even matter? Class C, Class B, Class A that is. Can a network administrator just pick any numbers they want to create a simple LAN? Are network classes just an optional specification that can be safely ignored?
 
Last edited:

Railgun

Golden Member
Mar 27, 2010
1,289
2
81
If they own it (or even if they don't) they can technically use whatever they want within their four walls.
 

her209

No Lifer
Oct 11, 2000
56,336
11
0
RFC 1918 reserves IP address ranges that are won't be routed on the public Internet and are, therefore, the preferred ranges, but the network engineer could use IP addresses outside of the private IP address ranges. It just becomes "confusing" when hosts actually need to get to the Internet space that uses those IP address range as well.
 

serpretetsky

Senior member
Jan 7, 2012
642
26
101
Class A, Class C, no class? Does it matter?
No, it does no matter. CIDR has replaced classful routing. However, you can't pick whatever network addresses you want. You either choose private IP's, are you are assigned public ip's.