cisco试题及答案分析



Cisco试题 保存路由器配置文件 问题:Which command will copy the routers configuration script from RAM to NVRAMA. copy running-config startup-config is read-only,so this is not possible.C. copy allD. save ramE. save ram nvramSelect the 1 best answer题目大意:那个命令是将路由器的配置文件从题解:RAM :相当于计算机的内存,但掉电的时候,内 RAM中拷贝到NVARM中存里面的东西将会丢失NVARM相当于计算机的硬盘,但掉电的时候,硬盘里面的东西不会丢失在语句中的Running-config 是存在于RAM中,Startup- config存在于NVRAM "copy running-configstartup-config〃是一个COPY命令,讲RAM中的数据或配置文件拷贝到 NVAR中同时在实际中可以用 copy runstart来简写这个命令正确答案:A参考资料:CCNA: Cisco Certified Network Associate Study Guide Fourth Edition Page194 : Hands-on Lab : Savinga Router ConfigurationCisco试题:路由协议考题分析 问题:The acronym BGP stands for which protocolGateway ProtocolGateway ProtocolGateway ProtocolGateway ProtocolSelect the 1 best answer题目的意思:BGP是下面那个协议的缩写正确答案: C题解:BGP is an acronym for Border Gateway protocolBGP边界网关协议。
它是取代了 EGP的一种域间路由选择协议°BGP与其他BGP系统交换可达性信息它在PFC1163中进行了定 义BGP- 4: BGP版本4这是在in ternet 上主要的域间路由选择协议的第 4版本°BGP- 4支持CIDR,并且使用路由聚合机制来减少路由表的大小Cisco试题:路由可信度考题分析 问题:Which of the following routes will be used to forward data in a situation where a routing table contains static,RIP,and IGRP routes destined to the same network with each set to its default administrative distanceRIP routestatic routeIGRP route three will load balance. Select the best 1 answer当路由表中包含静态、RIP、IGRP时,比较它们的默认管理距离,会选择哪一个用来转发数据题解:路由器的IOS使用一个叫作“管理距离(Administrative Distance) ”的概念来决定使用何种路由,管理距离是一个表 示某个单独路由器中全部路由协议的可信度的数字,这个数字越低越好,或者说这个路由协议越值得信赖。
类型管理距离staic 1 IGRP 100RIP 120由此表可以看出,表态路由的可信度最高正确答案:B参考资料:CCNA Self-Study CCNA ICND exam certification Guide(Ciscopress,ISBN x)-Page 177Cisco试题:验证主机联通性问题Which command can verify Application Layer connectivity between 2 hostsA. arpB. pingC. telnetD tracerouteE. plp题目意思:以下命令当中那个是在应用层验证两个主机的联通性的命令Telnet tests the Application layer, ping test the Network is an application used to remotely configure a device. If telnet is succesfful you know that full 7 layer stack on the sending and receiving host are configured correctly and are in working order因为telnet命令是工作在应用层,ping命令是工作在网络层的,telnet是应用于远程控制设备的,所以如果能 telnet成功的话,这就证明了两台主机或设备已经联通了,在联通性上面已经没有问题了。
该题目主要考学员命令工作的层面,和OSI七层的关系正确答案:CCisco试题:OSPF协议问题:Which of the following factors determines the OSPFrouter ID when configuring a router with both physical and logical interfacesA. The lowest network number of any interface.B. The highest network number of any interface.C. The highest IP address of any logical interface.D. The middle IP address of any logical interface.E. The lowest IP address of any physical interface.F. The highest IP address of any physical interface.G. The lowest IP address of any logical interface.Select the 1 best answer当使用物理及逻辑接口配置路由器时,上述哪一个决定 OS PF路由器ID解答:OSPF拓扑数据库包含路由器和子网或链路以及附加在它们上面的信息,在邻居列表数据库中识别路由器, OSPF在每个路由器上使用路由器 ID(RID)。
当OSPF启动运行时,在物理接口上的路由器的 OSPF RID为最高IP地址注意:OSPF路由器ID是一个在OSPF处理起始时选择的32位的IP地址在路由器上配置的最高 IP地址即为路由器ID如果配置了一个环回地址,那它就是这个路由器的ID,在多环回地址的示例中,最高的环回地址就是 这个路由器 的ID,被选中的路由器ID是不可更改的,除非移除该IP地址或重新启动OSPF正确答案: F参考:CCNA Self-Study CCNA ICND exam certification Guide(Ciscopress,ISBN x)Page 20 Cisco 试题:UDP 考题分析 问题:What does the User Datagram Protocol(UDP)provideA. Flow control and error checkingB. Name resolutionC. Path discoveryD. FECN&BECNE. Connctionless datagram serviceSelect the 1 best answer(选择一个最佳答案)上述如何描述UDP才是正确的解答:用户数据报协议(UDP)提供了一种无连接、尽力传送的报文转发服务,详见 RFC768。
UDP协议不提供不可靠的数据传输服务,没有错误检测功能UDP协议是英文UserDatagramProtocol的缩写,即用户数据报协议,主要用来支持那些需要在计算机之间传输数据的网络应用包括网络视频会议系统在内的众多的客户 /服务器模式的网络应用都需要使用 UDP协议正确答案: EUDF报头由4个域组成,其中每个域各占用 2个字节,具体如下:源端口号目标端口号 数据报长度 校验值 选项D选中解释:前向显示拥塞指示:帧中继网络中,当 DTE接收到具有FECN位的数据帧后,便知道正在接收帧的 DTE从源目的地的路径已经发生了拥塞这时,要请求上层协议进行适当的流量控制后向显示拥塞控制:当在帧中继的网络里,某条路径阻塞时,会在网络中设置 BECN位并向反向发出°DTE在接收到BECN位的设置时,会对链路进行适当的流量控制 参考资料: Sybex CCNA -- Chapter 1 Internetworking -- The OSI Reference Model -- Transport Layer Cisco试题:虚拟局域网问题: The switches in the diagram are each installed on a different PC has a dedicated switch 1,2,3,4 and 5 each belong tousers in the sales would be the most effective solution that will limit the propagation of broadcasts from these hostsand secure their solution should allow for ease of management,troubleshooting and scalability.A. Create a Sales VLAN on each of the switches and assign the ports connected to PCs 1,2,3,4 and 5 to that VLANB. Create a Sales VPN and use VTP across the trunk links of the switches to propagate membership to PCs 1,2,3,4 and 5C. Move PCs 1,2,3,4 and 5 to the 3rd floor,and disconnect the 3rd floor switch from the rest of the LAND. Replace the switches with routers and use ACLs to control traffic between hosts Select the 1 best answer在交换机的图表中,每个交换机都不在同一层, 每台PC机都连接在交换机的端口上面, 如图PC机1。
25都是销售部门的电脑,有什么解决方案可以隔离广播和提高网络通讯安全,这个解决方案要有容易管理,排错和较高的 可行性 解答:在如上的四种方法中最好的方法是利用vlan技术如果在交换机中使用vlan技术,不需要改变网络的拓扑结构和交 换设备,也可以达到隔离广播和提高网络通讯安全的要求,同时也有很高的可行性所以选择 Avlan的介绍:英文Virtual Local Area Network的缩写,中文名为〃虚拟局域网".VLAN是一种将局域网(LAN设备从逻辑上划分(注意,不是从物理上划分)成一个个网段(或者说是更小 的局域网 LAN),从而实现虚拟工作组(单元)的数据交换技术VLA N的好处主要有三个:(1) 端口的分隔即便在同一个交换机上, 处于不同VLAN的端口也是不能通信的 这样一个物理的交换机可以当作多个逻辑的交换机使用2) 网络的安全不同VLAN不能直接通信,杜绝了广播信息的不安全性3) 灵活的管理更改用户所属的网络不必换端口和连线,只更改软件配置就可以了VLAN在交换机上的实现方法,可以大致划分为六类 :1. 基于端口的VLAN这是最常应用的一种VLA N划分方法,应用也最为广泛、最有效,目前绝大多数VLAN协议的交换机都提供这 种VLAN配 置方法。
这种划分VLAN的方法是根据以太网交换机的交换端口来划分的,它是将 VLAN交换机上的物理端口和VLAN交换机内部的PVC(永久虚电路)端口分成若干个组,每个组构成一个虚拟网,相当于一个独立 的VLAN交换 机2. 基于MAC地址的VLAN这种划分VLAN的方法是根据每个主机的 MAC地址来划分,即对每个 MAC地址的主机都配置他属于哪个组,它实现的机制就是每一块网卡都对应唯一的 MAC地址,VLAN交换机跟踪属于 VLANMAC勺地址这种方式的VLAN允许网络用户从一个物理位置移动到另一个物理位置时,自动保留其所属 VLA N的成员身份3. 基于网络层协议的VLANVLAN按网络层协议来划分,可分为 IP、IPX、DEC net、App leTalk、Banyan等VLA N网络这种按网络层协议来组成的VLAN可使广播域跨越多个VLAN交换机这对于希望针对具体应用和服务来组织用户的网络管理员 来说是非常具有吸引力的而且,用户可以在网络内部自由移动,但其 VLAN成员身份仍然保留不变4. 根据IP组播的VLANIP组播实际上也是一种VLAN的定义,即认为一个IP组播组就是一个VLAN这种划分的方法将VLAN扩大到了广域网, 因此这种方法具有更大的灵活性,而且也很容易通过路由器进行扩展,主要适合于不在同一地理范 围的局域网用户组成一个VLAN不适合局域网,主要是效率不高。
5. 按策略划分的VLAN基于策略组成的VLAN能实现多种分配方法,包括 VLAN交换机端口、MAC地址、IP地址、网络层协议等网络管理人员可根据自己的管理模式和本单位的需求来决定选择哪种类型的 VLAN6. 按用户定义、非用户授权划分的VLAN基于用户定义、非用户授权划分 VLAN是指为了适应特别的VLAN网络,根据具体的网络用户的特别要求来定义和设计VLAN而且可以让非VLAN群体用户访问VLAN但是需要提供用户密码,在得到 VLAN管理的认证后才可以加入一个VLAN正确答案:A Cisco试题:交换机转发时延原因简析问题:What type of switching creates variable latency through the switch 4 and ForwardCut-throughSelect the 1 best answer在交换机中什么交换方式,会引起时延解答:因为在存储转发中,交换机必须先把整个帧在转发出去的时候都读出来,时要 读取大的数据帧比小的数据帧用 多的多所以在读取时会引起时延正确答案:B参考资料:Sybex CCNA Chapter 1 -- Internetworking The OSI Reference Model - The Data Link layerCisco试题:CCNA-OSI参考模型问题:Which layer of the 7 layer model provides services to the application layer over the Session layer connectionSelect the 1 best answer(选择一个最佳答案)在7层OSI模型中为应用层连接会话层及提供服务的是那一层解答:在7层模型中分部情况是:物理层一数据链路层一网络层一传输层一会话层一表示层一应用层,在会话层 和应用层 之间是表示层,表示层提供的服务是:为异种机通信提供一种公共语言,以便能进行互操作。
这种类型的服务之所以需要,是 因为不同的计算机体系结构使用的数据表示法不同对于用户数据来说 ,可以从两个侧面来分析:一个是数据含义被称为语义同,另一个是数据的表示形式,称做语法,像文字,图形,声音,文种,压缩,加密等都 属于语法范畴 例如:ASCH, EBCDIC JPEG GIF, P ICT, MIDI, MPEG本题是讲在会话层和应用层之间的层是什么层:就是表示层记忆7层模型的方法:物一数一网络一传一会一表一应正确答案:D 参考资料:Sybex CCNA - Chapter 1 : Internetworking - The OSI Reference ModelThe Presentation LayerThe Presentation layer gets its name from its purpose: It presents data to the Application layer and is responsible for data translation and code formatting.This layer is essentially a translator and provides coding and conversion functions. A successful data-transfer technique is to adapt the data into a standard format before transmission. Computers are configured to receive this generically formatted data and then convert the data back into its native format for actual reading (for example, EBCDIC to ASCII). By providing translation services, the Presentation layer ensures that data transferred from the Application layer of one system can be read by the Application layer of another one.The OSI has protocol standards that define how standard data should be formatted. Tasks like data compression,decompression, encryption, and decryption are associated with this layer. Some Presentation layer standards are involved in multimedia operations too. The following serve to direct graphic and visual image presentation:PICT A picture format used by Macintosh programs for transferring QuickDraw graphics.TIFF Tagged Image File Format; a standard graphics format for high-resolution, bitmapped imagesJPEG Photo standards brought to us by The Joint Photographic Experts GroupOther standards guide movies and sound:MIDI Musical Instrument Digital Interface (sometimes called Musical Instrument Device Interface), used for digitized music.MPEG Increasingly popular Moving Picture Experts Group standard for the compression and coding of motion vdeo for CDs. It provides digital storage and bit rates up to .QuickTime For use with Macintosh programs; manages audio and video applications.RTF Rich Text Format, a file format that lets you exchange text files between different word processors, even in different operating systems.。