Work through VLAN, STP, ACL, routing-table, gateway, DHCP, DNS, and addressing failures using the right evidence path.
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:
Continue with 5.4 Congestion, Latency, Packet Loss & Wireless Performance when service and path failures feel easier to classify.