网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
AccessPointR1isanAironet1200thathasbeenconvertedfromautonomousmodetoLWAPPmode.Afterthisconversion,whichtwostatementsaretrue?()
A.LWAPP-enabledaccesspointscanstillcommunicatewithWirelessDomainServices(WDS)devices.
B.AnLWAPP-enabledaccesspointconsoleportprovidesread-onlyaccesstotheunit.
C.LWAPP-enabledaccesspointssupportLayer2LWAPP.
D.LWAPP-enabledaccesspointsmustgetanIPaddressanddiscoverthecontrollerusingDHCP,DNS,oranIPsubnetbroadcast.
E.AnLWAPP-enabledaccesspointconsoleportprovidesread-writeaccesstotheunit.
参考答案
更多 “ AccessPointR1isanAironet1200thathasbeenconvertedfromautonomousmodetoLWAPPmode.Afterthisconversion,whichtwostatementsaretrue?() A.LWAPP-enabledaccesspointscanstillcommunicatewithWirelessDomainServices(WDS)devices.B.AnLWAPP-enabledaccesspointconsoleportprovidesread-onlyaccesstotheunit.C.LWAPP-enabledaccesspointssupportLayer2LWAPP.D.LWAPP-enabledaccesspointsmustgetanIPaddressanddiscoverthecontrollerusingDHCP,DNS,oranIPsubnetbroadcast.E.AnLWAPP-enabledaccesspointconsoleportprovidesread-writeaccesstotheunit. ” 相关考题
考题
Youaredesigningann-tierJavaEEapplication.YouhavealreadydecidedthatsomeofyourJSPswillneedtogetdatafromaCustomerentitybean.YouaretryingtodecidewhethertouseaCustomer stubobjectoraTransferObject.Whichtwostatementsaretrue?()A.Thestubwillincreasenetworktraffic.B.TheTransferObjectwilldecreasedatastaleness.C.ThestubwillincreasethelogicnecessaryintheJSPs.D.Inbothcases,theJSPscanuseELexpressionstogetdata.E.OnlytheTransferObjectwillneedtouseaBusinessDelegate.
考题
IfyouwanttousetheJavaEEplatform’sbuilt-intypeofauthenticationthatusesacustomHTMLpagefor authentication.Whichtwostatementsaretrue?()
A.Yourdeploymentdescriptorwillneedtocontainthistag:CUSTOM.B.TherelatedcustomHTMLloginpagemustbenamedloginPage.html.C.Whenyouusethistypeofauthentication,SSListurnedonautomatically.D.YoumusthaveataginyourdeploymentdescriptorthatallowsyoutopointtobothaloginHTMLpageandanHTMLpageforhandlinganyloginerrors.E.IntheHTMLrelatedtoauthenticationforthisapplication,youmustusepredefinedvariablenamesfort hevariablesthatstoretheuserandpasswordvalues.
考题
Giventhatbandcrefertoinstancesofwrapperclasses,whichtwostatementsaretrue?()
A.b.equals(b)returnstrue.B.b.equals(c)returnsthesameresultasb==c.C.b.eqials(c)canreturnfalseevenifc.equals(b)returnstrue.D.b.equals(c)throwsanexceptionifbandcaredifferentwrappertypes.E.b.equals(c)returnsfalseifthetypeofwrapperobjectsbeingcomparedaredifferent.
考题
classA{A(){}}classBextendsA{}Whichtwostatementsaretrue?()
A.ClassB’sconstructorispublic.B.ClassB’sconstructorhasnoarguments.C.ClassB’sconstructorincludesacalltothis().D.ClassB’sconstructorincludesacalltosuper().
考题
importjava.awt.*;publicclassXextendsFrame{publicstaticvoidmain(Stringargs){Xx=newX();x.pack();x.setVisible(true);}publicX(){setLayout(newBordrLayout());Panelp=newPanel();add(p,BorderLayout.NORTH);Buttonb=newButton(North”);p.add(b):Buttonb=newButton(South”);add(b1,BorderLayout.SOUTH):}}Whichtwostatementsaretrue?()A.Thebuttonslabeled“North”and“South”willhavethesamewidth.B.Thebuttonslabeled“North”and“South”willhavethesameheight.C.Theheightofthebuttonlabeled“North”canveryiftheFrameisresized.D.Theheightofthebuttonlabeled“South”canveryiftheFrameisresized.E.Thewidthofthebuttonlabeled“North”isconstanteveniftheFrameisresized.F.Thewidthofthebuttonlabeled“South”isconstanteveniftheFrameisresized.
考题
publicclassSyncTest{publicstaticvoidmain(Stringargs){finalStringBuffers1=newStringBuffer();finalStringBuffers2=newStringBuffer();newThread(){publicvoidrun(){synchronized(s1){s2.append(A”);synchronized(s2){s2.append(B”);System.out.print(s1);System.out.print(s2);}}}}.start();newThread(){publicvoidrun(){synchronized(s2){s2.append(C”);synchronized(s1){s1.append(D”);System.out.print(s2);System.out.print(s1);}}}}.start();}}Whichtwostatementsaretrue?()
考题
YouareworkingonanOracleDatabase10gdatabase.Becauseofdataloss,youdecidedtoperformaFlashbackDatabaseoperationusingthefollowingcommand:SQLFLASHBACKDATABASETOTIMESTAMP(SYSDATE5/24)Whichtwostatementsaretrue?()A.SYSDATEshouldnotbeusedwithTIMESTAMP.B.Thedatabasemusthavemultiplexedredologfiles.C.ThedatabasemustbeintheMOUNTstatetoexecutethecommand.D.ThedatabasemustbeopenedwiththeRESETLOGSoptionaftertheflashbackoperation.E.Theentiredatabaseneedstoberestoredfromthemostrecentbackupbeforetheflashbackoperation.
考题
Afterperformingacleanshutdownofthedatabaseinstanceformaintenance,youmountthedatabaseandthenexecuteacommandtoopenthedatabase:SQLALTERDATABASEOPEN;Whichtwostatementsaretrue()
A.Theonlineredologfilesandonlinedatafilesareopened.B.Alltheonlinedatafileheadersarecheckedforconsistency.C.Instancerecoveryisperformedbeforeopeningthedatabase.D.Thepathandexistenceofallthelogfilemembersarechecked
考题
Youareinthemiddleofatransactionandverycrucialdatahasbeenmodified.Becauseofahardwarefailure,theinstancehasshutdownbeforesynchronizingallthedatabasefiles.Whichtwostatementsaretrue?()
A.Onstartup,SMONcoordinatesinstancerecovery.B.Onstartup,CKPTcoordinatesinstancerecovery.C.Onstartup,useRMANtoperforminstancerecovery.D.Uncommittedchangeswillberolledbackafterthedatabaseisopened.E.Onstartup,performmediarecoveryandtheninstancerecovery.F.Onstartup,allthefileswillbesynchronizedandyougetbothcommittedanduncommitteddata.
考题
RegardinganIPsecsecurityassociation(SA),whichtwostatementsaretrue?()
A.IKESAisbidirectional.B.IPsecSAisbidirectional.C.IKESAisestablishedduringphase2negotiations.D.IPsecSAisestablishedduringphase2negotiations.
考题
WhencomparingCPEandprovider-provisionedVPNs(PPVPN),whichtwostatementsaretrue?()
A.CPEVPN’srequirededicatedVPNawarehardwareatcustomersite,PPVPNdoesnot.B.PPVPN’srequirededicatedVPNawarehardwareatcustomersite,CPEVPN’sdoesnot.C.CPEVPN’sscalebetterthanPPVPN’sastheydonotrequireapersiteconfigurationontheCPED.PPVPN’sscalebetterthanCPEVPN’sastheydonotrequireapersiteconfigurationontheCPE
考题
Refertotheexhibit.AllnetworklinksareFastEthernet.Althoughthereiscompleteconnectivitythroughoutthenetwork,FrontLineusershavebeencomplainingthattheyexperienceslowernetworkperformancewhenaccessingtheserverfarmthantheReceptionofficeexperiences.Basedontheexhibit,whichtwostatementsaretrue?()A.ChangingthebridgepriorityofS1to4096wouldimprovenetworkperformance.B.ChangingthebridgepriorityofS1to36864wouldimprovenetworkperformance.C.ChangingthebridgepriorityofS2to36864wouldimprovenetworkperformance.D.ChangingthebridgepriorityofS3to4096wouldimprovenetworkperformance.E.DisablingtheSpanningTreeProtocolwouldimprovenetworkperformance.F.UpgradingthelinkbetweenS2andS3toGigabitEthernetwouldimproveperformance.
考题
GiventheabovediagramandassumingthatSTPisenabledonallswitchdevices,whichtwostatementsaretrue?()
A.DSW11willbeelectedtherootbridge.B.DSW12willbeelectedtherootbridge.C.ASW13willbeelectedtherootbridge.D.P3/1willbeelectedthenondesignatedport.E.P2/2willbeelectedthenondesignatedport.F.P3/2willbeelectedthenondesignatedport.
考题
Refertotheexhibit.Onthebasisoftheinformationintheexhibit,whichtwostatementsaretrue?()
A.WhentrafficissentfromtheISPtoautonomoussystem64512,thetrafficwillbeforwardedtoSanJose2becauseofthehigherMEDvalueofSanJose2B.Theserial0/0/1interfaceontheISProuterhasbeenconfiguredwiththesetmetric50commandC.TheoutputwasgeneratedbyenteringtheshowipbgpcommandontheSanJose1routerD.TheoutputwasgeneratedbyenteringtheshowipbgpcommandontheISProuterE.Theserial0/0/1interfaceontheISProuterhasbeenconfiguredwiththesetmetric75commandF.WhentrafficissentfromtheISPtoautonomoussystem64512,thetrafficwillbeforwardedtoSanJose1becauseofthelowerMEDvalueofSanJose1
考题
Refertotheexhibit.Onthebasisoftheinformationthatisprovided, whichtwostatementsaretrue?()
A.AnIPSpolicycanbeeditedbychoosingtheEditbutton.B.Right-clickingonaninterfacewilldisplayashortcutmenuwithoptionstoeditanactionortosetseveritylevels.C.TheEditIPSwindowiscurrentlyinGlobalSettingsview.D.TheEditIPSwindowiscurrentlyinIPSPoliciesview.E.TheEditIPSwindowiscurrentlyinSignaturesview.F.ToenableanIPSpolicyonaninterface,clickontheinterfaceanddeselectDisable.
考题
Anetworkadministratorneedstoconfigureportsecurityonaswitch.whichtwostatementsaretrue?()
A.ThenetworkadministratorcanapplyportsecuritytodynamicaccessportsB.Thenetworkadministratorcanconfigurestaticsecureorstickysecuremacaddressesinthevoicevlan.C.Thestickylearningfeatureallowstheadditionofdynamicallylearnedaddressestotherunningconfiguration.D.ThenetworkadministratorcanapplyportsecuritytoEtherChannels.E.Whendynamicmacaddresslearningisenabledonaninterface,theswitchcanlearnnew addresses,up tothemaximumdefined.
热门标签
最新试卷