mirror of
https://github.com/Snailclimb/JavaGuide
synced 2025-07-11 18:57:06 +08:00
docs: 修正路由选择算法英文术语错误
This commit is contained in:
parent
6c879e9302
commit
2700c6f3b3
@ -191,7 +191,7 @@ tag:
|
||||
5. **子网掩码(subnet mask )**:它是一种用来指明一个 IP 地址的哪些位标识的是主机所在的子网以及哪些位标识的是主机的位掩码。子网掩码不能单独存在,它必须结合 IP 地址一起使用。
|
||||
6. **CIDR( Classless Inter-Domain Routing )**:无分类域间路由选择 (特点是消除了传统的 A 类、B 类和 C 类地址以及划分子网的概念,并使用各种长度的“网络前缀”(network-prefix)来代替分类地址中的网络号和子网号)。
|
||||
7. **默认路由(default route)**:当在路由表中查不到能到达目的地址的路由时,路由器选择的路由。默认路由还可以减小路由表所占用的空间和搜索路由表所用的时间。
|
||||
8. **路由选择算法(Route Selection)**:路由选择协议的核心部分。因特网采用自适应的,分层次的路由选择协议。
|
||||
8. **路由选择算法(Routing Algorithm)**:路由选择协议的核心部分。因特网采用自适应的,分层次的路由选择协议。
|
||||
|
||||
### 4.2. 重要知识点总结
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user