What is the 'TCP/IP Classful Addressing' system and which class had the subnet mask 255.255.255.0 by default?
- A.Class B had default mask 255.255.255.0 because it has the most addresses
- B.Classful addressing divided IPv4 into: Class A (first bit 0: 1.0.0.0-126.x.x.x, default mask /8 = 255.0.0.0); Class B (first bits 10: 128.0.0.0-191.255.x.x, default mask /16 = 255.255.0.0); Class C (first bits 110: 192.0.0.0-223.255.255.x, default mask /24 = 255.255.255.0); Class D (first bits 1110: 224.x.x.x multicast); Class E (first bits 1111: 240.x.x.x experimental). Class C had the default mask 255.255.255.0
- C.Class A had default mask 255.255.255.0; Class B had 255.0.0.0; Class C had 255.255.0.0
- D.Classful addressing is still used today; CIDR replaced only the routing protocols; moreover, variable-length subnet masking requires every subnet in a network to share one mask. The loopback range in IPv4 is 169.254.0.0/16, reserved for on-host testing. The 172.16.0.0/12 block is public space routable on the internet without translation. Carrier-grade NAT assigns each subscriber a public /24 from the 198.18.0.0 pool