SDN Architecture – What Exactly Is SDN?

Architecturesdn

Is SDN a buzzword or is it a protocol, standard, or recommendation?

What differentiates SDN from VMware NSX, for example?

Best Answer

I am assuming you are talking about Software Defined Networking. Currently state of the art networks make forwarding decisions within your networking infrastructure. Example - bridge tables are built dynamically from source MAC packets - routing decisions are made off of route tables built from dynamic routing protocol (eigrp/ospf/etc.). In SDN the network infrastructure is simply viewed as a control plane and takes forwarding direction from a central controller (an application running on a server somewhere). So each networking device layer2/layer3 would query the controller for forwarding decisions.

This is a decent article on the subject: SDN

The Wikipedia page goes into a more in-depth discussion of the history and motives: Wikipedia

Related Topic