当前位置:网站首页>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 |
边栏推荐
- Network security - summary and thinking of easy-to-use fuzzy tester
- install. IMG production method
- Carsim-問題Failed to start Solver: PATH_ID_OBJ(X) was set to Y; no corresponding value of XXXXX?
- Carsim problem failed to start Solver: Path Id Obj (X) was set to y; Aucune valeur de correction de xxxxx?
- Static library and dynamic library
- Matlab-其它
- Jz-061-serialized binary tree
- Installation and use of simple packaging tools
- CarSim problem failed to start solver: path_ ID_ OBJ(X) was set to Y; no corresponding value of XXXXX?
- 顺序表基本功能函数的实现
猜你喜欢

Introduction to parameters of CarSim pavement 3D shape file

Carsim-路面3D形状文件参数介绍

Vs code configuration problem

VS Code配置问题

Principes fondamentaux de la théorie musicale (brève introduction)

sqli-labs(POST类型注入)

CarSim problem failed to start solver: path_ ID_ OBJ(X) was set to Y; no corresponding value of XXXXX?

Linked list classic interview questions (reverse the linked list, middle node, penultimate node, merge and split the linked list, and delete duplicate nodes)

c语言自定义类型——结构体,位段(匿名结构体,结构体的自引用,结构体的内存对齐)

ICMP协议
随机推荐
Rotating linked list (illustration)
SQL操作数据库语法
Opencv's experience of confusing X and Y coordinates
Linked list classic interview questions (reverse the linked list, middle node, penultimate node, merge and split the linked list, and delete duplicate nodes)
sqli-labs第12关
Get the width and height of the screen in real time (adaptive)
install.img制作方式
Generate database documents with one click, which can be called swagger in the database industry
HCIA—数据链路层
SQLyog远程连接centos7系统下的MySQL数据库
Jupyter Notebook常用快捷键(在命令模式中按H也可查看)
Global and Chinese market of snow sweepers 2022-2028: Research Report on technology, participants, trends, market size and share
Carla-UE4Editor导入RoadRunner地图文件(保姆级教程)
MySQL optimization
Programming ape learning English - imperative programming
TCP/IP—传输层
C language implements XML generation and parsing library (XML extension)
使用Matplotlib绘制图表初步
Using transformer for object detection and semantic segmentation
Implementation of bidirectional linked list (simple difference, connection and implementation between bidirectional linked list and unidirectional linked list)