Skip to content

Commit

Permalink
🐛 修复 Computer Network.md RIP是应用层协议的知乎链接失效
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzitiansky committed Jun 6, 2020
1 parent c498498 commit 8c6debc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Computer Network.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ Cookie保存在客户端本地,客户端请求服务器时会将Cookie一起
### 什么是RIP (Routing Information Protocol, 距离矢量路由协议)? 算法是什么?
每个路由器维护一张表,记录该路由器到其它网络的”跳数“,路由器到与其直接连接的网络的跳数是1,每多经过一个路由器跳数就加1;更新该表时和相邻路由器交换路由信息;路由器允许一个路径最多包含15个路由器,如果跳数为16,则不可达。交付数据报时优先选取距离最短的路径。

(PS:RIP是应用层协议:https://www.zhihu.com/question/19645407)
(PS:RIP是应用层协议:[https://www.zhihu.com/question/19645407](https://www.zhihu.com/question/19645407)

<details>
<summary>优缺点</summary>
Expand Down

0 comments on commit 8c6debc

Please sign in to comment.