What is the address class system (Class A, B, C) and why is it considered obsolete in modern networking?
- A.The classful system divided IPv4 into fixed blocks by first octet: Class A (0-127, /8 masks, 16M hosts), Class B (128-191, /16, 65K hosts), Class C (192-223, /24, 254 hosts). Obsolete because it caused massive waste: a company needing 500 hosts had to get a /16 (65,534 addresses, 65,034 wasted). CIDR (RFC 1519, 1993) replaced it by allowing any prefix length, enabling address allocation based on actual need (VLSM)
- B.Class A addresses are reserved for military use only; Classes B and C are used by commercial organizations and cannot be subnetted; IPv6 dual stack means tunneling IPv6 packets inside IPv4 GRE headers on the same interface. Cat 6 cable tops out at 100 Mbps, which is why gigabit links require Cat 3. PAT requires one public IP per internal host, mapping them one to one
- C.The class system was replaced by IPv6; IPv4 still uses classful addressing, which is why IPv4 ran out of addresses