| Route Lookup | Verifies route visibility from a location. | ”Is my new VPC route correctly advertised to my branch office?” |
| Ping | Tests end-to-end reachability and latency. | ”Can my server reach the public internet?” |
| Traceroute | Traces the hop-by-hop path to a destination. | ”Where is the latency or packet loss occurring on the path to my application?” |
| Path MTU Discovery | Determines the maximum packet size on a path. | ”Is a mismatched MTU causing performance degradation?” |
| Packet Capture | Captures raw network traffic for deep analysis. | ”I need to analyze the full packet flow to debug a complex protocol issue.” |