Bird
0
0

What will happen if you run traceroute -w 1 1.1.1.1?

medium📝 Command Output Q5 of 15
Linux CLI - Networking Commands
What will happen if you run traceroute -w 1 1.1.1.1?
ATraceroute disables hostname resolution
BTraceroute waits 1 second for each reply before timing out
CTraceroute limits max hops to 1
DTraceroute sends only 1 probe per hop
Step-by-Step Solution
Solution:
  1. Step 1: Understand the -w option

    The -w option sets the timeout in seconds to wait for each reply.
  2. Step 2: Interpret the command effect

    With -w 1, traceroute waits 1 second per probe before timing out and moving on.
  3. Final Answer:

    Traceroute waits 1 second for each reply before timing out -> Option B
  4. Quick Check:

    -w sets wait time per probe [OK]
Quick Trick: Use -w to set wait time per probe in seconds [OK]
Common Mistakes:
  • Confusing -w with number of probes
  • Thinking -w sets max hops
  • Assuming -w disables hostname resolution

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Linux CLI Quizzes