Difficulty: Easy
Correct Answer: 192 - 223
Explanation:
Introduction: Classical IPv4 “classful” addressing divides the address space into Classes A, B, C, D, and E based on the value of the first octet. Although classless routing (CIDR) is dominant today, understanding classful ranges remains a common exam topic.
Given Data / Assumptions:
Concept / Approach: In classful IPv4: Class A = 1–126, Class B = 128–191, Class C = 192–223, Class D (multicast) = 224–239, Class E (experimental) = 240–255. Loopback uses 127.x.x.x and is not part of these usable network ranges.
Step-by-Step Solution:
1) Recall class boundaries by first octet.2) Identify the Class C window: 192 through 223 inclusive.3) Match the option that exactly reflects this window.Verification / Alternative check: Binary prefix: Class C addresses begin with 110 in binary for the first octet, i.e., decimal 192–223.
Why Other Options Are Wrong:
Common Pitfalls: Mixing classful ranges with CIDR masks; assuming 127 is Class A usable space (it is reserved for loopback).
Final Answer: 192–223.
Discussion & Comments