I would like to explain with an example.
If I am right, the IP range of 20.0.0.0/24 is as follows:
- CIDR Range: 20.0.0.0/24
- Netmask: 255.255.255.0
- Wildcard Bits: 0.0.0.255
- First IP: 20.0.0.0
- Last IP: 20.0.0.255
- Total Host: 256
Also if I am right, we can assign any IP between 20.0.0.0 and 20.0.0.255 to a host or a host can get any IP between 20.0.0.0 and 20.0.0.255.
If I want address spaces and CIDR for limited hosts e.g. between 10-12 hosts, can I calculate Address Spaces/ CIDR for such requirements? If yes, how to calculate?