版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
...
.
Chapter2ApplicationLayer
1.Inthefollowingfourdescriptions,whichoneiscorrect?
InC/Sarchitecture,clientscommunicatewitheachotherdirectly.
InC/Sarchitecture,clienthasafixedwell-knownaddress.
InP2Parchitecture,peerscommunicatewitheachotherdirectly.
InP2Parchitecture,peerhasafixedwell-knownaddress.
2.Inthecontextofacommunicationsessionbetweenapairofprocess,theprocessthat
initiatesthecommunicationislabeledasthe,theprocessthatwaitstobecontactedto
beginthesessionislabeledasthe.
Aclientprocess,serverprocessBsendingprocess,receivingprocess
Cinputprocess,outputprocessDcommunicatingprocess,connectingprocess
3.Asocketistheinterfacebetweenwithinahost.
thenetworklayerandthelinklayer
thelinklayerandthephysicallayer
theapplicationlayerandthetransportlayer
thetransportlayerandthenetworklayer
4.Inthefollowingapplications,whichoneisaloss-tolerantapplication?
A
B
filetransfer
C
instantmessaging
D
real-timeaudio
5.Inthefollowingapplications,whichoneisabandwidth-sensitiveapplication?
A
B
webapplication
C
real-timeaudio
D
filetransfer
6.TheserviceofTCPcan
’tguarantee.
A
deliveryofalldatawithouterror
Bdeliveryofalldataintheproperorder
C
therateofdelivery
Dcongestioncontrol
z...
...
.
7.Inthefollowingapplications,whichoneusesUDP?
AE-mailBwebapplicationCfiletransferDDNS
InthefollowingdescriptionsaboutHTTP,whichoneisnotcorrect?AHTTPusesnon-persistentconnectionsinitsdefaultmode.
BHTTPusesTCPasitsunderlyingtransportprotocol.CHTTPisastatelessprotocol.
DHTTPisclient-serverarchitecture.
SupposeawebpageconsistsofabaseHTMLfile,5JEPGimagesandajavaapplet,and
alsosupposeHTTPusespersistentconnectionwithoutpipelining,thetotalresponsetime
is.
A2RTTB8RTTC12RTTD14RTT
10.InHTTPresponsemessage,iftherequestedHTTPprotocolversionisnotsupported,the
statuscodeis
.
A200
B301
C400
D505
1~5CACDC6~10CDABD
11.Theportnumberofwebapplicationis.
A25B20C80D53
12.AnetworkentitythatsatisfiesHTTPrequestsonthebehalfofanoriginwebserver
is.
AserverfarmBserverstackCproxyserverDedgeserver
Inthefollowingdescriptionsaboutpersistentconnection,whichoneisnotcorrect?ATheserverleavestheTCPconnectionopenaftersendingaresponse.
z...
...
.
EachTCPconnectionisclosedaftertheserversendingoneobject.
Therearetwoversionsofpersistentconnection:withoutpipeliningandwithpipelining.
ThedefaultmodeofHTTPusespersistentconnectionwithpipelining.
14.FTPusestwoparallelTCPconnectionstotransferafile,thereare.
controlconnectionanddataconnection
receivingconnectionandsendingconnection
clientconnectionandseverconnection
programconnectionandprocessconnection
15.InthefollowingdescriptionsaboutFTP,whichoneiscorrect?
A
FTPisp2parchitecture.
BFTPsendsitscontrolinformationout-of-band.
C
FTPusespersistentconnection.
DFTPisastatelessprotocol.
16.InthecommandsofFTP,whichonedoesnothaveparameter?
AUSER
BPASS
CLIST
DSTOR
17.TheInternetmailsystemhasthreecomponentswhichtheyare
.
A
useragent,SMTP,POP3
B
SMTP,POP3,IMAP
C
useragent,SMTP,IMAP
Duseragent,SMTP,mailserver
18.IfthestatuscodeinHTTPresponsemessageis404,itmeans
.
A
Requestsucceeded.
B
Therequesteddocumentdoesn
’texitonthisserver.
Thisisagenericerrorcodeindicatingthattherequestcouldnotbeunderstoodbytheserver.
Requestedobjecthasbeenpermanentlymover.
19.ComparisonHTTPwithSMTP,thecorrectis.
z...
...
.
HTTPisapushprotocol,andSMTPisapullprotocol.
Inthedefaultmode,bothofthemusepersistentconnection.
C
HTTPplacesallofthemessage
ts’intosobjeconmessage,andSMTPsendseveryobject
onebyone.
D
HTTPrequireseachmessagetobein7bit-ASCIIformat,andSMTPdoesn
’timposet
restriction.
20.TheheadersintheMIMEmessagemustincludeexcept
.
A
From
BContent-type
CContent-transfer-encoding
DMIME
version
11~15CCBAB
16~20DDBBD
21.Inthefollowingprotocol,whichoneisstateless?
A
POP3
BSMTP
C
FTP
DIMAP
22.DNSmeans
.
A
DataNameSystem
B
DataNationalSystem
C
DomainNameSystem
D
DomainNationalSystem
23.TherearethreeclassesofDNSserverexcept
.
A
RootDNSserver
B
LocalDNSserver
C
TLDserver
D
AuthoritativeDNSserver
24.DNSprovidessomeservicesexcept
.
A
Hostaliasing
BMailserveraliasing
C
Loaddistribution
DAsinglepointoffailure
25.TherearethreearchitecturesforlocatingcontentinP2Pfilesharing,KaZaAuses.
z...
...
.
CentralizedDirectory(Napster)
QueryFlooding(Gnutella)
ExploitingHeterogeneity(p141)
IncentivePriorities
26.TherearethreearchitecturesforlocatingcontentinP2Pfilesharing,Napsteruses.
CentralizedDirectory(p137)BQueryFlooding
CExploitingHeterogeneityDIncentivePriorities
27.ThefollowingarchitecturesinP2Pfilesharing,whichisanoverlaynetwork?ACentralizedDirectory
BQueryFlooding(p139)CExploitingHeterogeneityDIncentivePriorities
28.Thetimeittakesforasmallpackettotravelfromclienttoserverandthenbacktothe
clientis.
Around-traveltimeBnext-hoptime
Cround-triptimeDprefix-matchingtime
SupposeA(withaWeb-basedaccount)sendsamessagetoB(whoaccesseshismailserverusingPOP3),whichapplication-layerprotocolisnotused?
AHTTPBSMTPCPOP3DIMAP
30.Inthefourfollowingoptions,whichprotocolisincludedinMailAccessProtocol?
ASMTPBDHCPCIMAPDFTP
z...
.
..
.
31.
InFTPcommands,
isusedtosenduserpasswordtotheserver.
A
User
BPass
CRetr
DStor
32.
ThefunctionoftheadditionalheaderfieldinMIMEContent-Typeis
.
toconvertthemessagebodytoitsoriginnon-ASCIIform
todeterminewhatactionsitshouldtakeonmessagebody
tosendanE-mailtothereceivinguseragent
toindicatewhattypethemessageis
Inthefourfollowingoptions,whichapplicationisorganizedashybridofC/SandP2Parchitecture?
AE-mailBOICQCFiletransferDWebapplication
Inthefourfollowingoptions,whichisnotacentralizedDNSdesign’sproblem?Aasinglepointoffailure
Btrafficvolume
CdistantcentralizeddatabaseDslow(maintenance)
Inthefollowingoptions,fromtheapplicationdeveloper’perspective,whichisnotcorrect?
Athenetworkarchitectureisfixed
BthenetworkarchitectureprovidesaspecificsetofservicestoapplicationsCtheapplicationarchitectureisdesignedbythephysicaldevices
Dtheapplicationarchitecturedictateshowtheapplicationisorganizedoverthevariousendsystems
Therearethreepredominantarchitecturesusedinmodernnetworkapplications,which
z...
...
.
oneisnotincluded?
Atheclient-serverarchitectureBtheP2Parchitecture
ahybridoftheclient-serverandP2Parchitecture
ahybridoftheclient-serverandbrowser-serverarchitecture
InthefollowingoptionsaboutC/Sarchitecture,whichisnotcorrect?AInC/Sarchitecture,thereisanalways-onhost,calledtheserver.
BInC/Sarchitecture,thereisanalways-onhost,calledtheclient.CTheserverhasafixed,well-knownaddress,calledIPaddress.DClientsdonotdirectlycommunicatewitheachother.
areoftenusedtocreateapowerfulvirtualserverinC/Sarchitecture.
APeersBServerfarmCserverstackDlocalserver
39.Aprocesssendsmessagesinto,andreceivesmessagesfrom,thenetworkthrough
its.
AsocketBprogramCclientDpeer
Whichoneisnotdefinedbyanapplication-layerprotocol?Athetypesofmessagesexchanged
BthesyntaxofvariousmessagetypesCthesemanticsofthefields
Drulesfordeterminingwhenandhowtotranslatethesocket
41.HTTPcanusetwotypesofconnections,whichare.
persistentandnon-persistentconnection
connectionwithpipeliningandwithoutpipelining
TCPandUDP
z...
...
.
Dparallelandserialconnection
42.takesforasmallpackettotravelfromclienttoserverandthenbacktotheclient.
ARDTBthresholdCRTTDoverhead
43.ThedefaultmodeofHTTPuses.
non-persistentconnectionwithpipelining
non-persistentconnectionwithoutpipelining
persistentconnectionwithpipelining
persistentconnectionwithoutpipelining
44.InHTTPrequestmessages,therequestlinehasthreefields,thereare.
themethodfield,theURLfieldandtheHTTPversionfield
themethod,theconnectionandURLfield
theuser-agent,themethodandHTTPversionfield
theuser-agent,theURLandtheHTTPversionfield
45.IntheheaderlinesofHTTPrequestmessage,ifthefieldofConnectionisclose,it
specifies.
thehostonwhichobjectresides
whattypeoftheuseragent
thatthebrowserwantstheservertoclosetheconnectionaftersendingtherequestedobject
whichlanguagecanthebrowserreceive
46.InHTTPresponsemessage,ifthestatuscodeis404,itmeans.
requestsucceededandtheinformationisreturnedintheresponse
requestedobjecthasbeenpermanentlymoved
z...
...
.
therequestedHTTPprotocolversionisnotsupportedbytheserver
therequesteddocumentdoesnotexistonthisserver
47.isanetworkentitythatsatisfiesHTTPrequestsonthebehalfofanoriginWeb
server.
AproxyserverBlocalserverCDNSserverDWebserver
Inthefollowingfouroptionsaboutwebcache,whichoneisnotcorrect?AAwebcacheisbothaserverandaclientatthesametime.
BAwebcacheispurchasedandinstalledbyanISP.
CAwebcachecanraisetheresponsetimeforaclientrequest.
DAwebcachecanreducetrafficonaninstitution
’saccesslinktotheIntern
49.
TherequestmessageintheconditionalGETmustincludethe
headerline.
A
Last-Modified
B
Last-Referenced
C
If-Modified-Since
D
If–Referenced-Since
50.
FTPusestwoparallelconnectionstotransferafile,theyare
.
TCPandUDPconnection
connectionwithpipeliningandwithoutpipelining
controlandataconnection
client-serverandbrowser-serverconnection
InFTPcommands,whichoneisusedtoasktheservertosendbackalistofallfilesinthecurrentremotedirectory?
AUSERBPASSCLISTDRETR
52.IntheInternetmailsystem,allowuserstoread,replyto,forward,saveand
composemessage.
z...
...
.
AUseragentsBmailserversCSMTPDTCP
53.ThetwokeyMIMEheadersforsupportingmultimediaare.
Content-TypeandMIME-Version
Content-TypeandContent-Transfer-Encoding
Content-Transfer-EncodingandMIME-Version
MIME-VersionandMIME-Type
54.ForInternetmail,themailaccessprotocolisusedto.
Atransfermailfromtherecipient’smailservertotherecipient
Btransfermailfromthesender’smailservertotherecipient
Ctranslatethemailfromthesender’smailserver
Dtranslatethemailintotherecipientmailserver’s
55.POP3progressesthroughthreephases,whichtheyare.
authorization,translationandtransaction
authorization,translationandupdate
authorization,transactionandupdate
translation,transactionandupdate
56.Inthefollowingfourservices,whichonecannotprovidebyDNS?
AHostaliasingBMailserveraliasing
translatehostnametoIPaddresses
translateMACaddressestoIPaddresses
57.TherearethreeclassesofDNSservers,thereare.
rootDNSserver,top-leveldomainDNSserverandlocalDNSserver
rootDNSserver,top-leveldomainDNSserverandauthoritativeDNSserver
’suse’smailse
z...
...
.
rootDNSserver,localDNSserverandauthoritativeDNSserver
rootDNSserver,localDNSserverandtop-leveldomainDNSserver
58.InthefollowingfouroptionsaboutPOP3,whichoneisnotcorrect?
Theuseragentemployedonlythreecommands:List,RetrandQuit
TheserverdoesnotcarrystateinformationacrossPOP3sessions
Theportnumberis110
ThePOP3protocoldoesnotprovideanymeansforausertocreateremotefoldersandassignmessagestofolders.
59.AresourcerecordinDNSdistributeddatabaseisafour-tuple,whichfieldcanbeignored?
(p132)ANameBValueCTypeDTTL
InthefollowingfouroptionsaboutDNSresourcerecord,whichoneiscorrect?
AThemeaningofNameandValuedependonType.BThemeaningofValueandTypedependonName.
CIfType=A,thenNameisadomainandValueistheIPaddressforthehostname.DIfType=MX,thenNameisdomainandValueistheIPaddressforthehostname.
InthefollowingfouroptionsaboutDNSmessages,whichoneisnotcorrect?
ThereareonlytwokindsofDNSmessage.(p133)
Bothqueryandreplymessagehavethesameformat.
TheheadersectioninDNSmessagehas12bytes.
Theauthoritysectioncontainstheresourcerecordsforthesamethatwasoriginallyqueried
.
62.InDNSmessage,containsinformationaboutthequerythatisbeingmade.(p133)
z...
...
.
AauthoritysectionBquestionsectionCanswersectionDadditionalsection
TherearethreetechniquesareemployedinmostanyP2Pfile-sharingsystems,whichoneisnotinclude?(p144)
ARequestqueuingBincentiveprioritiesCparalleldownloadingDResponsequeuing
InthefollowingfouroptionsaboutP2Pfile-sharing,whichoneisnotcorrect?AP2Pfile-sharingishighlyscalable.
BP2Pfile-sharingreliesonP2Parchitecture.
CThemeansforlocatingcontentindifferentP2Pfile-sharingaredifferent.
DP2Pfile-sharingsystemsnotonlyshareMP3s,butalsovideos,software,documentsandimages.
65.InMIMEheaderlines,specifiesthenameoftheSMTPserverthatsentthemessage(from),
thenameoftheSMTPserverthatreceivedthemessage(by),andthetimeanwhichthereceiv
ingserverreceivedthemessage.
AReceivedBFromCToDMIME-Version
66.IftheheaderlineConnectionisclose,itmeansthattheclientwants.
persistentconnectionwithpipelining
persistentconnectionwithoutpipelining
nonpersistentconnection
notconnection
67.InHTTPrequestmessage,theentitybodyisemptywiththemethod,butisused
withthemethod.
AGET,POSTBPOST,GETCGET,HEADDPOST,HEAD
z...
...
.
68.InHTTPresponsemessage,iftheDate:header;oneindicatesthetimeFri.08Aug.2008
12:00:00GMT,theLast-Modified:headerlinecannotbe.
AFri.08Aug.200811:00:00GMTBFri.08Aug.200811:30:00GMT
CFri.08Aug.200812:00:00GMTDFri.08Aug.200812:30:00GMT
Inthefollowingfouroptions,whichoneisnotthepartofcookietechnology?ACookieheaderlinesintheHTTPresponsemessageandrequestmessage.
BOnecookieheaderfilekeptontheuser’sendsystemandmanagedbytheuser’browser.CAnetworkentitythatsatisfiesHTTPrequestsonthebehalfofanoriginWebserver.
DAback-enddatabaseattheWebsite
70.
On-topofstatelessHTTP,
canbeusedtocreateausersessionlayer.
A
proxyserver
B
Webcache
C
cookie
D
socket
71.
Processescommunicatewitheachotherbyreadingfromandwritingto
.
A
programs
B
threads
C
sockets
D
channels
Inthefollowingfouroptionsaboutnetworkarchitecture,whichoneisnotcorrect?AThenetworkarchitectureisfixed.
BThenetworkarchitectureprovidesaspecificsetofservicestoapplication.CThenetworkarchitectureisdesignedbyapplicationdeveloper.
DThenetworkarchitecturedictateshowtheapplicationisorganizedoverspecialserver.
73.InClient-Serverarchitecture,theclientsvisittheserver’sthrough
.
A
client’ssocket
B
client’sIPaddress
C
server’ssocket
D
server’sIPaddress
74.
canbethoughtofasaprogramthatisrunningwithinendsystem.
A
process
Bthread
C
socket
D
context
z...
...
.
75.APImeans.
AApplicationProgramInterfaceBApplicationProcessInterface
CAppellationProgramInterfaceDAppellationProcessInterface
Onehostcanberunningmanynetworkapplications,sothesystemassignsthemdifferenttodistinguisheachother.
AIPaddressBportnumberChostnameDsection
Inthefollowingfourapplications,whichoneisbothbandwith-sensitiveandrequiretighttimingconstraints?
A
real-timeaudio
Bfiletransfer
C
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 2026年青马工程结业考试电子版试题及答案直接下载
- 2021云南大数据公司高频笔试题100道附全解答案
- 2021年华峰重庆氨纶笔试一次过必刷题库及答案
- 2026年3-6岁幼儿养育照护能力测评试题答案
- 2022哈尔滨冰城骨干考试历年考点整合试题及答案
- 2026年肿瘤放疗技师上岗证面试题库及标准答案
- 2021年大学初等数论考试题库及答案
- 2026年临床器械试验跨部门协作考核试题及答案
- 2024年政务服务相关试题及答案
- 江苏省常州市有光实验学校2025-2026学年九年级下学期3月新课结束独立作业历史试题(含解析)
- 国开2026年《公共政策概论》形成性考核任务1-4答案
- 2026贵州贵阳经济开发区招聘工作人员20名考试参考题库及答案解析
- 云南省西南名校联盟2026届高三下学期3月联考语文试卷(含答案)
- 2026年山西运城农业职业技术学院单招综合素质考试题库含答案详细解析
- 2025年10月自考13658工业设计史论试题及答案
- 《大学信息技术》教学课件-大学信息技术第一章
- 肝性脑病的疾病查房课件
- 超声科晋升副高(正高)职称病例分析专题报告(超声诊断胎儿隔离肺病例分析)
- 参观监狱心得体会(10篇)精选
- DB32∕T 1005-2006 大中型泵站主机组检修技术规程
- 斩控式单相交流调压电路设计..
评论
0/150
提交评论