- A
30
Why wrong: This is wrong because 30 usable hosts corresponds to /27.
- B
62
This is correct because /26 yields 64 total addresses and 62 usable hosts.
- C
126
Why wrong: This is wrong because 126 usable hosts corresponds to /25.
- D
254
Why wrong: This is wrong because 254 usable hosts corresponds to /24.
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: the subnet mask 255.255.255.192 corresponds to a /26 prefix, which allocates 6 bits for host addressing within each subnet.. 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 host uses the subnet mask 255.255.255.192. How many usable host addresses exist 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
62
The mask 255.255.255.192 corresponds to /26. That leaves 6 host bits, which means each subnet contains 64 total addresses. After excluding the network and broadcast addresses, 62 usable host addresses remain. This is a standard host-capacity question. The safest approach is to convert the mask to the prefix, determine the total addresses from the number of host bits, and then subtract the two reserved addresses.
Key principle: The subnet mask 255.255.255.192 corresponds to a /26 prefix, which allocates 6 bits for host addressing within each subnet.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
30
Why it's wrong here
This is wrong because 30 usable hosts corresponds to /27.
When this WOULD be correct
If the question specified a subnet mask of 255.255.255.224 instead, which allows for 30 usable host addresses, then option A would be the correct answer. This would change the total number of addresses available in the subnet.
- ✓
62
Why this is correct
This is correct because /26 yields 64 total addresses and 62 usable hosts.
Related concept
The subnet mask 255.255.255.192 corresponds to a /26 prefix, which allocates 6 bits for host addressing within each subnet.
- ✗
126
Why it's wrong here
This is wrong because 126 usable hosts corresponds to /25.
When this WOULD be correct
If the question asked about a subnet mask of 255.255.255.0, which allows for 256 total addresses, then option C would be correct, as it would provide 254 usable addresses (256 total minus 2).
- ✗
254
Why it's wrong here
This is wrong because 254 usable hosts corresponds to /24.
When this WOULD be correct
If the question were modified to ask about a subnet mask of 255.255.255.0, which allows for 256 total addresses and 254 usable addresses after accounting for the network and broadcast addresses, then option D would be correct.
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.
✓62Correct answer▾
Why this is correct
This is correct because /26 yields 64 total addresses and 62 usable hosts.
✗30Wrong answer — click to see why▾
Why this is wrong here
The subnet mask 255.255.255.192 is /26, which provides 64 total addresses per subnet. Subtracting the network and broadcast addresses leaves 62 usable hosts, not 30. 30 usable hosts corresponds to a /27 subnet mask (255.255.255.224).
★ When this WOULD be the correct answer
If the question specified a subnet mask of 255.255.255.224 instead, which allows for 30 usable host addresses, then option A would be the correct answer. This would change the total number of addresses available in the subnet.
Why candidates choose this
Students often confuse the number of bits borrowed; a /27 mask (255.255.255.224) yields 30 usable hosts, and they might mistakenly apply that to a /26 mask.
✗126Wrong answer — click to see why▾
Why this is wrong here
126 usable hosts would require a /25 subnet mask (255.255.255.128), which provides 128 total addresses. The given mask /26 provides only 64 total addresses, so 126 is incorrect.
★ When this WOULD be the correct answer
If the question asked about a subnet mask of 255.255.255.0, which allows for 256 total addresses, then option C would be correct, as it would provide 254 usable addresses (256 total minus 2).
Why candidates choose this
Students may misremember the host counts for /25 and /26, or incorrectly calculate the number of hosts by forgetting to subtract the network and broadcast addresses.
✗254Wrong answer — click to see why▾
Why this is wrong here
254 usable hosts corresponds to a /24 subnet mask (255.255.255.0), which provides 256 total addresses. The mask 255.255.255.192 is /26, which is two bits longer, resulting in only 64 total addresses.
★ When this WOULD be the correct answer
If the question were modified to ask about a subnet mask of 255.255.255.0, which allows for 256 total addresses and 254 usable addresses after accounting for the network and broadcast addresses, then option D would be correct.
Why candidates choose this
A common mistake is to assume that any subnet mask with 255 in the first three octets yields 254 hosts, but the fourth octet's value determines the actual host 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
Be careful not to confuse total addresses with usable addresses; always subtract the network and broadcast addresses.
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 subnetworks. The subnet mask 255.255.255.192 corresponds to a /26 prefix length, meaning the first 26 bits are fixed for network identification and the remaining 6 bits are available for host addressing. This mask splits the IP address space into subnets, each with 64 total addresses. To calculate usable host addresses in a subnet, subtract the network address and broadcast address from the total addresses. For a /26 subnet, 2^6 equals 64 total addresses. Removing the 2 reserved addresses leaves 62 usable host addresses per subnet. This calculation is essential for designing IP schemes that efficiently allocate address space without waste. A common exam trap is confusing the subnet mask with similar masks like /27 or /25, which yield different host counts. In practice, Cisco devices use this subnetting logic to route traffic correctly and assign IPs. Understanding the exact host capacity per subnet ensures proper network segmentation and avoids address conflicts or shortages.
KKey Concepts to Remember
- The subnet mask 255.255.255.192 corresponds to a /26 prefix, which allocates 6 bits for host addressing within each subnet.
- Each /26 subnet contains 64 total IP addresses calculated as 2 raised to the number of host bits (2^6 = 64).
- Two IP addresses in each subnet are reserved: one for the network address and one for the broadcast address.
- The number of usable host addresses per /26 subnet is 62, derived by subtracting the reserved addresses from the total.
- Subnetting divides a network into smaller segments, improving traffic management and IP address utilization in Cisco networks.
- Confusing similar subnet masks like /25 or /27 leads to incorrect host counts and is a common exam mistake.
- Cisco routers and switches use subnet masks to determine routing boundaries and to assign IP addresses correctly.
- Calculating usable hosts requires understanding binary math and the role of network and broadcast addresses in subnetting.
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
The subnet mask 255.255.255.192 corresponds to a /26 prefix, which allocates 6 bits for host addressing within each subnet.
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 the subnet mask 255.255.255.192 corresponds to a /26 prefix, which allocates 6 bits for host addressing within each subnet., 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 — The subnet mask 255.255.255.192 corresponds to a /26 prefix, which allocates 6 bits for host addressing within each subnet..
What is the correct answer to this question?
The correct answer is: 62 — The mask 255.255.255.192 corresponds to /26. That leaves 6 host bits, which means each subnet contains 64 total addresses. After excluding the network and broadcast addresses, 62 usable host addresses remain. This is a standard host-capacity question. The safest approach is to convert the mask to the prefix, determine the total addresses from the number of host bits, and then subtract the two reserved addresses.
What should I do if I get this 200-301 question wrong?
Review the subnet mask 255.255.255.192 corresponds to a /26 prefix, which allocates 6 bits for host addressing within each subnet., then practise related 200-301 questions on the same topic to reinforce the concept.
What is the key concept behind this question?
The subnet mask 255.255.255.192 corresponds to a /26 prefix, which allocates 6 bits for host addressing within each subnet.
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.