Question 1,792 of 1,819
Network Infrastructure and ConnectivityhardMultiple ChoiceObjective-mapped

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 /26 subnet mask divides the IP address space into blocks of 64 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 10.100.12.94/26. Which address is the broadcast address for that subnet?

Question 1hardmultiple choice
Review the full subnetting walkthrough →

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.100.12.127

A /26 subnet has a block size of 64, so the fourth-octet ranges are 0–63, 64–127, 128–191, and 192–255. The host address 10.100.12.94 lies in the 64–127 range, making the broadcast address the last address in that range: 10.100.12.127. Option A (10.100.12.63) is the broadcast of the previous subnet (0–63). Option C (10.100.12.64) is the network address of the subnet containing the host. Option D (10.100.12.128) is the network address of the next subnet (128–191).

Key principle: A /26 subnet mask divides the IP address space into blocks of 64 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.

  • 10.100.12.63

    Why it's wrong here

    This is wrong because .63 is the broadcast address of the previous /26 block.

    When this WOULD be correct

    In a question where the subnet mask is /26 and the network address is 10.100.12.0, if the question mistakenly states that the subnet ends at 10.100.12.63, then 10.100.12.63 would be the correct broadcast address for that defined range.

  • 10.100.12.127

    Why this is correct

    This is correct because .94 is in the 64-127 /26 range.

    Related concept

    A /26 subnet mask divides the IP address space into blocks of 64 addresses, including network and broadcast addresses.

  • 10.100.12.64

    Why it's wrong here

    This is wrong because .64 is the network address of that subnet.

    When this WOULD be correct

    In a different question setup where the subnet mask is /26 and the network address is 10.100.12.64, option C would be the correct answer if the question asked for the first usable host address instead of the broadcast address.

  • 10.100.12.128

    Why it's wrong here

    This is wrong because .128 starts the next subnet.

    When this WOULD be correct

    If the question were to ask for the broadcast address of a subnet defined by 10.100.12.128/26, then option D would be correct, as the broadcast address for that subnet would be 10.100.12.191.

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.100.12.127Correct answer

Why this is correct

This is correct because .94 is in the 64-127 /26 range.

10.100.12.63Wrong answer — click to see why

Why this is wrong here

The address 10.100.12.63 is incorrect as the broadcast address for the subnet 10.100.12.0/26, which actually has a range from 10.100.12.0 to 10.100.12.63. The correct broadcast address for the subnet is 10.100.12.127.

★ When this WOULD be the correct answer

In a question where the subnet mask is /26 and the network address is 10.100.12.0, if the question mistakenly states that the subnet ends at 10.100.12.63, then 10.100.12.63 would be the correct broadcast address for that defined range.

Why candidates choose this

Candidates may choose this option due to a misunderstanding of subnetting, where they incorrectly calculate the broadcast address by only considering the last octet and not accounting for the subnet mask properly.

10.100.12.64Wrong answer — click to see why

Why this is wrong here

Option C (10.100.12.64) is incorrect because it is the first usable host address in the subnet 10.100.12.64/26, not the broadcast address. The broadcast address for this subnet is 10.100.12.127.

★ When this WOULD be the correct answer

In a different question setup where the subnet mask is /26 and the network address is 10.100.12.64, option C would be the correct answer if the question asked for the first usable host address instead of the broadcast address.

Why candidates choose this

Candidates might choose option C due to confusion between the broadcast address and the first usable address in a subnet, especially if they miscalculate the range of addresses available in a /26 subnet.

10.100.12.128Wrong answer — click to see why

Why this is wrong here

Option D (10.100.12.128) is incorrect because it does not fall within the range of addresses for the subnet defined by 10.100.12.94/26, which spans from 10.100.12.64 to 10.100.12.127.

★ When this WOULD be the correct answer

If the question were to ask for the broadcast address of a subnet defined by 10.100.12.128/26, then option D would be correct, as the broadcast address for that subnet would be 10.100.12.191.

Why candidates choose this

Candidates may be tempted by option D because it is a common mistake to miscalculate subnet boundaries, especially when dealing with larger subnets or when they misinterpret the CIDR notation.

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 host addresses or network addresses with the broadcast address. Remember, the broadcast address is the last address in the subnet range.

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. A /26 subnet mask means the first 26 bits are fixed for the network portion, leaving 6 bits for host addresses. This results in 64 IP addresses per subnet, including network and broadcast addresses. The subnet mask 255.255.255.192 corresponds to /26, which splits the IP address range into blocks of 64 addresses. To find the broadcast address for a given host IP and subnet mask, you first identify the subnet block the IP belongs to by calculating the block size (256 minus the last octet of the subnet mask). For /26, the block size is 64, so the subnets are 0-63, 64-127, 128-191, and 192-255. Since 10.100.12.94 falls within 64-127, the broadcast address is the last address in that block, 10.100.12.127. A common exam trap is confusing the broadcast address with the network address or the broadcast address of an adjacent subnet. For example, 10.100.12.63 is the broadcast for the previous subnet (0-63), and 10.100.12.64 is the network address of the current subnet. Understanding the block boundaries and correctly identifying the subnet range prevents this mistake. In practical Cisco networking, accurate broadcast address calculation is essential for proper subnet communication and avoiding IP conflicts.

KKey Concepts to Remember

  • A /26 subnet mask divides the IP address space into blocks of 64 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.
  • To find the subnet block, subtract the last octet of the subnet mask from 256 to determine the block size for the fourth octet.
  • The network address is the first IP address in the subnet block and cannot be assigned to hosts.
  • Hosts with IP addresses within a subnet range share the same network and broadcast addresses for communication.
  • Incorrectly identifying the broadcast address as the network address or an adjacent subnet’s broadcast address is a common subnetting error.
  • Cisco devices use subnet masks to determine the network and broadcast boundaries for routing and forwarding decisions.
  • Understanding subnet boundaries is critical for configuring IP addressing and avoiding address conflicts in Cisco networks.

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 /26 subnet mask divides the IP address space into blocks of 64 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 /26 subnet mask divides the IP address space into blocks of 64 addresses, including network and broadcast addresses., then practise related 200-301 questions on the same topic to reinforce the concept.

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.

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 /26 subnet mask divides the IP address space into blocks of 64 addresses, including network and broadcast addresses..

What is the correct answer to this question?

The correct answer is: 10.100.12.127 — A /26 subnet has a block size of 64, so the fourth-octet ranges are 0–63, 64–127, 128–191, and 192–255. The host address 10.100.12.94 lies in the 64–127 range, making the broadcast address the last address in that range: 10.100.12.127. Option A (10.100.12.63) is the broadcast of the previous subnet (0–63). Option C (10.100.12.64) is the network address of the subnet containing the host. Option D (10.100.12.128) is the network address of the next subnet (128–191).

What should I do if I get this 200-301 question wrong?

Review a /26 subnet mask divides the IP address space into blocks of 64 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 /26 subnet mask divides the IP address space into blocks of 64 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 →

How Courseiva writes practice questions · Editorial policy

Last reviewed: May 17, 2026

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.

Loading comments…

Sign in to join the discussion.

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.