N10-009 Networking Concepts Practice Question
Which of the following best describes the function of a default gateway on a host?
⚠ Common exam trap
Candidates often confuse the default gateway with a DNS server or DHCP server, because in many home networks the same device (the router) performs all three roles, but the exam tests the distinct Layer 3 routing function of the default gateway in isolation.
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 forwards packets destined for networks other than the local subnet
The default gateway is the router interface on the local subnet that a host uses to send packets destined for IP addresses outside its own subnet. When a host determines that the destination IP is not reachable via ARP on the local link, it forwards the packet to the default gateway's MAC address, which then routes the packet toward the remote network. This is essential for inter-subnet communication in any IP network.
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 forwards packets destined for networks other than the local subnet
Why this is correct
The primary function of a default gateway is to serve as the exit point for all network traffic originating from a host that is destined for a different IP network. When a host needs to send a packet to an IP address outside its local subnet, it encapsulates the packet and forwards it to the default gateway's MAC address on the local segment. The default gateway, typically a router, then takes responsibility for routing that packet towards its ultimate destination across various interconnected networks.
- ✗
It resolves domain names to IP addresses
Why it's wrong here
Resolving domain names to IP addresses is the specific function of a Domain Name System (DNS) server. When a user attempts to access a resource using a human-readable domain name, the client sends a query to a configured DNS server to translate that name into a numerical IP address. The default gateway's role begins only after this resolution has occurred, by routing the IP packets generated from the resolved address towards their destination.
When this WOULD be correct
In a question asking 'Which service translates domain names to IP addresses?', the correct answer would be 'DNS server' or 'Name resolution service'.
- ✗
It assigns IP addresses to devices on the local network
Why it's wrong here
Assigning IP addresses to devices on a local network is the responsibility of a Dynamic Host Configuration Protocol (DHCP) server. A DHCP server dynamically provides client devices with essential network configuration parameters, including an IP address, subnet mask, DNS server addresses, and the default gateway's IP address. The default gateway itself is merely an IP address that a host uses for routing, not the entity that performs the address assignment process.
When this WOULD be correct
In a question asking 'Which service dynamically assigns IP addresses to devices on a network?', the correct answer would be 'DHCP server' (option C if rephrased).
- ✗
It filters traffic based on MAC addresses
Why it's wrong here
Filtering traffic based on MAC addresses is primarily a Layer 2 function, typically implemented by network switches through features like port security. A default gateway, which operates primarily at Layer 3 (the network layer), makes forwarding decisions based on IP addresses. While some advanced routers can implement access control lists (ACLs) that reference MAC addresses, this is not its fundamental or primary role as a default gateway; its core purpose is IP routing between subnets.
When this WOULD be correct
In a question asking 'Which device filters traffic based on MAC addresses to control network access?', the correct answer would be a switch with port security or a MAC filter, not a default gateway.
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 N10-009 exam frequently reuses these exact scenarios with slightly different constraints.
✓It forwards packets destined for networks other than the local subnetCorrect answer▾
Why this is correct
The primary function of a default gateway is to serve as the exit point for all network traffic originating from a host that is destined for a different IP network. When a host needs to send a packet to an IP address outside its local subnet, it encapsulates the packet and forwards it to the default gateway's MAC address on the local segment. The default gateway, typically a router, then takes responsibility for routing that packet towards its ultimate destination across various interconnected networks.
✗It resolves domain names to IP addressesWrong answer — click to see why▾
Why this is wrong here
The default gateway is responsible for routing packets to destinations outside the local subnet, not for resolving domain names to IP addresses. DNS servers perform name resolution.
★ When this WOULD be the correct answer
In a question asking 'Which service translates domain names to IP addresses?', the correct answer would be 'DNS server' or 'Name resolution service'.
Why candidates choose this
Candidates may confuse the default gateway with DNS because both are essential for internet connectivity and are often configured together in network settings.
✗It assigns IP addresses to devices on the local networkWrong answer — click to see why▾
Why this is wrong here
The default gateway does not assign IP addresses; that is the function of a DHCP server. The default gateway is a router that forwards packets to destinations outside the local subnet.
★ When this WOULD be the correct answer
In a question asking 'Which service dynamically assigns IP addresses to devices on a network?', the correct answer would be 'DHCP server' (option C if rephrased).
Why candidates choose this
Candidates may confuse the default gateway with a DHCP server because both are often configured on the same device (e.g., a home router) and both are essential for network connectivity.
✗It filters traffic based on MAC addressesWrong answer — click to see why▾
Why this is wrong here
A default gateway forwards packets to other networks, not filter traffic based on MAC addresses; MAC filtering is a function of switches or security features, not the default gateway.
★ When this WOULD be the correct answer
In a question asking 'Which device filters traffic based on MAC addresses to control network access?', the correct answer would be a switch with port security or a MAC filter, not a default gateway.
Why candidates choose this
Candidates may confuse the default gateway's role in network traffic control with MAC-based filtering, especially if they think of gateways as security devices that inspect packets.
Analysis generated from the official N10-009blueprint 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
Access Control Model Comparison
| Model | Acronym | Who Controls Access? | Best For |
|---|---|---|---|
| Discretionary Access Control | DAC | Resource owner | Small teams, file shares |
| Mandatory Access Control | MAC | System / security labels | Classified govt / military |
| Role-Based Access Control | RBAC | Administrator (via roles) | Enterprise environments |
| Attribute-Based Access Control | ABAC | Policy engine (user + resource attributes) | Fine-grained, dynamic policies |
| Rule-Based Access Control | RuBAC | System rules / ACLs | Firewall rules, network ACLs |
Go deeper
Related to this question
Learn chapter
Network Virtualization and VXLAN
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
ARP
Address Resolution Protocol (ARP) is a network protocol used to map a device's IP address to its physical MAC address so data can be delivered correctly on a local network.
About these practice questions
One of 464 original N10-009 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This N10-009 practice question is part of Courseiva's free CompTIA 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 N10-009 exam.