Question 899 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 /28 subnet mask creates subnets with 16 IP addresses, including network, broadcast, and usable host 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 192.168.14.222/28. Which address is the broadcast address of its 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.14.223

A /28 subnet has a block size of 16. In practical terms, the fourth-octet blocks are 0-15, 16-31, and so on. Because 222 falls within the 208-223 block, the broadcast address is the last address in that block: 192.168.14.223. This is a subnet-boundary question that depends on identifying the correct /28 block before choosing the broadcast address.

Key principle: A /28 subnet mask creates subnets with 16 IP addresses, including network, broadcast, and usable host 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.

  • 192.168.14.207

    Why it's wrong here

    This is wrong because .207 is the broadcast of the previous /28 block.

    When this WOULD be correct

    If the question asked for the broadcast address of a different subnet, such as 192.168.14.192/28, then option A (192.168.14.207) would be correct, as it would be the broadcast address for that specific subnet.

  • 192.168.14.223

    Why this is correct

    This is correct because .222 belongs to the 208-223 /28 subnet.

    Related concept

    A /28 subnet mask creates subnets with 16 IP addresses, including network, broadcast, and usable host addresses.

  • 192.168.14.208

    Why it's wrong here

    This is wrong because .208 is the network address of the block.

    When this WOULD be correct

    If the question specified a subnet mask of /29 instead of /28, and the host address was 192.168.14.208, then option C would be the correct answer as the broadcast address would be 192.168.14.215 for that subnet.

  • 192.168.14.224

    Why it's wrong here

    This is wrong because .224 starts the next /28 subnet.

    When this WOULD be correct

    If the question specified a subnet mask of /27 instead of /28, the address 192.168.14.224 would be the broadcast address for the subnet 192.168.14.192/27, which encompasses the range from 192.168.14.192 to 192.168.14.224.

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

Why this is correct

This is correct because .222 belongs to the 208-223 /28 subnet.

192.168.14.207Wrong answer — click to see why

Why this is wrong here

192.168.14.207 is the broadcast address of the previous /28 subnet (192.168.14.192/28), not the subnet containing 192.168.14.222.

★ When this WOULD be the correct answer

If the question asked for the broadcast address of a different subnet, such as 192.168.14.192/28, then option A (192.168.14.207) would be correct, as it would be the broadcast address for that specific subnet.

Why candidates choose this

A student might miscalculate the subnet boundaries or confuse the broadcast address with that of an adjacent subnet.

192.168.14.208Wrong answer — click to see why

Why this is wrong here

192.168.14.208 is the network address (subnet ID) of the /28 subnet containing .222, not the broadcast address.

★ When this WOULD be the correct answer

If the question specified a subnet mask of /29 instead of /28, and the host address was 192.168.14.208, then option C would be the correct answer as the broadcast address would be 192.168.14.215 for that subnet.

Why candidates choose this

Students often confuse the network address with the broadcast address, especially when they know the subnet starts at .208.

192.168.14.224Wrong answer — click to see why

Why this is wrong here

192.168.14.224 is the network address of the next /28 subnet (192.168.14.224/28), not the broadcast of the current subnet.

★ When this WOULD be the correct answer

If the question specified a subnet mask of /27 instead of /28, the address 192.168.14.224 would be the broadcast address for the subnet 192.168.14.192/27, which encompasses the range from 192.168.14.192 to 192.168.14.224.

Why candidates choose this

A student might incorrectly add the block size (16) to the host address or think the broadcast is the next 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

Be careful not to confuse the broadcast address with the network address of the next subnet or a host address within the subnet.

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 /28 subnet mask corresponds to 255.255.255.240, which means the last octet has 4 bits for host addressing, allowing 16 IP addresses per subnet. These 16 addresses include one network address, 14 usable host addresses, and one broadcast address. The block size of 16 is derived from 256 minus the subnet mask's last octet value (240), which defines the range of IP addresses within each subnet. To determine the broadcast address for a given IP with a /28 mask, you first identify the subnet block it belongs to by calculating multiples of 16 in the last octet. For 192.168.14.222, the subnet block is 208 to 223 because 222 falls within this range. The broadcast address is always the highest address in the subnet block, which is 192.168.14.223 in this case. This process ensures correct identification of network boundaries and broadcast addresses, which is critical for proper IP routing and communication. A common exam trap is confusing the broadcast address with the network address or the broadcast address of an adjacent subnet. For example, 192.168.14.207 is the broadcast for the previous subnet block (192.168.14.192/28), not the one containing 192.168.14.222. Understanding the block size and correctly calculating subnet boundaries prevents this mistake. In practical networking, accurate broadcast address identification ensures that broadcast traffic is correctly contained within its subnet, avoiding unnecessary network congestion and routing errors.

KKey Concepts to Remember

  • A /28 subnet mask creates subnets with 16 IP addresses, including network, broadcast, and usable host addresses.
  • The block size for a /28 subnet is 16, which determines the range of IP addresses in each subnet.
  • The broadcast address is the highest IP address in the subnet block and is used to send traffic to all hosts within that subnet.
  • To find the subnet block for an IP address, calculate multiples of the block size in the last octet and identify which range the IP falls into.
  • The network address is the lowest IP in the subnet block and identifies the subnet itself, not a host.
  • Incorrectly selecting a broadcast address from an adjacent subnet is a common mistake in subnetting questions.
  • Cisco devices use subnet masks to determine network boundaries and correctly route broadcast traffic within subnets.
  • Understanding subnet boundaries and broadcast addresses is essential for designing efficient and scalable IP 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 /28 subnet mask creates subnets with 16 IP addresses, including network, broadcast, and usable host 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 /28 subnet mask creates subnets with 16 IP addresses, including network, broadcast, and usable host 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 /28 subnet mask creates subnets with 16 IP addresses, including network, broadcast, and usable host addresses..

What is the correct answer to this question?

The correct answer is: 192.168.14.223 — A /28 subnet has a block size of 16. In practical terms, the fourth-octet blocks are 0-15, 16-31, and so on. Because 222 falls within the 208-223 block, the broadcast address is the last address in that block: 192.168.14.223. This is a subnet-boundary question that depends on identifying the correct /28 block before choosing the broadcast address.

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

Review a /28 subnet mask creates subnets with 16 IP addresses, including network, broadcast, and usable host addresses., then practise related 200-301 questions on the same topic to reinforce the concept.

What is the key concept behind this question?

A /28 subnet mask creates subnets with 16 IP addresses, including network, broadcast, and usable host 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.