提交 6af3caeb 编写于 作者: Z zhaoxizxzx

Merge remote-tracking branch 'origin/master'

{
"type": "code_options",
"author": "Jhon",
"source": "01.md",
"notebook_enable": false,
"exercise_id": "054d6e3cf0b74e4597437ea90a7d260a"
}
\ No newline at end of file
# 链路聚合
以下哪些是链路聚合的优点:
1. 增加链路带宽
2. 实现链路传输弹性
3. 简化链路
4. 优化工程冗余
## 答案
1,2,4
## 选项
### A
1,2,3
### B
1,3,4
### C
2,3,4
{
"type": "code_options",
"author": "Jhon",
"source": "02.md",
"notebook_enable": false,
"exercise_id": "44374cc02b1447c490620366e58c8600"
}
\ No newline at end of file
# 链路聚合
以下模式中哪些属于链路聚合:
1. 手动负载均匀模式
2. 自动模式
3. LACP模式
4. 自动调节模式
## 答案
1,3
## 选项
### A
1,2
### B
1,3
### C
1,4
{
"type": "code_options",
"author": "Jhon",
"source": "03.md",
"notebook_enable": false,
"exercise_id": "96f26489569d4fdb880400acbebdfd87"
}
\ No newline at end of file
# 链路聚合
以下关于链路聚合说法错误的是?
## 答案
当交换机检测到其中一个成员端口的链路发生故障时,就停止在此端口上发送封包,并根据负荷分担策略在剩下的链路中重新计算报文的发送端口,故障端口恢复后不会再次担任收发端口
## 选项
### A
链路聚合(英语:Link Aggregation)是一个计算机网络术语,指将多个物理端口汇聚在一起,形成一个逻辑端口
### B
当交换机检测到其中一个成员端口的链路发生故障时,就停止在此端口上发送封包,并根据负荷分担策略在剩下的链路中重新计算报文的发送端口,故障端口恢复后不会再次担任收发端口
### C
链路聚合在增加链路带宽、实现链路传输弹性和工程冗余等方面是一项很重要的技术。
{
"node_id": "network-9f63af019f97456bbf2da57a02268d26",
"keywords": ["链路聚合"],
"keywords": [
"链路聚合"
],
"children": [],
"export": [],
"export": [
"01.json",
"02.json",
"03.json"
],
"keywords_must": [],
"keywords_forbid": []
}
\ No newline at end of file
{
"type": "code_options",
"author": "benttto",
"source": "01.md",
"notebook_enable": false,
"exercise_id": "d29f4947a28f4eff82119d57240a7f74"
}
\ No newline at end of file
# STP
STP是一种由交换机运行的、用来解决网络中环路问题的()协议
## 答案
数据链路层
### A
网络层
### B
应用层
### C
传输层
{
"type": "code_options",
"author": "benttto",
"source": "02.md",
"notebook_enable": false,
"exercise_id": "90cfed7463cf475986277bb8133ffd7e"
}
\ No newline at end of file
# STP
在STP树的生成过程首先选举
## 答案
根桥
## 选项
### A
阻塞备用端口
### B
指定端口
### C
根端口
{
"type": "code_options",
"author": "benttto",
"source": "03.md",
"notebook_enable": false,
"exercise_id": "913706cf61434964b0bc13c37024ea9d"
}
\ No newline at end of file
# STP
STP的作用主要是防止网络中的()形成环路工作
## 答案
冗余链路
## 选项
### A
冗余设备
### B
冗余链路
### C
冗余网络
{
"node_id": "network-47c1720cca854491a63065893b444aa0",
"keywords": ["生成树","STP"],
"keywords": [
"生成树",
"STP"
],
"children": [],
"export": [],
"keywords_must": [],
"keywords_forbid": []
"export": [
"01.json",
"02.json",
"03.json"
],
"keywords_must": ["冗余链路","STP","环路问题"],
"keywords_forbid": ["RIP","ISIS","BGP"]
}
{
"type": "code_options",
"author": "qq_45947883",
"source": "01.md",
"notebook_enable": false,
"exercise_id": "3f472aa1a5344de7b93038bf21979988"
}
\ No newline at end of file
# RIP路由过程控制
哪一条命令可以停止RIP路由过程?
## 答案
RouterB(config)# no router rip
## 选项
### A
RouterB(config)# router rip, RouterB(config-router)# shutdown
### B
RouterB(config)# router rip, RouterB(config-router)# network no 192.168.2.0
### C
RouterB(config)# router no rip
{
"type": "code_options",
"author": "qq_45947883",
"source": "02.md",
"notebook_enable": false,
"exercise_id": "12dde577dc634f71b6368514af168cae"
}
\ No newline at end of file
# RIPv1特性
下列关于 RIPv1 特性的陈述中,哪一项是正确的?
## 答案
它是一种距离矢量路由协议;RIP 消息的数据部分封装在 UDP 数据段中
## 选项
### A
它会在路由更新中通告路由的地址和子网掩码;它最多允许路由域中存在 15 台路由器
### B
RIP 消息的数据部分封装在 TCP 数据段中;RIP 消息的数据部分封装在 UDP 数据段中
### C
它每 15 秒广播一次更新;它是一种距离矢量路由协议
{
"type": "code_options",
"author": "qq_45947883",
"source": "03.md",
"notebook_enable": false,
"exercise_id": "e405975dcf134aba8f0dc51c1ce5a895"
}
\ No newline at end of file
# RIPv2特性
RIPv2相对于RIPv1来说主要有3方面的改进。下面的选项中,RIPv2的特点不包括
## 答案
支持动态网络地址变换来使用私网地址
## 选项
### A
使用组播而不是广播来传播路由更新报文
### B
采用了触发更新机制来加速路由收敛
### C
使用经过散列的口令来限制路由信息的传播
{
"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
{
"type": "code_options",
"author": "Bibabu330",
"source": "01.md",
"notebook_enable": false,
"exercise_id": "4f87f89a8fe34baaa3005e17dc72a91b"
}
\ No newline at end of file
# OSPF
ospf共有几种分组类型
## 答案
五种
## 选项
### A
三种
### B
四种
### C
六种
\ No newline at end of file
{
"type": "code_options",
"author": "Bibabu330",
"source": "02.md",
"notebook_enable": false,
"exercise_id": "661666401f564b639054df30bac2080e"
}
\ No newline at end of file
# OSPF
下列关于OSPF协议的描述中,错误的是()。
## 答案
在一个区域内的路由器数一般不超过24个
## 选项
### A
对于规模很大的网络,OSPF通过划分区域来提高路由更新收敛速度
### B
OSPF协议没有自动汇总功能
### C
在一个OSPF区域内部的路由器不知道其他区域的网络拓扑
\ No newline at end of file
{
"type": "code_options",
"author": "Bibabu330",
"source": "03.md",
"notebook_enable": false,
"exercise_id": "0ac2c49bb3504d89b7bc5901d7c92a72"
}
\ No newline at end of file
# OSPF
以下关于OSPF协议的描述中,错误的是()。
## 答案
链路状态数据库只保存下一级路由器的数据
## 选项
### A
OSPF使用分布式链路状态协议
### B
链路状态”度量“主要是指费用、距离、延时、带宽等
### C
OSPF协议是高级距离矢量路由协议
\ No newline at end of file
......@@ -2,7 +2,11 @@
"node_id": "network-460e4f45b1dc4746a5e6d53df073d8f3",
"keywords": ["OSPF"],
"children": [],
"export": [],
"export": [
"01.json",
"02.json",
"03.json"
],
"keywords_must": [],
"keywords_forbid": []
}
\ No newline at end of file
{
"type": "code_options",
"author": "Bibabu330",
"source": "01.md",
"notebook_enable": false,
"exercise_id": "6ceb5956ed06417899a82ed29213870e"
}
\ No newline at end of file
# ISIS动态路由协议
IS-IS属于()网关路由协议,用于自治系统()。IS-IS是一种()协议,与TCP/IP网络中的OSPF协议非常相似,使用()进行路由计算。
## 答案
内部
内部
链路状态
最短路径优先算法
## 选项
### A
外部
外部
距离向量
最短路径优先算法
### B
内部
内部
链路状态
最短路径优先算法
### C
内部
内部
链路状态
距离矢量算法
{
"type": "code_options",
"author": "Bibabu330",
"source": "02.md",
"notebook_enable": false,
"exercise_id": "aa35d4db176e44c2b077efb2af00b36b"
}
\ No newline at end of file
# 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
{
"type": "code_options",
"author": "Bibabu330",
"source": "03.md",
"notebook_enable": false,
"exercise_id": "827a7a93975c48e092d189f81a06b34e"
}
\ No newline at end of file
# ISIS动态路由协议
ISIS报文直接封装在()层协议中,ISIS中的NSAP最小长度为()字节,最大长度为()字节。
## 答案
数据链路层
8
20
## 选项
### A
网络层
8
32
### B
数据链路层
8
20
### C
数据链路层
4
20
\ No newline at end of file
{
"node_id": "network-872fb874602d49aeaf479aa555f768f7",
"keywords": ["ISIS"],
"keywords": [
"ISIS"
],
"children": [],
"export": [],
"export": [
"01.json",
"02.json",
"03.json"
],
"keywords_must": [],
"keywords_forbid": []
}
\ No newline at end of file
{
"type": "code_options",
"author": "Jason",
"source": "01.md",
"notebook_enable": false,
"exercise_id": "14362caaa6f0478b889dc4eec473288c"
}
\ No newline at end of file
# BGP
以下哪个是EGP协议
## 答案
BGP
## 选项
### A
RIG
### B
IS-IS
### C
OSPF
\ No newline at end of file
{
"type": "code_options",
"author": "Jason",
"source": "02.md",
"notebook_enable": false,
"exercise_id": "b6dac00428aa4a21be11479a10894a9f"
}
\ No newline at end of file
# BGP
下面关于BGP的叙述哪个是正确的( )
## 答案
BGP采用TCP方式发送路由协议信息
## 选项
### A
BGP不能发布直连路由
### B
BGP每30秒就会刷新一次路由信息
### C
BGP的AS-path属性不可控制
\ No newline at end of file
{
"type": "code_options",
"author": "Jason",
"source": "03.md",
"notebook_enable": false,
"exercise_id": "49243c1d0204425ab708c0711e5f7fe0"
}
\ No newline at end of file
# BGP
关于BGP路由属性说法正确的是()
## 答案
BGP的路由聚合可能会改变原有的AS-Path属性
## 选项
### A
在AS之间也可以使用local preference属性
### B
下一跳属性路由不可达不影响BGP路由的发布
### C
在Origin属性中,优先选择EGP属性的路由
\ No newline at end of file
......@@ -2,7 +2,11 @@
"node_id": "network-d6e6178da70c4c488b4e6137a6f4f039",
"keywords": ["BGP"],
"children": [],
"export": [],
"keywords_must": [],
"keywords_forbid": []
"export": [
"01.json",
"02.json",
"03.json"
],
"keywords_must": ["BGP","自治系统间的路由协议","边界网关协议"],
"keywords_forbid": ["RIP","OSPF","内部网关协议"]
}
\ No newline at end of file
{
"type": "code_options",
"author": "benttto",
"source": "01.md",
"notebook_enable": false,
"exercise_id": "93b2d81b116d4e95848742ccedb5b4dd"
}
\ No newline at end of file
# QoS
关于抖动的说法,不正确的是
## 答案
时延越小则抖动时延范围越大
## 选项
### A
抖动过大会导致协议震荡
### B
报文不能等间隔到达目的端,这种现象叫抖动
### C
可利用缓存来克服过量的抖动,但会增加时延
{
"type": "code_options",
"author": "benttto",
"source": "02.md",
"notebook_enable": false,
"exercise_id": "dfb4242cba0c44c48424a2d5207c944c"
}
\ No newline at end of file
# QoS
模块化QoS命令行MQC是指通过将具有某类共同特征的报文划分为一类,并为同一类报文提供相同的服务,也可以对不同类的报文提供不同的服务,以下不是MQC的三要素的是
## 答案
流转发
## 选项
### A
流分类
### B
流行为
### C
流策略
{
"type": "code_options",
"author": "benttto",
"source": "03.md",
"notebook_enable": false,
"exercise_id": "3189c2a7556144c6bbb1e0efa8d9a9e5"
}
\ No newline at end of file
# QoS
对于QoS提供的调度算法,以下说法不正确的是
## 答案
QoS采用先进先出(FIFO)调度
## 选项
### A
至少要能区分队列中的不同分组
### B
需要知道每个分组的服务等级
### C
调度算法决定下一个处理队列中的哪个分组
{
"node_id": "network-40f0e24cb89b479c82163e686b1271c4",
"keywords": ["Qos概述"],
"keywords": [
"Qos概述"
],
"children": [],
"export": [],
"keywords_must": [],
"keywords_forbid": []
"export": [
"01.json",
"02.json",
"03.json"
],
"keywords_must": [
"QoS",
"MQC",
"调度"
],
"keywords_forbid": [
"PPP",
"VRRP",
"RIP"
]
}
\ No newline at end of file
{
"type": "code_options",
"author": "Jason_Zhou1",
"source": "01.md",
"notebook_enable": false,
"exercise_id": "ff8c59347ac8481593778e0ba3c5d440"
}
\ No newline at end of file
# QoS
关于Qos分类说法错误的是()
## 答案
分类发生在端口输出报文阶段
## 选项
### A
优先级分类根据各种网络所关注的业务类型已经出现多种不同的标准
### B
分类动作的核心任务是确定输入报文的CoS值
### C
支持QoS功能的设备,能够提供传输品质服务
\ No newline at end of file
{
"type": "code_options",
"author": "Jason_Zhou1",
"source": "02.md",
"notebook_enable": false,
"exercise_id": "f7f359c711c44b64ac11bb6a90f5c7f0"
}
\ No newline at end of file
# QoS
以下哪个不是RFC定义的四类标准的PHB()
## 答案
DS
## 选项
### A
CS
### B
EF
### C
AF
\ No newline at end of file
{
"type": "code_options",
"author": "Jason_Zhou1",
"source": "03.md",
"notebook_enable": false,
"exercise_id": "be7a31298fa148d28d2b37dc5b6027a7"
}
\ No newline at end of file
# QoS
下列关于QoS分类说法错误的是()
## 答案
DSCP一共采用了4bit作为QoS标识
## 选项
### A
Classifier分类是QoS的一种分类方法
### B
根据协议对数据包进行识别和优先级处理可以降低延迟
### C
通过检查IP数据包的端口号码,智能网络可以确定数据包是由哪类应用产生的
\ No newline at end of file
{
"node_id": "network-c0196e2fe2e846bc8a4c9bb338221528",
"keywords": ["Qos分类"],
"keywords": [
"Qos分类"
],
"children": [],
"export": [],
"keywords_must": [],
"keywords_forbid": []
"export": [
"01.json",
"02.json",
"03.json"
],
"keywords_must": [
"QoS",
"服务质量"
],
"keywords_forbid": [
"QoE"
]
}
\ No newline at end of file
......@@ -893,8 +893,16 @@
"BGP"
],
"children": [],
"keywords_must": [],
"keywords_forbid": []
"keywords_must": [
"BGP",
"自治系统间的路由协议",
"边界网关协议"
],
"keywords_forbid": [
"RIP",
"OSPF",
"内部网关协议"
]
}
},
{
......@@ -1027,8 +1035,13 @@
"Qos分类"
],
"children": [],
"keywords_must": [],
"keywords_forbid": []
"keywords_must": [
"QoS",
"服务质量"
],
"keywords_forbid": [
"QoE"
]
}
}
],
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册