- A
/28
Why wrong: This is wrong because a /28 provides only 14 usable host addresses.
- B
/27
This is correct because a /27 provides 30 usable host addresses.
- C
/26
Why wrong: This is wrong because /26 works but is larger than necessary.
- D
/25
Why wrong: This is wrong because /25 is much larger than required.
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 IPv4 network into smaller segments by using a prefix length that determines the number of host bits available.. 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 must support 30 usable IPv4 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
/27
A /27 is the smallest valid prefix. In plain language, a /27 provides 32 total addresses, and after subtracting the network and broadcast addresses, 30 usable host addresses remain. A /28 would be too small because it provides only 14 usable hosts. This is a classic minimum-prefix question because it checks whether you can work backward from a host requirement and choose the smallest subnet that fits without over-allocating more space than necessary.
Key principle: Subnetting divides an IPv4 network into smaller segments by using a prefix length that determines the number of host bits available.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
/28
Why it's wrong here
This is wrong because a /28 provides only 14 usable host addresses.
When this WOULD be correct
If the question specified a requirement for 14 usable IPv4 host addresses instead of 30, then a /28 subnet would be the correct answer, as it meets that specific need.
- ✓
/27
Why this is correct
This is correct because a /27 provides 30 usable host addresses.
Related concept
Subnetting divides an IPv4 network into smaller segments by using a prefix length that determines the number of host bits available.
- ✗
/26
Why it's wrong here
This is wrong because /26 works but is larger than necessary.
When this WOULD be correct
If the exam question required a subnet that supports at least 62 usable addresses, then /26 would be the correct answer, as it provides the necessary capacity while still being a valid subnet size.
- ✗
/25
Why it's wrong here
This is wrong because /25 is much larger than required.
When this WOULD be correct
If the exam question specified a requirement for a subnet that supports up to 126 usable addresses, then /25 would be the correct choice, as it would provide sufficient capacity for that scenario.
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.
✓/27Correct answer▾
Why this is correct
This is correct because a /27 provides 30 usable host addresses.
✗/28Wrong answer — click to see why▾
Why this is wrong here
A /28 subnet provides only 14 usable host addresses (16 total minus 2 for network and broadcast), which is insufficient for the requirement of 30 usable addresses.
★ When this WOULD be the correct answer
If the question specified a requirement for 14 usable IPv4 host addresses instead of 30, then a /28 subnet would be the correct answer, as it meets that specific need.
Why candidates choose this
Candidates may choose /28 due to a misunderstanding of subnetting calculations, mistakenly believing that a smaller subnet can still accommodate more hosts than it actually can.
✗/26Wrong answer — click to see why▾
Why this is wrong here
Option C: /26 provides 62 usable addresses, which exceeds the requirement of 30 usable addresses. Therefore, it is not the smallest prefix that meets the specified need.
★ When this WOULD be the correct answer
If the exam question required a subnet that supports at least 62 usable addresses, then /26 would be the correct answer, as it provides the necessary capacity while still being a valid subnet size.
Why candidates choose this
Candidates may choose /26 due to a misunderstanding of subnetting, mistakenly believing that a larger subnet is always acceptable without considering the requirement for the smallest prefix.
✗/25Wrong answer — click to see why▾
Why this is wrong here
Option D: /25 provides 126 usable addresses, which exceeds the requirement of 30 usable addresses. Therefore, it is not the smallest prefix that meets the specified need.
★ When this WOULD be the correct answer
If the exam question specified a requirement for a subnet that supports up to 126 usable addresses, then /25 would be the correct choice, as it would provide sufficient capacity for that scenario.
Why candidates choose this
Candidates may choose /25 due to a misunderstanding of subnetting, thinking that a larger subnet is always acceptable, or they might miscalculate the number of usable addresses needed for the given requirement.
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
A frequent exam trap is choosing a /28 prefix because it appears to be the closest to supporting 30 hosts. However, a /28 subnet only provides 16 total addresses, of which 14 are usable for hosts after excluding the network and broadcast addresses. This mistake arises from confusing total addresses with usable hosts or failing to subtract the reserved addresses. Selecting a /28 leads to insufficient host capacity, causing network issues or exam failure. Always remember that usable hosts equal total addresses minus two, which is critical when calculating subnet sizes for CCNA questions.
Detailed technical explanation
How to think about this question
Subnetting is a fundamental concept in IPv4 networking that divides a larger network into smaller, manageable subnetworks. Each subnet is identified by a network prefix, which determines the number of available host addresses. The prefix length, expressed as a slash followed by a number (e.g., /27), indicates how many bits are used for the network portion of the address, with the remaining bits available for host addressing. To determine the smallest subnet prefix that supports a specific number of usable hosts, you must calculate the total number of addresses needed, including network and broadcast addresses, which are not assignable to hosts. For 30 usable hosts, you need at least 32 total addresses (30 hosts + 1 network + 1 broadcast). A /27 prefix provides exactly 32 addresses (2^(32-27) = 32), making it the smallest subnet that meets the requirement. Prefixes longer than /27 (like /28) provide fewer addresses, while shorter prefixes (like /26 or /25) provide more than necessary. A common exam trap is confusing total addresses with usable host addresses. Candidates often select a /28 because it seems close to the required number, but it only provides 14 usable hosts, which is insufficient. Understanding the difference between total and usable addresses and correctly applying subnetting formulas is crucial for Cisco CCNA exam success and practical network design.
KKey Concepts to Remember
- Subnetting divides an IPv4 network into smaller segments by using a prefix length that determines the number of host bits available.
- The prefix length in CIDR notation indicates how many bits are used for the network portion, with the remainder used for host addressing.
- Usable host addresses equal total addresses in the subnet minus two reserved addresses: the network and broadcast addresses.
- A /27 subnet mask provides 32 total addresses, which yields 30 usable host addresses, making it the smallest subnet for 30 hosts.
- Choosing a subnet mask that is too long, such as /28, results in insufficient usable host addresses for the required number of hosts.
- Selecting a subnet mask that is too short, such as /26 or /25, provides more addresses than necessary, leading to inefficient IP address utilization.
- Understanding the difference between total addresses and usable hosts is critical for accurate subnetting and avoiding exam traps.
- Subnetting calculations are essential for designing efficient networks and are frequently tested on the CCNA 200-301 exam.
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 IPv4 network into smaller segments by using a prefix length that determines the number of host bits available.
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 IPv4 network into smaller segments by using a prefix length that determines the number of host bits available., 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 IPv4 network into smaller segments by using a prefix length that determines the number of host bits available..
What is the correct answer to this question?
The correct answer is: /27 — A /27 is the smallest valid prefix. In plain language, a /27 provides 32 total addresses, and after subtracting the network and broadcast addresses, 30 usable host addresses remain. A /28 would be too small because it provides only 14 usable hosts. This is a classic minimum-prefix question because it checks whether you can work backward from a host requirement and choose the smallest subnet that fits without over-allocating more space than necessary.
What should I do if I get this 200-301 question wrong?
Review subnetting divides an IPv4 network into smaller segments by using a prefix length that determines the number of host bits available., 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 IPv4 network into smaller segments by using a prefix length that determines the number of host bits available.
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 →
Keep practising
More 200-301 practice questions
- A switchport connected to another switch should carry multiple VLANs, but it was manually configured as an access port.…
- What problem is HSRP designed to solve?
- Which TWO statements correctly describe the causes or implications of CRC errors, runts, giants, or output errors as see…
- You are connected to R1. Configure IPv4 and IPv6 addressing on R1's interfaces and verify reachability to R2. The curren…
- Which TWO statements accurately describe how AI/ML concepts are applied to network operations in modern enterprise netwo…
- Which TWO switch port configurations are required when connecting a Cisco IP phone and a desktop PC to a single access p…
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.