exam questions

Exam N10-008 All Questions

View all questions & answers for the N10-008 exam

Exam N10-008 topic 1 question 839 discussion

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

A user reports that the internet seems slow on a workstation, but no other users have reported any issues. The server team confirms the servers are functioning normally. A technician suspects something specific to the user's computer is overutilizing bandwidth. Which of the following commands should the technician use to further investigate the issue?

  • A. nmap
  • B. tcpdump
  • C. netstat
  • D. nslookup
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
interestingtimes
Highly Voted 11 months, 2 weeks ago
Selected Answer: C
Netstat can show the amount of data being sent and received.
upvoted 5 times
...
a87d6a4
Most Recent 11 months, 1 week ago
Selected Answer: C
Netstat provides a detailed list of active network connections and their associated ports on the workstation. This information helps identify which applications or services are using network resources and potentially consuming excessive bandwidth. By showing the state of these connections and the amount of data being transmitted, netstat allows the technician to diagnose bandwidth utilization issues effectively. B. tcpdump: While tcpdump captures detailed packet-level data and can be used for in-depth analysis of network traffic, it requires more complex interpretation and may be overkill for this initial troubleshooting step. A. nmap: This tool is used for network scanning and security auditing. It does not provide real-time information about bandwidth utilization or active connections on the workstation. D. nslookup: This command is used for DNS queries to resolve domain names. It does not provide information about network traffic or bandwidth usage.
upvoted 3 times
...
dadba8c
1 year ago
"The netstat command provides information on active network connections, including which applications or processes are using those connections. This can help the technician identify if a particular application or process on the user's workstation is consuming excessive bandwidth." -ChatGPT If netstat isn't an option, ChatGPT says: "Given the updated options, the best command for a technician to further investigate bandwidth overutilization on the user's computer is: tcpdump The tcpdump command captures and analyzes network traffic passing through the network interface of the user's computer. By using tcpdump, the technician can monitor real-time network traffic, identify unusual or excessive traffic patterns, and determine if a specific application or process is consuming too much bandwidth."
upvoted 1 times
...
Dadadagreat
1 year ago
C netstat
upvoted 2 times
...
2c94c62
1 year ago
Selected Answer: C
C. netstat See Chat GPT for details...
upvoted 3 times
...
TrebleSmith
1 year, 1 month ago
Selected Answer: B
All netstat would do is show connections, and that would not necessarily be helpful in a situation like this. tcpdump will capture an analyze packets in real time, allowing for further troubleshooting.
upvoted 4 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 ...