当前位置:网站首页>Advanced network accounting notes (V)
Advanced network accounting notes (V)
2022-06-23 18:58:00 【Bachuan Xiaoxiaosheng】
The network layer ( Control plane )
The way
Tradition ( Distribution )
- On every router Distributed Realization
- Control plane and data plane Integrate In a device
SDN( focus )
- stay SDN Centralized computing of network applications on the controller , Generate flow table
- SDN Controller to SDN Switch distribution flow table
- SDN The switch matches the packets according to the flow table + action
- SDN The switch reports the status
Tradition
Routing algorithm
The goal is
According to the collected routing information ( Topology , Link cost, etc ) It is calculated that the source to target is better ( The price is lower ) route
- Main engine room = Between subnets = Between routers route
because IP Addresses are hierarchical
- In fact, routing calculation is to calculate the aggregation tree of routing nodes
- principle
- Complete and correct
- Simple
- robust
- Stability and fairness
- The optimal / Suboptimal
classification
- static state / dynamic ( The adaptive )
- overall situation / Local
LS Algorithm
Global algorithm
- Each node collects neighbor information to form LS,LS whole AS flooding
- The node collects each LS Status grouping , Form a network topology
- Calculate the optimal path
DV Algorithm
Distributed algorithms
- Each node maintains the next hop and cost to all other nodes
- Neighbor nodes exchange regularly DV
- according to Bellman-Ford All target costs and corresponding next hops are generated iteratively
There is a loop problem & Infinite convergence problem
Hierarchical routing
One plane solves the routing problem
- Calculation , transmission , Large storage capacity
- Not expandable
- It does not meet the management needs of different network operators
Divide into AS
- AS Internal node routing is solved by internal gateway protocol
- OSPF
- RIP
- IGRP
- AS The routing between is solved by the external gateway protocol
- BPG
- Route to gateway , Route from gateway to target gateway ( External gateway protocol ), Target AS Internal by AS Internal routing solution
advantage
- scale : Every AS The number of subnets is limited , Routing cost
- management : Different AS Own agreement
classification
Internal gateway protocol IGP
- RIP & OSPF
Internal support for hierarchical routing , Support multiple costs at the same time - IGRP
External gateway protocol EGP
BGP
- The gateway router participates AS Internal route calculation , collect AS Intranet reachable information
- The gateway router passes through AS Inter route notifies other gateways of reachability information
- The gateway router also forwards “ Pass ” Subnet reachable information , but AS Add yourself to the path AS Number ( Prevent loops )
- Gateway router i-BGP towards AS All internal routing nodes announce the collected subnet reachability information
- The internal router passes through AS Inside you and AS The inter route jointly determines AS Next hop of external subnet
- Internal routing determines how to get to the gateway
- The external route determines which gateway can reach the target subnet
SDN
- The control function is realized on the controller
- The directors and switches follow openflow The southbound interface protocol issues the flow table , Report equipment status
- The controller interacts with the network application according to the north interface
ICMP
effect
- error
- echo Request response
message
- echo
- Tracert
IGMP
Multicast management
边栏推荐
- 在Microsoft Exchange Server 2007中安装SSL证书的教程
- 凸优化笔记
- 可编程全功能速率限制器设计硬件交换机
- Dataease template market officially released
- Comparison and evaluation of digicert and globalsign single domain ov SSL certificates
- pmp考试需要备考多长时间?
- Jericho Forced upgrade [chapter]
- 微机原理第八章笔记整理
- Develop small programs and official account from zero [phase I]
- Shengke communication IPO meeting: annual revenue of 460million China Zhenhua and industry fund are shareholders
猜你喜欢
![【NOI2014】15. Difficult to get up syndrome [binary]](/img/3a/12e9b2566d3ca3330a3cc6c5eaf135.png)
【NOI2014】15. Difficult to get up syndrome [binary]

The yuan universe killer is coming! Xiao Zha offered 4 VR head displays to challenge the visual Turing test

NetCF总结

Noah fortune passed the hearing: with an annual revenue of 4.3 billion yuan, Wang Jingbo has 49% voting rights, and Sequoia is a shareholder

Talk about row storage and column storage of database

How can enterprises do business monitoring well?

Improving efficiency or increasing costs, how should developers understand pair programming?

可编程的,协议独立的软件交换机(论文阅读)
![Jerry's DAC output mode setting [chapter]](/img/b4/64fe92308c16d0cd8c29fee8ad28d8.png)
Jerry's DAC output mode setting [chapter]

从零开发小程序和公众号【第一期】
随机推荐
NetSeer:可编程数据平面的流事件遥测笔记
杰理之添加定时器中断【篇】
What does logistics service and management mainly learn
用户分析-AARRR模型(海盗模型)
【One by One系列】IdentityServer4(二)使用Client Credentials保护API资源
又一家破产清算:那些在时代和资本裹挟下风雨飘摇的游戏公司
2022年升降机司机考试题模拟考试平台操作
STM32 (IX) -- can
杰理之DAC 输出方式设置【篇】
汇编语言(1)基础知识
物流服务与管理主要学什么
矩阵分析笔记(一)
【One by One系列】IdentityServer4(六)授权码流程原理之SPA
吃顿饭的时间,学会simulink之BLDC基本原理
Ges graph computing engine hyg unveils the secrets of Graph Segmentation
Obtain equipment information
凸优化笔记
Tutorial on installing SSL certificates in Microsoft Exchange Server 2007
(10)二叉树
【对比学习】koa.js、Gin与asp.net core——中间件