- A
2
Why wrong: This is wrong because 2 usable addresses would be far too small for a /29.
- B
6
This is correct because a /29 has 8 total addresses and 6 usable host addresses.
- C
14
Why wrong: This is wrong because 14 usable hosts would correspond to a /28.
- D
30
Why wrong: This is wrong because 30 usable hosts would correspond to a /27.
CCNA Network Infrastructure and Connectivity Practice Question
This 200-301 practice question tests your understanding of network infrastructure and connectivity. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. A key principle to apply: a /29 subnet mask uses 29 bits for the network portion and leaves 3 bits for host addressing in IPv4.. 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 uses the prefix /29. How many usable host addresses are available in each subnet?
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
6
A /29 prefix leaves 3 host bits, which creates 8 total addresses per subnet. In plain language, two of those addresses cannot be assigned to hosts because one identifies the subnet itself and one is reserved as the broadcast address. That leaves 6 usable host addresses. This is a standard CCNA calculation because it checks whether you understand both the total address count and the subtraction of the reserved addresses. Many candidates remember powers of two but forget to account for the network and broadcast addresses when the question asks for usable hosts. The safest process is to calculate the total size first and then reduce it by two. That is how you arrive at 6 usable addresses for a /29.
Key principle: A /29 subnet mask uses 29 bits for the network portion and leaves 3 bits for host addressing in IPv4.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
2
Why it's wrong here
This is wrong because 2 usable addresses would be far too small for a /29.
When this WOULD be correct
In a hypothetical question asking for the number of usable addresses in a /30 subnet, option A would be correct, as a /30 subnet has 4 total addresses, resulting in 2 usable host addresses.
- ✓
6
Why this is correct
This is correct because a /29 has 8 total addresses and 6 usable host addresses.
Related concept
A /29 subnet mask uses 29 bits for the network portion and leaves 3 bits for host addressing in IPv4.
- ✗
14
Why it's wrong here
This is wrong because 14 usable hosts would correspond to a /28.
When this WOULD be correct
If the question specified a /28 subnet instead of /29, then option C would be correct, as a /28 subnet allows for 16 total IP addresses, resulting in 14 usable host addresses after accounting for the network and broadcast addresses.
- ✗
30
Why it's wrong here
This is wrong because 30 usable hosts would correspond to a /27.
When this WOULD be correct
In a different context, if the question asked about a subnet with a prefix of /26, which allows for 62 usable host addresses, option D could be correct. This would require candidates to calculate usable addresses based on a larger subnet size.
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.
✓6Correct answer▾
Why this is correct
This is correct because a /29 has 8 total addresses and 6 usable host addresses.
✗2Wrong answer — click to see why▾
Why this is wrong here
Option A is incorrect because a /29 subnet provides 8 total IP addresses, of which 6 are usable for hosts after accounting for the network and broadcast addresses.
★ When this WOULD be the correct answer
In a hypothetical question asking for the number of usable addresses in a /30 subnet, option A would be correct, as a /30 subnet has 4 total addresses, resulting in 2 usable host addresses.
Why candidates choose this
Candidates may choose this option due to confusion between the total number of addresses and the usable ones, or they might mistakenly associate /29 with a smaller subnet size like /30, leading to the miscalculation.
✗14Wrong answer — click to see why▾
Why this is wrong here
Option C is wrong because a /29 subnet provides 8 total IP addresses, of which 6 are usable for hosts after reserving one for the network address and one for the broadcast address.
★ When this WOULD be the correct answer
If the question specified a /28 subnet instead of /29, then option C would be correct, as a /28 subnet allows for 16 total IP addresses, resulting in 14 usable host addresses after accounting for the network and broadcast addresses.
Why candidates choose this
Candidates might choose option C due to a misunderstanding of subnetting, mistakenly calculating the usable addresses by only considering the total number of addresses without accounting for the reserved network and broadcast addresses.
✗30Wrong answer — click to see why▾
Why this is wrong here
Option D is incorrect because a /29 subnet provides 8 total IP addresses, of which 6 are usable for hosts after accounting for the network and broadcast addresses. Therefore, stating that there are 30 usable addresses is inaccurate.
★ When this WOULD be the correct answer
In a different context, if the question asked about a subnet with a prefix of /26, which allows for 62 usable host addresses, option D could be correct. This would require candidates to calculate usable addresses based on a larger subnet size.
Why candidates choose this
Candidates may choose option D due to confusion between the total number of addresses and the usable ones, or they might mistakenly recall common subnet sizes that yield higher usable addresses, leading to an overestimation.
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
Remember to subtract the network and broadcast addresses from the total count to find usable addresses.
Detailed technical explanation
How to think about this question
Subnetting divides a larger IP network into smaller, manageable segments called subnets. The prefix length, such as /29, indicates how many bits are used for the network portion of the address, leaving the remaining bits for host addressing. In IPv4, a /29 prefix means 29 bits are fixed for the network, and 3 bits remain for host addresses, since IPv4 addresses are 32 bits total. The total number of addresses in a /29 subnet is 2^3 = 8 addresses. However, two addresses in every subnet are reserved: one for the network identifier (all host bits zero) and one for the broadcast address (all host bits one). This leaves 6 usable host addresses for devices. Cisco CCNA exams expect candidates to calculate usable hosts by subtracting these two reserved addresses from the total. A common exam trap is to confuse total addresses with usable hosts, leading to incorrect answers like 8 or 14. Practically, understanding this distinction is critical for designing IP addressing schemes in Cisco networks, ensuring efficient use of address space and avoiding address conflicts or broadcast issues.
KKey Concepts to Remember
- A /29 subnet mask uses 29 bits for the network portion and leaves 3 bits for host addressing in IPv4.
- The total number of IP addresses in a /29 subnet is 8, calculated as 2 to the power of 3 host bits.
- Two IP addresses in every subnet are reserved: one for the network ID and one for the broadcast address.
- Usable host addresses equal total addresses minus the network and broadcast addresses, resulting in 6 for a /29 subnet.
- Cisco CCNA exam questions require subtracting reserved addresses to find usable hosts, not just calculating total addresses.
- Confusing total addresses with usable hosts is a common exam trap that leads to incorrect subnetting answers.
- Subnetting efficiently divides IP address space and helps in designing scalable Cisco networks with proper host allocation.
- Understanding subnetting fundamentals is essential for configuring VLANs, routing, and ACLs in Cisco network 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
A /29 subnet mask uses 29 bits for the network portion and leaves 3 bits for host addressing in IPv4.
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 a /29 subnet mask uses 29 bits for the network portion and leaves 3 bits for host addressing in IPv4., 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 — A /29 subnet mask uses 29 bits for the network portion and leaves 3 bits for host addressing in IPv4..
What is the correct answer to this question?
The correct answer is: 6 — A /29 prefix leaves 3 host bits, which creates 8 total addresses per subnet. In plain language, two of those addresses cannot be assigned to hosts because one identifies the subnet itself and one is reserved as the broadcast address. That leaves 6 usable host addresses. This is a standard CCNA calculation because it checks whether you understand both the total address count and the subtraction of the reserved addresses. Many candidates remember powers of two but forget to account for the network and broadcast addresses when the question asks for usable hosts. The safest process is to calculate the total size first and then reduce it by two. That is how you arrive at 6 usable addresses for a /29.
What should I do if I get this 200-301 question wrong?
Review a /29 subnet mask uses 29 bits for the network portion and leaves 3 bits for host addressing in IPv4., then practise related 200-301 questions on the same topic to reinforce the concept.
What is the key concept behind this question?
A /29 subnet mask uses 29 bits for the network portion and leaves 3 bits for host addressing in IPv4.
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.