- A
/25
Why wrong: This is wrong because a /25 provides only 126 usable host addresses.
- B
/24
This is correct because a /24 provides 254 usable host addresses.
- C
/26
Why wrong: This is wrong because a /26 provides only 62 usable host addresses.
- D
/27
Why wrong: This is wrong because a /27 provides only 30 usable host addresses.
CCNA Network Infrastructure and Connectivity Practice Question
This 200-301 practice question tests your understanding of network infrastructure and connectivity. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. A key principle to apply: subnetting divides an IP network into smaller subnets by allocating bits to the network and host portions of the address.. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
A subnet requires 200 usable host addresses. Which prefix is the smallest that meets the requirement?
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
/24
A /24 is the smallest valid choice. In plain language, the subnet needs enough total addresses so that after the network and broadcast addresses are reserved, 200 hosts still remain. A /25 is too small because it provides only 126 usable hosts. A /24 provides 254 usable hosts, which satisfies the requirement while being the next logical prefix size up. This is a standard host-capacity planning question. The key is to work from usable hosts, not just total addresses, and then choose the smallest prefix that actually works.
Key principle: Subnetting divides an IP network into smaller subnets by allocating bits to the network and host portions of the address.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
/25
Why it's wrong here
This is wrong because a /25 provides only 126 usable host addresses.
When this WOULD be correct
If the question required a subnet that accommodates up to 126 usable host addresses, such as needing to support a small department within a larger organization, then /25 would be the correct answer.
- ✓
/24
Why this is correct
This is correct because a /24 provides 254 usable host addresses.
Related concept
Subnetting divides an IP network into smaller subnets by allocating bits to the network and host portions of the address.
- ✗
/26
Why it's wrong here
This is wrong because a /26 provides only 62 usable host addresses.
When this WOULD be correct
If the question specified a requirement for a maximum of 62 usable host addresses, then a /26 subnet would be the correct choice, as it meets that specific need.
- ✗
/27
Why it's wrong here
This is wrong because a /27 provides only 30 usable host addresses.
When this WOULD be correct
In a different scenario where a question asks for the smallest subnet that can accommodate up to 30 hosts, option D: /27 would be correct, as it provides exactly 30 usable addresses, meeting the requirement.
Option-by-option analysis
Why each answer is right or wrong
Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The 200-301 exam frequently reuses these exact scenarios with slightly different constraints.
✓/24Correct answer▾
Why this is correct
This is correct because a /24 provides 254 usable host addresses.
✗/25Wrong answer — click to see why▾
Why this is wrong here
A /25 subnet provides 126 usable host addresses, which is insufficient for a requirement of 200 usable addresses. Therefore, it does not meet the specified needs of the question.
★ When this WOULD be the correct answer
If the question required a subnet that accommodates up to 126 usable host addresses, such as needing to support a small department within a larger organization, then /25 would be the correct answer.
Why candidates choose this
Candidates might choose /25 due to a misunderstanding of subnetting calculations, mistakenly believing that it offers enough addresses for larger networks or confusing it with the next larger prefix, /24.
✗/26Wrong answer — click to see why▾
Why this is wrong here
A /26 subnet provides only 62 usable host addresses (64 total minus 2 for network and broadcast), which is insufficient for the requirement of 200 usable addresses.
★ When this WOULD be the correct answer
If the question specified a requirement for a maximum of 62 usable host addresses, then a /26 subnet would be the correct choice, as it meets that specific need.
Why candidates choose this
Candidates may choose /26 due to a misunderstanding of subnetting, thinking that smaller prefixes can still accommodate a larger number of hosts, or they may confuse the number of hosts with the prefix length.
✗/27Wrong answer — click to see why▾
Why this is wrong here
Option D: /27 provides only 30 usable host addresses (32 total addresses minus 2 for network and broadcast), which is insufficient for the requirement of 200 usable host addresses.
★ When this WOULD be the correct answer
In a different scenario where a question asks for the smallest subnet that can accommodate up to 30 hosts, option D: /27 would be correct, as it provides exactly 30 usable addresses, meeting the requirement.
Why candidates choose this
Candidates may choose option D due to a misunderstanding of subnetting, thinking that smaller prefixes can still meet the host requirements, or they may confuse the number of usable addresses with the total address count.
Analysis generated from the official 200-301blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”
Common exam traps
Common exam trap: answer the scenario, not the keyword
Ensure you calculate usable addresses, not just total addresses, and choose the smallest prefix that meets the requirement.
Detailed technical explanation
How to think about this question
Subnetting is a fundamental concept in IP networking that divides a larger network into smaller, manageable segments called subnets. Each subnet has a defined prefix length, which determines the number of available host addresses. The prefix length, expressed as a slash followed by a number (e.g., /24), indicates how many bits are used for the network portion of the address, with the remaining bits used for host addressing. To determine the smallest prefix that meets a host requirement, you calculate the number of usable host addresses per subnet. The formula for usable hosts is 2^(32 - prefix) - 2, accounting for the network and broadcast addresses that cannot be assigned to hosts. For 200 usable hosts, a /24 prefix provides 254 usable addresses, which is the smallest prefix that satisfies this need. Smaller prefixes like /25 or /26 do not provide enough usable hosts. A common exam trap is confusing total addresses with usable host addresses. For example, a /25 subnet has 128 total addresses but only 126 usable hosts because two addresses are reserved. Misinterpreting this can lead to selecting an incorrect subnet size. In practical Cisco networking, correctly calculating subnet sizes ensures efficient IP address allocation and avoids address exhaustion or waste in network design.
KKey Concepts to Remember
- Subnetting divides an IP network into smaller subnets by allocating bits to the network and host portions of the address.
- The prefix length determines the number of bits used for the network, directly impacting the number of usable host addresses.
- Usable host addresses per subnet equal 2^(32 - prefix length) minus 2, accounting for network and broadcast addresses.
- A /24 subnet provides 254 usable host addresses, making it suitable for subnets requiring up to 254 hosts.
- Choosing a subnet prefix must ensure the number of usable hosts meets or exceeds the required host count to avoid address shortages.
- Network and broadcast addresses are reserved and cannot be assigned to hosts, reducing the total usable addresses by two.
- Misinterpreting total addresses as usable hosts is a common exam trap that leads to selecting an incorrect subnet size.
- Efficient subnetting in Cisco networks prevents IP address waste and supports scalable network design.
TExam Day Tips
- Watch for words such as best, first, most likely and least administrative effort.
- Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
Subnetting divides an IP network into smaller subnets by allocating bits to the network and host portions of the address.
Real-world example
How this comes up in practice
A network engineer segments a warehouse floor into three subnets: 20 scanners, 5 printers, and 2 management hosts. Picking the wrong mask wastes addresses or leaves too few usable hosts. Exam questions test whether you can apply CIDR notation, calculate block size, and identify the correct usable-host range for a given prefix.
What to study next
Got this wrong? Here's your next step.
Review subnetting divides an IP network into smaller subnets by allocating bits to the network and host portions of the address., then practise related 200-301 questions on the same topic to reinforce the concept.
- →
Network Infrastructure and Connectivity — study guide chapter
Learn the concepts, then practise the questions
- →
Network Infrastructure and Connectivity practice questions
Targeted practice on this topic area only
- →
All 200-301 questions
1,819 questions across all exam domains
- →
CCNA 200-301 v2 study guide
Full concept coverage aligned to exam objectives
- →
200-301 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related 200-301 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Network Infrastructure and Connectivity practice questions
Practise 200-301 questions linked to Network Infrastructure and Connectivity.
Switching and Network Access practice questions
Practise 200-301 questions linked to Switching and Network Access.
IP Routing practice questions
Practise 200-301 questions linked to IP Routing.
Network Services and Security practice questions
Practise 200-301 questions linked to Network Services and Security.
AI and Network Operations practice questions
Practise 200-301 questions linked to AI and Network Operations.
CCNA subnetting practice questions
Practise IPv4 subnetting, CIDR, masks, host ranges and subnet selection.
CCNA OSPF practice questions
Practise OSPF neighbours, router IDs, metrics, areas and routing-table interpretation.
CCNA VLAN practice questions
Practise VLANs, access ports, trunks, allowed VLANs and switching scenarios.
CCNA STP practice questions
Practise spanning tree, root bridge election, port roles and STP troubleshooting.
CCNA EtherChannel practice questions
Practise LACP, PAgP, port-channel behaviour and bundle requirements.
CCNA ACL practice questions
Practise standard and extended ACLs, permit/deny logic and traffic filtering.
CCNA NAT practice questions
Practise static NAT, dynamic NAT, PAT and inside/outside address translation.
Practice this exam
Start a free 200-301 practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this 200-301 question test?
Network Infrastructure and Connectivity — This question tests Network Infrastructure and Connectivity — Subnetting divides an IP network into smaller subnets by allocating bits to the network and host portions of the address..
What is the correct answer to this question?
The correct answer is: /24 — A /24 is the smallest valid choice. In plain language, the subnet needs enough total addresses so that after the network and broadcast addresses are reserved, 200 hosts still remain. A /25 is too small because it provides only 126 usable hosts. A /24 provides 254 usable hosts, which satisfies the requirement while being the next logical prefix size up. This is a standard host-capacity planning question. The key is to work from usable hosts, not just total addresses, and then choose the smallest prefix that actually works.
What should I do if I get this 200-301 question wrong?
Review subnetting divides an IP network into smaller subnets by allocating bits to the network and host portions of the address., then practise related 200-301 questions on the same topic to reinforce the concept.
What is the key concept behind this question?
Subnetting divides an IP network into smaller subnets by allocating bits to the network and host portions of the address.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Last reviewed: May 17, 2026
This 200-301 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-301 exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.