Difficulty: Easy
Correct Answer: 10xxxxxx
Explanation:
Introduction / Context:
Historically, IPv4 addresses were divided into classes based on the leading bits of the first octet. While CIDR replaced classful routing, the leading-bit patterns still appear on certifications and in legacy documentation.
Given Data / Assumptions:
Concept / Approach:
Interpret “x” as any bit (0 or 1). The first two bits of a Class B address are 10, leaving six bits unspecified in the first octet. Therefore, the generic pattern is 10xxxxxx and corresponds to decimal 128–191 in the first octet.
Step-by-Step Solution:
Verification / Alternative check:
Compare with Class C pattern 110xxxxx (192–223) and Class A 0xxxxxxx (0–127) to ensure no overlap.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing Class C (110) with B (10); equating decimal boundaries with arbitrary prefixes.
Final Answer:
10xxxxxx
Discussion & Comments