for the network ID, and the rest of the bits, 8, are
reserved for the hosts. In order to create 8 subnets out of
the original 1, 3 bits (2 = 8) would have to be borrowed
from the host portion and dedicated to the new network
IDs. The subnet mask in this case changes as follows:
Original subnet mask: 11111111.11111111.11111111.00000000 (/24)
New subnet mask: 11111111.11111111.11111111.11100000 (/27)
There are still 5 bits left for hosts on each subnet, which
results in 2 = 32 − 2 (1 reserved for the network address
and 1 reserved for the broadcast address) = 30 usable IP
addresses for each subnet. This is more than needed to
accommodate the 20 devices for each department. The
new subnets look like those shown in Table 16-6; each
one has a /27 mask:
Table 16-6 Creating Additional Subnets from
192.168.0.0/24
Subn
et
Network
Address
Broadcast
Address
Available Host Address
Range
Subn
et 1
192.168.0
.0
192.168.0
.31
192.168.0.1 to
192.168.0.30
Subn
et 2
192.168.0
.32
192.168.0
.63
192.168.0.33 to
192.168.0.62
Subn
et 3
192.168.0
.64
192.168.0
.95
192.168.0.65 to
192.168.0.94
Subn
et 4
192.168.0
.96
192.168.0
.127
192.168.0.97 to
192.168.0.126
Subn
et 5
192.168.0
.128
192.168.0
.159
192.168.0.129 to
192.168.0.158
Subn
et 6
192.168.0
.160
192.168.0
.191
192.168.0.161 to
192.168.0.190
3
5