




版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
HYPERLINK""CCNA640-802V13题库试题分析题库讲解:吴老师(艾迪飞CCIE实验室首发网站:HYPERLINK""1.Whataretworeasonsthatanetworkadministratorwoulduseaccesslists?(Choosetwo.)A.tocontrolvtyaccessintoarouterB.tocontrolbroadcasttrafficthrougharouterC.tofiltertrafficasitpassesthrougharouterD.tofiltertrafficthatoriginatesfromtherouterE.toreplacepasswordsasalineofdefenseagainstsecurityincursionsAnswer:AC解释一下:在VTY线路下应用ACL,可以控制从VTY线路进来的telnet的流量。也可以过滤穿越一台路由器的流量。2.AdefaultFrameRelayWANisclassifiedaswhattypeofphysicalnetwork?A.point-to-pointB.broadcastmulti-accessC.nonbroadcastmulti-accessD.nonbroadcastmultipointE.broadcastpoint-to-multipointAnswer:C解释一下:在默认的情况下,帧中继为非广播多路访问链路。但是也可以通过子接口来修改他的网络的类型。Refertotheexhibit.Howmanybroadcastdomainsexistintheexhibitedtopology?A.oneB.twoC.threeD.fourE.fiveF.sixAnswer:C解释一下:广播域的问题,在默认的情况下,每个互换机是不能隔离广播域的,所以在同一个区域的所有互换机都在同一个广播域中,但是为了减少广播的危害,将广播限制在一个更小的范围,有了VLAN的概念,VLAN表达的是一个虚拟的局域网,而他的作用就是隔离广播。所以被VLAN隔离了的每个区域都表达一个单独的广播域,这样一个VLAN中的广播的流量是不能传到其他的区域的,所以在上题中就有3个广播域了。4.Asingle802.11gaccesspointhasbeenconfiguredandinstalledinthecenterofasquareoffice.Afewwirelessusersareexperiencingslowperformanceanddropswhilemostusersareoperatingatpeakefficiency.Whatarethreelikelycausesofthisproblem?(Choosethree.)A.mismatchedTKIPencryptionB.nullSSIDC.cordlessphonesD.mismatchedSSIDE.metalfilecabinetsF.antennatypeordirectionAnswer:CEF6.Thecommandframe-relaymapip10.121.16.8102broadcastwasenteredontherouter.Whichofthefollowingstatementsistrueconcerningthiscommand?A.Thiscommandshouldbeexecutedfromtheglobalconfigurationmode.B.TheIPaddress10.121.16.8isthelocalrouterportusedtoforwarddata.C.102istheremoteDLCIthatwillreceivetheinformation.D.ThiscommandisrequiredforallFrameRelayconfigurations.E.Thebroadcastoptionallowspackets,suchasRIPupdates,tobeforwardedacrossthePVC.Answer:E解释一下:关于命令frame-relaymapip10.121.16.8102broadcast,这个命令用于手工静态添加一条映射,到达10.121.16.8的流量封装一个DLCI号为102,并且这条PVC是支持广播的流量的,比如RIP的更新包。由于在默认的情况下,帧中继的网络为非广播的,而RIP在其上是无法发包的。8.WhichofthefollowingareassociatedwiththeapplicationlayeroftheOSImodel?(Choosetwo.)A.pingB.TelnetC.FTPD.TCPE.IPAnswer:BC解释一下:在OSI7层模型中位于应用层的应用有telnet和ftp这两种应用。9.Forsecurityreasons,thenetworkadministratorneedstopreventpingsintothecorporatenetworksfromhostsoutsidetheinternetwork.Whichprotocolshouldbeblockedwithaccesscontrollists?A.IPB.ICMPC.TCPD.UDPAnswer:B解释一下:PING命令运用ICMP协议的echo,和echo-replay两个报文来检测链路是否连通的。所以假如要阻止PING的流量到网络,就只要过滤掉ICMP的应用就可以了。10.Refertotheexhibit.ThenetworkadministratorhascreatedanewVLANonSwitch1andaddedhostCandhostD.TheadministratorhasproperlyconfiguredswitchinterfacesFastEthernet0/13throughFastEthernet0/24tobemembersofthenewVLAN.However,afterthenetworkadministratorcompletedtheconfiguration,hostAcomunicatewithhostB,buthostAcouldnotcommunicatewithhostCorhostD.Whichcommandsarerequiredtoresolvethisproblem?A.Router(config)#interfacefastethernet0/1.3Router(config-if)#encapsulationdot1q3Router(config-if)#ipaddress192.168.3.1255.255.255.0B.Router(config)#routerripRouter(config-router)#network192.168.1.0Router(config-router)#network192.168.2.0Router(config-router)#network192.168.3.0C.Switch1#vlandatabaseSwitch1(vlan)#vtpv2-modeSwitch1(vlan)#vtpdomainciscoSwitch1(vlan)#vtpserverD.Switch1(config)#interfacefastethernet0/1Switch1(config-if)#switchportmodetrunkSwitch1(config-if)#switchporttrunkencapsulationislAnswer:A解释一下:这是一个多VLAN间通讯的问题,虽然都同在一台互换机上,但是由于处在不同的VLAN中,而导致了不同VLAN中的主机是不能通讯的。这时我们就需要借助与trunk和三层的路由功能了,在互换机和路由器之间封装TRUNK,这样可以允许互换机间的二层的通讯,但是由于两个VLAN是划分到不同的网段中的,因此需要借助路由器的路由功能来实现三层的可达,可以将VLAN中的主机的网关指定为路由器与该VLAN相连的子接口的地址,这样VLAN中的数据包就都会发往网关,而由网关来进行进一步的转发。在这个题中,题目给出了路由器的的子接口的网段,而又给出了VLAN2与路由器相连的接口的IP地址,所以剩下的一个网段就是给VLAN3的了,所以要在路由器上将与一个子接口划分到VLAN3,并给其分派另一个网段中的IP地址。这样就可以了。11.Whataretworecommendedwaysofprotectingnetworkdeviceconfigurationfilesfromoutsidenetworksecuritythreats?(Choosetwo.)A.AllowunrestrictedaccesstotheconsoleorVTYports.B.Useafirewalltorestrictaccessfromtheoutsidetothenetworkdevices.C.AlwaysuseTelnettoaccessthedevicecommandlinebecauseitsdataisautomaticallyencrypted.D.UseSSHoranotherencryptedandauthenticatedtransporttoaccessdeviceconfigurations.E.Preventthelossofpasswordsbydisablingpasswordencryption.Answer:BD解释一下:要保证外部的安全的站点才可以访问我的网络,这就涉及到了安全的问题了,我们可以使用防火墙来限制外网中来的设备;也可以通过SSH或加密和认证来控制。12.Refertotheexhibit.TheaccesslisthasbeenconfiguredontheS0/0interfaceofrouterRTBintheoutbounddirection.Whichtwopackets,ifroutedtotheinterface,willbedenied?(Choosetwo.)access-list101denytcp192.168.15.325anyeqtelnetaccess-list101permitipanyanyA.sourceipaddress:192.168.15.5;destinationport:21B.sourceipaddress:,192.168.15.37destinationport:21C.sourceipaddress:,191destinationport:21D.sourceipaddress:,192.168.15.36destinationport:23E.sourceipaddress:192.168.15.46;destinationport:23F.sourceipaddress:,192.168.15.49destinationport:23Answer:DE解释一下:这个访问列表定义了两个语句:access-list101denytcp192.168.15.320.0.0.15anyeqtelnetaccess-list101permitipanyany在访问列表中匹配的顺序是从上到下,假如匹配了某一句,就退出访问列表,假如没有就一直往下匹配,在访问列表中有一句隐含的拒绝所有。所以不管怎么样都有一句是能被匹配的。在上题中,他定义的第一句是拒绝到从192.168.15.32-192.168.15.47发出的任何的telnet的流量,然后第二句定义的就是允许所有的IP流量。并且要明确telnet的流量使用的是端口23,所以这个题的答案就很明确了。Refertotheexhibit.Switch1hasjustbeenrestartedandhaspassedthePOSTroutine.HostAsendsitsinitialframetoHostC.Whatisthefirstthingtheswitchwilldoasregardspopulatingtheswitchingtable?A.Switch1willadd192.168.23.4totheswitchingtable.B.Switch1willadd192.168.23.12totheswitchingtable.C.Switch1willadd000A.8AD.Switch1willadd000B.DB95.2EE9totheswitchingtable.Answer:C解释一下:互换机重新启动了,这个时候互换机的MAC地址表是空的,当主机A发送数据给主机C而通过互换机时,互换机根据他的工作的原理他要进行原MAC地址学习,而由于对于这个目的MAC地址无记录,而将这个流量从除收到的这个接口外的所有接口泛洪出去。所以在最开始的一步中,互换机是记录下主机A的MAC地址000A.8A47.E612到他的MAC地址表中。14.heuserofHost1wantstopingtheDSLmodem/routerat192.168.1.254.BasedontheHost1ARPtablethatisshownintheexhibit,whatwillHost1do?A.sendaunicastARPpackettotheDSLmodem/routerB.sendunicastICMPpacketstotheDSLmodem/routerC.sendLayer3broadcastpacketstowhichtheDSLmodem/routerrespondsD.sendaLayer2broadcastthatisreceivedbyHost2,theswitch,andtheDSLmodem/routerAnswer:B解释一下:在下面的表中我们可以看到ARP表中有关于192.168.1.254的ARP条目,所以在这主机都只需要发送单播的ICMP包到DSLmodem/router即可。15.Refertotheexhibit.WhatisthemostefficientsummarizationthatR1canusetoadvertiseworkstoR2?A.172.1.0.0/22B.172.1.0.0/21C.172.1.4.0/22D.172.1.4.0/24172.1.5.0/24172.1.6.0/24172.1.7.0/24E.172.1.4.0/25172.1.4.128/25172.1.5.0/24172.1.6.0/24172.1.7.0/24Answer:C解释一下:这还是一个关于汇总的问题。规定R1将所有的网段用汇总的条目发送给R2,由于这些条目的网络位是相同的都为172.1,所以在这需要汇总的只是第3个八位,将4,4,5,6,7这些写成二进制的形式,然后找出相同的位数,则有相同位数的字节就是他们的掩码的位数,而最小的有相同位的最小的数字就是他们的基数位,所以R1通告出去汇总的条目为172.2.4.0/22。16.Refertotheexhibit.Assumethatallrouterinterfacesareoperationalandcorrectlyconfigured.Inaddition,assumethatOSPFhasbeencorrectlyconfiguredonrouterR2.HowwillthedefaultrouteconfiguredonR1affecttheoperationofR2?A.AnypacketdestinedforanetworkthatisnotdirectlyconnectedtorouterR1willbedropped.B.AnypacketdestinedforanetworkthatisnotdirectlyconnectedtorouterR2willbedroppedimmediately.C.AnypacketdestinedforworkthatisnotdirectlyconnectedtorouterR2willbedroppedimmediatelybecauseofthelackofagatewayonR1.D.ThenetworksdirectlyconnectedtorouterR2willnotbeabletocommunicatewiththe172.16.100.0,172.16.100.128,and172.16.100.64subnetworks.E.AnypacketdestinedforanetworkthatisnotreferencedintheroutingtableofrouterR2willbedirectedtoR1.R1willthensendthatpacketbacktoR2andaroutingloopwilloccur.Answer:E解释一下:在R1上产生了一个OSPF的缺省路由,出接口指定为S0/0,这条缺省路由以5类LSA的形式通告给了R2,于是R2上也有了一条标记为O*E20.0.0.0/0出接口为Serial0/0的路由。所以R2收到任何路由表中没有的目的网段时,就将指定给R1,而R1根据缺省路由的出接口又将数据包发往R2,这样就形成了一个路由的环路。17.Anetworkinterfaceporthascollisiondetectionandcarriersensingenabledonasharedtwistedpairnetwork.Fromthisstatement,whatisknownaboutthenetworkinterfaceport?A.Thisisa10Mb/sswitchport.B.Thisisa100Mb/sswitchport.C.ThisisanEthernetportoperatingathalfduplex.D.ThisisanEthernetportoperatingatfullduplex.E.ThisisaportonanetworkinterfacecardinaPC.Answer:C解释一下:一个接口有冲突检测和载波侦听,并且是使用双绞线的网络,那么对于这个接口我们可以推测出他是以太接口,并且是工作在半双工的模式下。20.Refertothetopologyandrouterconfigurationshowninthegraphic.AhostontheLANisaccessinganFTPserveracrosstheInternet.Whichofthefollowingaddressescouldappearasasourceaddressforthepacketsforwardedbytheroutertothedestinationserver?A.10.10.0.1B.10.10.0.2C.199.99.9.33D.199.99.9.57E.200.2.2.17F.200.2.2.18Answer:D解释一下:这是个NAT地址转换的题目,在这f0/0接口连接下的为私有的地址,这些地址是不能同外网进行通讯的,这时就借助NAT,将内网的私有地址转换为可以在公网上通讯的地址,我们看到NATPOOL中定义的转换后的公有地址为199.99.9.40到199.99.9.62,则表达这段地址是我转换后的内网全局地址,所以HOST想要穿过INTERNET访问FTP服务器,则需要转换为公有地址0到199.99.9.62之内的地址,在上面的答案中只有地址197满足条件,所以答案就是D了。21.AcompanyisinstallingIPphones.Thephonesandofficecomputersconnecttothesamedevice.Toensuremaximumthroughputforthephonedata,thecompanyneedstomakesurethatthephonetrafficisonadifferentnetworkfromthatoftheofficecomputerdatatraffic.Whatisthebestnetworkdevicetowhichtodirectlyconnectthephonesandcomputers,andwhattechnologyshouldbeimplementedonthisdevice?(Choosetwo.)A.hubB.routerC.switchD.STPE.subinterfacesF.VLANAnswer:CF解释一下:公司的语音设备和办公的设备都连在相同的设备上,还要保证语音的数据流在不同与公司的办公的数据流量,最佳的网络设备当然是互换机了,然后运用VLAN的技术就完全可以满足所有的规定了。22.Refertotheexhibit.WhichstatementdescribesDLCI17?A.DLCI17describestheISDNcircuitbetweenR2andR3.B.DLCI17describesaPVConR2.ItcannotbeusedonR3orR1.C.DLCI17istheLayer2addressusedbyR2todescribeaPVCtoR3.D.DLCI17describesthedial-upcircuitfromR2andR3totheserviceprovider.Answer:C解释一下:DLCI是在Frame-relay中的描述二层信息的地址,他的地位等同于以太网中的MAC地址。我们以R2上的DLCI17来看,DLCI17描述的是:从这个接口出去的目的地为R3的接口的这条PVC的二层的地址为17。23.Whichroutingprotocolbydefaultusesbandwidthanddelayasmetrics?A.RIPB.BGPC.OSPFD.EIGRPAnswer:D解释一下:在我们的路由协议中使用复合度量的协议只有IGP和EIGPR,而他们在默认的情况下是使用带宽和延时来计算度量的。25.IntheimplementationofVLSMtechniquesonanetworkusingasingleClassCIPaddress,whichsubnetmaskisthemostefficientforpoint-to-pointseriallinks?A.255.255.255.0B.255.255.255.240C.255.255.255.248D.255.255.255.252E.255.255.255.254Answer:D解释一下:在点到点的链路上由于只需要分派两个地址给两端就可以了,所以加上网络地址和广播地址,这个网段也就只需要有4个地址了,所以网络位需要匹配30位,掩码就为255.255.255.252.26.Refertotheexhibit.ThenetworksconnectedtorouterR2havebeensummarizedasa192.168.176.0/21routeandsenttoR1.WhichtwopacketdestinationaddresseswillR1forwardtoR2?(Choosetwo.)A.192.168.194.160B.192.168.183.41C.192.168.159.2D.192.168.183.255E.192.168.179.4F.192.168.184.45Answer:BE解释一下:这个题其实就是考察的汇总的问题,他说的意思是R2发送了一个汇总的路由192.168.176.0/21给R1,哪两个包文的目的地R1仍将转发给R2。这还是汇总的问题的一个反向的考察,根据21位的掩码位数可以推断在第3个八位字节的前5位是相同的,不同的是后面的3位,而将176写成二进制的形式为10110000,所以可以看出来明细的路由可以是176-183,所以在上面的答案中可以很容易看到答案B和E是我们的明细路由。27.Refertotheexhibit.Switch-1needstosenddatatoahostwithaMACaddressof00b0.d056.efa4.WhatwillSwitch-1dowiththisdata?A.Switch-1willdropthedatabecauseitdoesnothaveanentryforthatMACaddress.B.Switch-1willfloodthedataoutallofitsportsexcepttheportfromwhichthedataoriginated.C.Switch-1willsendanARPrequestoutallitsportsexcepttheportfromwhichthedataoriginated.D.Switch-1willforwardthedatatoitsdefaultgateway.Answer:B解释一下:一方面Switch1需要发送一个数据到MAC地址为00b0.d056.efa4的主机,了解到目的地后,就查看他的MAC地址表,然后发现在MAC地址表中没有这个MAC地址的条目存在。互换机在收到未知的单播,组播和广播时,都采用的是泛洪的方式,往除收到数据的这个接口外的所有接口都发送。所以在这儿,Switch1也采用的上泛洪的方式。28.woroutersnamedAtlantaandBrevardareconnectedbytheirserialinterfacesasshownintheexhibit,butthereisnodataconnectivitybetweenthem.TheAtlantarouterisknowntohaveacorrectconfiguration.Giventhepartialconfigurationsshownintheexhibit,whatistheproblemontheBrevardrouterthatiscausingthelackofconnectivity?A.Aloopbackisnotset.B.TheIPaddressisincorrect.C.Thesubnetmaskisincorrect.D.Theseriallineencapsulationsareincompatible.E.Themaximumtransmissionunit(MTU)sizeistoolarge.F.Thebandwidthsettingisincompatiblewiththeconnectedinterface.Answer:B解释一下:很明显的错误啊,两台路由器的串行接口的地址配置错误,不是在相同的网段,从而导致了不能通讯。29.WhichtwovaluesareusedbySpanningTreeProtocoltoelectarootbridge?(Choosetwo.)A.amountofRAMB.bridgepriorityC.IOSversionD.IPaddressE.MACaddressF.speedofthelinksAnswer:BE解释一下:生成树的选举的问题,根桥的选举是通过比较BID的,而BID由桥优先级和MAC地址组成的.所以在选根桥的时候需要比较的是桥优先级和MACaddress。30.Refertotheexhibit.Whichswitchprovidesthespanning-treedesignatedportroleforthworksegmentthatservicestheprinters?Switch1B.Switch2C.Switch3D.Switch4Answer:C解释一下:这是个关于生成树选举的问题,我们一方面需要找到根桥,而根桥的选举是通过比较桥ID的,并且是越小越优先,桥ID的组成为桥优先级和MAC地址。所以我们通过上图可以找到根桥为switch1。然后在非根桥上选出根端口,通过比较到根桥的花费来选举的,花费最小的就是根端口。由于上图中没有表达出链路的带宽,所以无法比较他们的花费。下一步我们来选举指派端口。每条链路都需要有一个DP,先是比较花费,假如花费相同则比较BID(桥优先级),仍是越小越优先,根据上图的表识,我们可以找到每条链路上的DP,而连Printers的链路上的DP就为Switch3,由于他有更小的MAC地址。32.Refertotheexhibit.WhywouldthenetworkadministratorconfigureRAinthismanner?A.togivestudentsaccesstotheInternetB.topreventstudentsfromaccemandpromptofRAC.topreventadministratorsfromaccessingtheconsoleofRAD.togiveadministratorsaccesstotheInternetE.topreventstudentsfromaccessingtheInternetF.topreventstudentsfromaccessingtheAdminnetworkAnswer:B解释一下:在这儿,将ACL应用到VTY线路下,并且是IN的方向,表达凡是被我的ACL允许的才干telnet到我.在RA上配置的是permit10.1.1.00.0.0.255根据隐式的denyany允许Admin的网段中的用户可以telnet到他,所以Student的网段中的用户是被拒绝的.33.InordertoallowtheestablishmentofaTelnetsessionwitharouter,whichsetofcommandsmustbeconfigured?A.router(config)#lineconsole0router(config-line)#enablepasswordciscoB.router(config)#lineconsole0router(config-line)#enablesecretciscorouter(config-line)#loginC.router(config)#lineconsole0router(config-line)#passwordciscorouter(config-line)#loginD.router(config)#linevty0router(config-line)#enablepasswordciscoE.router(config)#linevty0router(config-line)#enablesecretciscorouter(config-line)#loginF.router(config)#linevty0router(config-line)#passwordciscorouter(config-line)#loginAnswer:F解释一下:telnet是一个应用层的应用,他使用的是vty线路,并且在默认的情况下,是需要访问的线路下设有密码的。而在VTY线路下设立密码的命令为passworkstring,而VTY线路下的另一个命令login则是默认的,可写也可不写。假如想Telnet时在VTY线路下不设立密码也可以访问这个线路,可以在该VTY线路下输入命令nologin。34.Refertotheexhibit.ThetwoexhibiteddevicesaretheonlyCiscodevicesonthenetwork.Theserialnetworkbetweenthetwodeviceshasamaskof255.255.255.252.Giventheoutputthatisshown,whatthreestatementsaretrueofthesedevices?(Choosethree.)A.TheManchesterserialaddressis10.1.1.1.B.TheManchesterserialaddressis10.1.1.2.C.TheLondonrouterisaCisco2610.D.TheManchesterrouterisaCisco2610.E.TheCDPinformationwasreceivedonportSerial0/0oftheManchesterrouter.F.TheCDPinformationwassentbyportSerial0/0oftheLondonrouter.Answer:ACE解释一下:CDP是CISCO私有的一个二层的协议,但是他却可以发现三层的IP信息的.通过CDP可以发现的邻居的信息有:设备的名称,IP地址,端口,能力,平台,对端的holddowntime.在上图的showcdpentry*命令的显示可以看到的信息有:设备名称:London;IP地址:10.1.1.2;平台:cisco2610;能力:Router;端口:s0/1;holdtime:125S.Manchesteter收到这个CDP信息的接口为S0/0.综合一下,这个题目的答案就出来了.35.Anetworkadministratorhasconfiguredtwoswitches,namedLondonandMadrid,touseVTP.However,theswitchesarenotsharingVTPmessages.Givenmandoutputshowninthegraphic,whyaretheseswitchesnotsharingVTPmessages?A.TheVTPversionisnotcorrectlyconfigured.B.TheVTPoperatingmodeisnotcorrectlyconfigured.C.TheVTPdomainnameisnotcorrectlyconfigured.D.VTPpruningmodeisdisabled.E.VTPV2modeisdisabled.F.VTPtrapsgenerationisdisabled.Answer:C解释一下:互换机间不能共享VTP的信息,我们就需要检查VTP的状态,一方面需要检查的是VTP的域名,只有同一个域中的才也许互相学习,再来检查VTP的模式,必须有一个server模式才干有VTP学习的过程的,默认的情况下VTP的模式为Server的。然后我们检查图题目给出的信息,可以看到两台互换机的VTPdomain是不一致的,所以这个就是问题的所在了。36.Host1istryingtocommunicatewithHost2.TerfaceonRouterCisdown.Whichofthefollowingaretrue?(Choosetwo.)A.RouterCwilluseICMPtoinformHost1thatHost2cannotbereached.B.RouterCwilluseICMPtoinformRouterBthatHost2cannotbereached.C.RouterCwilluseICMPtoinformHost1,RouterA,andRouterBthatHost2cannotbereached.D.RouterCwillsendaDestinationUnreachablemessagetype.E.RouterCwillsendaRouterSelectionmessagetype.F.RouterCwillsendaSourceQuenchmessagetype.Answer:AD解释一下:连Host2的接口E0/0down了,那么最直接的反映就发生在路由器C上,C的路由表中的这个条目就消失了,因此当Host1想要跟Host2建立连接的时候,RouterC就发送一个目的网段不可达的消息;假如是使用ping命令,那么RouterC就使用ICMP的包文告诉Host1,Host2是不可打的。37.Refertotheexhibit.Assumingthattherouterisconfiguredwiththedefaultsettings,whattypeofrouterinterfaceisthis?A.EthernetB.FastEthernetC.GigabitEthernetD.asynchronousserialE.synchronousserialAnswer:B解释一下:这个题是需要根据图中提供的信息来判断接口的类型。可以看到接口的MAC地址,表达这个接口肯定不是串行接口,所以可以排除D和E的选项。看带宽BW100000Kbit,表达的是100M的带宽,所以这是个FastEthernet接口。38.Onpoint-to-pointnetworks,OSPFhellopacketsareaddressedtowhichaddress?A.127.0.0.1B.172.16.0.1C.192.168.0.5D.223.0.0.1E.F.254.255.255.255Answer:E解释一下:在OSPF中Hello包发向的是224.0.0.5和224.0.0.6这两个地址的。大家在做OSPF实验的时候,用debug命令是可以看到这两个个地址的。39.Whiletroubleshootingablem,anetworkadministratornoticesthataportstatusLEDonaCiscoCatalystseriesswitchisalternatinggreenandamber.Whichconditioncouldthisindicate?A.Theportisexperiencingerrors.B.Theportisadministrativelydisabled.C.Theportisblockedbyspanningtree.D.Theporthasanactivelinkwithnormaltrafficactivity.Answer:A解释一下:CISCO互换机的端口状态指示灯是闪烁的绿色和浅黄色,表达端口有操作的问题——也许是过量的错误或连接的问题。40.Refertotheexhibit.ThenetworkshownintheexhibitisrunningtheRIPv2routingprotocol.Tworkhasconverged,andtheroutersinthisnetworkarefunctioningproperly.TheFastEthernet0/0interfaceonR1goesdown.Inwhichtwowayswilltheroutersinthisnetworkrespondtothischange?(Choosetwo.)A.Allrouterswillreferencetheirtopologydatabasetodetermineifanybackuproutestothe192.168.1.0networkareknown.B.RoutersR2andR3marktherouteasinaccessibleandwillnotacceptanyfurtherroutingupdatesfromR1untiltheirhold-downtimersexpire.C.Becauseofthesplit-horizonrule,routerR2willbepreventedfromsendingerroneousinformationtoR1aboutconnectivitytothe192.168.1.0network.D.WhenrouterR2learnsfromR1thatthelinktothe192.168.1.0networkhasbeenlost,R2willrespondbysendingaroutebacktoR1withaninfinitemetrictothe192.168.1.0network.E.R1willsendLSAstoR2andR3informingthemofthischange,andthenallrouterswillsendperiodicupdatesatanincreasedrateuntilthenetworkagainconverges.Answer:CD解释一下:这涉及到RIP关于环路避免的几种机制了。在这里R1的直连的链路发生了变化,立即触发更新(触发更新),发送flashupdate出去,将这个条目置为possibledown,设立最大跳数(路由毒性),R2收到这个flashupdate后,也回复一个flashupdate包(毒性逆转),同时将这个条目也置为possibledown,设立最大跳数。42.WhichofthefollowingdescribecessidentifierthatisusedtorunOSPFonarouter?(Choosetwo.)A.Itislocallysignificant.B.Itisgloballysignificant.C.ItisneededtoidentifyauniqueinstanceofanOSPFdatabase.D.ItisanoptionalparameterrequiredonlyifmultipleOSPFprocessesarerunningontherouter.E.AllroutersinthesameOSPFareamusthavethesamcessIDiftheyaretoexchangeroutinginformation.Answer:AC解释一下:OSPF的进程号只在本地有效。在一台路由器上需要为每个进程维护各自的OSPF数据库。43.Refertotheexhibit.TheFMJmanufacturingcompanyisconcernedaboutunauthorizedaccesstothePayrollServer.TheAccounting1,CEO,Mgr1,andMgr2workstationsshouldbetheonlycomputerswithaccesstothePayrollServer.Whattwotechnologiesshouldbeimplementedtohelppreventunauthorizedaccesstotheserver?(Choosetwo.)A.accesslistsB.encryptedrouterpasswordsC.STPD.VLANsE.VTPF.wirelessLANsAnswer:AD解释一下:需要控制只允许哪些组可以访问服务器,组中的哪些用户可以访问,使用的技术当然有ACL和VLAN了。44.Whichtwostatementsaretrueaboutthecommandiproute172.16.3.0255.255.255.0?(Choosetwo.)A.Itestablishesastaticroutetothe172.16.3.0network.B.Itestablishesastaticroutetothe192.168.2.0network.C.Itconfigurestheroutertosendanytrafficforanunknowndestinationtothe172.16.3.0network.D.Itconfigurestheroutertosendanytrafficforanunknowndestinationouttheinterfacewiththeaddress192.168.2.4.E.Itusesthedefaultadministrativedistance.F.Itisaroutethatwouldbeusedlastifotherroutestothesamedestinationexist.Answer:AE解释一下:命令iproute172.16.3.0255.255.255.0192.168.2.4是静态指定一条路由:通过接口192.168.2.4可以到达网段172.16.3.0/24。在这条命令后没有指定管理距离,就表达使用默认的管理距离,为1.45.Thenetworkshowninthediagramisexperiencingconnectivityproblems.Whichofthefollowingwillcorrecttheproblems?(Choosetwo.)A.ConfigurethegatewayonHostAas10.1.1.1.B.ConfigurethegatewayonHostBas10.1.2.254.C.ConfiguretheIPaddressofHostAas10.1.2.2.D.ConfiguretheIPaddressofHostBas10.1.2.2.E.Configurethemasksonbothhoststobe24.F.Configurethemasksonbothhoststobe255.255.255.240.Answer:BD解释一下:主机A到他的指定网关的这条链路是没有问题的,由于HOSTA,接口VLAN1和路由器的f0/0.1网段是相同的,且都是处在VLAN1的。而HOSTB的VLAN2到互换机是没有相同的VLAN接口和他通讯的,所以HOSTB发出的数据到互换机上就被丢弃了。所以需要在互换机上指定一个处在VLAN2的接口,并将SVI地址配置为和路由器POP的f0/0.2相同网段的地址。由于路由器的接口的地址分派的是网段/24,所以我们的HOSTB的地址应当也分派一个1/24的地址,并且网关也指定为路由器POP的f0/0.2的地址。46.WhichthreestatementsarecorrectaboutRIPversion2?(Choosethree.)A.Ithasthesamemaximumhopcountasversion1.B.Itusesbroadcastsforitsroutingupdates.C.Itisaclasslessroutingprotocol.D.IthasalowerdefaultadministrativedistancethanRIPversion1.E.Itsupportsauthentication.F.Itdoesnotsendthesubnetmaskinupdates.Answer:ACE解释一下:关于RIPv2,一方面要了解他是一个无类的路由协议,在发送路由更新的时候是携带掩码的。他的metric的计算方式和RIPv1的相同,仍然是根据跳数的,但是他的跳数范围扩大了,RIPv1的为16跳,而RIPv2的为255跳。RIPv1是以广播的形式发送更新的,在RIPv2中采用的是广播,地址为224.0.0.9。RIPv2是支持认证的,而在RIPv1中是没有这个功能的。RIPv2是可以关闭自动汇总的,而在RIPv1中是不能关闭的。49.Refertotheexhibit.Router1wasjustsuccessfullyrebooted.IdentifythecurrentOSPFrouterIDforRouter1.A.190.172.32.10B.208.149.23.162C.208.149.23.194D.220.173.149.10Answer:C解释一下:这是个关于OSPF的RID的选举的问题。在OSPF中,RID的选举过程是这样的:假如通过命令router-id来指定一个RID,那么就采用手工指定的这个RID;假如没有手工指定,则在可以使用的接口中来选举,他是优先采用回环口的,假如只有一个回环口,就采用这个回环口的IP作为RID,假如有多个回环口,就采用这多个回环口中IP地址最大的作为RID;假如没有回环口,就采用物理接口中IP地址最大的接口IP作为RID。在上面的图中可以看到有两个回环口,而Loopback1的IP更大,所以208.149.23.194就做为RID了。51.WhatcananetworkadministratorutilizebyusingPPPLayer2encapsulation?(Choosethree.)A.VLANsupportB.compressionC.authenticationD.slidingwindowsE.multilinksupportF.qualityofserviceAnswer:BCE解释一下:PPP协议是能支持认证的,涉及PAP和CHAP;PPP还支持压缩功能和差错校验,还可实现多链路捆绑。而他们的这些功能都是HDLC所没有的。52.Refertotheexhibit.Whatisthemeaningofthetermdynamicasdisplayedintheoutputoftheshowframe-relaymapcommandshown?A.TheSerial0/0interfaceispassingtraffic.B.TheDLCI100wasdynamicallyallocatedbytherouter.C.TheSerial0/0interfaceacquiredtheIPaddressof172.16.3.1fromaDHCPserver.D.TheDLCI100willbedynamicallychangedasrequiredtoadapttochangesintheFrameRelaycloud.E.ThemappingbetweenDLCI100andtheendstationIPaddress172.16.3.1waslearnedthroughInverseARP.Answer:E解释一下:这是个关于MAP的知识。在图中可以看到这个MAP是dynamic的,因此是通过inverseARP学习到的。而ip172.16.3.1dlci100表达的是DLCI100映射的地址为172.16.3.1。就像是以太网中的MAC和IP的映射同样,通过DLCI100可以找到IP172.16.3.1。53.WhatisthefunctionoftheCiscoIOScommandipnatinsidesourcestatic10.1.1.5172.35.16.5?A.ItcreatesaglobaladdresspoolforalloutsideNATtransactions.B.Itestablishesadynamicaddresspoolforaninsidestaticaddress.C.ItcreatesdynamicsourcetranslationsforallinsidelocalPATtransactions.D.Itcreatesaone-to-onemappingbetweenaninsidelocaladdressandaninsideglobaladdress.E.Itmapsoneinsidesourceaddresstoarangeofoutsideglobaladdresses.Answer:D解释一下:ipnatinsidesourcestatic10.1.1.5172.35.16.5这条命令是静态创建一个一对一的地址转换。他把内部本地地址10.1.1.5转换为全局地址172.35.16.5。55.Refertotheexhibit.WhenPC1sendsanARPrequestfortheMACaddressofPC2,networkperformanceslowsdramatically,andtheswitchesdetectanunusuallyhighnumberofbroadcastframes.Whatisthemostlikelycauseofthis?A.Theportfastfeatureisnotenabledonallswitchports.B.ThePCsareintwodifferentVLANs.C.SpanningTreeProtocolisnotrunningontheswitches.D.PC2isdownandisnotabletorespondtotherequest.E.TheVTPversionsrunningonthetwoswitchesdonotmatch.Answer:C解释一下:PC1发出一个ARPrequest的数据报,并且是以广播的形式发送出去的。当ARP报文传到switch2,互换机对广播的流量是以泛洪的形式解决的,报文就从除了连接PC1的接口外的所有接口都发出去了。Switch1收到广播后也泛洪,因此一个广播环路就产生了,所以在感觉网络性能很差,由于广播的流量占有了很大的带宽。而我们阻断二层环路是通过生成树来实现的,在图中有环路存在因此就说明没有运营生成树了。56.Anadministratorissuesthecommandping127.0.0.1fromthecommandlinepromptonaPC.Ifareplyisreceived,whatdoesthisconfirm?A.ThePChasconnectivitywithalocalhost.B.ThePChasconnectivitywithaLayer3device.C.ThePChasadefaultgatewaycorrectlyconfigured.D.ThePChasconnectivityuptoLayer5oftheOSImodel.E.ThePChastheTCP/IPprotocolstackcorrectlyinstalled.Answer:E解释一下:地址127.0.0.0是一个私有的保存地址段,他是一个回环的地址,一般用于测试,测试TCP/IP协议栈是否起来了。在一台PC上能ping通127.0.0.1说明这个PC的TCP/IP协议栈是对的安装的。59.Refertotheexhibit.Thenetworkadministratorrequireseasyconfigurationoptionsandminimalroutingprotocoltraffic.Whattwooptionsprovideadequateroutingtableinformationfortrafficthatpassesbetweenthetworoutersandsatisfytherequestsofthenetworkadministrator?(Choosetwo.)A.adynamicroutingprotocolonInternetRoutertoadvertiseallroutestoCentralRouter.B.adynamicroutingprotocolonInternetRoutertoadvertisesummarizedroutestoCentralRouter.C.astaticrouteonInternetRoutertodirecttrafficthatisdestinedfor17/16toCentralRouter.D.adynamicroutingprotocolonCentralRoutertoadvertiseallroutestoInternetRouter.E.adynamicroutingprotocolonCentralRoutertoadvertisesummarizedroutestoInternetRouter.F.astatic,defaultrouteonCentralRouterthatdirectstraffictoInternetRouter.Answer:CF解释一下:由于在这个图中,internetRouter要访问内网17
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 防火防电防雷安全教育
- 消渴病中医护理策略
- 社区健康教育流程
- 阳光工作心态培训
- 学校食品饮食安全知识
- 足浴文案励志工作总结
- 中级公司信贷-中级银行从业资格考试《公司信贷》彩蛋押题1
- 销售年终总结报告
- 数学人教版2024版七年级初一上册3.1列代数式表示数量关系教学教案02
- 质量过程管理
- 2025山西地质集团招聘37人笔试参考题库附带答案详解
- 2024年新疆中考数学试卷(含答案解析)
- 07FK02防空地下室通风设备安装图集
- 武松打虎剧本
- 精品资料(2021-2022年收藏)辽宁省建筑材料检测费标准
- 浙江省交通建设工程质量检测和工程材料试验收费标准表
- 脱硝培训课件
- 关于超细碳酸钙粉体的干法表面改性分析
- 分子生态学(课堂PPT)
- 初中化学优质课评分表.
- 数学物理方法_6_拉普拉斯变换
评论
0/150
提交评论