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. Sublime Less 自动编译成css

    1.note编译 .下载notejs https://nodejs.org/en/ .首先你要安装lessc.我是用npm包管理器直接安装的,只需要一条命令,如下: npm install less ...

  2. 【BZOJ5082】弗拉格 矩阵乘法

    [BZOJ5082]弗拉格 Description “如果明天进了面试,我就去爆妹子的照”——有妹子的丁相允作为一个oier,自然不能立太多flag,让我们来看一道和flag有关的题目吧 给你n个fl ...

  3. zabbix安装配置2

    1.平台:centos6.5 2.安装epel: yum install http://mirrors.aliyun.com/epel/6/x86_64/epel-release-6-8.noarch ...

  4. linux设置安全连接设置(私钥)

    1.私钥制作工具:puttygen 连接工具:xshell和putty. 2.制作私钥和公钥 a.打开puttygen点击Generate生产公钥和私钥(鼠标需要晃动,进度条才会前进) b. 设置标签 ...

  5. C# get post 的方法

    #region GET POST /// <summary> /// Get String data = GetString(URL , "PKEY=" + Pkeyl ...

  6. 解决命令行执行shell脚本成功,但crontab执行失败

    实际生产案例 生产机房自建PPTP客户端通过拨号连接到生产机房,但是一旦客户端网络是意外断线再重新拨号 会产生IP冲突,于是写了一个脚本监控PPTP的IP是否有多个(一般冲突以后会生成2个IP) #! ...

  7. pta 习题集 5-14 求n以内最大的k个素数以及它们的和

    本题要求计算并输出不超过n的最大的k个素数以及它们的和. 输入格式: 输入在一行中给出n(10≤≤n≤≤10000)和k(1≤≤k≤≤10)的值. 输出格式: 在一行中按下列格式输出: 素数1+素数2 ...

  8. Code Forces 652A Gabriel and Caterpillar

    A. Gabriel and Caterpillar time limit per test 1 second memory limit per test 256 megabytes input st ...

  9. CodeForces 25C(Floyed 最短路)

    F - Roads in Berland Time Limit:2000MS     Memory Limit:262144KB     64bit IO Format:%I64d & %I6 ...

  10. SQL---->mySQl数据库1------表内容的增删改查

    增: insert into user(id,username,birthday,entry_date,job,salary,resume) values(1,'aaaa','1995-12-10', ...