This tool is designed to simplify the following networking calculations:
Simple conversions between binary, hexadecimal, and decimal numbering systems.
Determination of netwrok numbers based on an IP address and subnet mask.
(Long-term) The process of subnetting a network into multiple networks based on the number of clients needed in each subnet.
This is a PHP driven web application which accepts user input of an IP address and a subnet mask, and then returns the network address, broadcast address and range of usable IP addresses based on the input.