Junior
Which command can be used to trace the route from one host to another?
sobes.tech AI
Answer from AI
Using the traceroute command (or tracert in Windows).
traceroute <target_host>
Example:
traceroute google.com
This command sends data packets and displays a list of intermediate nodes (routers) they pass through, as well as the response time to each node. It helps identify potential bottlenecks or routing issues in the network.