IP Subnetting based on the Number of Devices
A practical example of IP subnetting.
We'll cover the following...
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 . (because and ). It also tells us that the next network will start after IP addresses from the starting address. Hence, the next network will be 192.168.0.32/27
. Similarly, we can get addresses ...