Domain 5 of 5 · Chapter 3 of 5

Network Services Issues

Unlock the complete study guide + 1,040 practice questions across 16 full exams.

Bundled into the existing CompTIA Network+ premium course — no separate purchase.

Included in this chapter:

  • Diagnose by reachability: what works tells you the layer
  • Switching faults: wrong VLAN, spanning tree, and ACLs
  • Routing tables, default routes, and DHCP exhaustion
  • Exam-pattern recognition: match the symptom to the one fix

Network-services symptom to most likely cause to confirming check to fix

SymptomMost likely causeConfirming checkFix
Host has a 169.254.x.x addressDHCP scope exhausted or server/relay downInspect DHCP scope utilization and reachabilityReclaim/widen scope, restore server, add IP helper
Reaches local subnet, no remote networksWrong or missing default gatewayVerify gateway address and that it answersSet the correct default gateway
Partial, inconsistent remote reachabilityWrong subnet mask (bad local/remote split)Compare host mask to the subnet's correct maskCorrect the subnet mask
Up port, link light, reaches nothingWrong VLAN assignment on the access portCheck the port's VLAN vs intended subnetReassign the port to the correct VLAN
Segment slow, broadcast stormSwitching loop / missing or broken STPConfirm STP enabled, find the looped linkEnable STP, remove the loop
Legit traffic dropped, good IP and cableACL rule too broad or out of orderReview ACL order and the implicit denyReorder or scope the ACL rule
Remote network unreachable from a routerMissing route or wrong/absent default routeTrace where the path stops, read the tableAdd or correct the route / default route
Intermittent drops, IP-conflict alertsDuplicate IP addressFind the second host with the same addressRe-address one host

Decision tree

Host has a valid IP?(not 169.254.x.x)No, 169.254DHCP failedscope exhausted / server / relayYesReaches local subnet?(same-VLAN peer)NoWrong VLANor duplicate IP (conflicts)YesReaches remote?(past the gateway)NoneWrong gatewayor default routeSomeWrong maskor missing routeSegment-wide flooding instead?switching loop / no STP = broadcast stormOne app blocked, all else fine?ACL too broad or out of order (implicit deny)

Cheat sheet

  • Diagnose service faults by the reachability pattern, not by guessing the device
  • A 169.254.x.x address means DHCP failed, so chase the DHCP path
  • DHCP scope exhaustion produces silence, never a DHCPNAK
  • A missing DHCP relay sends a whole remote subnet to APIPA
  • An APIPA host can ping its own subnet but nothing routed
  • A wrong VLAN isolates a host that passes every physical test
  • STP elects the lowest bridge ID as root; a change can leave a port blocking
  • A switching loop with no STP becomes a broadcast storm that saturates the segment
  • An ACL is evaluated top-down, first match wins, with an implicit deny at the end
  • A missing route drops only the destinations it lacks an entry for
  • A missing default route breaks reach to every network not explicitly known
  • A wrong next hop drops packets even though the route exists
  • Asymmetric routing can break stateful firewalls even when both paths work
  • A wrong default gateway loses all off-subnet traffic but keeps the local subnet
  • A wrong subnet mask gives partial, inconsistent reachability
  • A duplicate IP causes intermittent connectivity and conflict warnings
  • Keep static IPs out of the DHCP scope to avoid duplicate-address conflicts
  • STP topology changes flush MAC tables by shortening the aging timer
  • A native VLAN mismatch lands untagged frames in the wrong VLAN
  • An access port drops tagged frames, so multi-VLAN links need a trunk
  • A VLAN missing from the trunk's allowed list is pruned across switches
  • Inter-VLAN routing requires a Layer 3 interface per VLAN
  • PortFast on a switch-to-switch link can create a Layer 2 loop
  • RSTP collapses disabled, blocking, and listening into discarding
  • RSTP root, alternate, and backup ports have distinct redundancy roles
  • Classic STP listening and learning add about 30 seconds before forwarding

Unlock with Premium — includes all practice exams and the complete study guide.

References

  1. IEEE 802.1D — Media Access Control (MAC) Bridges (Spanning Tree Protocol) Whitepaper
  2. RFC 2131 — Dynamic Host Configuration Protocol Whitepaper
  3. RFC 3927 — Dynamic Configuration of IPv4 Link-Local Addresses (APIPA) Whitepaper