I would add that you use the old type of networks. Class-A, Class-B, Class-C (and D and E) networks.
Class Start End CIDR subnet mask
Class A 0.0.0.0 127.255.255.255 /8 255.0.0.0
Class B 128.0.0.0 191.255.255.255 /16 255.255.0.0
Class C 192.0.0.0 223.255.255.255 /24 255.255.255.0
Class D 224.0.0.0 239.255.255.255 /4
Class E 240.0.0.0 255.255.255.255 /4
So using 10.1.0.0 with a netmask of 255.255.0.0 would not be classful but 172.16.0.0 with a netmask of 255.255.0.0 would be classful
/johnny