You are given a IPv4 address, the original subnet mask and the new subnet mask. Using the new subnetmask, determine the following:
- Number of subnet bits
- Number of subnets that will be created
- Number of host bits
- Number of hosts per subnet
- Networkaddress of current IP address
- First host in network of current IP address
- Last host in network of current IP address
- Broadcast adress in network of current IP address
Not sure how to tackle this exercise? Take a look at the exercise guide for an example solution.