A network architect is allocating IPv4 subnets from the parent block for a newly constructed branch office. Following Variable Length Subnet Masking (VLSM) best practices, subnets are assigned sequentially starting from the lowest available network address in descending order of subnet size. The branch office requirements are as follows:
- Data VLAN: workstations
- VoIP VLAN: IP phones
- Management VLAN: network switch interfaces
- WAN Redundancy VLAN: usable host IP addresses required ( physical router interfaces plus HSRP virtual IP)
Assuming each subnet is sized to the smallest standard CIDR block that satisfies its respective requirements, what is the starting IP address of the remaining contiguous unallocated pool in the block?
- A
- Answer
- C
- D
Answer
is the starting network address of the unallocated space.
The starting address of the unallocated pool is . Allocating the subnets sequentially by largest size first yields: Data VLAN on (ends .63), VoIP VLAN on (ends .95), Management VLAN on (ends .111), and WAN Redundancy VLAN on (ends .119, requiring a block to fit usable IPs). The unallocated space starts at .
Step-by-Step Solution
Key Concept
VLSM Subnet Block Sizing and Address Boundary Alignment