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. exports和module.exports区别

    参考:module.exports与exports的区别.关于exports的总结 exports 和 module.exports 的区别 module.exports是真正的模块接口,而expor ...

  2. 【Android】Android--Dialog

    前言 对话框对于应用也是必不可少的一个组件,在Android中也不例外,对话框对于一些提示重要信息,或者一些需要用户额外交互的一些内容很有帮助.本篇博客就讲解一下Android下对话框的使用,在本篇博 ...

  3. 【Android】Android 发送短信和打电话的方法

    发送短信的方法 有两种方法可以实现发送短信,其一是使用intent-startActivity,URI数据格式为"smsto:num",调用的action为Intent.ACTIO ...

  4. HDCMS做异步加载!

    控制器的写法: //ajax 请求新闻列表 public function ajaxnewsList(){ $data = Q('sum'); $newsList = M('xinwen')-> ...

  5. 双调欧几里得旅行商问题(TSPhdu2224)

    http://acm.hdu.edu.cn/showproblem.php?pid=2224 The shortest path Time Limit: 1000/1000 MS (Java/Othe ...

  6. 在线预览文档(支持word、excel、ppt、pdf)+在线预览文档html版(转)

    1.首先上网搜索一下有什么解决方案 (1).将文档转换为html,只支持支持office文档 (2).将文档转换为flash,实现类似百度文库的效果,除支持office文档外还支持pdf (1) a. ...

  7. VMware Authorization Service 未运行怎么解决

    操作步骤如下: 1.按win+r快捷键,输入services.msc,点击确定: 2.服务列表找到VMware Authorization Service 并双击: 3.修改启动类型为自动,点击应用, ...

  8. ASM学习记录

    代理: 代理模式: 静态代理: 动态代理:是指在运行期动态的为指定的类生成其代理类.(需要相关的运行时编译技术) Javassist:Javassist是一个运行时编译库,他能动态的生成或修改类的字节 ...

  9. Scala并发编程模型AKKA

    一.并发编程模型AKKA Spark使用底层通信框架AKKA 分布式 master worker hadoop使用的是rpc 1)akka简介 写并发程序很难,AKKA解决spark这个问题. akk ...

  10. 七夕节---hdu1215(打表求因子和)

    题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1215 给你一个数n(1<=n<=50w)求n的所有因子和, 由于n的范围比较大,所以要采用 ...