exam questions

Exam N10-008 All Questions

View all questions & answers for the N10-008 exam

Exam N10-008 topic 1 question 834 discussion

Actual exam question from CompTIA's N10-008
Question #: 834
Topic #: 1
[All N10-008 Questions]

A network administrator is troubleshooting an issue on a newly configured college campus network. A Linux workstation can connect to the internet, but it fails to connect to the campus intranet, which is located on another campus. Which of the following commands should the administrator run next to troubleshoot the connection?

  • A. ifconfig
  • B. traceroute
  • C. nmap
  • D. dig
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
a87d6a4
11 months, 1 week ago
Selected Answer: B
The traceroute command (or tracert on Windows) is used to track the path packets take from the source to the destination. It helps identify where the connection is failing between the Linux workstation and the campus intranet, showing the path and any problematic hops. A. ifconfig: This command displays network interface configuration details but does not provide information about connectivity issues beyond the local network. C. nmap: This network scanning tool is used for discovering hosts and services on a network but is not primarily for troubleshooting connectivity issues. D. dig: This command queries DNS servers to troubleshoot domain name resolution issues but does not help with diagnosing routing or connectivity problems.
upvoted 2 times
...
dadba8c
1 year ago
B. traceroute traceroute is a network diagnostic tool that shows the path packets take from the source to the destination by listing all the intermediate routers (hops) along the way. It can help identify where the connection is failing between the Linux workstation and the campus intranet on another campus. By running traceroute, the administrator can see if the packets are reaching the destination or if they are getting blocked or misrouted along the way.
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...