Introduction to Simple Traffic Engineering with SDN
SDN (Software-Defined Networking) is a network architecture that enables the
separation of the control plane and the data plane. This separation allows for
centralized control and management of the network, making it easier to configure,
manage, and optimize.
One of the benefits of SDN is its ability to simplify traffic engineering.
Traditional networks can be complex and difficult to manage, with each device
requiring individual configuration. SDN innovation has made it possible to create
virtual networks that can be easily customized and managed from a central
controller.
SDN Network Architecture and Controller
The SDN architecture consists of a control plane, which makes decisions about how
traffic should be forwarded, and a data plane, which forwards traffic based on
those decisions. The control plane is managed by a controller, which is responsible
for configuring the network and making decisions about how traffic should be
routed.
Controllers can be implemented in virtual machines, making it easy to deploy and
manage them. OpenFlow is a popular protocol for communication between the
controller and the data plane.
Customizing Topology in Mininet
Mininet is a popular network emulator that can be used to create virtual networks
for testing and development. With SDN, it is possible to customize the topology of
the network in Mininet, creating complex network scenarios to test and optimize.
Evaluating and Modifying Traffic Paths in SDN
One of the key benefits of SDN is its ability to evaluate and modify traffic paths
in real-time. By monitoring network traffic and making intelligent decisions about
how traffic should be routed, SDN can optimize network performance and reduce
latency.
In summary, SDN simplifies traffic engineering by enabling centralized control and
management of the network. With SDN, it is possible to customize network topology,
evaluate and modify traffic paths, and optimize network performance.
Separation of Control plane in SDN:
In Software-Defined Networking (SDN), the Separation of Control and Data Plane is a
key principle. The control plane, which makes decisions about network traffic, is
separated from the data plane, which forwards the traffic. This separation allows
for centralized control and programmability of the network.
In traditional networks, the control plane and data plane are tightly integrated
within individual network devices, leading to increased complexity and reduced
flexibility. SDN addresses these issues by allowing the control plane to be
implemented in a logically centralized controller, which has a global view of the
network and can make more informed decisions about traffic flow.
The separation of control and data plane also enables innovation in the network, as
changes to the control plane can be made without affecting the data plane, and vice
versa. This allows for the rapid development and deployment of new network services
and applications.
The SDN Network Architecture consists of three layers: the application layer, the
control layer, and the infrastructure layer. The controller, which implements the
control plane, resides in the control layer and communicates with the