nerdexam
Cisco

200-301 · Question #698

How many usable host are there per subnet if you have the address of 192.168.10.0 with a subnet mask of 255.255.255.240?

The correct answer is D. 14. Given the subnet mask 255.255.255.240, there are 14 usable host addresses per subnet.

Submitted by layla.eg· Mar 5, 2026Network Fundamentals

Question

How many usable host are there per subnet if you have the address of 192.168.10.0 with a subnet mask of 255.255.255.240?

Options

  • A4
  • B8
  • C16
  • D14

How the community answered

(34 responses)
  • A
    12% (4)
  • B
    6% (2)
  • C
    3% (1)
  • D
    79% (27)

Why each option

Given the subnet mask 255.255.255.240, there are 14 usable host addresses per subnet.

A4

4 is the number of host bits, not the usable hosts.

B8

8 would be the number of usable hosts for a /29 subnet (2^3 - 2).

C16

16 is the total number of addresses in the subnet, including the network and broadcast addresses, not the usable hosts.

D14Correct

A subnet mask of 255.255.255.240 corresponds to a /28 CIDR notation, indicating 28 network bits. This leaves 32 - 28 = 4 bits for host addresses. The total number of addresses in the subnet is 2^4 = 16, and by subtracting two addresses for the network address and the broadcast address, we get 16 - 2 = 14 usable host addresses.

Concept tested: Subnet mask calculation for usable hosts

Source: https://learn.microsoft.com/en-us/windows-server/networking/dns/subnets

Topics

#Subnetting#IP Addressing#Host calculation

Community Discussion

No community discussion yet for this question.

Full 200-301 Practice