2022思科认证考试真题精选及答案7卷.docx
《2022思科认证考试真题精选及答案7卷.docx》由会员分享,可在线阅读,更多相关《2022思科认证考试真题精选及答案7卷.docx(39页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、2022思科认证考试真题精选及答案7卷2022思科认证考试真题精选及答案7卷 第1卷 帧中继环境中,CIR的含义是()A.提高线路速率B.保证线路速率C.降低线路速率D.配置线路速率正确答案:B Which of the following services use TCP? (Choose three)A. DHCPB. SMTPC. SNMPD. FTPE. HTTPF. TFTP正确答案:BDEB,D,E 解析:Explanation:TCP (Transmission Control Protocol) is a reliable mechanism for data delivery
2、. SMTP, FTP and HTTP services use TCP via ports 25, 20/21, and 80, respectively. Ezonexam has implemented the use of VLANs in their network. Which of the following are considered to be a benefit of VLANs? (Choose three)A. They increase the size of collision domains.B. They allow logical grouping of
3、users by function.C. They can enhance network security,D. The increase the size of broadcast domains while decreasing the number of the broadcast domains.E. The increase the number of broadcast domains while decreasing the size of the broadcast domains.F. They simplify switch administration.正确答案:BCE
4、B,C,E 解析:Explanation:There are many motivations for using VLANs, including these:1. To group users by department, or by groups that work together, instead of by physical location. (B)2. To reduce overhead by limiting the size of each broadcast domain (E)3. To enforce better security by keeping sensi
5、tive devices on a separate VLAN (C)4. To separate specialized traffic from mainstream traffic - for example, putting IP telephones on a separate VLAN form. user PCs. Which of following VLAN frame. encapsulation types are configurable on a Cisco switch? (Select two answer choices.)A. VTPB. 802.1QC. L
6、LCD. ISLE. CDPF. PAP正确答案:BDB,D 解析:Explanation:ISL and 802.1Q are the two trunking encapsulations that can be configured on a Cisco switch. ISL is Cisco proprietary and 802.1Q is the IEEE standard method.Incorrect Answers:A. VTP is the VLAN Trunking Protocol, which is used to carry VLAN information a
7、cross the trunks. The question is asking for the encapsulation options for the trunk, which will be used by VTP.C. LLC is the Logical Link Control, which is a sub-layer of the data link layer.E. CDP is the Cisco Discovery Protocol, which is used by Cisco devices to discover information on neighborin
8、g Cisco devices.F. PAP is the Password Authentication Protocol, which is used as an authentication mechanism on PPP links.要确保交换机成为VLAN30的根网桥,可使用下面哪两个命令之一?()A.spanning-tree vlan 30 priority 0B.spanning-tree vlan 30 priority 16384C.spanning-tree vlan 30 root guaranteeD.spanning-tree vlan 30 root prima
9、ry答案:AD 关于RIP协议描述正确的是()。A.距离矢量路由协议B.链路状态路由协议C.有RIPv1和RIPv2两个版本D.都使用广播发送,支持验证和VLSM正确答案:AC What is the IEEE standard associated with Gigabit Ethernet? (Select two answer choices)A. 802.11B. 802.5C. 802.3abD. 802.3aeE. 802.3zF. 802.3u正确答案:CEC,E 解析:Explanation:The IEEE 802.3z standard describes 1000BASE
10、-SX.The 1000BaseT standard was released in June 1999, defined by IEEE 802.3ab.Incorrect Answers:A. This describes the standard used for wireless networks.B. This is the standard for token ring networks.D. On June 17, 2022 the IEEE 802.3ae specification for 10 Gigabit Ethernet was approved as an IEEE
11、 standard by the IEEE Standards Association (IEEE-SA) Standards Board.F. IEEE 802.3u describes the standard for 100BASE-TX. A Ezonexam router boots up in ROMMON mode. What is ROM Monitor (ROMMON)?A. A memory component for storing the saved configuration fileB. A memory management toolC. An operating
12、 system used for hardware troubleshooting and for password recoveryD. Temporary storage space for the router operating filesE. The source of the primary Cisco IOS software imageF. None of the above正确答案:CC 解析:Explanation:The ROM Monitor is a very limited code set that enables you to perform. elementa
13、ry functions to manually get the router or switch back to a functioning state. You can perform. low-level diagnostics and even copy a new IOS file to the Cisco device over the console port. It is also used after the break sequence is issued during bootup for password recovery use. 在PING命令的输出显示中,下面的哪
14、一个代表了良好的连接状态?()A.!B.C.xxxxxD.*正确答案:A2022思科认证考试真题精选及答案7卷 第2卷 IGP是内部网关协议,BGP是外部网关协议。此题为判断题(对,错)。正确答案: PPP工作在OSI的哪一层()A.物理层B.数据链路层C.网络层D.传输层正确答案:B OSI七层模型中,传输层的数据封装名称为()A.比特B.帧C.包D.段正确答案:D What is the subnet for the host IP address 172.16.210.0/22?A. 172.16.42.0B. 172.16.107.0C. 172.16.208.0D. 172.16.2
15、52.0E. 172.16.254.0F. None of the above正确答案:CC 解析:Explanation:This question is much easier then it appears when you convert it to binary and do the Boolean operation as shown below:IP address 172.16.210.0 = 10101100.00010000.11010010.00000000/22 mask = 11111111.11111111.11111100.00000000AND result =
16、 11111111.11111111.11010000.00000000AND in decimal= 172. 16. 208. 0 From where does a small network typically get its IP network addresses or IP block?AFrom the Internet Domain Name Registry (IDNR)BFrom the Internet Assigned Numbers Authority (IANA)CFrom the Internet Service Provider (ISP)DFrom the
17、Internet Architecture Board (IAB)ENone of the above正确答案:C解析:Explanation:Normally a small network will be assigned a number of IP addresses from their ISP, or in some cases, such as DSL and cable modem, a single dynamic IP address will be assigned by the ISP. Only very large networks requiring a larg
18、e IP block (normally more than a /20) will register with IANA, RIPE, or ARIN (American Registry of Internet Numbers) to obtain their IP addresses. 都是NAT的地址转换方式()。A.静态地址转换B.动态地址转换C.复用动态地址D.端口地址转换正确答案:ABD 备份路由器IOS的命令是:()A.copy flash tftpB.copy running-configt ftpC.copy IOS tftpD.copy startup-configt f
19、tp正确答案:A You are trying to connect directly into the LAN prot of a Ezonexam router. You want to telnet to the local Cisco router using TCP/IP but cannot create a session.What should you do to resolve the problem?A. Use a straight-through cable to connect your computers COM port to the routers consol
20、e port.B. Use a crossover cable to connect your computers COM port to the routers console port.C. Use a straight-through cable to connect your computers COM port to the routers Ethernet port.D. Use a crossover cable to connect your computers Ethernet port to the routers Ethernet port.E. Use a rollov
21、er cable to connect your computers Ethernet port to the routers Ethernet port.F. Use a straight-through cable to connect your computers Ethernet port to the routers Ethernet port.G. None of the above正确答案:DD 解析:Explanation:In order to connect directly to a router via telnet, you must connect to the r
22、outer via one of the LAN ports. When connecting directly to the Ethernet port with a PC without the use of a switch or hub, a crossover cable must be used.Incorrect Answers:A, B, C. In order to telnet directly into the router via a TCP/IP connection, the COM port of the PC can not be used. The COM p
23、ort is used for direct terminal emulation programs such as HyperTerminal.E. Rollover cables are used for console connections into the router, not for TCP/IP connections.F. Straight through cables are used for connections into a switch or hub from the PC. It will not work for direct Ethernet connecti
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 2022 思科 认证 考试 精选 答案
限制150内