Podcast
Questions and Answers
Modern networking trends place an increasing burden on system and networking ______.
Modern networking trends place an increasing burden on system and networking ______.
administrators
The increase in capacity of network transmission technologies has been matched by an increase in the performance of network ______.
The increase in capacity of network transmission technologies has been matched by an increase in the performance of network ______.
devices
The volume and variety of network traffic are generated by sources such as big data, cloud computing, IoT, and ______.
The volume and variety of network traffic are generated by sources such as big data, cloud computing, IoT, and ______.
mobile traffic
To respond to differing levels of QoS, network traffic has grown more complex and difficult to ______.
To respond to differing levels of QoS, network traffic has grown more complex and difficult to ______.
Signup and view all the answers
Year by year, network devices have larger, faster memories, enabling greater buffer capacity and faster buffer ______.
Year by year, network devices have larger, faster memories, enabling greater buffer capacity and faster buffer ______.
Signup and view all the answers
Increasing ______ and complex traffic patterns are driving network providers to reevaluate traditional approaches.
Increasing ______ and complex traffic patterns are driving network providers to reevaluate traditional approaches.
Signup and view all the answers
The networking landscape is evolving with an increase in user ______ and service delivery expectations.
The networking landscape is evolving with an increase in user ______ and service delivery expectations.
Signup and view all the answers
Intrusion detection system/intrusion prevention systems (IDS/IPS) are examples of network ______ that have improved over time.
Intrusion detection system/intrusion prevention systems (IDS/IPS) are examples of network ______ that have improved over time.
Signup and view all the answers
SDN offers a centralized, programmable network that consists of an SDN ______, southbound APIs, and northbound APIs.
SDN offers a centralized, programmable network that consists of an SDN ______, southbound APIs, and northbound APIs.
Signup and view all the answers
Traditionally, the two key functions of a router are ______ and routing.
Traditionally, the two key functions of a router are ______ and routing.
Signup and view all the answers
The SDN approach splits the two functions between a ______ plane and a control plane.
The SDN approach splits the two functions between a ______ plane and a control plane.
Signup and view all the answers
Before SDN, the data and control planes essentially functioned as ______.
Before SDN, the data and control planes essentially functioned as ______.
Signup and view all the answers
In traditional networks, routing determines the ______ taken by packets from source to destination.
In traditional networks, routing determines the ______ taken by packets from source to destination.
Signup and view all the answers
Traditional network architectures often face issues such as static, complex architecture leading to ______.
Traditional network architectures often face issues such as static, complex architecture leading to ______.
Signup and view all the answers
SDN uses networking software (controller) to ______ the network.
SDN uses networking software (controller) to ______ the network.
Signup and view all the answers
The decisions of what to do with the data are made on the ______ plane.
The decisions of what to do with the data are made on the ______ plane.
Signup and view all the answers
Inconsistent policies necessitate configuration changes to ______ devices and mechanisms.
Inconsistent policies necessitate configuration changes to ______ devices and mechanisms.
Signup and view all the answers
The inability to ______ leads to challenges as demands on networks grow both in volume and variety.
The inability to ______ leads to challenges as demands on networks grow both in volume and variety.
Signup and view all the answers
SDN added new features and ______ to network devices.
SDN added new features and ______ to network devices.
Signup and view all the answers
Vendor dependence arises from a lack of open ______ for network functions.
Vendor dependence arises from a lack of open ______ for network functions.
Signup and view all the answers
Two key technologies being deployed for adaptability and scalability are ______ and Network Functions Virtualization (NFV).
Two key technologies being deployed for adaptability and scalability are ______ and Network Functions Virtualization (NFV).
Signup and view all the answers
SDN enables designers to program the forwarding decisions in routers and switches via ______.
SDN enables designers to program the forwarding decisions in routers and switches via ______.
Signup and view all the answers
SDN provides greater ______ for developers and network managers over network equipment.
SDN provides greater ______ for developers and network managers over network equipment.
Signup and view all the answers
Traditional networking requires configuring each device ______, unlike SDN.
Traditional networking requires configuring each device ______, unlike SDN.
Signup and view all the answers
The switches constitute the data plane and perform only data ______.
The switches constitute the data plane and perform only data ______.
Signup and view all the answers
The ______ plane provides the intelligence in designing routes.
The ______ plane provides the intelligence in designing routes.
Signup and view all the answers
Communication between the controller and the switches uses a ______ protocol.
Communication between the controller and the switches uses a ______ protocol.
Signup and view all the answers
The data plane consists of physical switches and ______ switches.
The data plane consists of physical switches and ______ switches.
Signup and view all the answers
Each switch must implement a model of packet forwarding that is uniform and open to the SDN ______.
Each switch must implement a model of packet forwarding that is uniform and open to the SDN ______.
Signup and view all the answers
The most prominent example of an open API is ______.
The most prominent example of an open API is ______.
Signup and view all the answers
SDN controllers can be implemented directly on a ______ or on a virtual server.
SDN controllers can be implemented directly on a ______ or on a virtual server.
Signup and view all the answers
Controllers use information about capacity and demand obtained from the networking ______.
Controllers use information about capacity and demand obtained from the networking ______.
Signup and view all the answers
SDN controllers expose northbound ______, allowing developers to deploy network applications.
SDN controllers expose northbound ______, allowing developers to deploy network applications.
Signup and view all the answers
Off-the-shelf software solutions are ready-made and can be used by anyone who ______ them.
Off-the-shelf software solutions are ready-made and can be used by anyone who ______ them.
Signup and view all the answers
A number of vendors offer a Representational State ______ (REST) for application program management.
A number of vendors offer a Representational State ______ (REST) for application program management.
Signup and view all the answers
Horizontal APIs, referred to as ______, would enable communication among groups of controllers.
Horizontal APIs, referred to as ______, would enable communication among groups of controllers.
Signup and view all the answers
At the application plane are various applications that interact with ______ controllers.
At the application plane are various applications that interact with ______ controllers.
Signup and view all the answers
Applications convey their requirements to the SDN controller via a northbound ______.
Applications convey their requirements to the SDN controller via a northbound ______.
Signup and view all the answers
The control plane is separated from the data ______ in Software-Defined Networking.
The control plane is separated from the data ______ in Software-Defined Networking.
Signup and view all the answers
Examples of SDN applications include energy-efficient networking, security ______, and access control.
Examples of SDN applications include energy-efficient networking, security ______, and access control.
Signup and view all the answers
Study Notes
Evolving Network Requirements
- Modern networks are facing increasing demands from big data, cloud computing, IoT devices and mobile traffic.
- Network capacity is increasing due to improvements in hardware (larger memories, faster processors).
- Traffic patterns are becoming complex with different quality of service (QoS) requirements.
Traditional Network Architectures
- Traditional networks face challenges due to:
- Static, complex architectures: Difficulty in adjusting to changing demands.
- Inconsistent policies: Network-wide security policies are difficult to implement.
- Inability to scale: Networks struggle to handle rapid growth.
- Vendor dependence: Limitations imposed by closed interfaces.
Software Defined Networking (SDN)
- SDN provides a centralized, programmable network architecture.
- SDN offers more control over network equipment.
- Key Components:
- SDN Controllers: Centralized network management.
- Southbound APIs: Convey information to switches and routers.
- Northbound APIs: Communicate with applications and services.
SDN Functionality
- SDN separates Control and Data Planes.
- Control Plane: Responsible for routing and traffic prioritization.
- Data Plane: Forwards data based on control plane policies.
SDN Data Plane
- Switches (physical or virtual) handle the forwarding of packets.
- Standardized protocols facilitate communication between the controller and switches.
SDN Control Plane
- Controls network devices through software.
- Centralized management allows for dynamic configuration and processing of data.
SDN Architecture
- Consists of Application Plane, Control Plane, Data Plane and Southbound and Northbound APIs.
- The data plane consists of physical and virtual switches responsible for packet forwarding.
- Southbound API defines a model or abstraction for packet forwarding.
Southbound API
- Provides a standardized interface (OpenFlow protocol) for communication between the control and data planes.
Northbound APIs
- Allow developers to build and deploy network applications.
- These APIs provide mechanisms for accessing and controlling network resources.
East/Westbound APIs
- Designed for communication and synchronization between controller groups for high availability.
Application Plane
- Houses SDN applications that interact with the controller via northbound APIs.
- Examples of applications:
- Energy-efficient networking
- Security monitoring
- Access control
- Network management
Characteristics of Software-Defined Networking
- Separation of control plane and data plane.
- Network devices become simple packet-forwarding devices.
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.
Related Documents
Description
Explore modern network requirements and the transition to Software Defined Networking (SDN). This quiz covers the challenges of traditional architectures and the advantages of SDN in managing complex traffic patterns and enhancing scalability. Test your understanding of these crucial networking concepts.