Project

IPv4 Address Calculator


About

This code is input two addresses. An IPv4 address and Subnet mask. For example 192.168.1.1 and 255.255.255.0.
From these two the program will calculate the binary values of these address, the number of usuable address,
and calculate the two reserved address. In any IPv4 range there will be two reserved address which are the
the network address and broadcast address. This will calculate both as well as their binary values.


Example