exam questions

Exam N10-009 All Questions

View all questions & answers for the N10-009 exam

Exam N10-009 topic 1 question 97 discussion

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

A systems administrator is investigating why users cannot reach a Linux web server with a browser but can ping the server IP. The server is online, the web server process is running, and the link to the switch is up. Which of the following commands should the administrator run on the server first?

  • A. traceroute
  • B. netstat
  • C. tcpdump
  • D. arp
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
ojones888
Highly Voted 5 months ago
Selected Answer: C
C. tcpdump Explanation: Since users can ping the server but cannot access the web server via a browser, it suggests that the server's network interface is operational (because it responds to ICMP ping requests), but there may be an issue with the web server's network traffic or its ability to respond to HTTP requests. tcpdump is a network packet analyzer that can capture and display packets on the network. Running tcpdump on the server will help the administrator observe if the server is receiving the HTTP requests (on port 80 for HTTP or port 443 for HTTPS) from users and whether the server is responding to those requests. This would be the first step to identify if the issue lies with the server not receiving or not responding to web traffic.
upvoted 5 times
Big_Wes
2 months, 1 week ago
Yes, but it asks which you should do FIRST. A simple netstat could verify this rather than looking through packets. B. Netstat
upvoted 2 times
...
...
SuntzuLegacy
Highly Voted 4 months, 3 weeks ago
Selected Answer: B
The correct answer is: B. netstat Explanation: The netstat command is used to check the listening ports and active network connections on a system. Since the web server process is running and users can ping the server, the issue might be related to whether the web server is properly listening on the expected port (e.g., TCP port 80 for HTTP or TCP port 443 for HTTPS). Running netstat (or its modern replacement, ss) can quickly verify if: The web server is listening on the expected port. The service is bound to the correct IP address or network interface.
upvoted 5 times
...
Nyang2
Most Recent 4 months, 3 weeks ago
Selected Answer: B
Check the netstat first. Even if the demon is running, there is no port mapping or correcrt port number when checking netstat. .
upvoted 3 times
...
Samuel1822
4 months, 3 weeks ago
Selected Answer: B
The netstat command helps verify if the server is listening on the correct port (e.g., 80 or 443 for HTTP/HTTPS)
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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago