Question 1,599 of 1,819
Network Infrastructure and ConnectivitymediumMultiple 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 /27 subnet mask divides an IP network into subnets with 32 total 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.

Exhibit

Host IP: 192.168.14.77/27

Exhibit: A host has address 192.168.14.77/27. Which address is its valid default gateway if the first usable address in the subnet is chosen for the router interface?

Clue words in this question

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

  • Clue: "first"

    Why it matters: Order matters here. You are being tested on which action comes before the others — not which action is generally useful.

Question 1mediummultiple choice
Review the full subnetting walkthrough →

Exhibit

Host IP: 192.168.14.77/27

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

A /27 has a block size of 32. Address 192.168.14.77 falls in the 192.168.14.64/27 subnet, where the usable host range is 192.168.14.65 through 192.168.14.94. The first usable address is 192.168.14.65.

Key principle: A /27 subnet mask divides an IP network into subnets with 32 total 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.63

    Why it's wrong here

    That is the broadcast address of the previous subnet.

    When this WOULD be correct

    In a different question where the subnet mask is changed to /26, making the subnet range 192.168.14.0 to 192.168.14.63, option A could be the correct answer if the question specifies that the last usable address is to be used as the default gateway.

  • 192.168.14.64

    Why it's wrong here

    That is the network address of this subnet.

    When this WOULD be correct

    In a different question setup where the subnet mask is changed to /26, making 192.168.14.64 the first usable address in the new subnet, option B would then be the correct default gateway for hosts within that subnet.

  • 192.168.14.65

    Why this is correct

    That is the first usable address in 192.168.14.64/27.

    Clue confirmation

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

    Related concept

    A /27 subnet mask divides an IP network into subnets with 32 total addresses, including network, broadcast, and usable host addresses.

  • 192.168.14.95

    Why it's wrong here

    That is the broadcast address of this subnet.

    When this WOULD be correct

    In a different question where the subnet mask is changed to /25, making the subnet range 192.168.14.0 to 192.168.14.127, option D could be correct if the question specifies that the default gateway is to be chosen from the last usable address in that subnet, which would be 192.168.14.126.

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

Why this is correct

That is the first usable address in 192.168.14.64/27.

192.168.14.63Wrong answer — click to see why

Why this is wrong here

Option A (192.168.14.63) is wrong because it is the last address in the subnet range (192.168.14.64 to 192.168.14.95) and is reserved for the broadcast address, not a valid default gateway.

★ When this WOULD be the correct answer

In a different question where the subnet mask is changed to /26, making the subnet range 192.168.14.0 to 192.168.14.63, option A could be the correct answer if the question specifies that the last usable address is to be used as the default gateway.

Why candidates choose this

Candidates may choose this option due to a misunderstanding of subnetting, confusing the last usable address with the default gateway, especially if they are not fully aware of the reserved addresses in a subnet.

192.168.14.64Wrong answer — click to see why

Why this is wrong here

Option B, 192.168.14.64, is incorrect because it is the first usable address in the subnet 192.168.14.64/27, which is reserved for the router interface and cannot be assigned as a default gateway for hosts in the subnet.

★ When this WOULD be the correct answer

In a different question setup where the subnet mask is changed to /26, making 192.168.14.64 the first usable address in the new subnet, option B would then be the correct default gateway for hosts within that subnet.

Why candidates choose this

Candidates may choose option B because it is the first address after the subnet's network address, leading to confusion between usable addresses and reserved addresses for router interfaces.

192.168.14.95Wrong answer — click to see why

Why this is wrong here

Option D, 192.168.14.95, is incorrect because it falls outside the subnet range defined by the 192.168.14.64/27 subnet, which spans from 192.168.14.64 to 192.168.14.94. Thus, it cannot be a valid default gateway for the host in question.

★ When this WOULD be the correct answer

In a different question where the subnet mask is changed to /25, making the subnet range 192.168.14.0 to 192.168.14.127, option D could be correct if the question specifies that the default gateway is to be chosen from the last usable address in that subnet, which would be 192.168.14.126.

Why candidates choose this

Candidates might choose option D due to a misunderstanding of subnetting boundaries, mistakenly believing that any address within a broader range could serve as a valid gateway without considering the specific subnet limits.

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 network and broadcast addresses with usable host addresses when identifying a default gateway.

Detailed technical explanation

How to think about this question

Subnetting divides an IP network into smaller segments called subnets, each with a unique network address and range of usable host addresses. A /27 subnet mask means 27 bits are fixed for the network portion, leaving 5 bits for host addresses, resulting in 32 IP addresses per subnet. These 32 addresses include one network address, one broadcast address, and 30 usable host addresses. The network address identifies the subnet itself, while the broadcast address is used to send packets to all hosts within that subnet. To determine the valid default gateway for a host, you first identify the subnet the host belongs to by applying the subnet mask to its IP address. For 192.168.14.77/27, the subnet range is 192.168.14.64 to 192.168.14.95. The first usable host address in this range is 192.168.14.65, which is typically assigned to the router interface acting as the default gateway. This address allows the host to send traffic outside its subnet. A common exam trap is confusing network, broadcast, and usable host addresses. For example, 192.168.14.64 is the network address and cannot be assigned to a host or gateway. Similarly, 192.168.14.95 is the broadcast address and is reserved for broadcast traffic. Selecting these addresses as gateways leads to network communication failures. Understanding these distinctions is critical for correctly configuring routing and gateway addresses in Cisco networks.

KKey Concepts to Remember

  • A /27 subnet mask divides an IP network into subnets with 32 total addresses, including network, broadcast, and usable host addresses.
  • The network address is the first address in the subnet and cannot be assigned to hosts or routers.
  • The broadcast address is the last address in the subnet and is reserved for sending packets to all hosts in that subnet.
  • The first usable host address in a subnet is typically assigned to the router interface acting as the default gateway.
  • Hosts use the default gateway address to send traffic destined for outside their local subnet.
  • Subnetting requires calculating the subnet range by applying the subnet mask to the host IP address.
  • Choosing the network or broadcast address as a default gateway causes communication failures.
  • Cisco devices rely on correct subnetting and gateway configuration to route traffic properly between subnets.

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 /27 subnet mask divides an IP network into subnets with 32 total 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 /27 subnet mask divides an IP network into subnets with 32 total 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 /27 subnet mask divides an IP network into subnets with 32 total addresses, including network, broadcast, and usable host addresses..

What is the correct answer to this question?

The correct answer is: 192.168.14.65 — A /27 has a block size of 32. Address 192.168.14.77 falls in the 192.168.14.64/27 subnet, where the usable host range is 192.168.14.65 through 192.168.14.94. The first usable address is 192.168.14.65.

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

Review a /27 subnet mask divides an IP network into subnets with 32 total addresses, including network, broadcast, and usable host addresses., 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: "first". Order matters here. You are being tested on which action comes before the others — not which action is generally useful.

What is the key concept behind this question?

A /27 subnet mask divides an IP network into subnets with 32 total 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.