A network administrator receives a ticket stating that a newly deployed application server at cannot reach a remote database server located on a different subnet at . Place the following diagnostic and remediation steps in the correct logical troubleshooting sequence to isolate and resolve the issue.
- 1Verify the application server's local IP address, subnet mask, and default gateway configuration.
- 2Execute a ping command from the application server to its local default gateway IP address.
- 3Run a traceroute command from the application server targeting to locate the specific hop where packets stop forwarding.
- 4Examine the routing table and inbound/outbound Access Control Lists (ACLs) on the router interface corresponding to the failing hop.
- 5Update the ACL rule or routing table entry, then perform an end-to-end ping to verify full reachability.
Answer
The correct logical order begins with checking local host IP configuration (item 1), testing local gateway reachability (item 2), tracing the path to isolate the failing hop (item 3), inspecting the routing table and ACLs at that hop (item 4), and finally applying the fix and verifying end-to-end connectivity (item 5).
Standard network troubleshooting proceeds methodically from the host level outward: verify host parameters, test local gateway reachability, perform path analysis to locate the failing hop, evaluate routing and ACL configurations on that device, and verify resolution.
Step-by-Step Solution
Key Concept
CompTIA Troubleshooting Methodology applied to Routing, Default Gateways, and ACLs