A network architect is designing a Variable Length Subnet Mask (VLSM) addressing scheme for a enterprise branch using the allocated summary block . Subnets must be allocated sequentially starting from the beginning of the block, prioritized from the largest host requirement to the smallest, to preserve contiguous unassigned space. The host requirements for the subnets are as follows:
- Department Alpha: hosts
- Department Beta: hosts
- Department Gamma: hosts
- Department Delta: hosts
Which IPv4 network address and subnet mask must be assigned to Department Gamma?
- with subnet mask Answer
- Bwith subnet mask
- Cwith subnet mask
- Dwith subnet mask
Answer
Department Gamma should be assigned network address 172.16.48.192 with subnet mask 255.255.255.224.
The correct response identifies 172.16.48.192 255.255.255.224 as the network address and subnet mask. Calculating sequentially from the summary block 172.16.48.0/20: Department Alpha uses 172.16.48.0/25 (128 addresses, 126 usable), ending at 172.16.48.127. Department Beta uses 172.16.48.128/26 (64 addresses, 62 usable), ending at 172.16.48.191. Department Gamma requires 28 usable hosts, which fits in a /27 subnet (32 addresses, 30 usable, mask 255.255.255.224) starting at the next boundary: 172.16.48.192.
Step-by-Step Solution
Key Concept
Variable Length Subnet Masking (VLSM) and Host Capacity Calculation
Estimated Time:2m 0s