nerdexam
CompTIA

CNX-001 · Question #57

A network engineer is testing the network throughput between Linux servers in a hybrid environment. The engineer needs to measure bandwidth between the servers on premises and servers in the cloud…

The correct answer is A. iperf. iperf (and its successor iperf3) is the standard tool for measuring active network bandwidth and throughput between two endpoints. It operates in a client-server model: one server listens, one client sends, and the tool reports the achievable throughput - exactly what is needed…

Cloud Network Operations and Troubleshooting

Question

A network engineer is testing the network throughput between Linux servers in a hybrid environment. The engineer needs to measure bandwidth between the servers on premises and servers in the cloud to validate network throughput against the ISP SLA. Which of the following is the best tool for this task?

Options

  • Aiperf
  • Btcpdump
  • Cnetcat
  • Dnetstat

How the community answered

(57 responses)
  • A
    74% (42)
  • B
    14% (8)
  • C
    4% (2)
  • D
    9% (5)

Explanation

iperf (and its successor iperf3) is the standard tool for measuring active network bandwidth and throughput between two endpoints. It operates in a client-server model: one server listens, one client sends, and the tool reports the achievable throughput - exactly what is needed to validate performance against an ISP SLA. tcpdump (B) is a packet capture/analysis tool, not a bandwidth measurement tool. netcat (C) is a general-purpose network utility used for port scanning, data transfer, and debugging - not designed for throughput benchmarking. netstat (D) displays current network connections and statistics but does not actively measure bandwidth.

Topics

#Network throughput#Bandwidth measurement#iperf#Network testing tools

Community Discussion

No community discussion yet for this question.

Full CNX-001 Practice