A network architect is designing a Variable Length Subnet Mask (VLSM) IP addressing scheme starting from the base network block . The subnets must be allocated contiguously without wasting address space in the following order:
1. Subnet A (Server Farm): Requires support for at least usable host IP addresses.
2. Subnet B (Corporate Clients): Requires support for at least usable host IP addresses.
3. Subnet C (VoIP Infrastructure): Requires support for at least usable host IP addresses.
Assuming each subnet is assigned the most efficient mask possible to satisfy host requirements, what is the broadcast IP address of Subnet C?
- 172.16.70.127Answer
- B172.16.70.255
- C172.16.74.127
- D172.16.70.128
Answer
172.16.70.127
The option specifying 172.16.70.127 accurately calculates the minimum host bit requirements for each sequential VLSM allocation (10 bits for Subnet A, 9 bits for Subnet B, and 7 bits for Subnet C), placing Subnet C at 172.16.70.0/25 with a broadcast address of 172.16.70.127.
Step-by-Step Solution
Key Concept
Variable Length Subnet Masking (VLSM) Host Capacity Allocation