Exercise: IPv4 Subnetting
using the desired new netmask

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.




Subnet parameters

{{solution.SubnetBits}}
{{solution.SubnetsCreated}}
{{solution.HostBitsPerSubnet}}
{{solution.HostsPerSubnet}}
{{solution.NetworkAddressThisSubnet}}
{{solution.FirstHostIPThisSubnet}}
{{solution.LastHostIPThisSubnet}}
{{solution.BroadcastThisSubnet}}
Try another »

{{score}} / {{maxScore}}