XK0-005 · Question #324
An administrator is trying to optimize a connection to an off-site NFS server. Which of the following commands would BEST display the problems with packet sizes between hops on the network?
The correct answer is A. tracepath. The tracepath command is best suited for diagnosing network issues related to packet sizes between hops, as it actively identifies the maximum transmission unit (MTU) along the network path.
Question
An administrator is trying to optimize a connection to an off-site NFS server. Which of the following commands would BEST display the problems with packet sizes between hops on the network?
Options
- Atracepath
- Bping
- Ctracert
- Dnmap
How the community answered
(25 responses)- A80% (20)
- B4% (1)
- C12% (3)
- D4% (1)
Why each option
The tracepath command is best suited for diagnosing network issues related to packet sizes between hops, as it actively identifies the maximum transmission unit (MTU) along the network path.
The tracepath command discovers the path MTU to a destination, which is crucial for identifying packet size problems that can lead to fragmentation and reduced performance, especially for services like NFS. Unlike tracert or traceroute, tracepath actively attempts to determine the MTU for each hop along the route to pinpoint such issues.
ping only tests connectivity and latency to a single host and does not provide information about packet sizes or MTU along the path.
tracert (or traceroute) shows the path and latency to a destination but does not directly reveal issues with packet sizes or MTU.
nmap is a network scanner used for host discovery and port scanning, not for diagnosing network path MTU or packet size issues.
Concept tested: Network troubleshooting, Path MTU discovery
Source: https://man7.org/linux/man-pages/man8/tracepath.8.html
Topics
Community Discussion
No community discussion yet for this question.