nerdexam
CompTIA

N10-005 · Question #801

An administrator has been experiencing slower than normal performance on a server. The administrator suspects that a developer is currently uploading large files to it from an internal network PC…

The correct answer is C. netstat. The netstat command displays active TCP connections, listening ports, and network statistics, making it the correct tool to view established FTP connections to a server. No other listed command provides connection state information.

Network troubleshooting

Question

An administrator has been experiencing slower than normal performance on a server. The administrator suspects that a developer is currently uploading large files to it from an internal network PC. Which of the following will display established connections to the server on the FTP port?

Options

  • Aifconfig
  • Bnslookup
  • Cnetstat
  • Darp

How the community answered

(25 responses)
  • B
    4% (1)
  • C
    92% (23)
  • D
    4% (1)

Why each option

The netstat command displays active TCP connections, listening ports, and network statistics, making it the correct tool to view established FTP connections to a server. No other listed command provides connection state information.

Aifconfig

The ifconfig (or ipconfig on Windows) command displays network interface configuration such as IP address and subnet mask, not active network connections.

Bnslookup

The nslookup command queries DNS servers to resolve hostnames to IP addresses and provides no information about active TCP/IP connections.

CnetstatCorrect

The netstat utility shows all active network connections along with their state (e.g., ESTABLISHED), local and remote addresses, and port numbers. Running 'netstat -an' or 'netstat -p tcp' will reveal any established connections to the server's FTP port (21), confirming whether a client is actively transferring files.

Darp

The arp command displays and manages the ARP cache, which maps IP addresses to MAC addresses, and does not show TCP connection states or port usage.

Concept tested: Using netstat to view established TCP connections

Source: https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/netstat

Topics

#netstat#FTP connections#established sessions#network commands

Community Discussion

No community discussion yet for this question.

Full N10-005 Practice