diff --git "a/data/2.\347\275\221\347\273\234\344\270\255\351\230\266/2.\350\267\257\347\224\261/1.RIP/03.json" "b/data/2.\347\275\221\347\273\234\344\270\255\351\230\266/2.\350\267\257\347\224\261/1.RIP/03.json" index e563976c35ee41b1ab1eb38b8e1d36693e398df3..fc51a596d1f9a64132c81cb05096cdbef6b6c70c 100644 --- "a/data/2.\347\275\221\347\273\234\344\270\255\351\230\266/2.\350\267\257\347\224\261/1.RIP/03.json" +++ "b/data/2.\347\275\221\347\273\234\344\270\255\351\230\266/2.\350\267\257\347\224\261/1.RIP/03.json" @@ -4,4 +4,4 @@ "source": "03.md", "notebook_enable": false, "exercise_id": "e405975dcf134aba8f0dc51c1ce5a895" -} +} \ No newline at end of file diff --git "a/data/2.\347\275\221\347\273\234\344\270\255\351\230\266/2.\350\267\257\347\224\261/1.RIP/config.json" "b/data/2.\347\275\221\347\273\234\344\270\255\351\230\266/2.\350\267\257\347\224\261/1.RIP/config.json" index a5d40da010c381c4b889ceb08b9dfedc8d10ff8e..f7aaea7da8814ad294fecf7bdaf671418a092da2 100644 --- "a/data/2.\347\275\221\347\273\234\344\270\255\351\230\266/2.\350\267\257\347\224\261/1.RIP/config.json" +++ "b/data/2.\347\275\221\347\273\234\344\270\255\351\230\266/2.\350\267\257\347\224\261/1.RIP/config.json" @@ -1,8 +1,15 @@ { "node_id": "network-86a74a86c4634c7f991963d8c39c8200", - "keywords": ["RIP","距离矢量路由协议"], + "keywords": [ + "RIP", + "距离矢量路由协议" + ], "children": [], - "export": [], + "export": [ + "01.json", + "02.json", + "03.json" + ], "keywords_must": [], "keywords_forbid": [] } \ No newline at end of file diff --git "a/data/2.\347\275\221\347\273\234\344\270\255\351\230\266/2.\350\267\257\347\224\261/2.OSPF/01.md" "b/data/2.\347\275\221\347\273\234\344\270\255\351\230\266/2.\350\267\257\347\224\261/2.OSPF/01.md" index 69b0b216978950bb3262ce31d00888447bc9e165..f066aeae332e0d9a9053e27b341dfa73e8969760 100644 --- "a/data/2.\347\275\221\347\273\234\344\270\255\351\230\266/2.\350\267\257\347\224\261/2.OSPF/01.md" +++ "b/data/2.\347\275\221\347\273\234\344\270\255\351\230\266/2.\350\267\257\347\224\261/2.OSPF/01.md" @@ -4,7 +4,7 @@ ospf共有几种分组类型 ## 答案 -C +五种 ## 选项 @@ -18,4 +18,4 @@ C ### C -五种 \ No newline at end of file +六种 \ No newline at end of file diff --git "a/data/2.\347\275\221\347\273\234\344\270\255\351\230\266/2.\350\267\257\347\224\261/2.OSPF/02.md" "b/data/2.\347\275\221\347\273\234\344\270\255\351\230\266/2.\350\267\257\347\224\261/2.OSPF/02.md" index 491b725bd767d7c046fd95299b055977f83ebe87..a20062039f431b8f00cb29b9eb79ac0cdad1fa8b 100644 --- "a/data/2.\347\275\221\347\273\234\344\270\255\351\230\266/2.\350\267\257\347\224\261/2.OSPF/02.md" +++ "b/data/2.\347\275\221\347\273\234\344\270\255\351\230\266/2.\350\267\257\347\224\261/2.OSPF/02.md" @@ -4,7 +4,7 @@ ## 答案 -B +在一个区域内的路由器数一般不超过24个 ## 选项 @@ -14,7 +14,7 @@ B ### B -在一个区域内的路由器数一般不超过24个 +OSPF协议没有自动汇总功能 ### C diff --git "a/data/2.\347\275\221\347\273\234\344\270\255\351\230\266/2.\350\267\257\347\224\261/2.OSPF/03.md" "b/data/2.\347\275\221\347\273\234\344\270\255\351\230\266/2.\350\267\257\347\224\261/2.OSPF/03.md" index b67c40ed55b4f894b531f8fa4b204bf347ea3d29..f99facb29889da29ca6a2ac66799fd6795aab471 100644 --- "a/data/2.\347\275\221\347\273\234\344\270\255\351\230\266/2.\350\267\257\347\224\261/2.OSPF/03.md" +++ "b/data/2.\347\275\221\347\273\234\344\270\255\351\230\266/2.\350\267\257\347\224\261/2.OSPF/03.md" @@ -4,7 +4,7 @@ ## 答案 -C +链路状态数据库只保存下一级路由器的数据 ## 选项 @@ -18,4 +18,4 @@ OSPF使用分布式链路状态协议 ### C -链路状态数据库只保存下一级路由器的数据 \ No newline at end of file +OSPF协议是高级距离矢量路由协议 \ No newline at end of file diff --git "a/data/2.\347\275\221\347\273\234\344\270\255\351\230\266/2.\350\267\257\347\224\261/3.ISIS/01.md" "b/data/2.\347\275\221\347\273\234\344\270\255\351\230\266/2.\350\267\257\347\224\261/3.ISIS/01.md" new file mode 100644 index 0000000000000000000000000000000000000000..6e8b7f8714afa6855cce29ca09da7225ab9904a2 --- /dev/null +++ "b/data/2.\347\275\221\347\273\234\344\270\255\351\230\266/2.\350\267\257\347\224\261/3.ISIS/01.md" @@ -0,0 +1,24 @@ +# ISIS动态路由协议 +IS-IS属于()网关路由协议,用于自治系统()。IS-IS是一种()协议,与TCP/IP网络中的OSPF协议非常相似,使用()进行路由计算。 +## 答案 +内部 +内部 +链路状态 +最短路径优先算法 +## 选项 +### A +外部 +外部 +距离向量 +最短路径优先算法 +### B +内部 +内部 +链路状态 +最短路径优先算法 +### C +内部 +内部 +链路状态 +距离矢量算法 + diff --git "a/data/2.\347\275\221\347\273\234\344\270\255\351\230\266/2.\350\267\257\347\224\261/3.ISIS/02.md" "b/data/2.\347\275\221\347\273\234\344\270\255\351\230\266/2.\350\267\257\347\224\261/3.ISIS/02.md" new file mode 100644 index 0000000000000000000000000000000000000000..a91aa4014b9d70a86c8527ef62cc7ccf81db2254 --- /dev/null +++ "b/data/2.\347\275\221\347\273\234\344\270\255\351\230\266/2.\350\267\257\347\224\261/3.ISIS/02.md" @@ -0,0 +1,23 @@ +# ISIS动态路由协议 +ISIS有2种路由器级别,3种路由器功能 + +()负责在同一个区域内传播链路状态信息,()负责在不同的区域内相互传播链路状态信息。 + +()能获取区域内的路径信息,()能获取区域间的路径信息,()能同时获取区域内和区域间路径。 + +1.L1 + +2.L2 + +3.L1-2 +## 答案 +L1 L2 L1 L2 L1-2 +## 选项 +### A +1,2,1,2,3 +###B +2,1,1,3,2 +###C +1,2,3,1,2 +###D +1,2,3,2,1 \ No newline at end of file diff --git "a/data/2.\347\275\221\347\273\234\344\270\255\351\230\266/2.\350\267\257\347\224\261/3.ISIS/03.md" "b/data/2.\347\275\221\347\273\234\344\270\255\351\230\266/2.\350\267\257\347\224\261/3.ISIS/03.md" new file mode 100644 index 0000000000000000000000000000000000000000..ca46ad75ea2eb838c752c379ffee1314157719c1 --- /dev/null +++ "b/data/2.\347\275\221\347\273\234\344\270\255\351\230\266/2.\350\267\257\347\224\261/3.ISIS/03.md" @@ -0,0 +1,19 @@ +# ISIS动态路由协议 +ISIS报文直接封装在()层协议中,ISIS中的NSAP最小长度为()字节,最大长度为()字节。 +## 答案 +数据链路层 +8 +20 +## 选项 +### A +网络层 +8 +32 +### B +数据链路层 +8 +20 +### C +数据链路层 +4 +20 \ No newline at end of file