Bird
0
0

What will be the output of the command traceroute -q 1 8.8.8.8?

medium📝 Command Output Q4 of 15
Linux CLI - Networking Commands
What will be the output of the command traceroute -q 1 8.8.8.8?
AIt sends three probes per hop and shows three responses per line
BIt limits the maximum hops to 1
CIt sends one probe per hop and shows one response per line
DIt disables hostname resolution
Step-by-Step Solution
Solution:
  1. Step 1: Understand the -q option

    The -q option sets the number of probes per hop. -q 1 means one probe per hop.
  2. Step 2: Interpret the output effect

    With one probe, traceroute shows one response per hop line instead of the default three.
  3. Final Answer:

    It sends one probe per hop and shows one response per line -> Option C
  4. Quick Check:

    -q 1 means one probe per hop [OK]
Quick Trick: Use -q to control probes per hop in traceroute [OK]
Common Mistakes:
  • Confusing -q with max hops
  • Thinking -q disables hostname resolution
  • Assuming -q sets timeout

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Linux CLI Quizzes