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

Quick Answer

The answer is /25. This is the correct choice because to calculate the minimum subnet prefix for usable hosts, you must find the smallest subnet that provides at least 126 usable addresses after reserving the network and broadcast addresses. A /25 prefix yields 128 total IPv4 addresses, leaving exactly 126 usable hosts, while a /26 would only support 62 usable hosts and thus fails the requirement. On the CCNA 200-301 v2 exam, this type of question tests your ability to apply the formula 2^(32-prefix) - 2 to quickly determine usable host counts, often appearing in subnetting scenarios where you must avoid wasting IP space. A common trap is forgetting to subtract the two reserved addresses, leading to an incorrect /24 choice. Memory tip: think of the “host bit count” — for every bit you borrow, you halve the usable hosts; a /25 gives you 7 host bits (2^7 = 128, minus 2 = 126), so remember “7 bits for 126 hosts.”

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: subnetting divides an IPv4 network into smaller subnets by extending the network prefix to allocate bits for host addressing.. 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 subnet must support at least 126 usable IPv4 host addresses. Which prefix is the longest that meets the requirement?

Clue words in this question

Noticing these words before you look at the options changes how you read each choice.

  • Clue: "least"

    Why it matters: You want the option with minimum overhead, fewest steps, or lowest impact — not the most feature-rich or comprehensive answer.

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

/25

A /25 is the smallest valid answer. In practical terms, a /25 provides 128 total addresses. After subtracting the network and broadcast addresses, 126 usable hosts remain. A /26 would be too small because it supports only 62 usable hosts. This is a typical minimum-prefix question. The goal is to choose the smallest subnet that satisfies the host requirement without wasting more address space than necessary.

Key principle: Subnetting divides an IPv4 network into smaller subnets by extending the network prefix to allocate bits for host addressing.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • /26

    Why it's wrong here

    This is wrong because /26 provides only 62 usable host addresses.

    When this WOULD be correct

    In a different question, if the requirement was for a subnet that supports at least 62 usable addresses, then /26 would be the correct answer, as it meets that specific need.

  • /25

    Why this is correct

    This is correct because /25 provides 126 usable host addresses.

    Clue confirmation

    The clue word "least" in the question point toward this answer.

    Related concept

    Subnetting divides an IPv4 network into smaller subnets by extending the network prefix to allocate bits for host addressing.

  • /24

    Why it's wrong here

    This is wrong because /24 works but is larger than necessary.

    When this WOULD be correct

    If the question specified a need for at least 254 usable addresses, then /24 would be the correct answer, as it provides the required number of usable addresses while being the smallest prefix that meets that specific need.

  • /27

    Why it's wrong here

    This is wrong because /27 provides only 30 usable hosts.

    When this WOULD be correct

    If the question specified a requirement for a smaller network, such as needing to support 30 usable addresses for a small office, then /27 would be the correct answer, as it would meet that specific need.

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.

/25Correct answer

Why this is correct

This is correct because /25 provides 126 usable host addresses.

/26Wrong answer — click to see why

Why this is wrong here

A /26 prefix provides 2^(32-26) - 2 = 64 - 2 = 62 usable host addresses, which is insufficient for the requirement of at least 126 usable hosts.

★ When this WOULD be the correct answer

In a different question, if the requirement was for a subnet that supports at least 62 usable addresses, then /26 would be the correct answer, as it meets that specific need.

Why candidates choose this

Students often confuse the number of usable hosts with total addresses, forgetting to subtract the network and broadcast addresses, or they may misremember the host formula.

/24Wrong answer — click to see why

Why this is wrong here

A /24 prefix provides 2^(32-24) - 2 = 256 - 2 = 254 usable host addresses, which is more than required. While it works, it is not the smallest prefix that meets the requirement, wasting IP address space.

★ When this WOULD be the correct answer

If the question specified a need for at least 254 usable addresses, then /24 would be the correct answer, as it provides the required number of usable addresses while being the smallest prefix that meets that specific need.

Why candidates choose this

Students may default to /24 as a common subnet size without calculating the exact requirement, or they may think larger is always better without considering efficiency.

/27Wrong answer — click to see why

Why this is wrong here

A /27 prefix provides 2^(32-27) - 2 = 32 - 2 = 30 usable host addresses, far below the required 126. This is insufficient for the subnet.

★ When this WOULD be the correct answer

If the question specified a requirement for a smaller network, such as needing to support 30 usable addresses for a small office, then /27 would be the correct answer, as it would meet that specific need.

Why candidates choose this

Students might mistakenly think /27 provides more hosts than it does, or they may confuse the prefix length with the number of hosts, e.g., thinking /27 gives 27 usable addresses.

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 total addresses with usable addresses. Always subtract the network and broadcast addresses when calculating usable hosts.

Detailed technical explanation

How to think about this question

Subnetting is a fundamental concept in IPv4 networking that divides a larger network into smaller, manageable segments called subnets. Each subnet has a network prefix that determines the number of available IP addresses. The prefix length, expressed as a slash followed by a number (e.g., /25), indicates how many bits are fixed for the network portion, with the remaining bits available for host addressing. Usable host addresses exclude the network and broadcast addresses, which are reserved for subnet identification and broadcast traffic respectively. To determine the smallest subnet prefix that supports at least 126 usable hosts, you calculate the number of host bits needed. A /25 prefix leaves 7 bits for hosts (32 - 25 = 7), providing 2^7 = 128 total addresses. Subtracting 2 for network and broadcast addresses yields 126 usable hosts, exactly meeting the requirement. Prefixes longer than /25 (like /26 or /27) provide fewer usable hosts and thus do not meet the minimum requirement, while shorter prefixes (like /24) provide more addresses but are unnecessarily large. A common exam trap is selecting a /24 prefix because it is a familiar subnet size with 254 usable hosts, which exceeds the requirement but wastes address space. Conversely, choosing a /26 or /27 prefix is tempting due to their common usage but results in insufficient host capacity. In practical Cisco networking, efficient subnetting conserves IP address space and optimizes routing tables, making the /25 subnet the precise and efficient choice for exactly 126 hosts.

KKey Concepts to Remember

  • Subnetting divides an IPv4 network into smaller subnets by extending the network prefix to allocate bits for host addressing.
  • A /25 prefix allocates 7 bits for host addresses, providing 128 total IP addresses, of which 126 are usable after excluding network and broadcast addresses.
  • Usable host addresses exclude the network address (all host bits zero) and the broadcast address (all host bits one) in each subnet.
  • Choosing the smallest subnet prefix that meets host requirements optimizes IP address utilization and reduces routing table size.
  • A /26 prefix provides only 62 usable hosts, which is insufficient for a subnet requiring at least 126 hosts.
  • A /24 prefix provides 254 usable hosts, which meets the requirement but wastes address space compared to a /25 subnet.
  • Cisco devices use subnet masks to determine network boundaries and route traffic appropriately within and between subnets.
  • Efficient subnetting is critical in Cisco networking to conserve IPv4 address space and maintain scalable network designs.

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 IPv4 network into smaller subnets by extending the network prefix to allocate bits for host addressing.

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 IPv4 network into smaller subnets by extending the network prefix to allocate bits for host addressing., 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 — Subnetting divides an IPv4 network into smaller subnets by extending the network prefix to allocate bits for host addressing..

What is the correct answer to this question?

The correct answer is: /25 — A /25 is the smallest valid answer. In practical terms, a /25 provides 128 total addresses. After subtracting the network and broadcast addresses, 126 usable hosts remain. A /26 would be too small because it supports only 62 usable hosts. This is a typical minimum-prefix question. The goal is to choose the smallest subnet that satisfies the host requirement without wasting more address space than necessary.

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

Review subnetting divides an IPv4 network into smaller subnets by extending the network prefix to allocate bits for host addressing., then practise related 200-301 questions on the same topic to reinforce the concept.

Are there clue words in this question I should notice?

Yes — watch for: "least". You want the option with minimum overhead, fewest steps, or lowest impact — not the most feature-rich or comprehensive answer.

What is the key concept behind this question?

Subnetting divides an IPv4 network into smaller subnets by extending the network prefix to allocate bits for host addressing.

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

Same concept, more angles

3 more ways this is tested on 200-301

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. A network requires at least 500 usable host addresses in one IPv4 subnet. Which prefix is the smallest that meets the requirement?

hard
  • A./24
  • B./23
  • C./22
  • D./25

Why B: To support at least 500 usable hosts, the subnet must provide at least 502 total addresses when the network and broadcast addresses are included. In plain language, that means 256 total addresses in a /24 are not enough, so the next larger power-of-two block is required. A /23 provides 512 total addresses and 510 usable host addresses, which satisfies the requirement while remaining the smallest valid option. This is a classic host-capacity question because it checks whether you can work backward from a required usable host count and choose the smallest prefix that works without wasting more space than necessary.

Variation 2. A subnet must support 30 usable IPv4 host addresses. Which prefix is the smallest that meets the requirement?

hard
  • A./28
  • B./27
  • C./26
  • D./25

Why B: A /27 is the smallest valid prefix. In plain language, a /27 provides 32 total addresses, and after subtracting the network and broadcast addresses, 30 usable host addresses remain. A /28 would be too small because it provides only 14 usable hosts. This is a classic minimum-prefix question because it checks whether you can work backward from a host requirement and choose the smallest subnet that fits without over-allocating more space than necessary.

Variation 3. A subnet requires 200 usable host addresses. Which prefix is the smallest that meets the requirement?

hard
  • A./25
  • B./24
  • C./26
  • D./27

Why B: A /24 is the smallest valid choice. In plain language, the subnet needs enough total addresses so that after the network and broadcast addresses are reserved, 200 hosts still remain. A /25 is too small because it provides only 126 usable hosts. A /24 provides 254 usable hosts, which satisfies the requirement while being the next logical prefix size up. This is a standard host-capacity planning question. The key is to work from usable hosts, not just total addresses, and then choose the smallest prefix that actually works.

Keep practising

More 200-301 practice questions

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.