Project 26: Network Speed Test.
2024-08-05
Objective:
To verify proper functioning of ethernet switch.
Specifications:
Equipment: Netgear 8-Port Gigabit Ethernet Plus Switch
No. Ports: 8
Speed: 2000 Mbps
Click here for product info.
Testing Procedure:
- Run ip add command in termal and get the ip address.
- Test both ip address using ping.
- Install iperf into both machines.
- On the service machine run command iperf -s.
- On the other machine run iperf -c ip-addresss.
Conclusion
This command was useful in identifing the bottleneck in my network.
Copyright © 2024 by Gregory Altimas