Software Defined Networking Flashcards
Is IS-IS a control or data plane protocol? Explain Why.
control – this is used to calculate routes that allow routers to later forward data packets, but does not carry data for any application
Is IP a control or data plane protocol? Explain Why.
data. the actual IP packets that are forwarded by routers are the packets that contain application data
Is UDP a control or data plane protocol? Explain Why.
data. similar to IP these UDP packets contain application data
Is DHCP a control or data plane protocol? Explain Why.
control – this is used to automatically assign IP addresses to end hosts (and sometimes subnet and DNS server locations as well), which is required for that end host to then be able to send and receive data packets, but DHCP messages do not contain any application data themselves.
Is 802.11(WiFi) a control or data plane protocol? Explain Why.
data – this is a link layer protocol that carries data for applications or higher level protocols (which would be considered “data” by the link layer, even if they are not data at the application layer)
Network Management
the Process of configuring the network to achieve a variety of tasks such as:
§ Load Balancing
§ Security
§ Business Relationships
3 things provided by SDN
Network-wide views of topology and traffic
Ability to satisfy network-level objectives
Load balance
Security
Direct Control
An operator can write a control program that
directly affects the data plane
Function of the Data Plane
Forward Traffic according to control plane logic.
Function of the Control Plane
Compute Routing Tables.
Contains Logic that controls forwarding behavior.