SDN: A complete guide - Part 2
Now we can connect a client and a server in a couple of different ways - and could be setup in a software-defined network. A Software define network attempts to build a computer network by separating it into two systems. The 1st system is the control plane which provides performance and fault management being a NetFlow, IPFIX, SNMP and other standard protocols. It typically handles configuration management at the SDN compliant devices and understands the network topology. Loaded with these details the controller can process connection request based on desired requirements such QoS levels. The controller can also perform link management between devices. The second system is the data plan which responsible for forwarding traffic to the selected destination. Switches can either be reliant on the controller to make forwarding decisions or make the decisions on their own. The control plane configures connection pads or flows into the data plan through the use of a control protocol. Th...