1. What is the advantage of having multiple networks in the same switch (say 3 nos of 16 port switch) like 192.168.1.x and 192.168.2.x with same mask 255.255.255.0, even though the network has only 40 0r 50 ip devices in the network? Broadcasts will travel everywhere, right?
2. 10.96.209.9 is essentially a class A address. But is is possible to have a su bnet mask of 255.255.255.224 here, and the 10.96.209.910 would ping with 9. But for a class A network, network mask must be 255.0.0.0 , right ?
3. If I have 2 devices 10.10.10.1 on a switch and 10.10.10.2 with masks = 255.255.255.0 then, they would ping. But for class A address, the subnetmask cannot be 255.255.2555.0 right?
3. Should classes and network be implemented only along the following rule?
CLASS A : 1.0.0.1 to 126.255.255.254
MASK : 255.0.0.0
CLASS B: 128.1.0.1 to 191.255.255.254
MASK 255.240.0.0
CLASS C: 192.0.1.1 to 223.255.254.254
MASK 255.255.0.0
etc? Can I have class A address range and class C mask? will it work? or rather why does it work? Without following any class rules, devices seem to be pinging to each other!
2. 10.96.209.9 is essentially a class A address. But is is possible to have a su bnet mask of 255.255.255.224 here, and the 10.96.209.910 would ping with 9. But for a class A network, network mask must be 255.0.0.0 , right ?
3. If I have 2 devices 10.10.10.1 on a switch and 10.10.10.2 with masks = 255.255.255.0 then, they would ping. But for class A address, the subnetmask cannot be 255.255.2555.0 right?
3. Should classes and network be implemented only along the following rule?
CLASS A : 1.0.0.1 to 126.255.255.254
MASK : 255.0.0.0
CLASS B: 128.1.0.1 to 191.255.255.254
MASK 255.240.0.0
CLASS C: 192.0.1.1 to 223.255.254.254
MASK 255.255.0.0
etc? Can I have class A address range and class C mask? will it work? or rather why does it work? Without following any class rules, devices seem to be pinging to each other!