Question 483 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 subnet prefix length determines how many bits are allocated for the network versus host portions of an IPv4 address.. 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 uses the prefix /22. How many usable host addresses are available?

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

1022

A /22 leaves 10 host bits available. In plain language, that means each subnet contains 2^10, or 1024, total addresses. Two of those are reserved for the network and broadcast addresses in normal IPv4 subnetting, leaving 1022 usable host addresses. This is a common subnet-capacity calculation. The safest method is to calculate the total address count from the number of host bits and then subtract the two reserved addresses. That leads directly to the correct usable-host value.

Key principle: A subnet prefix length determines how many bits are allocated for the network versus host portions of an IPv4 address.

Answer analysis

Option-by-option breakdown

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

  • 254

    Why it's wrong here

    This is wrong because 254 usable hosts corresponds to a /24.

    When this WOULD be correct

    If the question specified a /24 subnet instead of /22, the correct calculation would yield 256 total addresses, and after excluding the network and broadcast addresses, there would be 254 usable addresses. Thus, option A would be correct.

  • 510

    Why it's wrong here

    This is wrong because 510 usable hosts corresponds to a /23.

    When this WOULD be correct

    If the question specified a subnet mask of /23 instead of /22, then the calculation would yield 2^(32-23) = 512 total IP addresses, and after subtracting 2 for the network and broadcast addresses, the usable addresses would be 510.

  • 1022

    Why this is correct

    This is correct because a /22 has 1024 total addresses and 1022 usable hosts.

    Related concept

    A subnet prefix length determines how many bits are allocated for the network versus host portions of an IPv4 address.

  • 2046

    Why it's wrong here

    This is wrong because 2046 usable hosts corresponds to a /21.

    When this WOULD be correct

    If the question specified a /11 subnet instead of /22, the calculation would yield 2^(32-11) = 2048 total addresses, resulting in 2046 usable addresses after accounting for the network and broadcast addresses. In this case, option D would be correct.

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.

1022Correct answer

Why this is correct

This is correct because a /22 has 1024 total addresses and 1022 usable hosts.

254Wrong answer — click to see why

Why this is wrong here

A /24 prefix provides 256 total addresses (2^(32-24)=256), with 254 usable host addresses after subtracting the network and broadcast addresses. This does not match the /22 prefix in the question.

★ When this WOULD be the correct answer

If the question specified a /24 subnet instead of /22, the correct calculation would yield 256 total addresses, and after excluding the network and broadcast addresses, there would be 254 usable addresses. Thus, option A would be correct.

Why candidates choose this

Students often confuse /24 with /22 because /24 is a very common subnet size, and they may incorrectly apply the 254 usable host count without calculating the correct number of bits.

510Wrong answer — click to see why

Why this is wrong here

A /23 prefix provides 512 total addresses (2^(32-23)=512), with 510 usable host addresses. This is half the total addresses of a /22, so it is incorrect for the given prefix.

★ When this WOULD be the correct answer

If the question specified a subnet mask of /23 instead of /22, then the calculation would yield 2^(32-23) = 512 total IP addresses, and after subtracting 2 for the network and broadcast addresses, the usable addresses would be 510.

Why candidates choose this

Some students might mistakenly think that a /22 has 510 usable hosts because they confuse it with a /23, or they may incorrectly calculate the number of host bits.

2046Wrong answer — click to see why

Why this is wrong here

A /21 prefix provides 2048 total addresses (2^(32-21)=2048), with 2046 usable host addresses. This is double the total addresses of a /22, so it is incorrect for the given prefix.

★ When this WOULD be the correct answer

If the question specified a /11 subnet instead of /22, the calculation would yield 2^(32-11) = 2048 total addresses, resulting in 2046 usable addresses after accounting for the network and broadcast addresses. In this case, option D would be correct.

Why candidates choose this

Students may mistakenly think that a /22 has 2046 usable hosts because they confuse it with a /21, or they may incorrectly add instead of subtract when calculating host bits.

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

Remember to subtract the network and broadcast addresses from the total number of addresses to find the usable host count.

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 segments called subnets. The prefix length, such as /22, indicates how many bits are used for the network portion of the address, with the remaining bits allocated for host addresses. In IPv4, an address is 32 bits long, so a /22 prefix means 22 bits are fixed for the network, leaving 10 bits for host addressing. The number of usable host addresses in a subnet is calculated by taking 2 to the power of the number of host bits and subtracting 2 addresses reserved for network and broadcast. For a /22 subnet, 32 - 22 = 10 host bits, so 2^10 = 1024 total addresses. Subtracting 2 reserved addresses results in 1022 usable host addresses. This calculation is critical for Cisco CCNA candidates to understand subnet capacity and address planning. A common exam trap is confusing the total number of addresses with usable hosts or mixing up prefix lengths. For example, a /24 subnet has 256 total addresses but only 254 usable hosts. Misreading the prefix or forgetting to subtract the network and broadcast addresses leads to incorrect answers. In practical Cisco networking, accurate subnetting ensures efficient IP address allocation and prevents address conflicts or wasted space.

KKey Concepts to Remember

  • A subnet prefix length determines how many bits are allocated for the network versus host portions of an IPv4 address.
  • The number of usable host addresses in a subnet equals 2 to the power of host bits minus 2 reserved addresses for network and broadcast.
  • A /22 subnet has 10 host bits, resulting in 1024 total addresses and 1022 usable host addresses after subtracting reserved addresses.
  • Network and broadcast addresses are always reserved and cannot be assigned to hosts within a subnet.
  • Confusing total IP addresses with usable host addresses is a common mistake in subnetting calculations.
  • Subnetting calculations are essential for efficient IP address allocation and avoiding address conflicts in Cisco networks.
  • Understanding how to calculate usable hosts from prefix length is critical for CCNA exam success in network fundamentals.
  • Incorrectly matching prefix lengths to host counts leads to common exam traps and wrong answer choices.

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 subnet prefix length determines how many bits are allocated for the network versus host portions of an IPv4 address.

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 subnet prefix length determines how many bits are allocated for the network versus host portions of an IPv4 address., 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 subnet prefix length determines how many bits are allocated for the network versus host portions of an IPv4 address..

What is the correct answer to this question?

The correct answer is: 1022 — A /22 leaves 10 host bits available. In plain language, that means each subnet contains 2^10, or 1024, total addresses. Two of those are reserved for the network and broadcast addresses in normal IPv4 subnetting, leaving 1022 usable host addresses. This is a common subnet-capacity calculation. The safest method is to calculate the total address count from the number of host bits and then subtract the two reserved addresses. That leads directly to the correct usable-host value.

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

Review a subnet prefix length determines how many bits are allocated for the network versus host portions of an IPv4 address., then practise related 200-301 questions on the same topic to reinforce the concept.

What is the key concept behind this question?

A subnet prefix length determines how many bits are allocated for the network versus host portions of an IPv4 address.

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

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.