- A
10.20.30.32
Why wrong: This is wrong because .95 is not in the 32–63 block.
- B
10.20.30.64
This is correct because the host falls within the 64–95 /27 block.
- C
10.20.30.95
Why wrong: This is wrong because .95 is the host address, not the network address.
- D
10.20.30.96
Why wrong: This is wrong because .96 is the beginning 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: a /27 subnet mask uses 27 bits for network and subnet, leaving 5 bits for host addresses, creating subnet blocks of 32 IP addresses each.. 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 as 10.20.30.95/27. Which address is the network address of 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.20.30.64
A /27 uses blocks of 32 addresses. In plain language, the ranges in the last octet are 0–31, 32–63, 64–95, 96–127, and so on. Since the host address ends in 95, it belongs to the 64–95 block. The first address in that block is the network address, which is 10.20.30.64. This is a classic subnet-boundary question because it tests whether you can identify the containing block and then choose the first address in that block as the network address.
Key principle: A /27 subnet mask uses 27 bits for network and subnet, leaving 5 bits for host addresses, creating subnet blocks of 32 IP addresses each.
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.20.30.32
Why it's wrong here
This is wrong because .95 is not in the 32–63 block.
When this WOULD be correct
In a different question setup where the subnet mask is /26 instead of /27, the address 10.20.30.32 could be the correct network address for the subnet containing 10.20.30.95.
- ✓
10.20.30.64
Why this is correct
This is correct because the host falls within the 64–95 /27 block.
Related concept
A /27 subnet mask uses 27 bits for network and subnet, leaving 5 bits for host addresses, creating subnet blocks of 32 IP addresses each.
- ✗
10.20.30.95
Why it's wrong here
This is wrong because .95 is the host address, not the network address.
When this WOULD be correct
In a different question, if it asked for the specific address assigned to the host within its subnet, then 10.20.30.95 would be the correct answer. For example, 'What is the IP address assigned to the host in the subnet 10.20.30.64/27?' would make this option correct.
- ✗
10.20.30.96
Why it's wrong here
This is wrong because .96 is the beginning of the next /27 block.
When this WOULD be correct
In a different question setup where the subnet mask is changed to /26, the network address would be 10.20.30.64, and the first usable host address would then be 10.20.30.65, making 10.20.30.96 a valid host address in that context.
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.20.30.64Correct answer▾
Why this is correct
This is correct because the host falls within the 64–95 /27 block.
✗10.20.30.32Wrong answer — click to see why▾
Why this is wrong here
Option A (10.20.30.32) is incorrect because it does not represent the network address for the subnet defined by the host IP 10.20.30.95/27, which actually has a network address of 10.20.30.64.
★ When this WOULD be the correct answer
In a different question setup where the subnet mask is /26 instead of /27, the address 10.20.30.32 could be the correct network address for the subnet containing 10.20.30.95.
Why candidates choose this
Candidates may be tempted by option A because it is a lower address within the range and might mistakenly associate it with a common subnet calculation, especially if they misinterpret the subnet mask.
✗10.20.30.95Wrong answer — click to see why▾
Why this is wrong here
Option C is incorrect because 10.20.30.95 is the host address, not the network address. The network address for the subnet 10.20.30.95/27 is 10.20.30.64.
★ When this WOULD be the correct answer
In a different question, if it asked for the specific address assigned to the host within its subnet, then 10.20.30.95 would be the correct answer. For example, 'What is the IP address assigned to the host in the subnet 10.20.30.64/27?' would make this option correct.
Why candidates choose this
Candidates may choose this option because it is the address provided in the question, leading to confusion between the host address and the network address.
✗10.20.30.96Wrong answer — click to see why▾
Why this is wrong here
Option D (10.20.30.96) is incorrect because it is a usable host address within the subnet defined by the CIDR notation /27, which allows for addresses from 10.20.30.64 to 10.20.30.94 for hosts.
★ When this WOULD be the correct answer
In a different question setup where the subnet mask is changed to /26, the network address would be 10.20.30.64, and the first usable host address would then be 10.20.30.65, making 10.20.30.96 a valid host address in that context.
Why candidates choose this
Candidates may choose this option because they misinterpret the subnetting rules and mistakenly believe that any address immediately following the network address can be considered a network address.
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 host IP address for the network address or incorrectly identifying the subnet block boundaries. Candidates often select the host IP itself or the next block's starting address as the network address. For example, choosing 10.20.30.95 or 10.20.30.96 instead of 10.20.30.64. This happens because the subnet mask’s block size (32 addresses for /27) is overlooked, leading to confusion about which block the host belongs to. Misunderstanding this can cause incorrect subnetting and routing errors in real networks.
Detailed technical explanation
How to think about this question
Subnetting divides a larger IP network into smaller, manageable subnetworks by borrowing bits from the host portion of the IP address to create subnet bits. A /27 subnet mask means 27 bits are fixed for the network and subnet combined, leaving 5 bits for host addressing. This results in subnet blocks of 32 IP addresses each (2^5 = 32), where the first address is the network address, the last is the broadcast address, and the addresses in between are usable host addresses. To determine the network address for a host IP with a /27 mask, identify which 32-address block the host falls into. The blocks start at multiples of 32 in the last octet: 0, 32, 64, 96, etc. Since the host IP is 10.20.30.95, it falls within the 64–95 range. The network address is the first address in this block, 10.20.30.64, which represents the subnet's identifier for routing and addressing purposes. A common exam trap is confusing the host address with the network address or miscalculating subnet boundaries by not correctly applying the subnet mask. For example, selecting 10.20.30.95 as the network address is incorrect because it is a host address. Similarly, choosing 10.20.30.96 is wrong because it belongs to the next subnet block. Understanding the subnet block ranges and their boundaries is critical for accurate subnetting and avoiding misconfiguration in Cisco networks.
KKey Concepts to Remember
- A /27 subnet mask uses 27 bits for network and subnet, leaving 5 bits for host addresses, creating subnet blocks of 32 IP addresses each.
- The network address is always the first IP address in the subnet block and identifies the subnet uniquely in routing.
- Subnet blocks increment in multiples of the block size, which is 32 for a /27 mask, starting at 0, 32, 64, 96, and so on in the last octet.
- The host IP address must fall within the subnet block range, excluding the network and broadcast addresses.
- Choosing the host IP or the next block’s starting IP as the network address is a common mistake that leads to subnetting errors.
- Cisco devices use the network address to route packets correctly within and between subnets.
- Understanding subnet boundaries is essential for configuring IP addressing and avoiding address overlap or misrouting.
- Subnetting requires precise calculation of block ranges to ensure proper network segmentation and efficient IP address utilization.
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 uses 27 bits for network and subnet, leaving 5 bits for host addresses, creating subnet blocks of 32 IP addresses each.
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 uses 27 bits for network and subnet, leaving 5 bits for host addresses, creating subnet blocks of 32 IP addresses each., 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 uses 27 bits for network and subnet, leaving 5 bits for host addresses, creating subnet blocks of 32 IP addresses each..
What is the correct answer to this question?
The correct answer is: 10.20.30.64 — A /27 uses blocks of 32 addresses. In plain language, the ranges in the last octet are 0–31, 32–63, 64–95, 96–127, and so on. Since the host address ends in 95, it belongs to the 64–95 block. The first address in that block is the network address, which is 10.20.30.64. This is a classic subnet-boundary question because it tests whether you can identify the containing block and then choose the first address in that block as the network address.
What should I do if I get this 200-301 question wrong?
Review a /27 subnet mask uses 27 bits for network and subnet, leaving 5 bits for host addresses, creating subnet blocks of 32 IP addresses each., 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 uses 27 bits for network and subnet, leaving 5 bits for host addresses, creating subnet blocks of 32 IP addresses each.
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.