当前位置:网站首页>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
- 深入理解JVM
- Backup, recovery and repair of XFS file system
- Data reverse attack under federated learning -- gradinversion
- Learn to write article format
- 力扣每日一题刷题总结:栈与队列篇(持续更新)
- On the back door of deep learning model
- Simply test the two different data transmission methods of content length and chunked
- 类和对象(类和类的实例化,this,static关键字,封装)
猜你喜欢

Carsim-问题Failed to start Solver: PATH_ID_OBJ(X) was set to Y; no corresponding value of XXXXX?

STM32 new project (refer to punctual atom)

Opencv3 6.3 reduced pixel sampling with filters

Matlab数学建模工具

Simply test the two different data transmission methods of content length and chunked

顺序表基本功能函数的实现

双向链表的实现(双向链表与单向链表的简单区别联系和实现)

HCIA—应用层

St-link connection error invalid ROM table of STM32 difficult and miscellaneous diseases

Using transformer for object detection and semantic segmentation
随机推荐
Global and Chinese market of tillage finishing machines 2022-2028: Research Report on technology, participants, trends, market size and share
Analysis of the use of comparable, comparator and clonable interfaces
Network security - summary and thinking of easy-to-use fuzzy tester
Jz-061-serialized binary tree
力扣方法总结:查找类
Valin cable: BI application promotes enterprise digital transformation
Opencv common method source link (continuous update)
Common shortcut keys of Jupiter notebook (you can also view it by pressing h in command mode)
Use of opencv3 6.2 low pass filter
cve_ 2019_ 0708_ bluekeep_ Rce vulnerability recurrence
Matlab - autres
web安全--逻辑越权
力扣每日一题刷题总结:二叉树篇(持续更新)
Carsim problem failed to start Solver: Path Id Obj (X) was set to y; Aucune valeur de correction de xxxxx?
In depth understanding of prototype drawings
Carsim-路面3D形状文件参数介绍
力扣每日一题刷题总结:字符串篇(持续更新)
How to back up the configuration before the idea when reinstalling the idea
Global and Chinese market of electric cheese grinder 2022-2028: Research Report on technology, participants, trends, market size and share
Learn to write article format