Course Project for CS05112
Objective Simulate a datacenter network using Mininet.
Datacenter network simulation You will assume each level i.e., core, aggregation, edge (ToR) and host to be composed of a single layer of switches/hosts with a configurable fanout value (k). Run following test Connectivity test Throughput test between 1) hosts in same rack; 2) hosts in different rack but under same aggregate switch 3) hosts in different rack, and under different aggregate switch
Network topology Fanout k=2 topology
Submit your project Your Python source code and readme file if necessary. Your project report document Explain your code and report the test outputs