Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The aim of the task is to conduct the performance evaluation of the network. Firstly, it is important to understand the various Network key performance

The aim of the task is to conduct the performance evaluation of the network. Firstly, it is important to understand the various Network key performance indicators (KPIs). These are benchmarks by which optimal network performance is determined. Tracking performance against KPIs helps network managers make proactive decisions to ensure agreed service levels are met.

The most common KPIs are bandwidth, CPU and memory utilization (for device health), Latency and packet loss (indication of possible network problems).

In this task, we will measure the network performance using Iperf tool1.

Iperf is a tool to measure the bandwidth and the quality of a network link. Jperf can be associated with Iperf to provide a graphical frontend written in Java. The network link is delimited by two hosts running Iperf.

The quality of a link can be tested as follows: - Latency (response time or RTT): can be measured with the Ping command. - Jitter (latency variation): can be measured with an Iperf UDP test. - Datagram loss: can be measured with an Iperf UDP test.

The bandwidth is measured through TCP tests.

To be clear, the difference between TCP (Transmission Control Protocol) and UDP (User Datagram Protocol) is that TCP use processes to check that the packets are correctly sent to the receiver whereas with UDP the packets are sent without any checks but with the advantage of being quicker than TCP.

Iperf uses the different capacities of TCP and UDP to provide statistics about network links.

Finally, Iperf can be installed very easily on any UNIX/Linux or Microsoft Windows system. One host must be set as client, the other one as server. Please read the documentation from the footnote provided below

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Entrepreneurship

Authors: Andrew Zacharakis, William D Bygrave

5th Edition

1119563097, 9781119563099

More Books

Students also viewed these Computer Network questions

Question

What do you think is the most diffi cult part of Kolbes job? Why?

Answered: 1 week ago