nerdexam
Cisco

200-301 · Question #815

How many host addresses are available on the network 192.168.1.0 subnet 255.255.255.240 ?

The correct answer is C. 14. For a network with a subnet mask of 255.255.255.240, there are 4 host bits available, which allows for 14 usable host IP addresses.

Submitted by emma.c· Mar 5, 2026Network Fundamentals

Question

How many host addresses are available on the network 192.168.1.0 subnet 255.255.255.240 ?

Options

  • A6
  • B8
  • C14
  • D16

How the community answered

(24 responses)
  • A
    4% (1)
  • C
    96% (23)

Why each option

For a network with a subnet mask of 255.255.255.240, there are 4 host bits available, which allows for 14 usable host IP addresses.

A6

6 is incorrect; it would be the usable hosts for 3 host bits (2^3 - 2), corresponding to a /29 subnet, not a /28.

B8

8 would be the result of 2^3, which is the total number of addresses for a /29, but doesn't account for the network and broadcast addresses for a /28.

C14Correct

The subnet mask 255.255.255.240 indicates that the last octet has 4 host bits (240 in binary is 11110000). The number of usable host addresses is calculated as 2^H - 2, where H is the number of host bits. Therefore, 2^4 - 2 = 16 - 2 = 14 usable host addresses.

D16

16 is the total number of addresses in the subnet (2^4), but it includes the network address and the broadcast address, which are not assignable to hosts.

Concept tested: Subnetting and calculating usable host addresses

Source: https://www.cisco.com/c/en/us/support/docs/ip/routing-information-protocol-rip/13788-3.html

Topics

#subnetting#IPv4 addressing#subnet mask#host calculation

Community Discussion

No community discussion yet for this question.

Full 200-301 Practice