- The document discusses subnetting techniques used to create different numbers of subnets from a single IP address block.
- It shows how to calculate the number of subnets that can be created by borrowing bits from the host portion of the IP address, using the formula 2^n, where n is the number of bits borrowed.
- It also demonstrates how to calculate the number of host addresses in each subnet by determining the number of remaining host bits after subnetting, using the formula 2^n-2.