How is it calculated?
The address is converted to 32 bits and the CIDR mask is applied. Network = IP AND mask; broadcast = network OR inverse mask. /31 and /32 are special cases.
Example
Example: 192.168.10.25/24 maps to network 192.168.10.0 and broadcast 192.168.10.255.
What questions does this tool answer?
- What are the network, broadcast and host range for an IPv4/CIDR?
- How is IPv4 Subnet calculated?
- What inputs are needed for IPv4 Subnet?