...

/

IP Subnetting based on the Number of Devices

IP Subnetting based on the Number of Devices

A practical example of IP subnetting.

Next network

Let’s ask a question: What’s the next network?

When it comes to subnetting, we are not only interested in the current network but also in the next network. Let’s suppose we have the following network:

192.168.0.0/27

The total number of IP addresses from a network with a mask of /27 is 3232. (because 3227=5,32-27 = 5, and 25=322^5 = 32). It also tells us that the next network will start after 3232 IP addresses from the starting address. Hence, the next network will be 192.168.0.32/27. Similarly, we can get addresses ...