Subnets and Addresses 1/2
nCan you think of an example where the subnet address consists of 4 bits and the host address of 12 bits?
–16.1, 32.1, 17.1
nWhy?
–16.1 = 00010000.00000001 (subnet 1, host 1)
–32.1 = 00100000.00000001 (subnet 2, host 1)
–17.1 = 00010001.00000001 (subnet 1, host 257)
nWhat is the subnet mask in this case?
n255.255.240.0 -  (11111111.11111111.11110000.00000000)