In the context of network troubleshooting, what does the traceroute command help determine?
- Network route and hops
- Network latency and speed
- Network security status
- Network bandwidth utilization
The traceroute command helps determine the network route and hops between the local system and a destination. It shows the IP addresses of routers or devices through which data packets pass on their way to the destination, helping identify network connectivity issues or delays.
Loading...
Related Quiz
- In Debian and its derivatives, which tool is primarily used for package management?
- You're creating a script that should take different actions based on the day of the week. Which Bash construct would be most suitable for this?
- Which command in Linux is used to format a new disk partition?
- Which Linux utility allows you to monitor and manage system CPU performance?
- In a shell script, which built-in variable represents the process ID of the current script?