- A
10.24.7.159
Correct. It is the last address in the /27 block.
- B
10.24.7.191
Why wrong: That is the end of the next larger /26 range, not this /27 block.
- C
10.24.7.127
Why wrong: That is the end of the previous /27 block.
- D
10.24.7.160
Why wrong: That is the network address of the next /27 block.
CCNA Network Infrastructure and Connectivity Practice Question
This 200-301 practice question tests your understanding of network infrastructure and connectivity. This is a configuration task: choose the command set that satisfies every stated requirement. Small differences — like 'secret' vs 'password' or 'transport input ssh' vs 'all' — change whether the answer is correct. A key principle to apply: subnetting divides an IP network into smaller address blocks, each with a defined network, broadcast, and host range based on the subnet mask.. 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.
An interface is configured with 10.24.7.158/27. What is the broadcast address of that 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
10.24.7.159
A /27 uses blocks of 32 addresses. The block containing .158 is 10.24.7.128 through 10.24.7.159, so .159 is the broadcast address.
Key principle: Subnetting divides an IP network into smaller address blocks, each with a defined network, broadcast, and host range based on the subnet mask.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
10.24.7.159
Why this is correct
Correct. It is the last address in the /27 block.
Related concept
Subnetting divides an IP network into smaller address blocks, each with a defined network, broadcast, and host range based on the subnet mask.
- ✗
10.24.7.191
Why it's wrong here
That is the end of the next larger /26 range, not this /27 block.
When this WOULD be correct
If the question were to ask for the broadcast address of a different subnet, such as 10.24.7.128/26, then option B (10.24.7.191) would be correct, as it would be the last address in that subnet range from 10.24.7.128 to 10.24.7.191.
- ✗
10.24.7.127
Why it's wrong here
That is the end of the previous /27 block.
When this WOULD be correct
If the question asked for the broadcast address of the subnet 10.24.7.96/25, then option C (10.24.7.127) would be correct. In this case, the subnet mask would allow for a broadcast address of 10.24.7.127.
- ✗
10.24.7.160
Why it's wrong here
That is the network address of the next /27 block.
When this WOULD be correct
If the question were to ask for the first usable IP address in the subnet 10.24.7.160/27, then option D would be correct. In this case, 10.24.7.160 would be the first usable address after the network address of 10.24.7.159.
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.
✓10.24.7.159Correct answer▾
Why this is correct
Correct. It is the last address in the /27 block.
✗10.24.7.191Wrong answer — click to see why▾
Why this is wrong here
10.24.7.191 is the broadcast address of the /26 subnet 10.24.7.128/26, not the /27 subnet. The /27 subnet has a block size of 32, so the broadcast for the subnet containing .158 is .159, not .191.
★ When this WOULD be the correct answer
If the question were to ask for the broadcast address of a different subnet, such as 10.24.7.128/26, then option B (10.24.7.191) would be correct, as it would be the last address in that subnet range from 10.24.7.128 to 10.24.7.191.
Why candidates choose this
Students may mistakenly calculate the broadcast by adding the subnet size (32) to the network address (128) and subtracting 1, but incorrectly use 64 (the /26 block size) instead of 32.
✗10.24.7.127Wrong answer — click to see why▾
Why this is wrong here
10.24.7.127 is the broadcast address of the previous /27 subnet (10.24.7.96/27), not the one containing .158. The subnet with .158 starts at 10.24.7.128, so its broadcast is .159.
★ When this WOULD be the correct answer
If the question asked for the broadcast address of the subnet 10.24.7.96/25, then option C (10.24.7.127) would be correct. In this case, the subnet mask would allow for a broadcast address of 10.24.7.127.
Why candidates choose this
A common error is to assume the broadcast is the last address of the previous subnet, especially when the IP is near a boundary. However, the broadcast must be within the same subnet as the IP.
✗10.24.7.160Wrong answer — click to see why▾
Why this is wrong here
10.24.7.160 is the network address of the next /27 subnet (10.24.7.160/27), not the broadcast. The broadcast address is always the last address in the subnet, which is one less than the next network address.
★ When this WOULD be the correct answer
If the question were to ask for the first usable IP address in the subnet 10.24.7.160/27, then option D would be correct. In this case, 10.24.7.160 would be the first usable address after the network address of 10.24.7.159.
Why candidates choose this
Students often confuse network and broadcast addresses. Since .160 is the next network, they might think it is the broadcast, but the broadcast is actually .159.
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 mistaking the broadcast address for the network address of the next subnet or the last address of a different subnet block. For example, 10.24.7.160 is the network address of the next /27 subnet, not the broadcast address of the current subnet. Candidates often confuse the last usable host address with the broadcast address or select an address from an adjacent subnet block. This mistake leads to incorrect subnetting answers and can cause interface misconfigurations in real networks, resulting in communication failures.
Detailed technical explanation
How to think about this question
Subnetting is a fundamental concept in IP networking that breaks a larger network into smaller, manageable segments called subnets. Each subnet has a unique network address, a range of usable host addresses, and a broadcast address. The subnet mask determines the size of each subnet. For a /27 mask, which is 255.255.255.224, the subnet contains 32 IP addresses (2^5), including the network and broadcast addresses. This subnetting allows efficient use of IP addresses and better network organization. To determine the broadcast address for an IP configured with 10.24.7.158/27, first identify the subnet range. Since /27 means blocks of 32 addresses, the subnet ranges start at multiples of 32 in the last octet: 0, 32, 64, 96, 128, 160, etc. The IP 10.24.7.158 falls within the 10.24.7.128 to 10.24.7.159 block. The broadcast address is the highest address in this block, which is 10.24.7.159. This address is reserved for broadcasting to all hosts in the subnet. A common exam trap is confusing the broadcast address with the network address of the next subnet or the last address of a different subnet block. For example, 10.24.7.160 is the network address of the next /27 subnet, not the broadcast of the current one. Cisco routers and switches rely on correct subnetting to forward traffic properly, so misidentifying broadcast addresses can lead to routing errors or failed communications. Understanding subnet boundaries and broadcast address calculation is critical for CCNA success and practical network design.
KKey Concepts to Remember
- Subnetting divides an IP network into smaller address blocks, each with a defined network, broadcast, and host range based on the subnet mask.
- A /27 subnet mask corresponds to 255.255.255.224, which creates subnets with 32 IP addresses each, including network and broadcast addresses.
- The broadcast address is always the last IP address in the subnet range and is used to send packets to all hosts within that subnet.
- To find the broadcast address, identify the subnet block containing the IP and calculate the highest address in that block.
- Cisco devices use the broadcast address to forward broadcast traffic within a subnet, which is critical for protocols like ARP and DHCP.
- Incorrectly identifying the broadcast address can cause communication failures or misconfigured interfaces in Cisco networks.
- Subnetting knowledge is essential for IP address planning, routing decisions, and efficient network segmentation in Cisco environments.
- Understanding subnet boundaries helps avoid overlapping IP ranges and ensures proper packet delivery and network isolation.
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 IP network into smaller address blocks, each with a defined network, broadcast, and host range based on the subnet mask.
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 IP network into smaller address blocks, each with a defined network, broadcast, and host range based on the subnet mask., 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 IP network into smaller address blocks, each with a defined network, broadcast, and host range based on the subnet mask..
What is the correct answer to this question?
The correct answer is: 10.24.7.159 — A /27 uses blocks of 32 addresses. The block containing .158 is 10.24.7.128 through 10.24.7.159, so .159 is the broadcast address.
What should I do if I get this 200-301 question wrong?
Review subnetting divides an IP network into smaller address blocks, each with a defined network, broadcast, and host range based on the subnet mask., 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 IP network into smaller address blocks, each with a defined network, broadcast, and host range based on the subnet mask.
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.