SDN 架构中最显著的一个特点就是采用集中式控制器(Controller): SDN Architecture SDN在应用中大体上可以可以划分为三层体系结构: 应用层(Application Layer) 控制层(Control Layer) 基础设施层(Infrastructure Layer) 不同层次之间通过接口通讯: 北向接口(Northbound interface) 南向接口(Sorthbound interface) 控制层...
命令如下: Curl-X PUT http://localhost:8080/controller/nb/v2/vtn/default/vtns/Tenant1/vBridge1/macmap-d′{“host1mac”:{4e:3a:e0:40:2c:5b},“host3mac”:{9e:3b:56:a7:4a:e7}}′ 然后应用mininet执行h1和h3的ping操作。最终两台主机可以ping通,如图5所示,h1和h3已被划分在同一个VTN虚拟...
CNKIZTE CommunicationsHu, Y., Tian, T., Wang, J.: D-ZENIC: a scalable distributed SDN controller architecture. ZTE Technology, pp. 23-27 (2014)D-ZENIC:A Scalable Distributed SDN Controller Architecture[J]. Yongsheng Hu,Tian Tian,Jun Wang.ZTE Communications. 2014(02)...
OpenFlow协议定义了一种通用的数据平面描述语言,设备上的OpenFlow代理软件通过与OpenFlow Controller建立安全加密(如SSL通信机制)通信隧道来接受对设备的控制转发指令。所有的流表指令均被定义成标准规范,通过Controller与代理之间的加密协议可靠传递。Controller上运行的各种网络应用,均被转换成OpenFlow“指令集”下发,从而...
SDN Architecture SDN在应用中大体上可以可以划分为三层体系结构: 应用层(Application Layer) 控制层(Control Layer) 基础设施层(Infrastructure Layer) 不同层次之间通过接口通讯: 北向接口(Northbound interface) 南向接口(Sorthbound interface) 控制层( Control Layer ) 控制层是 SDN 控制器管理网络的基础设施,可以...
SDN架构图(来自《SDN Architecture Issue 1.1》白皮书) 从整个架构图中不难看出,SDN控制器(controller)是绝对的核心。其肩负着承上启下的作用,既可以视为“服务器”与多个客户端对接,也可以让客户端调用任意数量的“服务器”(或者说是底层资源)。 SDN控制器还肩负着另外两大任务——虚拟化(Virtualization)和编排(...
1. standalone:这种模式下,没有运行controller的情况下,OVS会自动调回普通switch模式,如果有controller的情况,ovs会自动变成 openflow switch。 命令:ovs-vsctl set-fail-mode ovs-switch standalone 2.secure:这种模式下,无论有没有controller, ovs都会作为openflow switch运行, 也就是所有interface在bridge上,等待co...
[24] D. Marconett, S. J. Yoo, Flowbroker: A software-defined network controller architecture for multi-domain brokering and reputation, J. Netw. Syst. Manage. 23 (2) (2015) 328– 359. doi:10.1007/s10922-014-9325-5. [25] D. Marconett, S. J. B. Yoo, Flowbroker: Market-driven...
Controller上运行的各种网络应用,均被转换成OpenFlow"指令集”下发,从而易于实现标准化的模式,这使得OpenFlow成为SDN架构下的重要技术。OpenFlow以一种比拟理想的形式定义了网络设备的供给方式,但这种定义使得网络不是一个平滑升级和演进,而是一个颠覆性的更新,现有网络不能通过OpenF 9、low来升级,而是需要被完全替换...
Computer Science - Networking and Internet ArchitectureThe increase in the number of SDN-based deployments in production networks is triggering the need to consider fault-tolerant designs of controller architectures. Commercial SDN controller solutions incorporate fault tolerance, but there has been little ...