Vernon Sampson
November 10, 2014
CMIT 265
172.29.0.0/16 subnetted to 113 subnets and provide information for subnets #1, #10, #26, and #113.
172.29.0.0/16
10101100 00011101 00000000 00000000 Network Address
11111111 11111111 00000000 00000000 Subnet Mask
I need to have 113 subnets. I have to borrow host bits and convert them to subnet bits.
I will use the formula 2X to find how many bits I need to borrow.
21=2
22=4
23=8
24=16
25=32
26=64
27=128
I need to borrow 7 bits to create 113 subnets.
10101100 00011101 00000000 00000000 Network Address
11111111 11111111 11111110 00000000 Subnet Mask
New Subnet Mask: 255.255.254.0
Subnet #1
Converting 1 into binary bits: 0000001
I converted 1 into binary using 7 bits
10101100 00011101 00000010 00000000 Network Address
11111111 11111111 11111110 00000000 Subnet Mask
The network address is 172.29.2.0
10101100 00011101 00000011 11111111 Network Address
The broadcast address is 172.29.3.255
Available IP Addresses are 172.29.2.1 to 172.29.3.254.
Subnet #10
Converting 10 into binary bits: 0001010
I converted 10 into binary using 7 bits
10101100 00011101 00010100 00000000 Network Address
11111111 11111111 11111110 00000000 Subnet Mask
The network address is 172.29.20.0
10101100 00011101 00010101 11111111
The broadcast address is 172.29.21.255
Available IP Addresses are 172.29.20.1 to 172.29.21.254
Subnet #26
Converting 26 into binary bits: 0011010
I converted 10 into binary using 7 bits
10101100 00011101 00110100 00000000 Network Address
11111111 11111111 11111110 00000000 Subnet Mask
The network address is 172.29.52.0
10101100 00011101 00110101 11111111
The broadcast address is 172.29.53.255
Available IP Addresses are 172.29.52.1 to 172.29.53.254
Subnet #113
Converting 113 into binary bits: 1110001
I converted 10 into binary using 7 bits
10101100 00011101 11100010 00000000 Network Address
11111111 11111111 11111110 00000000 Subnet Mask
The network address is