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:
Recall classful leading bits: A = 0, B = 10, C = 110.Apply to the first octet of Class B: 10xxxxxx.Confirm decimal range: 128–191 inclusive.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