Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

mininet simulation without controller and with

Whats the difference between using mininet simulation without controller and with controller? Whats the point to use simulation without controller?

Sorry for noob question.

Many thanks,

like image 757
Boruncik Avatar asked Apr 15 '26 20:04

Boruncik


1 Answers

The Mininet network without a controller is a collection of virtual switches and hosts. You can still interact with hosts and use ovs-ofctl to configure flows on the switches, but this would make you the controller.

Using a controller with Mininet doesn't guarantee anything, it is up to the applications configured on the controller to control the network, but ideally the controller is running a L2 learning switch application to give you some network functionality.

like image 126
indlabs Avatar answered Apr 17 '26 17:04

indlabs



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!