- A
/27
Why wrong: This is wrong because /27 provides only 30 usable hosts.
- B
/26
This is correct because /26 provides 62 usable host addresses.
- C
/25
Why wrong: This is wrong because /25 works but is larger than necessary.
- D
/24
Why wrong: This is wrong because /24 is much larger than needed.
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 allocating bits between network and host portions using a subnet mask or prefix length.. 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 at least 62 usable IPv4 host addresses. Which prefix is the most restrictive that meets the requirement?
Clue words in this question
Noticing these words before you look at the options changes how you read each choice.
Clue:
"least"Why it matters: You want the option with minimum overhead, fewest steps, or lowest impact — not the most feature-rich or comprehensive answer.
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
/26
A /26 is the smallest valid answer. In practical terms, a /26 provides 64 total addresses and 62 usable host addresses after subtracting the network and broadcast addresses. A /27 would be too small because it provides only 30 usable hosts. This is a standard minimum-prefix question because it checks whether you can work backward from the host requirement and choose the smallest subnet that fits.
Key principle: Subnetting divides an IPv4 network into smaller segments by allocating bits between network and host portions using a subnet mask or prefix length.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
/27
Why it's wrong here
This is wrong because /27 provides only 30 usable hosts.
When this WOULD be correct
If the question asked for the smallest subnet that supports at least 30 usable addresses, then /27 would be the correct answer, as it provides exactly 30 usable addresses.
- ✓
/26
Why this is correct
This is correct because /26 provides 62 usable host addresses.
Clue confirmation
The clue word "least" in the question point toward this answer.
Related concept
Subnetting divides an IPv4 network into smaller segments by allocating bits between network and host portions using a subnet mask or prefix length.
- ✗
/25
Why it's wrong here
This is wrong because /25 works but is larger than necessary.
When this WOULD be correct
In a scenario where a question specifies the need for a subnet that can accommodate at least 126 usable addresses, option C: /25 would be the correct choice, as it meets the requirement without exceeding it unnecessarily.
- ✗
/24
Why it's wrong here
This is wrong because /24 is much larger than needed.
When this WOULD be correct
In a different scenario where the question asks for a subnet that can support a larger number of hosts, such as at least 200 usable addresses, /24 would be the correct answer as it provides 254 usable addresses.
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.
✓/26Correct answer▾
Why this is correct
This is correct because /26 provides 62 usable host addresses.
✗/27Wrong answer — click to see why▾
Why this is wrong here
A /27 subnet provides only 30 usable host addresses (32 total minus 2 for network and broadcast), which does not meet the requirement of at least 62 usable addresses.
★ When this WOULD be the correct answer
If the question asked for the smallest subnet that supports at least 30 usable addresses, then /27 would be the correct answer, as it provides exactly 30 usable addresses.
Why candidates choose this
Candidates may confuse the number of usable addresses with the total number of addresses in the subnet, leading them to mistakenly believe that /27 could meet a lower requirement than specified.
✗/25Wrong answer — click to see why▾
Why this is wrong here
Option C: /25 provides 126 usable host addresses, which exceeds the requirement of at least 62 usable addresses. However, it is not the smallest prefix that meets the requirement, as /26 suffices with 62 usable addresses.
★ When this WOULD be the correct answer
In a scenario where a question specifies the need for a subnet that can accommodate at least 126 usable addresses, option C: /25 would be the correct choice, as it meets the requirement without exceeding it unnecessarily.
Why candidates choose this
Candidates may choose option C because they recognize that /25 offers a substantial number of addresses, leading them to mistakenly believe it is the smallest prefix that meets the requirement without considering the specific need for minimality.
✗/24Wrong answer — click to see why▾
Why this is wrong here
Option D: /24 provides 256 total addresses, with 254 usable, which exceeds the requirement of at least 62 usable addresses. However, it is not the smallest prefix that meets the requirement.
★ When this WOULD be the correct answer
In a different scenario where the question asks for a subnet that can support a larger number of hosts, such as at least 200 usable addresses, /24 would be the correct answer as it provides 254 usable addresses.
Why candidates choose this
Candidates may choose /24 because it is a common subnet size that many are familiar with, leading them to assume it is a safe choice for any requirement without calculating the specific needs.
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
Avoid confusing total addresses with usable ones; remember to subtract network and broadcast addresses.
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 segments called subnets. Each subnet has a network address, a broadcast address, and a range of usable host addresses. The subnet mask or prefix length determines how many bits are allocated for the network portion versus the host portion of the address. The number of usable hosts in a subnet is calculated as 2^(number of host bits) minus 2, accounting for the network and broadcast addresses. To determine the smallest subnet prefix that supports at least 62 usable hosts, you start by calculating the required host bits. Since 2^6 = 64 and subtracting 2 gives 62 usable hosts, a subnet with 6 host bits is needed. This corresponds to a /26 prefix (32 - 6 = 26). A /27 prefix provides only 5 host bits, yielding 30 usable hosts, which is insufficient. Larger prefixes like /25 or /24 provide more hosts than required but are not the smallest possible. A common exam trap is selecting a larger subnet prefix such as /25 or /24 because they meet the host requirement but are unnecessarily large, which wastes IP address space. Another trap is choosing /27, mistakenly thinking 32 total addresses provide 62 hosts. Understanding how to calculate usable hosts and the impact of network and broadcast addresses is critical. In practical Cisco networking, using the smallest subnet that meets requirements conserves IP addresses and optimizes routing efficiency.
KKey Concepts to Remember
- Subnetting divides an IPv4 network into smaller segments by allocating bits between network and host portions using a subnet mask or prefix length.
- The number of usable hosts in a subnet equals 2 raised to the number of host bits minus 2, accounting for the network and broadcast addresses.
- A /26 prefix provides 64 total addresses and 62 usable host addresses, making it the smallest subnet to support at least 62 hosts.
- A /27 prefix provides only 32 total addresses and 30 usable hosts, which is insufficient for a subnet requiring 62 hosts.
- Choosing a subnet prefix larger than necessary, such as /25 or /24, wastes IP address space and reduces network efficiency.
- Cisco devices use subnet masks to determine network boundaries and route traffic appropriately within and between subnets.
- Understanding subnetting calculations helps avoid common exam traps related to host count and subnet size requirements.
- Efficient subnetting conserves IP addresses and improves network scalability and management in Cisco environments.
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 allocating bits between network and host portions using a subnet mask or prefix length.
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 allocating bits between network and host portions using a subnet mask or prefix length., 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 allocating bits between network and host portions using a subnet mask or prefix length..
What is the correct answer to this question?
The correct answer is: /26 — A /26 is the smallest valid answer. In practical terms, a /26 provides 64 total addresses and 62 usable host addresses after subtracting the network and broadcast addresses. A /27 would be too small because it provides only 30 usable hosts. This is a standard minimum-prefix question because it checks whether you can work backward from the host requirement and choose the smallest subnet that fits.
What should I do if I get this 200-301 question wrong?
Review subnetting divides an IPv4 network into smaller segments by allocating bits between network and host portions using a subnet mask or prefix length., then practise related 200-301 questions on the same topic to reinforce the concept.
Are there clue words in this question I should notice?
Yes — watch for: "least". You want the option with minimum overhead, fewest steps, or lowest impact — not the most feature-rich or comprehensive answer.
What is the key concept behind this question?
Subnetting divides an IPv4 network into smaller segments by allocating bits between network and host portions using a subnet mask or prefix length.
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.