A network administrator is assigned the IPv4 address block for a new branch location. The administrator needs to partition this block into equal-sized subnets, where each subnet must support at least usable host IP addresses. What is the maximum number of such subnets that can be created from this address block?
Answer: 16 subnets
Answer
The maximum number of subnets that can be created is 16.
To accommodate at least 50 hosts, each subnet requires 6 host bits because usable addresses (5 host bits only provides 30 usable addresses). A subnet with 6 host bits uses a prefix (). Subnetting a prefix into subnets borrows 4 bits (), resulting in total subnets.
Step-by-Step Solution
Key Concept
IPv4 Subnetting and Host Capacity Calculation
Estimated Time:1m 30s