source

Structure

1.讨论SDN的时间线,从1980s至今。

2.认识到SDN背后的原则和idea。

3.识别SDN起源的架构主题。

NOTE

Four Chapter in SDN History:

(1)相关技术的演变。

(2)转控分离。

(3)对于特定的数据平面开发的控制信道(channels)。

(4)控制信道及数据平面的会聚收敛(convergence)。

1.Evolution of Supporting Technologys => Three Lessons

(1)集中式控制网络:AT&T网络,1980s。

彼时控制平面和数据平面耦合,有以下两大特点:

a.In-band Signaling

In telecommunications, in-band signaling is the sending of control information within the same band or channel used for voice or video.

共享同一条信道,负载大。

b.网络出错率高,不安全。

Thus:

AT&T => turn into DP and CP seperated, used in telephone network => provide various kinds of new services => spec: a & b & c

a.telephone network

--

b.signaling at NCP => back-end Database => customer info

--

c.benifits => deploy specific services on demand && rapid introduction of new services

=> spec - Benifits of the NCP and AT&T Network:

a.摒弃了In-band signaling从而降低开销:缩减环路(shorter circuits)的持续时间;在请求一个环路之前,能够决定其繁忙或空闲的状态。

b.对其新型服务的迅捷宣传.

=> results - Apps from composing the basic primitives that based on the NCP

a.收集N个摘要

b.发送消息给NCP

c.记录

d...

=> eg. Person Locator

a.User => register => NCP DB

b.NCP => route => location

总结:Benifits of Central Control

1.Network-wide vantage(优势) point

能够直接观察到整网行为

2.Independent evolution of infrastructure, data and services

服务和资源的分配取决于用户数据及网络负载。

(2)可编程性:积极网络,1990s。

(3)被称为杀手级应用的网络虚拟化:Switchlets,XEN,VINI,1990s。

2017/2/20

Coursera SDN M1.1 SDN History: Central Control的更多相关文章

  1. Central Control Over Distributed Routing阅读笔记

    Central Control Over Distributed Routing 0.ABSTRACT1.Introduction2.Flexible Fibbing3.Augmenting Topo ...

  2. [SDN] What is SDN?

    本篇学习笔记写于 Sun Nov 13 15:08:02 2016, 可能有认识不全面的地方. 参考资料为ONF的官方网站中: Software-Defined Networking (SDN) De ...

  3. Neural Pathways of Interaction Mediating the Central Control of Autonomic Bodily State 自主神经系统-大脑调节神经通路

    Figure above: Critchley H D, Harrison N A. Visceral influences on brain and behavior[J]. Neuron, 201 ...

  4. Coursera SDN M1.2.1 SDN History: Programmable Networks 2

    NOTE Capsules Example 1.Type Field: excute forwarding routine => carry program 2.Previous address ...

  5. Coursera SDN M1.2.1 SDN History: Programmable Networks 1

    接上第二点 NOTE (2)active networks => Programmability in networks(1990s) Sturcture: What are active ne ...

  6. SDN理解:SDN现状

    目录 - SDN现状 - (一)SDN现状 - SDN诞生的背景 - SDN的介绍 - (二)SDN领域的相关组织和发展现状 - 1.ONF - 2.OpenDaylight - 3. IETF -  ...

  7. location.replace() keeps the history under control

    from https://dev.opera.com/articles/efficient-javascript Occasionally, it is necessary to change the ...

  8. 【2019.11.27】SDN课程阅读作业(2)

    过去20年中可编程网络的发展可以分为几个阶段?每个阶段的贡献是什么? Making computer networks more programmable enables innovation in ...

  9. DevOps之软件定义网络SDN

    唠叨话 关于德语噢屁事的知识点,仅提供专业性的精华汇总,具体知识点细节,参考教程网址,如需帮助,请留言. <软件定义网络SDN(Software Defined Network)> 关于软 ...

随机推荐

  1. {sharepoint}提升 SharePoint 代码执行权限

    提升 SharePoint 代码执行权限 关于如何提升 SharePoint 代码执行权限及相关知识介绍的文章我们园子里有很多, 这里给出其中两篇文章的链接,就不再啰嗦了. http://www.cn ...

  2. python 多线程ping大量服务器在线情况

    需要ping一个网段所有机器的在线情况,shell脚步运行时间太长,用python写个多线程ping吧,代码如下: #!/usr/bin/python #coding=utf-8 ''' Create ...

  3. windowSoftInputMode

    有个问题困扰我一晚上,每次进入Activity后,EditText自动获得焦点弹出软键盘,键盘遮挡listView,使得无法显示最后一条消息.我在edittext点击事件中也设定了,listView. ...

  4. 微信小程序 --- 用户登录

    整体逻辑:点击用户中心,如果如果整个页面没有

  5. Hibernate--快速上手

    一.初识 Hibernate 经典的软件应用体系结构有三层:表示层(提供了与用户交互的接口,实现用户操作界面,展示用户需要的数据).业务逻辑层(完成业务流程,处理表示层提交的数据请求,并将要保存的数据 ...

  6. 170710、springboot编程之启动器Starter详解

    此文系参考网络大牛的,如有侵权,请见谅! Spring Boot应用启动器基本的一共有N(现知道的是44)种:具体如下: 1)spring-boot-starter 这是Spring Boot的核心启 ...

  7. jq和axios的取消请求

    场景: 分页: 每次点击分页会发送请求,如果上一次请求还未获取到,下一次请求已经开始且先一步获取到,那么数据上会出现问题. 快速点击会发送多次请求,多次点击的时候一般的做法我们会定义一个flag,此时 ...

  8. 信息收集1:DNSEUM命令

    1,背景 今天无意中发现了dnsenum这个工具,在网上搜了下关于dnsenum的介绍和安装使用方法,资料不是很全,但还好这个工具也算简单,网上也都有源码,可以自行下载下来阅读阅读.本人好奇在本机(u ...

  9. JIRA licence crack and etc

    https://my.oschina.net/u/199525/blog/313788 http://blog.csdn.net/joinandjoin/article/details/9052785 ...

  10. jQuery至上宝典

    一 jQuery是什么? <1> jQuery由美国人John Resig创建,至今已吸引了来自世界各地的众多 javascript高手加入其team. <2>jQuery是继 ...