Subnets and Addresses 1/2
n
Can 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
n
Why?
–
16.1 = 00010000.00000001 (subnet 1, host 1)
–
32.1 = 00100000.00000001 (subnet 2, host 1)
–
17.1 = 00010001.00000001 (subnet 1, host 257)
n
What is the subnet mask in this case?
n
255.255.240.0 -
(11111111.11111111.11110000.00000000)