Formula applied
The exact method behind this answer
CalculationTime keeps the method visible so the number can be checked instead of blindly trusted.
Address integer = octets packed into 32 bits. Mask = first prefix bits set to 1. Network = address AND mask. Broadcast = network OR inverted mask. Usable hosts = 2^(32 − prefix) − 2 for ordinary prefixes.- Apply the formulaAddress integer = octets packed into 32 bits. Mask = first prefix bits set to 1. Network = address AND mask. Broadcast = network OR inverted mask. Usable hosts = 2^(32 − prefix) − 2 for ordinary prefixes.192.168.10.0/24Mask 255.255.255.0 · wildcard 0.0.0.255 · broadcast 192.168.10.255 · usable range 192.168.10.1 to 192.168.10.254 · 254 usable host address(es)