Difficulty: Easy
Correct Answer: Class A
Explanation:
Introduction / Context:
Classful addressing divides IP addresses into Classes A, B, C, D, and E. Understanding the default number of host addresses available in each class is a fundamental networking concept for historical IP addressing schemes and subnetting.
Given Data / Assumptions:
Concept / Approach:
Class A networks use an 8-bit network prefix and a 24-bit host portion, providing 2^24 – 2 usable host addresses (about 16.7 million). Class B provides 65,534 hosts, Class C provides 254 hosts. Therefore, Class A has the most hosts by default.
Step-by-Step Solution:
Verification / Alternative check:
Textbook IP addressing tables confirm these values.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
Class A
Discussion & Comments