200-901 Network Fundamentals Practice Question
A network engineer is designing a subnet that needs to support 30 usable hosts. Which subnet mask should be used?
⚠ Common exam trap
Cisco often tests the formula 2^n - 2 for usable hosts, and the trap here is that candidates may forget to subtract the network and broadcast addresses, or they may confuse the number of host bits with the subnet mask value (e.g., thinking /28 supports 16 usable hosts instead of 14).
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
255.255.255.224 (/27)
(255.255.255.224, /27) provides 5 host bits, yielding 2^5 = 32 total addresses per subnet. Subtracting the network and broadcast addresses leaves exactly 30 usable hosts, meeting the requirement precisely.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
255.255.255.240 (/28)
Why it's wrong here
/28 gives 14 usable hosts.
- ✗
255.255.255.0 (/24)
Why it's wrong here
/24 gives 254 usable hosts.
- ✓
255.255.255.224 (/27)
Why this is correct
Correct. /27 provides 32 addresses, 30 usable.
- ✗
255.255.255.192 (/26)
Why it's wrong here
/26 gives 62 usable hosts.
Visual reference
Go deeper
Related to this question
About these practice questions
Courseiva writes every 200-901 question from scratch — 989 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This 200-901 practice question is part of Courseiva's free Cisco certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the 200-901 exam.