A. Review the architectural plans to see how many drops go to each closet.
B. Count the number of rooms near each closet and standardize eight drops per room.
C. Wireless is the new standard and no network switches will be needed in the building,
D. Count the number of phone ports and configure two network ports for each phone port.
第1题:
A. a straight-through cable
B. an EIA/TIA-232 serial cable
C. an auxiliary cable
D. a modem cable
E. a cross-over cable
第2题:
RefertotheoutputshownonswitchSW1below:Warning:Spantreeportfaststartshouldonlybeenabledonportsconnectedtoasinglehost.Connectinghubs,concentrators,switches,bridges,etc.toafaststartportcancausetemporaryspanningtreeloops.Usewithcaution.Spantreeports4/1-24faststartenabled.Whatcommandcouldyouentertoreproducethisoutput?
第3题:
第4题:
A.AroutedportdoesnotrunSTPorDTP
B.AroutedportisconsideredtobeinadownstateifitisnotoperationalatbothLayer1andLayer2
C.AnSVIisconsideredtobeinadownstateifitisnotoperationalatbothLayer1andLayer2
D.AnSVIisconsideredtobeinadownstateonlywhennoneoftheportsinthecorrespondingVLANareactive
E.AnSVIportdoesnotrun5TPorDTP
F.Tocreateatrunk,anSVIcanbelogicallydividedintosubinterfaces
第5题:
A. OSPF is not supported by the design
B. HSRP is not supported by the design
C. preempt tuning of the default gateway is needed
D. the design implements Layer 3 between the access switch and the distribution switch
第6题:
现在需要对xml文档中所有的chapter元素排序后再利用for-each进行循环,要求排序依据为chapter下名为“no”的子元素,且按数值类型进行排序。能实现该功能的选项为()。
A.<for-each select="//chapter"> <sort data-type="number" select="//no" /> </for-each>
B.<for-each select="//chapter"> <sort data-type="number" select="/no" /> </for-each>
C.<for-each select="/chapter"> <sort data-type="number" select="no" /> </for-each>
D.<for-each select="//chapter"> <sort data-type="number" select="no" /> </for-each>