Google+
Must Remind (Keep in Mind)
128 | 1 0 0 0 0 0 0 0 (i.e. 1 Bit ON and 7 OFF)
192 | 1 1 0 0 0 0 0 0 (i.e. 2 Bits ON and 6 OFF)
224 | 1 1 1 0 0 0 0 0 (i.e. 3 Bits ON and 5 OFF)
240 | 1 1 1 1 0 0 0 0 (i.e. 4 Bits ON and 4 OFF)
248 | 1 1 1 1 1 0 0 0 (i.e. 5 Bits ON and 3 OFF)
252 | 1 1 1 1 1 1 0 0 (i.e. 6 Bits ON and 2 OFF)
254 | 1 1 1 1 1 1 1 0 (i.e. 7 Bits ON and 1 OFF)
255 | 1 1 1 1 1 1 1 1 (i.e. 8 Bits ON and 0 OFF)
PROBLEM 3.
172.16.0.0 (Network Address)
255.255.224.0 (/19)
Network = 2^3 = 8
Hosts = 2^13 - 2 = 8190 ( 5 bits in 3rd octet and 8 bits in 4th octet)
valid subnets = 256-224=32.
Block Size = 0 ,32, 64, 96, 128, 160, 192, 224
NETWORK 1
172.16.0.0 (Network ID)
172.16.0.1 (First Host)
172.16.0.2
172.16.0.3
.
.
.
172.16.31.252
172.16.31.253
172.16.31254 (Last Host)
172.16.31.255 (Broadcast ID)
MUST READ
when the address 0.255 after that 3rd octet will be started from 1.0 then 1.1, 1.2, 1.3 similarly address reach 1.255 3rd octet will start From 2.0 Similarly all the address will allocate in a same way. ( For Understanding the Procedure)
NETWORK 2
172.16.32.0 (Network ID)
172.16.32.1 (First Host)
172.16.32.2
172.16.32.3
.
.
.
172.16.63.252
172.16.63.253
172.16.63.254 (Last Host)
172.16.63.255 (Broadcast ID)
NETWORK 3
172.16.64.0 (Network ID)
172.16.64.1 (First Host)
172.16.64.2
172.16.64.3
.
.
.
172.16.95.252
172.16.95.253
172.16.95.254 (Last Host)
172.16.95.255 (Broadcast ID)
NETWORK 4
172.16.96.0 (Network ID)
172.16.96.1 (First Host)
172.16.96.2
172.16.96.3
.
.
.
172.16.127.252
172.16.127.253
172.16.127.254 (Last Host)
NETWORK 5
172.16.128.0 (Network ID)
172.16.128.1 (First Host)
172.16.128.2
172.16.128.3
.
.
.
172.16.159.252
172.16.159.253
172.16.159.254 (Last Host)
NETWORK 6
172.16.160.0 (Network ID)
172.16.160.1 (First Host)
172.16.160.2
172.16.160.3
.
.
.
172.16.191.252
172.16.191.253
172.16.191.254 (Last Host)
NETWORK 7
172.16.192.0 (Network ID)
172.16.192.1 (First Host)
172.16.192.2
172.16.192.3
.
.
.
172.16.223.252
172.16.223.253
172.16.223.254 (Last Host)
NETWORK 8
172.16.224.0 (Network ID)
172.16.224.1 (First Host)
172.16.224.2
172.16.224.3
.
.
.
172.16.255.252
172.16.255.253
172.16.255.254 (Last Host)