Software Defined Networks Flashcards
(39 cards)
SDN
Software Defined Network
Goals of Configuring Networks
Load Balance, Security, Business Relationships
What cn go wrong during configuration
Oscillation, Loops, Partitions, “BlackHoles”
Why is configuration hard?
Defining correctness is hard, Interactions between protocols(unpredictability), Operators make mistakes
What does SDN provide operators
Network-wide views, Network level objectives, Direct Control
Examples of network wide views in SDN
Topology, Traffic
Examples of network level objectives
Load balance, Security
Examples of Direct Control
Direct Manipulation of data plane
What should routers do to make network operations easier
Forward Packets, collect measurement
What is SDN equivalent to
“Removing routes from the router”
What is the data plane
forward traffic
Routers have state called
routing tables
job of control plane
compute routing table
where does data and control run on conventional networks
on the distributed routers
How is the control and data plane handled in SDN
Logically centralized control, Network-wide control
SDN timeline
2004 RCP BGP only, 2005 4D (decision, dissmination/discovery, data) 2008, Openflow (cheap switches)
Advantages of sdn
Coordination, Evolve, Reasoning
What does separation of the control plane allow
Apply CS techniques to network problems
Infrastructure control plane
Software program
Data plane
programmable hardware
SDN Applications
Data Centers, Backbone networks, Enterprise networks, Internet Exchange Points (IXPs), Home networks
Examples of control plane operations
Compute a forwarding path that satisfies a high level policy, Compute shortest path routing tree, Authenticate a users device
Control Plane functions
Logic that controls forwarding behavior. Examples routing protocols configuration for network middle boxes
Data plane
forward traffic according to control plane logic Examples: forwarding switching