当前位置:网站首页>Routing foundation - dynamic routing
Routing foundation - dynamic routing
2022-07-02 08:27:00 【Defeat of Fujiwara Qianhua】
Dynamic routing
Preface
The front said , Routing has 3 Source of species :
- Direct link routing
- Static routing
- Dynamic routing
Static routing is manually configured by the administrator , Unable to automatically respond to changes in network topology ; Dynamic routing enables routers to obtain routes from other routers using routing protocols , When the network topology changes , The router will automatically update the routing information .
One 、 What is dynamic routing ?
Dynamic routing means that the router can automatically establish its own routing table , And it can be adjusted timely according to the changes of the actual situation .
Dynamic routing is a concept relative to static routing , It refers to the router can automatically establish its own routing table according to the specific routing information exchanged between routers , And it can adjust automatically according to the changes of links and nodes . When the nodes in the network or the links between nodes fail , Or when there are other available routes , Dynamic routing can choose the best available route and continue to forward messages .
From baidu baike
Two 、 Routing protocol
1. summary
- A language for exchanging information between routers
- Share routing information
- Maintain routing tables 、 Provide the best forwarding path
Since the routing table can be dynamically established and maintained , There is no lack of programming . Protocol in Network Planning , So it is with . Pass code ,
2. Overview of routing protocols

3. classification
According to the scope of action
| - | - |
|---|---|
| IGP(Interior Gateway Protocol) Internal gateway protocol | Running on the AS Inside In exchange for AS Routing within |
| EGP(Exterior Gateway Protocol) External gateway protocol | Running on the AS outside In exchange for AS The route between |
| AS(Autonomous Systems) Autonomous systems | A network under a single management mechanism |
According to the protocol algorithm
| - | - |
|---|---|
| DV(Distance-Vector) Distance vector | Based on distance vector algorithm , The router does not understand the network topology Similar road signs , What I hear Such as :RIP、EIGRP |
| LS(Link-State) | be based on SPF(Shortest Path First, Shortest path first ) Algorithm , The router understands the complete network topology Like a map Such as :OSPF、IS-IS |
According to whether the sent update carries a mask :
| - | - |
|---|---|
| Classful Some kind | No mask RIPv1、IGRP |
| Classless No class | Carry mask RIPv2、EIGRP、OSPF、IS-IS、BGP |
边栏推荐
- Opencv's experience of confusing X and Y coordinates
- HCIA—数据链路层
- Use C language to receive JSON strings
- 力扣每日一题刷题总结:二叉树篇(持续更新)
- Global and Chinese market of recovery equipment 2022-2028: Research Report on technology, participants, trends, market size and share
- 类和对象(类和类的实例化,this,static关键字,封装)
- One of the reasons for WCF update service reference error
- Sparse matrix storage
- Realize bidirectional linked list (with puppet node)
- Force deduction method summary: double pointer
猜你喜欢

什么是SQL注入

Jumping | Blue Bridge Cup

Matlab数学建模工具

链表经典面试题(反转链表,中间节点,倒数第k个节点,合并分割链表,删除重复节点)

Vs code configuration problem

2022 Heilongjiang latest food safety administrator simulation exam questions and answers

Use of opencv3 6.2 low pass filter

Implementation of bidirectional linked list (simple difference, connection and implementation between bidirectional linked list and unidirectional linked list)

Intelligent manufacturing solutions digital twin smart factory

Carsim-問題Failed to start Solver: PATH_ID_OBJ(X) was set to Y; no corresponding value of XXXXX?
随机推荐
How to apply for a secondary domain name?
常量指针和指针常量
Live broadcast platform development, flexible menu, and freely adjust the horizontal size of the menu bar
One of the reasons for WCF update service reference error
Longest isometric subsequence
11月24号,我们为“满月”庆祝
力扣方法总结:滑动窗口
Sqlyog remote connection to MySQL database under centos7 system
力扣每日一题刷题总结:链表篇(持续更新)
多站点高可用部署
My VIM profile
[dynamic planning] p4170: coloring (interval DP)
Use of OpenCV 6.4 median filter
Summary of one question per day: stack and queue (continuously updated)
实现双向链表(带傀儡节点)
When a custom exception encounters reflection
Matlab数学建模工具
Comparable,Comparator,Clonable 接口使用剖析
Matlab - autres
用数字 5,5,5,1 ,进行四则运算,每个数字当且仅当用一次,要求运算结果值为 24