To measure and compare bandwidth across different network topologies using Mininet and iperf.
- Mininet
- iperf
- Ubuntu (AWS EC2)
- Single Switch Topology
- Two Switch Topology
| Topology | Bandwidth |
|---|---|
| Single Switch | 29.0 Gbits/sec |
| Two Switch | 27.4 Gbits/sec |
Bandwidth decreases as the number of switches increases due to higher network hops and processing delay.
A Ryu controller was implemented for SDN-based control. Due to compatibility issues in the environment, execution was limited, but the controller logic is included.
sudo mn --custom topology.py --topo mytopoh1 iperf -s &
h2 iperf -c h1