CCNA Network Infrastructure and Connectivity Practice Question
Which two statements accurately describe a default gateway from a host perspective?
⚠ Common exam trap
Avoid confusing the gateway's role with local traffic handling or address replacement. Focus on its function in remote communication.
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
✓
It is the next-hop path a host uses for destinations outside the local subnet.
A default gateway is the local router or Layer 3 interface that a host uses for traffic destined beyond its own subnet. In plain language, the host uses the gateway when the destination is not local. The default gateway does not replace the host’s own IP address or subnet mask; it complements them by providing the next-hop path for remote communication. This is a foundational host-networking concept because many connectivity issues come from misunderstanding what the gateway actually does. The two correct answers are the ones that describe remote-traffic forwarding and the local next-hop role of the gateway.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
It is the next-hop path a host uses for destinations outside the local subnet.
Why this is correct
A default gateway is the designated next-hop router that a host uses to send IP packets to destinations outside its local subnet. The host compares its destination IP against its own subnet mask; if the destination is not local, it frames the packet for the gateway's MAC address, while keeping the final destination IP. Thus, the gateway is the exit point for all off-subnet traffic.
- ✓
It is typically the IP address of a local router or Layer 3 interface on the same subnet.
Why this is correct
The default gateway must be an IP address that belongs to a Layer 3 interface on the same subnet as the host, typically a router's LAN interface or a switch virtual interface (SVI). This is because the host delivers the frame directly to the gateway at Layer 2, using ARP to resolve the gateway's MAC address. If the gateway were not on the local subnet, the host could not reach it without another gateway, creating a circular dependency.
- ✗
It replaces the need for a subnet mask.
Why it's wrong here
A default gateway does not replace the subnet mask; the two serve different, complementary purposes. The subnet mask defines which bits of an IP address identify the network and which identify the host, allowing the host to decide whether a destination is local or remote. Only after that decision using the mask does the host consult the default gateway for remote destinations, so the mask remains essential.
When this WOULD be correct
In a question that asks about network configuration in a hypothetical scenario where a new protocol or technology eliminates the need for subnet masks, this option could be correct. For example, if the exam presented a futuristic networking model where addressing is simplified, making subnet masks obsolete, this statement would apply.
- ✗
It is the same thing as a DNS server.
Why it's wrong here
A default gateway and a DNS server are entirely different network services. DNS maps human-friendly domain names to IP addresses, while the default gateway is the IP address of the local router used to forward packets to other subnets. A host needs both for full internet connectivity, but they are separate IP addresses performing distinct roles; even if one device provides both, they are not conceptually equivalent.
When this WOULD be correct
In a question asking for the definition of network services, if it stated that both the default gateway and DNS server are essential for network communication, option D could be correct in the context of discussing their roles in enabling host connectivity.
- ✗
It is used only for ARP broadcasts.
Why it's wrong here
The default gateway is not used solely for ARP broadcasts; ARP is the Layer 2 mechanism for resolving any local IP address to a MAC address, including the gateway's address. The gateway's primary function is to forward packets between subnets by making IP routing decisions and rewriting frame headers. Using the gateway is an IP-layer process, not just an ARP behavior, and ARP broadcasts also occur for local hosts without involving the gateway.
When this WOULD be correct
In a question asking about the functions of ARP in a network, where the focus is solely on how devices communicate at the data link layer, one might correctly state that a default gateway is used for ARP broadcasts to resolve IP addresses to MAC addresses for outbound traffic.
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.
✓It is the next-hop path a host uses for destinations outside the local subnet.Correct answer▾
Why this is correct
A default gateway is the designated next-hop router that a host uses to send IP packets to destinations outside its local subnet. The host compares its destination IP against its own subnet mask; if the destination is not local, it frames the packet for the gateway's MAC address, while keeping the final destination IP. Thus, the gateway is the exit point for all off-subnet traffic.
✗It replaces the need for a subnet mask.Wrong answer — click to see why▾
Why this is wrong here
This option is wrong because a default gateway does not replace the need for a subnet mask; both are essential for proper IP communication. The subnet mask defines the network portion of an IP address, while the default gateway routes traffic to external networks.
★ When this WOULD be the correct answer
In a question that asks about network configuration in a hypothetical scenario where a new protocol or technology eliminates the need for subnet masks, this option could be correct. For example, if the exam presented a futuristic networking model where addressing is simplified, making subnet masks obsolete, this statement would apply.
Why candidates choose this
Candidates may find this option tempting because they might confuse the roles of the default gateway and subnet mask, thinking that one could functionally replace the other in simplifying network configurations.
✗It is the same thing as a DNS server.Wrong answer — click to see why▾
Why this is wrong here
This option is wrong because a default gateway and a DNS server serve different purposes; the default gateway routes traffic outside the local subnet, while a DNS server resolves domain names to IP addresses.
★ When this WOULD be the correct answer
In a question asking for the definition of network services, if it stated that both the default gateway and DNS server are essential for network communication, option D could be correct in the context of discussing their roles in enabling host connectivity.
Why candidates choose this
Candidates may confuse the roles of network components, mistakenly thinking that since both are critical for internet access, they must be interchangeable or related in function.
✗It is used only for ARP broadcasts.Wrong answer — click to see why▾
Why this is wrong here
This option is wrong because a default gateway is not limited to ARP broadcasts; it is used for routing packets to destinations outside the local subnet, which involves more than just ARP communication.
★ When this WOULD be the correct answer
In a question asking about the functions of ARP in a network, where the focus is solely on how devices communicate at the data link layer, one might correctly state that a default gateway is used for ARP broadcasts to resolve IP addresses to MAC addresses for outbound traffic.
Why candidates choose this
Candidates may choose this option due to a misunderstanding of ARP's role in networking, conflating the function of a default gateway with the process of address resolution, leading to confusion about their distinct purposes.
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?”
Visual reference
Quick reference
Routing Protocol Comparison
| Protocol | Metric | Max Hops | Algorithm | Type |
|---|---|---|---|---|
| RIP v2 | Hop count | 15 | Bellman-Ford | Distance vector |
| OSPF | Cost (bandwidth) | Unlimited | Dijkstra (SPF) | Link state |
| EIGRP | Composite metric | Unlimited | DUAL | Hybrid |
| IS-IS | Cost | Unlimited | Dijkstra | Link state |
| BGP | Policy / attributes | Unlimited | Path vector | Path vector |
RIP's 15-hop limit makes it unsuitable for large networks. OSPF and EIGRP dominate modern enterprise deployments.
Go deeper
Related to this question
Learn chapter
IPv4 Addressing and Address Classes
Key term
Interface
An interface is a point of connection or interaction between two systems, devices, or software components that allows them to exchange information or signals.
Key term
Subnet
A subnet is a logical subdivision of an IP network, created by partitioning a larger network address space using subnet masks.
About these practice questions
This 200-301 question is part of Courseiva's 1,389-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
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.