Study CompTIA N10-009 Services, Routing, and Switching Issues: key concepts, common traps, and exam decision cues.
This lesson is where many Network+ scenarios become multi-layer tickets. The link is up, but users still cannot reach what they need. CompTIA is testing whether you can separate switching, routing, and network-service failures instead of treating them as one generic connectivity problem.
Default gateway: The router a host uses to reach networks outside its local subnet.
Selective failure: A failure pattern where only certain users, VLANs, destinations, or services break, which usually means the issue is not at the broadest layer.
The strongest answers usually come from asking:
| Symptom | Strong first suspects |
|---|---|
| local subnet works, remote subnet fails | default gateway, route, ACL |
| direct IP works, hostname fails | DNS |
| one VLAN fails across a switch uplink | trunk or VLAN carry issue |
| new clients fail to connect correctly | DHCP scope, relay, or assignment problem |
| only one group is blocked from one destination | ACL, VLAN, policy, or route selection |
flowchart LR
A["Host config"] --> B["Local subnet and VLAN"]
B --> C["Default gateway and routed path"]
C --> D["Name resolution and app access"]
What to notice:
11. Check local IP, mask, gateway, and DNS settings
22. Ping the default gateway
33. Test local-subnet reachability
44. Test remote IP reachability
55. Test name resolution separately
What to notice:
1VLAN 30 users:
2- can ping local printer
3- cannot reach 10.20.40.20
4- can reach public websites by name
What to notice:
Service and path failures become manageable when you separate local, routed, and named reachability. If local VLAN access works, suspect the gateway or routed path next. If IP works but hostname fails, suspect naming. If only one VLAN fails across a trunk after a change, suspect VLAN traversal or tagging. CompTIA often mixes these together to test whether you can isolate the failure layer cleanly.
Continue with 5.4 Latency, Loss & Wireless when service and path failures feel easier to classify.