This project (done during the M.Sc.) explores the feasibility of deploying distributed SDN architectures over HAMNET (Highspeed Amateur Radio Multimedia Network) using IP routing protocols like OSPF. It compares centralized and distributed SDN setups in terms of resilience, scalability, and routing performance.
- Institution: TU Ilmenau
- Author: Mamdouh Muhammad
- Supervision: M.Sc. Matthias Aumüller
- Topic: Distributed SDN over Wide Wireless Area Networks (WWAN)
- Tools:
- Mininet for emulation
- Ryu SDN controllers
- RouteFlow + Quagga for routing
- Setup:
- 80 hosts, 21 OpenFlow switches
- 2 Ryu controllers with domain separation
- Traffic rerouted via OSPF upon link failure
See
Topology.pyfor full simulation code.
- Distributed SDN enables fast failover and better load distribution
- RouteFlow correctly maps IP routes into OpenFlow rules
- Resilient under link failure and scalable to multi-domain topologies
BRP Paper.pdf– Brief technical reportBRP Presentation.pptx– Presentation slidesTopology.py– Custom Mininet topology script
Contact: mamdouh.eac@gmail.com