ITPEC FE Morning April 2019 Question 34

Source exam: ITPEC FE Morning April 2019Topic: Networks

ITPEC FE Morning April 2019 — Question 34 of 80

Subnet Host Count — calculate max hosts from a subnet mask.

Subnet mask 255.255.255.224:

  • Last octet: 224 = 111000003 network bits, 5 host bits
  • Total addresses: 2^5 = 32
  • Usable hosts: 32 - 2 = 30 (subtract network and broadcast addresses)

Why not others:
- (a) 14 — corresponds to /28 mask (4 host bits: 2⁴ − 2 = 14)

- (b) 20 — does not correspond to any standard subnet mask

- (c) 26 — does not correspond to any standard subnet mask

Key rule: Max hosts = 2^n - 2, where n is the number of host bits. Subtract 2 for the network address and broadcast address.

AI-generated — may contain errors

The original exam layout is preserved in the image so diagrams, formulas, tables, and code remain accurate.

This question comes from an official ITPEC past paper. ITPEC Practice is an independent study tool and is not affiliated with ITPEC. See the official FE past-paper collection or Report an issue.