- A
172.22.14.95
Why wrong: This is wrong because .95 is the broadcast address of the previous /27 block.
- B
172.22.14.127
This is correct because .99 belongs to the 96-127 /27 subnet.
- C
172.22.14.96
Why wrong: This is wrong because .96 is the network address of the subnet.
- D
172.22.14.128
Why wrong: This is wrong because .128 starts the next subnet.
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: a /27 subnet mask creates subnets with 32 IP addresses, including network and broadcast addresses.. 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 address is 172.22.14.99/27. Which address is the broadcast address of the 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
172.22.14.127
A /27 subnet has a block size of 32. In practical terms, the relevant blocks are 0-31, 32-63, 64-95, 96-127, and so on. Because 99 falls within the 96-127 block, the broadcast address is the last address in that block: 172.22.14.127. This is a classic subnet-boundary question and remains important because addressing precision appears throughout the CCNA blueprint.
Key principle: A /27 subnet mask creates subnets with 32 IP addresses, including network and broadcast addresses.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
172.22.14.95
Why it's wrong here
This is wrong because .95 is the broadcast address of the previous /27 block.
When this WOULD be correct
In a different question where the subnet mask was /26 and the host address was 172.22.14.99, option A (172.22.14.95) could be the broadcast address for that subnet. This would occur if the address range was defined such that 172.22.14.64/26 had 172.22.14.95 as its broadcast address.
- ✓
172.22.14.127
Why this is correct
This is correct because .99 belongs to the 96-127 /27 subnet.
Related concept
A /27 subnet mask creates subnets with 32 IP addresses, including network and broadcast addresses.
- ✗
172.22.14.96
Why it's wrong here
This is wrong because .96 is the network address of the subnet.
When this WOULD be correct
In a different scenario where the subnet mask is changed to /26, the address 172.22.14.96 could be the broadcast address for the subnet 172.22.14.64/26. In this case, the range would include addresses from 172.22.14.65 to 172.22.14.126, making 172.22.14.126 the broadcast address.
- ✗
172.22.14.128
Why it's wrong here
This is wrong because .128 starts the next subnet.
When this WOULD be correct
In a different question where the subnet mask is /25, the broadcast address for the subnet containing 172.22.14.128 would be 172.22.14.255. In this scenario, option D would be the correct answer as it would represent the broadcast address for that specific subnet.
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.
✓172.22.14.127Correct answer▾
Why this is correct
This is correct because .99 belongs to the 96-127 /27 subnet.
✗172.22.14.95Wrong answer — click to see why▾
Why this is wrong here
Option A is incorrect because the broadcast address for the subnet 172.22.14.99/27 is 172.22.14.127, not 172.22.14.95. The /27 subnet mask indicates that the last 5 bits are for host addresses, allowing for a range of addresses that ends at 172.22.14.127.
★ When this WOULD be the correct answer
In a different question where the subnet mask was /26 and the host address was 172.22.14.99, option A (172.22.14.95) could be the broadcast address for that subnet. This would occur if the address range was defined such that 172.22.14.64/26 had 172.22.14.95 as its broadcast address.
Why candidates choose this
Candidates may choose option A due to a miscalculation of the subnet range, mistakenly believing that the lower end of the host address range is the broadcast address. This can happen if they confuse the calculation of usable addresses in a subnet.
✗172.22.14.96Wrong answer — click to see why▾
Why this is wrong here
Option C (172.22.14.96) is incorrect because it falls within the usable host range of the subnet and is not the broadcast address. The broadcast address for the subnet 172.22.14.96/27 is actually 172.22.14.127.
★ When this WOULD be the correct answer
In a different scenario where the subnet mask is changed to /26, the address 172.22.14.96 could be the broadcast address for the subnet 172.22.14.64/26. In this case, the range would include addresses from 172.22.14.65 to 172.22.14.126, making 172.22.14.126 the broadcast address.
Why candidates choose this
Candidates may choose this option due to confusion between the subnet address and the broadcast address, as they might miscalculate the range of usable addresses and mistakenly identify 172.22.14.96 as a boundary address.
✗172.22.14.128Wrong answer — click to see why▾
Why this is wrong here
Option D, 172.22.14.128, is incorrect because it does not fall within the subnet defined by 172.22.14.99/27, which has a valid range of 172.22.14.96 to 172.22.14.127. The broadcast address for this subnet is 172.22.14.127.
★ When this WOULD be the correct answer
In a different question where the subnet mask is /25, the broadcast address for the subnet containing 172.22.14.128 would be 172.22.14.255. In this scenario, option D would be the correct answer as it would represent the broadcast address for that specific subnet.
Why candidates choose this
Candidates may be tempted by option D because it is a higher address within the same octet, leading them to mistakenly associate it with the broadcast address due to common subnetting patterns.
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 network addresses with broadcast addresses, and ensure you are calculating the correct subnet range.
Detailed technical explanation
How to think about this question
Subnetting divides an IP network into smaller, manageable segments called subnets, each with its own network address, broadcast address, and host range. A /27 subnet mask corresponds to 255.255.255.224, which means 27 bits are fixed for the network portion and 5 bits are left for host addressing. This results in 32 IP addresses per subnet block, including the network and broadcast addresses. To find the broadcast address for a given host IP and subnet mask, you identify the subnet block the IP belongs to by calculating the block size (32 for /27) and determining the range of addresses within that block. For 172.22.14.99/27, the subnet block ranges from 172.22.14.96 to 172.22.14.127. The broadcast address is always the last IP in the subnet block, which is 172.22.14.127 in this case. A common exam trap is confusing the broadcast address with the network address or the broadcast address of an adjacent subnet. For example, 172.22.14.95 is the broadcast address of the previous subnet block (64-95), not the current one. Understanding the block boundaries and correctly calculating the broadcast address prevents such mistakes and ensures accurate subnetting in Cisco network configurations.
KKey Concepts to Remember
- A /27 subnet mask creates subnets with 32 IP addresses, including network and broadcast addresses.
- The broadcast address is the highest IP address in the subnet block and is used to send packets to all hosts within that subnet.
- Subnetting requires calculating the subnet block range by using the block size derived from the subnet mask bits.
- The network address is the lowest IP in the subnet block and identifies the subnet itself, not a host.
- Hosts must belong to the subnet range between the network and broadcast addresses, excluding these two reserved addresses.
- Incorrectly identifying the broadcast address as the network address or an adjacent subnet’s broadcast address is a common subnetting error.
- Cisco devices use the subnet mask to determine the network and broadcast addresses for routing and packet forwarding decisions.
- Understanding subnet boundaries is critical for IP addressing precision and avoiding address conflicts in Cisco 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
A /27 subnet mask creates subnets with 32 IP addresses, including network and broadcast addresses.
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 /27 subnet mask creates subnets with 32 IP addresses, including network and broadcast addresses., 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 /27 subnet mask creates subnets with 32 IP addresses, including network and broadcast addresses..
What is the correct answer to this question?
The correct answer is: 172.22.14.127 — A /27 subnet has a block size of 32. In practical terms, the relevant blocks are 0-31, 32-63, 64-95, 96-127, and so on. Because 99 falls within the 96-127 block, the broadcast address is the last address in that block: 172.22.14.127. This is a classic subnet-boundary question and remains important because addressing precision appears throughout the CCNA blueprint.
What should I do if I get this 200-301 question wrong?
Review a /27 subnet mask creates subnets with 32 IP addresses, including network and broadcast addresses., then practise related 200-301 questions on the same topic to reinforce the concept.
What is the key concept behind this question?
A /27 subnet mask creates subnets with 32 IP addresses, including network and broadcast addresses.
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.