learn
  • Introduction
  • Chapter 1 经验文档
    • 智能网关
  • Chapter 2 GitHub
    • GitHub前期准备
    • GitHub实际操作
  • Chapter 3 System
    • 系统相关配置
    • Shadowsocks搭建
    • Seafile服务器
    • ITMS服务器部署安装
    • GCP防火墙和外部IP配置
  • Chapter 4 Python
    • Python学习笔记
    • Python小练习
  • Chapter 5 SDN
    • mininet
    • opendaylight
  • Chapter 6 C
    • C学习笔记
  • Chapter 7 Programming
    • LeetCode
Powered by GitBook
On this page
  • Software-Defined Networking (SDN) Definition
  • The SDN Architecture is:

Was this helpful?

Chapter 5 SDN


Software-Defined Networking (SDN) Definition

What is SDN? The physical separation of the network control plane from the forwarding plane, and where a control plane controls several devices.

Software-Defined Networking (SDN) is an emerging architecture that is dynamic, manageable, cost-effective, and adaptable, making it ideal for the high-bandwidth, dynamic nature of today’s applications. This architecture decouples the network control and forwarding functions enabling the network control to become directly programmable and the underlying infrastructure to be abstracted for applications and network services. The OpenFlow® protocol is a foundational element for building SDN solutions.

The SDN Architecture is:

DIRECTLY PROGRAMMABLE

Network control is directly programmable because it is decoupled from forwarding functions.

AGILE

Abstracting control from forwarding lets administrators dynamically adjust network-wide traffic flow to meet changing needs.

CENTRALLY MANAGED

Network intelligence is (logically) centralized in software-based SDN controllers that maintain a global view of the network, which appears to applications and policy engines as a single, logical switch.

PROGRAMMATICALLY CONFIGURED

SDN lets network managers configure, manage, secure, and optimize network resources very quickly via dynamic, automated SDN programs, which they can write themselves because the programs do not depend on proprietary software.

OPEN STANDARDS-BASED AND VENDOR-NEUTRAL

When implemented through open standards, SDN simplifies network design and operation because instructions are provided by SDN controllers instead of multiple, vendor-specific devices and protocols.

PreviousPython小练习Nextmininet

Last updated 5 years ago

Was this helpful?