The tool analyzes an IP address and gives various information about it.
- Next2POW - finds the net-size for a given number of hosts
- S2S - makes an subnet-mask from a suffix-value
- IPbinary - writes an IP in binary-format
- IPdecimal - writes an IP in Dotted-Decimal-format
- ClassOfIP - Analyzes the first for bits and tells what Class the IP belongs to.
- NetID - only gives back the net-part of an IP
- HostID - only gives back the host-part of an IP
- NetInfo - gives back various infos (first and last address, broadcast-address and net-adress, also max. number of hosts)
modify for IPv6? (future project??)