版權說明:本文檔由用戶提供并上傳,收益歸屬內容提供方,若內容存在侵權,請進行舉報或認領
文檔簡介
Chapter3TransportLayer1.Atransport-layerprotocolprovidesformunicationbetween____.AApplicationprocessesBHostsCRoutersDEndsystems2.Transport-layerprotocolsrunin____.AServersBClientsCRoutersDEndsystems3.Intransportlayer,thesendsidebreaksapplicationmessagesinto____,passestonetworklayer.AFramesBSegmentsCData-gramsDbitstreams4.Servicesprovidedbytransportlayerinclude____.AHTTPandFTPBTCPandIPCTCPandUDPDSMTP5.WhichofthefollowingservicesisnotprovidedbyTCP?ADelayguaranteesandbandwidthguaranteesBReliabledatatransfersandflowcontrolsCCongestioncontrolsDIn-orderdatatransfers6.Thesetwominimaltransport-layerservices----____and____----aretheonlytwoservicesthat(yī)UDPprovides!Aprocess-to-processdatadelivery,errorcheckingBcongestioncontrol,reliabledatatransferCflowcontrol,congestioncontrolDIn-orderdat(yī)at(yī)ransfer,errorchecking7.Portnumber’sscopeis____to____.A0,1023B0,65535C0,127D0,2558.Theportnumbersrangingfrom____to____arecalledwell-knownportnumberandarerestricted.A0,1023B0,65535C0,127D0,2559.UDPsocketidentifiedbytwocomponents,theyare____.AsourceIPaddressesandsourceportnumbersBsourceIPaddressesanddestinationIPaddressesCdestinationIPaddressanddestinationportnumbersDdestinationportnumbersandsourceportnumbers10.TCPsocketidentifiedbya(an)____.A1-tupleB2-tupleC3-tupleD4-tuple11.WhichofthefollowingapplicationsnormallyusesUDPservices?ASMTPBStreamingmultimediaCFTPDHTTP12.
Reliable
data
transfer
protocol
over
a
perfectly
reliable
channel
is____.
A
rdt1.0
B
rdt2.0
C
rdt3.0
D
rdt2.1
13.
Reliable
data
transfer
protocol
over
a
channel
with
bit
errors
and
packet
losses
is
____.
A
rdt1.0
B
rdt2.0
C
rdt3.0
D
rdt2.1
14.
Which
of
the
following
about
reliable
dat(yī)a
transfer
over
a
channel
with
bit
errors
is
not
correct?
A
RDT2.0:
assuming
ACK
and
NAK
will
not
be
corrupted
B
RDT2.1:
assuming
ACK
and
NAK
can
be
corrupted
C
RDT2.2:
only
use
ACK-s
D
RDT2.2:
use
both
ACK-s
and
NAK-s
15.
Which
of
the
following
protocols
is
not
pipelining
protocols?
A
TCP
B
rdt3.0
C
GO-BACK-N
D
selective
repeat
16.
Which
of
the
following
is
not
correct
about
GBN
protocol?
A
Only
using
ACK-s
B
Using
cumulative
ACK-s
C
Receiver
discards
all
out-of-order
packets
D
It
is
not
pipelined
protocol
17.
Which
of
the
following
is
not
correct
about
SR
protocol?
A
receiver
individually
acknowledges
all
correctly
received
packets
B
sender
only
resends
packets
for
which
ACK
not
received
C
It
limits
sequence
number
of
sent
but
un-ACK-ed
packets
D
It
is
not
a
pipelined
protocol18.WhichofthefollowingaboutTCPconnectionisnotcorrect?AItisabroadcastconnectionBItisapoint-to-pointconnectionCItisapipelinedconnectionDItisafullduplexconnection19.TheSYNsegmentisusedfor____.ATCPconnectionsetupBTCPflowcontrolCTCPcongestioncontrolDClosingaTCPconnection20.TheFINsegmentisusedfor____.ATCPconnectionsetupB(yǎng)TCPflowcontrolCTCPcongestioncontrolDClosingaTCPconnectionHowdoesTCPsenderperceivecongestion?AThroughatimeouteventBThroughareceivingduplicateACK-seventCBothAandBDEitherAorB22.Extendinghost-to-hostdeliverytoprocess-to-processdeliveryiscalledtransport-layer____and.Amultiplexingandde-multiplexingBstoringandforwardingCforwardingandfilteringDswitchingandrouting23.UDPisa____servicewhileTCPisaconnection-orientedservice.AConnectionlessBReliableCConnection-orientedDIn-order24.TheUDPheaderhasonlyfourfields,theyare____.ASourceportnumber,destinationportnumber,lengthandchecksumBSourceportnumber,destinationportnumber,sourceIPanddestinationIPCsourceIP,destinat(yī)ionIP,sourceMACaddressanddestinationMACaddressDsourceIP,destinationIP,sequencenumberandACKsequencenumber25.Thereareegers:1110011001100110,1101010101010101.Theirchecksumis____.A0011B1100C1111D0000Themaximumamountofdatathatcanbegrabbedandplacedinasegmentislimitedbythe____.AMaximumsegmentsize(MSS)BMTUCChecksumDSequencenumberTheMSSistypicallysetbyfirstdeterminingthelengthofthelargestlink-layerframethatcanbesentbythelocalsendinghost----theso-called____.AMaximumtransmissionunit(MTU)BMSSCChecksumDSequencenumber28.AFilesizeof500,000bytes,MSSequals1000bytes.WhenwewanttotransmitthisfilewithTCP,thesequencenumberofthefirstsegmentis0,andthesequencenumberofthesecondsegmentis____.A1000B999C1001D500000BecauseTCPonlyacknowledgesbytesuptothefirstmissingbyteinthestream,TCPissaidtoprovide____.ACumulativeacknowledgementsBSelectiveacknowledgementsC3duplicateACKsDpositiveACKs30.Providedα=0.125,currentvalueofEstimated-RTTis0.4s,Sample-RTTis0.8s,thenthenewvalueofEstimat(yī)ed-RTTis____s.A0.45B0.6C0.7D0.8ProvidedRcvBuffer=20,LastByteRcvd=20,LastByteRead=15,thenRcvWindow=____.A14B15C16D1032.TCPservicedoesnotprovide____.AReliabledatatransferBFlowcontrolCDelayguaranteeDCongestioncontrol33.Therearetwostat(yī)esinTCPcongestioncontrol,whichare____.AslowstartandcongestionavoidanceBsafestartandcongestionavoidanceCslowstartandcongestionabandonDsafestartandcongestionabandon34.Thetransport-layerprotocolprovideslogicalcommunicationbetween____,andthenetwork-layerprotocolprovideslogicalcommunication____.Ahosts,processesBprocesses,hostsCthreads,processesDprocesses,threads35.
To
implement
the
multicast
services
the
Internet
employs
the
____
protocol.
A
FTP
B
TCP
C
IGMP
D
UDP
36.Ifanapplicationdeveloperchooses____protocol,thentheapplicationprocessisalmostdirectlytalkingwithIP.AHTTPBRIPCCSMA/CDDUDP37.____maintainsconnection-stateintheendsystems.Thisconnectionstat(yī)eincludesreceiveandsendbuffers,congestion-controlparameters,andsequenceandacknowledgmentnumberparameters.AUDP BTCP? CDNS DHTTP38.Thehostthat(yī)initiatesthesessionintheInternetislabeledas____.Aserver?Buseragent?Cclient??Drouter39.WithTCPthereisno_____betweensendingandreceivingtransport-layerentities.Aflowcontrol BhandshakingC.congestioncontrol DVCsetup40.TheInternet’s____servicehelpspreventtheInternetfromenteringastat(yī)eofgridlock.Adat(yī)agram? ? BcongestioncontrolCslidingwindow? Dtimeoutevent41.Connectionsetupatthetransportlayerinvolves____.Aserver ? ?BonlythetwoendsystemsCclient ? Drouter42.A____layerprotocolprovidesforlogicalcommunicationbetweenapplicat(yī)ions.AtransportBapplicationCnetworkingDMAC43.Instat(yī)iccongestionwindow,ifitsatisfiesW*S/R>RTT+S/R,theLat(yī)encyis____.AW*S/R–(RTT+S/R)B2RTT+O/RC2RTT+O/R+(k-1)[W*S/R-(RTT+S/R)]D2RTT+S/R44.Thereceivesideoftransportlayerreassemblessegmentsintomessages,passesto____layer.AApplicationBNetworkingCPhysicalDMAC45.Inthefollowingfouroptions,whichoneiscorrect?AThevariat(yī)ionsintheSampleRTTaresmoothedoutinthecomputat(yī)ionoftheEstimat(yī)edRTTBThetimeoutshouldbelessthantheconnection’sRTTCSupposethatthelastSampleRTTinaTCPconnectionisequalto1sec.ThenthecurrentvalueofTimeoutIntervalwillnecessarilybe≥1secDSupposethatthelastSampleRTTinaTCPconnectionisequalto1sec.ThenthecurrentvalueofTimeoutIntervalwillnecessarilybe≤1sec46.TheportnumberusedbyHTTPis____.A80B25C110D5347.TheportnumberusedbySMTPis____.A80B25C110D5348.Theportnumberusedbypop3is____.A80B25C110D5349.TheportnumberusedbyDNSis____.A80B25C110D5350.TheportnumberusedbyFTPis____.A20and21B20C21D5351.AUDPsocketidentifiedbya____tuple(s).A2B4C1D352.ATCPsocketidentifiedbya____tuple(s).A2B4C1D353.ATCPsocketdoesnotinclude____.ASourceMACaddressBSourceportnumberCDestinationIPaddressDDestinat(yī)ionportnumber54.WhichoffollowingaboutUDPisnotcorrect.AItisareliabledatat(yī)ransferprotocolBItisconnectionlessCnohandshakingbetweenUDPsender,receiverDitisabesteffortserviceprotocol55.DNSuses____service.ATCPBUDPCBothTCPandUDPDNoneofabove56.WhichoffollowingaboutUDPiscorrect?AFinerapplicat(yī)ion-levelcontroloverwhat(yī)dataissent,andwhenBNoconnectionestablishment(whichcanadddelay),sonodelayforestablishaconnectionCNoconnectionstate(so,UDPcantypicallysupportmanyactiveclients)DLargepacketheaderoverhead(16-B)57.Streamingmediausesa____servicenormally.ATCPBUDPCBothTCPandUDPDNoneofabove58.TheUDPheaderhasonly____fields.A2B4C1D359.WhichofthefollowingdoesnotincludedinUDPheader.ASourceportnumberBDestinationportnumberCChecksumDSequencenumber60.Whichofthefollowingisnotapipeliningprotocol.ARdt1.0BGo-Back-NCSelectiverepeat(yī)DTCP61.InthefollowingfourdescriptionsaboutMSSandMTU,whichoneisnotcorrect?ATheMSSisthemaximumamountofapplicat(yī)ion-layerdat(yī)ainthesegmentBTheMSSisthemaximumsizeoftheTCPsegmentincludingheadersCTheMSSistypicallysetbyMTUDTheMTUmeansthelargestlink-layerframe62.Thejobofgatheringdatachunks,encapsulatingeachdatachunkwithheaderinformationtocreatesegmentsandpassingthesegmentstothenetworkiscalled____.AmultiplexingBde-multiplexingCforwardingDrouting63.Inthefollowingfourdescriptionsabouttherelat(yī)ionshipbetweenthetransportlayerandthenetworklayer,whichoneisnotcorrect?AThetransport-layerprotocolprovideslogicalcommunicationbetweenhostsBThetransport-layerprotocolprovideslogicalcommunicationbetweenprocessesCTheservicesthatatransport-layerprotocolcanprovideareoftenconstrainedbytheservicemodelofthenetwork-layerprotocolDAcomputernetworkmaymakeavailablemultipletransportprotocols64.Supposethefollowingthree8-bitbytes:01010101,01110000,01001100.What(yī)’sthe1scomplementofthesumofthese8-bitbytes?A00010001B11101101C00010010D1000100065.Thefollowingfourdescriptionsaboutmultiplexingandde-multiplexing,whichoneiscorrect?AAUDPsocketisidentifiedbyatwo-tuplesconsistingofasourceportnumberandadestinationportnumber.BIftwoUDPsegmenthavedifferentsourceportnumber,theymaybedirectedtothesamedestinationprocess.CIftwoTCPsegmentswithdifferentsourceportnumber,theymaybedirectedtothesamedestinationprocess.DIftwoTCPsegmentswithsamedestinat(yī)ionIPaddressanddestinationportnumber,theymustbethesameTCPconnection.66.UDPandTCPbothhavethefieldsexcept____.AsourceportnumberBdestinationportnumberCchecksumDreceivewindow67.IfwedefineNtobethewindowsize,basetobethesequencenumberoftheoldestunacknowledgedpacket,andnext-seq-numtobethesmallestunusedsequencenumber,thentheinterval[nextseqnum,base+N-1]correspondstopacketthat(yī)____.Acanbesentimmediat(yī)elyBhavealreadybeentransmittedandacknowledgedCcannotbeusedDhavebeensentbutnotyetacknowledged68.WhichofthefollowingaboutTCPisnotcorrect?AItisaconnectionlessprotocolBPoint-to-pointprotocolCReliable,in-orderbytesteamprotocolDPipelinedprotocol69.WhichofthefollowingaboutTCPisnotcorrect?AItisaconnectionlessprotocolBfullduplexdatat(yī)ransferprotocolCconnection-orientedprotocolDflowcontrolledprotocol70.Themaximumamountofdatathatcanbegrabbedandplacedinasegmentislimitedbythe____.AMaximumsegmentsize(MSS)BMTUCSequencenumberDChecksum71.TheMSSistypicallysetbyfirstdeterminingthelengthofthelargestlink-layerframethatcanbesentbythelocalsendinghost(theso-called____),andthenwillfitintoasinglelink-layerframe.AMaximumsegmentsize(MSS)BMTUCSequencenumberDChecksum72.TheMSSisthemaximumamountof____layerdatainthesegment,notthemaximumsizeoftheTCPsegmentincludingheaders.AApplicationBTransportCNetworkingDLink73.Whichofthefollowingfieldisnotusedforconnectionsetupandteardown?ASequencenumberBTSTCSYNDFIN74.____isthebytestreamnumberoffirstbyteinthesegment.ASequencenumberBACKnumberCChecksumDportnumber75.____isthebytesequencenumbersofnextbyteexpectedfromotherside.ASequencenumberBACKnumberCChecksumDportnumber76.BecauseTCPonlyacknowledgesbytesuptothefirstmissingbyteinthestream,TCPissaidtoprovide____acknowledgements.ACumulativeBSelectiveCSingleDNegative77.Fastretransmitmeansinthecasethat____duplicateACK-sarereceived,theTCPsenderresendsegmentbeforetimerexpires.A3B4C5D678.TCP____meanssenderwon’toverflowreceiver’sbufferbytransmittingtoomuch,toofast.AFlowcontrolBCongestioncontrolCReliabledatatransferDConnection-orientedservice79.TCPprovidesflowcontrolbyhavingthesendermaintainavariablecalledthe____.AReceivewindowBCongestionwindowCSlidingwindowDbuffer80.HowdoesTCPsenderperceivecongestion?ATimeoutB3duplicat(yī)eACK-sCBothAandBDNoneofabove81.Transptocolsrunin____.AServersBClientsCRoutersDEndsystems82.WhichofthefollowingservicesisnotprovidedbyTCP?ADelayguaranteesandbandwidthguaranteesBReliabledat(yī)atransfersandflowcontrolsCCongestioncontrolsDIn-orderdatatransfers83.WhichservicedoesUDPnotprovide?AmultiplexingBde-multiplexingCerror-detectionDerror-correction84.TherearethreemajoreventsrelatedtodatatransmissionandretransmissionintheTCPsender,whichoneisnotinit?Adatareceivedfromapplicat(yī)ionaboveBde-multiplexingsegmentCtimertimeoutDACKreceipt85.WhichofthefollowingapplicationsnormallyusesUDPservices?ASMTPBStreamingmultimediaCFTPDHTTP86.WhichofthefollowingaboutTCPconnectionisnotcorrect?AItisabroadcastconnectionBItisapoint-to-pointconnectionCItisapipelinedconnectionDItisafullduplexconnection87.TheSYNsegmentisusedfor____.ATCPconnectionsetupB(yǎng)TCPflowcontrolCTCPcongestioncontrolDClosingaTCPconnection88.Whichservicehelpspreventtheinternetfromenteringastateofgridlock?AreliabledatatransferBflowcontrolCcongestioncontrolDhandshakingprocedure89.TheInternet’s_____isresponsibleformovingpacketsfromonehosttoanother.AapplicationlayerBtransportlayerCnetworklayerDlinklayerInthefollowingapplicat(yī)ions,whichoneisabandwidth-sensitiveapplicat(yī)ion?AE-mailBwebapplicationCreal-timeaudioDfiletransfer91.Inthefollowingapplications,whichoneusesUDP?AE-mailBwebapplicat(yī)ionCfiletransferDDNS92.Inthefollowingfourdescriptions,whichoneiscorrect?AIfonehost’stransportlayerusesTCP,thenitsnetworklayermustusevirtual-circuitnetwork.BDatagramnetworkprovidesconnectionserviceCThetransport-layerconnectionserviceisimplementedintherouterDThenetwork-layerconnectionserviceisimplementedintherouteraswellasintheendsystem.____isaspeeding-matchingservice---matchingtheratewhichthesenderissendingagainsttherateatwhichthereceivingapplicat(yī)ionisreading.AcongestioncontrolBflowcontrolCsliding-windowcontrolDvariablecontrol94.InthefollowingfourdescriptionsaboutRcv-Window,whichoneiscorrect?AThesizeoftheTCPRcvWindowneverchangesthroughoutthedurationoftheconnectionBThesizeoftheTCPRcvWindowwillchangewiththesizeoftheTCPRcvBufferCThesizeoftheTCPRcvWindowmustbelessthanorequaltothesizeoftheTCPRcvBufferDSupposehostAsendsafiletohostBoveraTCPconnection,thenumberofunacknowledgedbytesthatAsendscannotexceedthesizeofthesizeoftheRcvWindow.95.Thereare6flagfields.Whichoneistoindicat(yī)ethatthereceivershouldpassthedatatotheupperlayerimmediately?APSHBURGCACKDRST96.SupposetheTCPreceiverreceivesthesegmentthat(yī)partiallyorcompletelyfillsingapinreceiveddat(yī)a,itwill____.AimmediatelysendACKBimmediatelysendduplicateACKCwaitsometimeforarrivalofanotherin-ordersegmentDsendsinglecumulat(yī)ive97._____imposesconstrainontherateatwhichaTCPsendercansendtrafficintothenetwork.AslidingwindowBcongestionwindowCreceivewindowDvariablewindow98.Flowcontrolandcongestioncontrolaresameatthattheyalllimittherateofthesender,butdifferinthat____.AflowcontrollimitsitsratebythesizeofRcvWindow,butcongestioncontrolbythetrafficonthelinkBcongestioncontrollimitsitsratebythesizeofRcvWindow,butflowcontrolbythetrafficonthelinkCflowcontrolmainlyisaccomplishedbythesender,butcongestioncontrolbythereceiver.Dflowcontrolmainlyisaccomplishedbythereceiver,butcongestioncontrolbythelink.99.Thisjobofdeliveringthedatainat(yī)ransport-layersegmenttothecorrectsocketiscalled____.AmultiplexingBde-multiplexingCforwardingDrouting100.IfwedefineNtobethewindowsize,basetobethesequencenumberoftheoldestunacknowledgedpacket,andnext-seq-numtobethesmallestunusedsequencenumber,thentheinterval[base,nextseqnum-1]correspondstopacketthat____.AcanbesentimmediatelyBhavealreadybeentransmittedandacknowledgedCcannotbeusedDhavebeensentbutnotyetacknowledged101.____arethetwotypesoftransportservicesthattheInternetprovidestotheapplications.ATCPandUDPBconnection-orientedandconnectionlessserviceCTCPandIPDreliabledatatransferandflowcontrol102.Inthefollowingdescriptionsaboutpersistentconnection,whichoneisnotcorrect?ATheserverleavestheTCPconnectionopenaftersendingaresponseBEachTCPconnectionisclosedaftertheserversendingoneobjectCTherearetwoversionsofpersistentconnection:withoutpipeliningandwithpipeliningDThedefaultmodeofHTTPusespersistentconnectionwithpipelining103.ThefieldofLengthinUDPsegmentspecifiesthelengthof____.AtheUDPsegment,notincludingtheheaderBtheUDPsegment,includingtheheaderCtheUDPsegment’sheaderDtheLengthfield104.InTCPsegmentheader,whichfieldcanimplementthereliabledatatransfer?Asourceportnumberanddestinat(yī)ionportnumberBsequencenumberandACKnumberCurgentdat(yī)apointerDReceivewindow105.InthefollowingfourdescriptionsaboutTCPconnectionmanagement,whichoneisnotcorrect?AEitherofthetwoprocessesparticipatinginaTCPconnectioncanendtheconnectionBIftheFINbitissetto1,itmeansthatitwantstoclosetheconnectionCInthefirsttwostepofthethree-wayhandshake,theclientandserverrandomlychooseaninitialsequencenumberDInthethreesegmentsofthethree-wayhandshake,theSYNbitmustbesetto1106.SupposehostAsendstwoTCPsegmentsbacktobacktohostBoveraTCPconnection.Thefirstsegmenthassequencenumber42,andthesecondhassequencenumber110.Ifthe1stislostand2ndarrivesathostB.What(yī)willbetheacknowledgmentnumber?A43BACK42C109DACK110ConsidersendinganobjectofsizeO=500,000bytesfromservertoclient.LetS=500bytesandRTT=0.2s.Supposethetransportprotocolusesstaticwindowswithwindowsize5.Foratransmissionrat(yī)eof100Kbps,determinethelatencyforsendingthewholeobject.RecallthenumberofwindowsK=O/WS),andthereisK-1stalledstate(that(yī)isidletimegaps).2.ConsiderthefollowingplotofTCPcongestionwindowsizeasafunctionoftime.141418026300026481012162022
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網頁內容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
- 4. 未經權益所有人同意不得將文件中的內容挪作商業(yè)或盈利用途。
- 5. 人人文庫網僅提供信息存儲空間,僅對用戶上傳內容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內容本身不做任何修改或編輯,并不能對任何下載內容負責。
- 6. 下載文件中如有侵權或不適當內容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 2025版離婚協(xié)議書賠償條款實務操作與法律適用指南范文3篇
- 2024年社區(qū)墻繪公益宣傳服務協(xié)議3篇
- 2024醫(yī)療器械臨床試驗項目臨床試驗方案執(zhí)行與監(jiān)督協(xié)議3篇
- 2025年貨物出口貿易中所有權轉移與結算管理合同3篇
- 2024年生態(tài)環(huán)保產業(yè)園區(qū)建設項目投標邀請函模板3篇
- 2025年度高科技產業(yè)公司股東增資合作協(xié)議書3篇
- 2025年企業(yè)內部員工信息保護保密合同模板3篇
- 2025年度井蓋采購與道路照明系統(tǒng)綜合合同3篇
- 2025年度智能安防系統(tǒng)運維外包政府采購合同3篇
- 2024年系統(tǒng)性技術開發(fā)及實施協(xié)議范本版
- 危險化學品安全周知卡氧氣
- 甲狀腺功能減退癥(11)講課教案
- 鉆孔灌注樁后注漿施工方案(最全版)
- 電瓶車供貨服務方案(完整版)
- 常用儀表縮寫字母
- 政工干部年度述職報告
- 1000MW電廠水處理DCS控制系統(tǒng)設計
- 灌溉渠施工方案
- 藍田股份會計造假案例
- 《職業(yè)健康培訓》
- 裝配式支吊架項目可行性研究報告寫作范文
評論
0/150
提交評論