Software Defined Networks SDN
SDN = Software-Defined Networking.
It is a modern approach to computer networks, where the control of traffic and network equipment (switches, routers, etc.) is no longer done manually, through hardware configuration, but centralized and automated, through software.
How SDN works
-
Separates the planes:
-
Control plane (routing and traffic decision logic) – moved to a central software controller.
-
Data plane (the part that actually moves packets through the network) – remains on the devices.
-
The SDN controller manages the entire network and sends instructions to the devices.
-
Administrators can manage the network through a software interface (API, dashboard) instead of configuring each switch/router manually.
SDN advantages