- A
10.1.1.31
Why wrong: This is wrong because .31 is in the previous /30 block.
- B
10.1.1.35
This is correct because .34 is in the 32–35 subnet block.
- C
10.1.1.32
Why wrong: This is wrong because .32 is the network address of the block.
- D
10.1.1.36
Why wrong: This is wrong because .36 begins the next /30 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: a /30 subnet mask uses 30 bits for the network portion, leaving 2 bits for host addresses, resulting in 4 IP addresses per subnet block.. 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 is configured with 10.1.1.34/30. Which address is the broadcast address for its 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.1.1.35
A /30 subnet has a block size of 4. In practical terms, the last-octet blocks are 0–3, 4–7, 8–11, and so on. Because 34 falls within the 32–35 block, the broadcast address is the last address in that block: 10.1.1.35. This question tests whether you can identify the correct subnet block before choosing the broadcast address.
Key principle: A /30 subnet mask uses 30 bits for the network portion, leaving 2 bits for host addresses, resulting in 4 IP addresses per subnet block.
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.1.1.31
Why it's wrong here
This is wrong because .31 is in the previous /30 block.
When this WOULD be correct
In a different context, if the subnet mask were /29 instead of /30, the broadcast address for the subnet 10.1.1.24/29 would be 10.1.1.31, making this option correct for that specific question.
- ✓
10.1.1.35
Why this is correct
This is correct because .34 is in the 32–35 subnet block.
Related concept
A /30 subnet mask uses 30 bits for the network portion, leaving 2 bits for host addresses, resulting in 4 IP addresses per subnet block.
- ✗
10.1.1.32
Why it's wrong here
This is wrong because .32 is the network address of the block.
When this WOULD be correct
If the question specified a subnet mask of /29 instead of /30, then 10.1.1.32 would be the broadcast address for the subnet 10.1.1.32/29, which ranges from 10.1.1.32 to 10.1.1.39.
- ✗
10.1.1.36
Why it's wrong here
This is wrong because .36 begins the next /30 block.
When this WOULD be correct
In a different question where the subnet mask is /29 and the network address is 10.1.1.32, the broadcast address would be 10.1.1.39. In this scenario, option D (10.1.1.36) could be presented as a potential answer for a question regarding valid addresses within that 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.
✓10.1.1.35Correct answer▾
Why this is correct
This is correct because .34 is in the 32–35 subnet block.
✗10.1.1.31Wrong answer — click to see why▾
Why this is wrong here
The address 10.1.1.31 is incorrect as a broadcast address for the subnet 10.1.1.34/30; the correct broadcast address is 10.1.1.35, derived from the subnet mask which allows for only 4 IP addresses (10.1.1.34 to 10.1.1.37).
★ When this WOULD be the correct answer
In a different context, if the subnet mask were /29 instead of /30, the broadcast address for the subnet 10.1.1.24/29 would be 10.1.1.31, making this option correct for that specific question.
Why candidates choose this
Candidates may be tempted by this option because it follows the pattern of common subnetting calculations, where the last address in a range is often mistakenly assumed to be the broadcast address without careful consideration of the subnet mask.
✗10.1.1.32Wrong answer — click to see why▾
Why this is wrong here
The address 10.1.1.32 is not the broadcast address for the subnet 10.1.1.34/30; instead, it is the network address for the subnet, which is 10.1.1.32 to 10.1.1.35.
★ When this WOULD be the correct answer
If the question specified a subnet mask of /29 instead of /30, then 10.1.1.32 would be the broadcast address for the subnet 10.1.1.32/29, which ranges from 10.1.1.32 to 10.1.1.39.
Why candidates choose this
Candidates may confuse the calculation of broadcast addresses and mistakenly identify the next address after the network address as the broadcast address, especially when dealing with small subnets.
✗10.1.1.36Wrong answer — click to see why▾
Why this is wrong here
The address 10.1.1.36 is incorrect because it exceeds the valid range for a /30 subnet, which only allows for four IP addresses (two usable hosts, one network, and one broadcast). The broadcast address for the subnet 10.1.1.34/30 is 10.1.1.35.
★ When this WOULD be the correct answer
In a different question where the subnet mask is /29 and the network address is 10.1.1.32, the broadcast address would be 10.1.1.39. In this scenario, option D (10.1.1.36) could be presented as a potential answer for a question regarding valid addresses within that subnet.
Why candidates choose this
Candidates may choose option D due to a misunderstanding of subnetting boundaries, mistakenly believing that addresses immediately following the last usable IP might be valid broadcast addresses in different subnet configurations.
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
Ensure you correctly identify the subnet range and understand the roles of network, host, and broadcast addresses.
Detailed technical explanation
How to think about this question
Subnetting divides an IP network into smaller, manageable segments by borrowing bits from the host portion of the address to create subnetworks. A /30 subnet mask means 30 bits are used for the network portion, leaving 2 bits for host addresses. This results in 4 IP addresses per subnet block: one network address, two usable host addresses, and one broadcast address. The block size for a /30 subnet is 4 addresses, which helps determine the range of addresses within each subnet. To find the broadcast address for a host configured with 10.1.1.34/30, you first identify the subnet block it belongs to. Since the block size is 4, the subnet blocks increment by 4 in the last octet: 0–3, 4–7, 8–11, ..., 32–35, etc. Because 34 falls within the 32–35 block, the network address is 10.1.1.32, the usable hosts are 10.1.1.33 and 10.1.1.34, and the broadcast address is the last address in the block, 10.1.1.35. A common exam trap is confusing the broadcast address with the next subnet’s network address or a host address within the subnet. For example, mistaking 10.1.1.35 as a host address instead of the broadcast address or choosing 10.1.1.31, which belongs to the previous subnet block, leads to errors. Understanding the block size and correctly identifying subnet boundaries is critical to avoid this mistake and correctly determine broadcast addresses in Cisco subnetting scenarios.
KKey Concepts to Remember
- A /30 subnet mask uses 30 bits for the network portion, leaving 2 bits for host addresses, resulting in 4 IP addresses per subnet block.
- The block size for a /30 subnet is 4, which determines the range of IP addresses in each subnet incrementing by 4 in the last octet.
- The broadcast address is always the last IP address in the subnet block, used to send packets to all hosts within that subnet.
- The network address is the first IP in the subnet block and cannot be assigned to a host device.
- Hosts within a subnet have IP addresses between the network address and the broadcast address, excluding both.
- Correctly identifying subnet blocks requires dividing the IP address’s host portion by the block size and locating the matching range.
- Mistaking the broadcast address for a host IP or the next subnet’s network address is a common subnetting exam trap.
- Cisco devices use subnet masks to determine network boundaries and correctly forward packets within and between subnets.
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 /30 subnet mask uses 30 bits for the network portion, leaving 2 bits for host addresses, resulting in 4 IP addresses per subnet block.
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 /30 subnet mask uses 30 bits for the network portion, leaving 2 bits for host addresses, resulting in 4 IP addresses per subnet block., 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 /30 subnet mask uses 30 bits for the network portion, leaving 2 bits for host addresses, resulting in 4 IP addresses per subnet block..
What is the correct answer to this question?
The correct answer is: 10.1.1.35 — A /30 subnet has a block size of 4. In practical terms, the last-octet blocks are 0–3, 4–7, 8–11, and so on. Because 34 falls within the 32–35 block, the broadcast address is the last address in that block: 10.1.1.35. This question tests whether you can identify the correct subnet block before choosing the broadcast address.
What should I do if I get this 200-301 question wrong?
Review a /30 subnet mask uses 30 bits for the network portion, leaving 2 bits for host addresses, resulting in 4 IP addresses per subnet block., then practise related 200-301 questions on the same topic to reinforce the concept.
What is the key concept behind this question?
A /30 subnet mask uses 30 bits for the network portion, leaving 2 bits for host addresses, resulting in 4 IP addresses per subnet block.
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.