Question 658 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. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. 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 192.168.90.33/28. Which address is the last usable host in the 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

192.168.90.46

The /28 subnet mask (255.255.255.240) gives a block size of 16 addresses. The network address for 192.168.90.33 is 192.168.90.32, so the broadcast address is 192.168.90.47. The last usable host is the broadcast address minus one, which is 192.168.90.46.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

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

  • 192.168.90.46

    Why this is correct

    This is correct because .46 is the last usable address before the .47 broadcast in the 32-47 block.

    Related concept

    Read the scenario before looking for a memorised answer.

  • 192.168.90.47

    Why it's wrong here

    This is wrong because .47 is the broadcast address.

    When this WOULD be correct

    If the question asked for the last address in the subnet instead of the last usable host, option B would be correct, as the broadcast address for the subnet 192.168.90.32/28 is indeed 192.168.90.47.

  • 192.168.90.33

    Why it's wrong here

    This is wrong because .33 is usable, but not the last usable host.

    When this WOULD be correct

    If the question asked for the first usable host address in the subnet 192.168.90.32/28, then option C would be correct, as it represents the first address available for assignment to a host.

  • 192.168.90.48

    Why it's wrong here

    This is wrong because .48 is in the next subnet.

    When this WOULD be correct

    If the question asked for the first address in the next subnet after 192.168.90.32/28, then 192.168.90.48 would be the correct answer, as it represents the start of the subnet 192.168.90.48/28.

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.

192.168.90.46Correct answer

Why this is correct

This is correct because .46 is the last usable address before the .47 broadcast in the 32-47 block.

192.168.90.47Wrong answer — click to see why

Why this is wrong here

192.168.90.47 is the broadcast address for the subnet 192.168.90.32/28. Broadcast addresses cannot be assigned to hosts; they are used to send traffic to all hosts in the subnet.

★ When this WOULD be the correct answer

If the question asked for the last address in the subnet instead of the last usable host, option B would be correct, as the broadcast address for the subnet 192.168.90.32/28 is indeed 192.168.90.47.

Why candidates choose this

Students often confuse the last usable host with the broadcast address, especially when the subnet boundary is not obvious. The broadcast is one less than the next subnet's network address, and it's easy to mistakenly think it's usable.

192.168.90.33Wrong answer — click to see why

Why this is wrong here

192.168.90.33 is the first usable host in the subnet (network address .32 + 1). The question asks for the last usable host, not the first.

★ When this WOULD be the correct answer

If the question asked for the first usable host address in the subnet 192.168.90.32/28, then option C would be correct, as it represents the first address available for assignment to a host.

Why candidates choose this

A test-taker might see that .33 is a valid host and assume it is the last because it is close to the given address, without calculating the subnet range correctly.

192.168.90.48Wrong answer — click to see why

Why this is wrong here

192.168.90.48 is the network address of the next subnet (192.168.90.48/28). It is not part of the current subnet and cannot be used as a host address in the subnet containing .33.

★ When this WOULD be the correct answer

If the question asked for the first address in the next subnet after 192.168.90.32/28, then 192.168.90.48 would be the correct answer, as it represents the start of the subnet 192.168.90.48/28.

Why candidates choose this

Students may think that .48 is the last usable because it is numerically higher than .46, not realizing that subnet boundaries restrict the range. They might also confuse it with the broadcast address of the previous subnet.

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

Cisco often tests the distinction between the broadcast address and the last usable host, tricking candidates who forget to subtract one from the broadcast address.

Detailed technical explanation

How to think about this question

With a /28 mask, the subnet has 16 addresses (2^(32-28) = 16). The network address is the first address in the block (all host bits 0), and the broadcast address is the last (all host bits 1). The usable host range is from network+1 to broadcast-1, so for subnet 192.168.90.32/28, the usable hosts are 192.168.90.33 through 192.168.90.46. This concept is critical for VLSM and subnetting in real-world network design, where misidentifying the broadcast address can cause IP conflicts or routing issues.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

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

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

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.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

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 — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: 192.168.90.46 — The /28 subnet mask (255.255.255.240) gives a block size of 16 addresses. The network address for 192.168.90.33 is 192.168.90.32, so the broadcast address is 192.168.90.47. The last usable host is the broadcast address minus one, which is 192.168.90.46.

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

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

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: Jun 11, 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.