A network architect is implementing a Variable Length Subnet Mask (VLSM) allocation starting at the beginning of the address block for an industrial facility. The design requires three consecutive subnets allocated sequentially in descending order of size:
1. Subnet A (Industrial Controllers): Minimum of usable host IP addresses
2. Subnet B (HMI Touch Panels): Minimum of usable host IP addresses
3. Subnet C (Telemetry Sensors): Minimum of usable host IP addresses
Which of the following statements correctly describe the resulting network subnetting plan? (Select TWO.)
- Subnet A is assigned the prefix and has a broadcast address of .Answer
- BSubnet A can be accommodated using a prefix because total addresses provides sufficient capacity when combined across adjacent IP boundaries.
- Subnet C is assigned the prefix with a valid usable host IP range from through .Answer
- DSubnet B begins at immediately following the first boundary of Subnet A.
- ESubnet C utilizes a subnet mask of () because 25 hosts require a 4-bit host portion.
Answer
The correct statements are that Subnet A is assigned the prefix 10.150.32.0/23 with a broadcast address of 10.150.33.255, and Subnet C is assigned the prefix 10.150.34.128/27 with a valid usable host IP range from 10.150.34.129 through 10.150.34.158.
For VLSM allocations, subnets must be ordered by size and allocated sequentially. Subnet A requires 500 hosts, necessitating 9 host bits (). A subnet beginning at covers to , making its broadcast address . Subnet B uses ( to ). Subnet C begins at and requires 5 host bits (), forming the prefix . Its usable hosts range from to .
Step-by-Step Solution
Key Concept
Variable Length Subnet Masking (VLSM) allocation based on usable host address formulas ().