Exercise 3-1: UDP throughput between stations

Test the UDP throughput with a default Iperf packet size for a connection between client 1 and client 2 (i.e. run the Iperf server on client 2).

Executed on station 1:

iperf -c 10.33.1.101 -u -b 50M

Executed on station 2:

iperf -s -u -i 1