SDN Unit 4
SDN Unit 4
sudo mn -c: The "-c" option is used with the "sudo mn"
command to clean up the Mininet environment. It resets the
virtual network to its initial state, removing any previously
created topologies, configurations, and runtime data. This
command is useful for starting fresh or clearing the
environment after testing.
Relationship with SDN: NFV and SDN are related but serve
different purposes. NFV focuses on virtualizing network
functions, while SDN separates the control and data planes for
centralized network management and programmability.