Difficulty: Easy
Correct Answer: 200.10.5.64
Explanation:
Introduction / Context:
Subnetting with Classless Inter-Domain Routing (CIDR) requires identifying the block size and then finding the exact network address that contains a given host IP. Here we are working with a /28 prefix, a common exam scenario.
Given Data / Assumptions:
Concept / Approach:
The block size is determined by 256 minus the last-octet mask value. For /28, the last octet mask is 240, so the block size is 256 - 240 = 16. Valid network boundaries occur at increments of 16 in the fourth octet: 0, 16, 32, 48, 64, 80, etc.
Step-by-Step Solution:
Verification / Alternative check:
Compute: 68 - (68 mod 16) = 68 - 4 = 64, confirming the network base.
Why Other Options Are Wrong:
Common Pitfalls:
Mixing up /28 with /29 block sizes; forgetting boundaries must be exact multiples of the block size.
Final Answer:
200.10.5.64
Discussion & Comments