Difficulty: Medium
Correct Answer: 172.16.18.255 255.255.252.0
Explanation:
Introduction / Context:
Verifying a valid host requires matching both the IP's range within the subnet and the correct subnet mask. /22 networks often confuse because the broadcast address ends with .255, yet some middle .255 values can still be hosts.
Given Data / Assumptions:
Concept / Approach:
A /22 spans 4 contiguous /24s. Determine the network range, then confirm the candidate address falls within it and isn’t the network or broadcast address.
Step-by-Step Solution:
Verification / Alternative check:
Check each option's mask and range: only option D pairs the correct /22 mask and an IP inside the range without being network/broadcast.
Why Other Options Are Wrong:
Common Pitfalls:
Assuming any .255 is always a broadcast; it only is when it matches the subnet’s actual broadcast boundary.
Final Answer:
172.16.18.255 255.255.252.0
Discussion & Comments