




版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
Chapter2ApplicationLayer1.Inthefollowingfourdescriptions,whichoneiscorrect?AInC/Sarchitecture,clientscommunicatewitheachotherdirectly.BInC/Sarchitecture,clienthasafixedwell-knownaddress.CInP2Parchitecture,peerscommunicatewitheachotherdirectly.DInP2Parchitecture,peerhasafixedwell-knownaddress.2.Inthecontextofacommunicationsessionbetweenapairofprocess,theprocessthatinitiatesmunicationislabeledasthe,theprocessthatwaitstobecontactedtobeginthesessionislabeledasthe.Aclientprocess,serverprocessBsendingprocess,receivingprocessCinputprocess,outputprocessDcommunicatingprocess,connectingprocess3.Asocketistheinterfacebetweenwithinahost.AworklayerandthelinklayerBthelinklayerandthephysicallayerCtheapplicationlayerandthetransportlayerDthetransportlayerandthenetworklayer4.Inthefollowingapplications,whichoneisaloss-tolerantapplication?AE-mailBfiletransferCinstantmessagingDreal-timeaudio5.Inthefollowingapplications,whichoneisabandwidth-sensitiveapplication?AE-mailBwebapplicationCreal-timeaudioDfiletransfer6.TheserviceofTCPcan’tguarantee.AdeliveryofalldatawithouterrorBdeliveryofalldataintheproperorderCtherateofdeliveryDcongestioncontrol7.Inthefollowingapplications,whichoneusesUDP?AE-mailBwebapplicationCfiletransferDDNS8.InthefollowingdescriptionsaboutHTTP,whichoneisnotcorrect?AHTTPusesnon-persistentconnectionsinitsdefaultmode.BHTTPusesTCPasitsunderlyingtransportprotocol.CHTTPisastatelessprotocol.DHTTPisclient-serverarchitecture.9.SupposeawebpageconsistsofabaseHTMLfile,5JEPGimagesandajavaapplet,andalsosupposeHTTPusespersistentconnectionwithoutpipelining,thetotalresponsetimeis.A2RTTB8RTTC12RTTD14RTT10.InHTTPresponsemessage,iftherequestedHTTPprotocolversionisnotsupported,thestatuscodeis.A200B301C4001~5
CACDC
6~10
CDABD11.Theportnumberofwebapplicationis.A25B20C8012.AnetworkentitythatsatisfiesHTTPrequestsonthebehalfofanoriginwebserveris.AserverfarmBserverstackCproxyserverDedgeserver13.Inthefollowingdescriptionsaboutpersistentconnection,whichoneisnotcorrect?ATheserverleavestheTCPconnectionopenaftersendingaresponse.BEachTCPconnectionisclosedaftertheserversendingoneobject.CTherearetwoversionsofpersistentconnection:withoutpipeliningandwithpipelining.DThedefaultmodeofHTTPusespersistentconnectionwithpipelining.14.FTPusestwoparallelTCPconnectionstotransferafile,thereare.AcontrolconnectionanddataconnectionBreceivingconnectionandsendingconnectionCclientconnectionandseverconnectionDprogramconnectionandprocessconnection15.InthefollowingdescriptionsaboutFTP,whichoneiscorrect?AFTPisp2parchitecture.BFTPsendsitscontrrmationout-of-band.CFTPusespersistentconnection.DFTPisastatelessprotocol.16.
In
the
commands
of
FTP,
which
one
does
not
have
parameter?
A
USER
B
PASS
C
LIST
D
STOR17.TheInternetmailsystemhasthreecomponentswhichtheyare.Auseragent,SMTP,POP3BSMTP,POP3,IMAPCuseragent,SMTP,IMAPDuseragent,SMTP,mailserver18.IfthestatuscodeinHTTPresponsemessageis404,itmeans.ARequestsucceeded.BTherequesteddocumentdoesn’texitonthisserver.CThisisagenericerrorcodeindicatingthattherequestcouldnotbeunderstoodbytheserver.DRequestedobjecthasbeenpermanentlymover.19.ComparisonHTTPwithSMTP,thecorrectis.AHTTPisaputocol,andSMTPisapullprotocol.BInthedefaultmode,bothofthemusepersistentconnection.CHTTPplacesallofthemessage’sobjectsintoonemessage,andSMTPsendseveryobjectonebyone.DHTTPrequireseachmessagetobein7-bitASCIIformat,andSMTPdoesn’timposethisrestriction.20.TheheadersintheMIMEmessagemustincludeexcept.AFromBContent-typeCContent-transfer-encodingDMIMEversion11~15CCBAB
16~20
DDBBD21.Inthefollowingprotocol,whichoneisstateless?APOP3BSMTPCFTPDIMAP22.DNSmeans.ADataNameSystemBDataNationalSystemCDomainNameSystemDDomainNationalSystem23.TherearethreeclassesofDNSserverexcept.ARootDNSserverBLocalDNSserverCTLDserverDAuthoritativeDNSserver24.DNSprovidessomeservicesexcept.AHostaliasingBMailserveraliasingCLoaddistributionDAsinglepointoffailure25.
There
are
three
architectures
for
locating
content
in
P2P
file
sharing,
KaZaA
uses
.
A
Centralized
Directory
(Napster)
B
Query
Flooding(Gnutella)C
Exploiting
Heterogeneity
(p141)
D
Incentive
Priorities
26.
There
are
three
architectures
for
locating
content
in
P2P
file
sharing,
Napster
uses
.
A
Centralized
Directory
(p137)
B
Query
Flooding
C
Exploiting
Heterogeneity
D
Incentive
Priorities27.
The
following
architectures
in
P2P
file
sharing,
which
is
an
overlay
network?
A
Centralized
Directory
B
Query
Flooding(p139)
C
Exploiting
Heterogeneity
D
Incentive
Priorities
28.Thetimeittakesforasmallpackettotravelfromclienttoserverandthenbacktotheclientis.Around-traveltimeBnext-hoptimeCround-triptimeDprefix-matchingtime29.SupposeA(withaWeb-basede-mailaccount)sendsamessagetoB(whoaccesseshismailserverusingPOP3),whichapplication-layerprotocolisnotused?AHTTPBSMTPCPOP3DIMAP30.Inthefourfollowingoptions,whichprotocolisincludedinMailAccessProtocol?ASMTPBDHCPCIMAPDFTP31.InFTPcommands,isusedtosenduserpasswordtotheserver.AUserBPassCRetrDStor32.ThefunctionoftheadditionalheaderfieldinMIMEContent-Typeis.Atoconvertthemessagebodytoitsoriginnon-ASCIIformBtodeterminewhatactionsitshouldtakeonmessagebodyCtosendanE-mailtothereceivinguseragentDtoindicatewhattypethemessageis33.Inthefourfollowingoptions,whichapplicationisorganizedashybridofC/SandP2Parchitecture?AE-mailBOICQCFiletransferDWebapplication34.
In
the
four
following
options,
which
is
not
a
centralized
DNS
design’s
problem?
A
a
single
point
of
failure
B
traffic
volume
C
distant
centralized
database
D
slow
(maintenance)Inthefollowingoptions,fromtheapplicationdeveloper’sperspective,whichisnotcorrect?AthenetworkarchitectureisfixedBthenetworkarchitectureprovidesaspecificsetofservicestoapplicationsCtheapplicationarchitectureisdesignedbythephysicaldevicesDtheapplicationarchitecturedictateshowtheapplicationisorganizedoverthevariousendsystems36.Therearethreepredominantarchitecturesusedinmodernnetworkapplications,whichoneisnotincluded?Atheclient-serverarchitectureBtheP2ParchitectureCahybridoftheclient-serverandP2ParchitectureDahybridoftheclient-serverandbrowser-serverarchitecture37.InthefollowingoptionsaboutC/Sarchitecture,whichisnotcorrect?AInC/Sarchitecture,thereisanalways-onhost,calledtheserver.BInC/Sarchitecture,thereisanalways-onhost,calledtheclient.CTheserverhasafixed,well-knownaddress,calledIPaddress.DClientsdonotdirectlycommunicatewitheachother.38.
are
often
used
to
create
a
powerful
virtual
server
in
C/S
architecture.
A
Peers
B
Server
farm
C
server
stack
D
local
server39.Aprocesssendsmessagesinto,andreceivesmessagesfrom,thenetworkthroughits.AsocketBprogramCclientDpeer40.Whichoneisnotdefinedbyanapplication-layerprotocol?AthetypesofmessagesexchangedBthesyntaxofvariousmessagetypesCthesemanticsofthefieldsDrulesfordeterminingwhenandhowtotranslatethesocket41.HTTPcanusetwotypesofconnections,whichare.Apersistentandnon-persistentconnectionBconnectionwithpipeliningandwithoutpipeliningCTCPandUDPDparallelandserialconnection42.takesforasmallpackettotravelfromclienttoserverandthenbacktotheclient.ARDTBthresholdCRTTDoverhead43.ThedefaultmodeofHTTPuses.Anon-persistentconnectionwithpipeliningBnon-persistentconnectionwithoutpipeliningCpersistentconnectionwithpipeliningDpersistentconnectionwithoutpipelining44.InHTTPrequestmessages,therequestlinehasthreefields,thereare.Athemethodfield,theURLfieldandtheHTTPversionfieldBthemethod,theconnectionandURLfieldCtheuser-agent,themethodandHTTPversionfieldDtheuser-agent,theURLandtheHTTPversionfield45.IntheheaderlinesofHTTPrequestmessage,ifthefieldofConnectionisclose,itspecifies.AthehostonwhichobjectresidesBwhattypeoftheuseragentCthatthebrowserwantstheservertoclosetheconnectionaftersendingtherequestedobjectDwhichlanguagecanthebrowserreceive46.InHTTPresponsemessage,ifthestatuscodeis404,itmeans.ArequestsucceededandtheinformationisreturnedintheresponseBrequestedobjecthasbeenpermanentlymovedCtherequestedHTTPprotocolversionisnotsupportedbytheserverDtherequesteddocumentdoesnotexistonthisserver47.isanetworkentitythatsatisfiesHTTPrequestsonthebehalfofanoriginWebserver.AproxyserverBlocalserverCDNSserverDWebserver48.Inthefollowingfouroptionsaboutwebcache,whichoneisnotcorrect?AAwebcacheisbothaserverandaclientatthesametime.BAwebcacheispurchasedandinstalledbyanISP.CAwebcachecanraisetheresponsetimeforaclientrequest.DAwebcachecanreducetrafficonaninstitution’saccesslinktotheInternet.49.TherequestmessageintheconditionalGETmustincludetheheaderline.ALast-ModifiedBLast-ReferencedCIf-Modified-SinceDIf–Referenced-Since50.FTPusestwoparallelconnectionstotransferafile,theyare.ATCPandUDPconnectionBconnectionwithpipeliningandwithoutpipeliningCcontrolandataconnectionDclient-serverandbrowser-serverconnection51.InFTPcommands,whichoneisusedtoasktheservertosendbackalistofallfilesinthecurrentremotedirectory?AUSERBPASSCLISTDRETR52.IntheInternetmailsystem,allowuserstoread,replyto,forward,saveandcomposemessage.AUseragentsBmailserversCSMTPDTCP53.ThetwokeyMIMEheadersforsupportingmultimediaare.AContent-TypeandMIME-VersionBContent-TypeandContent-Transfer-EncodingCContent-Transfer-EncodingandMIME-VersionDMIME-VersionandMIME-Type54.ForInternetmail,themailaccessprotocolisusedto.Atransfermailfromtherecipient’smailservertotherecipient’suseragentBtransfermailfromthesender’smailservertotherecipient’smailserverCtranslatethemailfromthesender’smailserverDtranslatethemailintotherecipient’smailserver55.POP3progressesthroughthreephases,whichtheyare.Aauthorization,translationandtransactionBauthorization,translationandupdateCauthorization,transactionandupdateDtranslation,transactionandupdate56.Inthefollowingfourservices,whichonecannotprovidebyDNS?AHostaliasingBMailserveraliasingCtranslatehostnametoIPaddressesDtranslateMACaddressestoIPaddresses57.TherearethreeclassesofDNSservers,thereare.ArootDNSserver,top-leveldomainDNSserverandlocalDNSserverBrootDNSserver,top-leveldomainDNSserverandauthoritativeDNSserverCrootDNSserver,localDNSserverandauthoritativeDNSserverDrootDNSserver,localDNSserverandtop-leveldomainDNSserver58.InthefollowingfouroptionsaboutPOP3,whichoneisnotcorrect?ATheuseragentemployedonlythreecommands:List,RetrandQuitBTheserverdoesnotcarrystateinformationacrossPOP3sessionsCTheportnumberis110DThePOP3protocoldoesnotprovideanymeansforausertocreateremotefoldersandassignmessagestofolders.59.
A
resource
record
in
DNS
distributed
database
is
a
four-tuple,
which
field
can
be
ignored?(p132)
A
Name
B
Value
C
Type
D
TTL60.
In
the
following
four
options
about
DNS
resource
record,
which
one
is
correct?
A
The
meaning
of
Name
and
Value
depend
on
Type.
B
The
meaning
of
Value
and
Type
depend
on
Name.
C
If
Type=A,
then
Name
is
a
domain
and
Value
is
the
IP
address
for
the
hostname.
D
If
Type=MX,
then
Name
is
domain
and
Value
is
the
IP
address
for
the
hostname.
61.
In
the
following
four
options
about
DNS
messages,
which
one
is
not
correct?
A
There
are
only
two
kinds
of
DNS
message.(p133)
B
Both
query
and
reply
message
have
the
same
format.
C
The
header
section
in
DNS
message
has
12
bytes.
D
The
authority
section
contains
the
resource
records
for
the
same
that
was
originally
queried.
62.
In
DNS
message,
contains
information
about
the
query
that
is
being
made.(p133)
A
authority
section
B
question
section
C
answer
section
D
additional
section63.
There
are
three
techniques
are
employed
in
most
any
P2P
file-sharing
systems,
which
one
is
not
include?
(p144)
A
Request
queuing
B
incentive
priorities
C
parallel
downloading
D
Response
queuing64.InthefollowingfouroptionsaboutP2Pfile-sharing,whichoneisnotcorrect?AP2Pfile-sharingishighlyscalable.BP2Pfile-sharingreliesonP2Parchitecture.CThemeansforlocatingcontentindifferentP2Pfile-sharingaredifferent.DP2Pfile-sharingsystemsnotonlyshareMP3s,butalsovideos,software,documentsandimages.65.
In
MIME
header
lines,
specifies
the
name
of
the
SMTP
server
that
sent
the
message
(from),
the
name
of
the
SMTP
server
that
received
the
message
(by),
and
the
time
an
which
the
receiving
server
received
the
message.
A
Received
B
From
C
To
D
MIME-Version
66.IftheheaderlineConnectionisclose,itmeansthattheclientwants.ApersistentconnectionwithpipeliningBpersistentconnectionwithoutpipeliningCnonpersistentconnectionDnotconnection67.InHTTPrequestmessage,theentitybodyisemptywiththemethod,butisusedwiththemethod.AGET,POSTBPOST,GETCGET,HEADDPOST,HEAD68.InHTTPresponsemessage,iftheDate:header;oneindicatesthetimeFri.08Aug.202312:00:00GMT,theLast-Modified:headerlinecannotbe.AFri.08Aug.202311:00:00GMTBFri.08Aug.202311:30:00GMTCFri.08Aug.202312:00:00GMTDFri.08Aug.202312:30:00GMT69.Inthefollowingfouroptions,whichoneisnotthepartofcookietechnology?ACookieheaderlinesintheHTTPresponsemessageandrequestmessage.BOnecookieheaderfilekeptontheuser’sendsystemandmanagedbytheuser’sbrowser.CAnetworkentitythatsatisfiesHTTPrequestsonthebehalfofanoriginWebserver.DAback-enddatabaseattheWebsite70.On-topofstatelessHTTP,canbeusedtocreateausersessionlayer.AproxyserverBWebcacheCcookieDsocket71.Processescommunicatewitheachotherbyreadingfromandwritingto.AprogramsBthreadsCsocketsDchannels72.Inthefollowingfouroptionsaboutnetworkarchitecture,whichoneisnotcorrect?AThenetworkarchitectureisfixed.BThenetworkarchitectureprovidesaspecificsetofservicestoapplication.CThenetworkarchitectureisdesignedbyapplicationdeveloper.DThenetworkarchitecturedictateshowtheapplicationisorganizedoverspecialserver.73.InClient-Serverarchitecture,theclientsvisittheserver’sthrough.Aclient’ssocketBclient’sIPaddressCserver’ssocketDserver’sIPaddress74.canbethoughtofasaprogramthatisrunningwithinendsystem.AprocessBthreadCsocketDcontext75.APImeans.AApplicationProgramInterfaceBApplicationProcessInterfaceCAppellationProgramInterfaceDAppellationProcessInterface76.Onehostcanberunningmanynetworkapplications,sothesystemassignsthemdifferenttodistinguisheachother.AIPaddressBportnumberChostnameDsection77.Inthefollowingfourapplications,whichoneisbothbandwith-sensitiveandrequiretighttimingconstraints?Areal-timeaudioBfiletransferCE-mailDWebdocuments78.TheportnumberoftheWebserveris.A25B20C8079.Theportnumberofthemailserveris.A25B20C80D808080.LooktheURL,theobject’spathnameis.A.edu.cnB./rjxyC/rjxy/index.htmlDindex.html81.EachURLhascomponents,theyare.Atransportprotocolandobject’spathnameBhostnameando
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 纺织品质量控制与追溯系统考核试卷
- 电声器件在耳机与耳塞中的应用考核试卷
- 机床功能部件在石油钻采设备中的耐高温性能考核试卷
- 糕点店经营风险与应对策略考核试卷
- 私募股权投资医疗健康行业分析考核试卷
- 静脉治疗护理技术操作标准2023版解读
- 3-2组合逻辑电路的设计
- 小学一年级数学20以内加减法测试题
- 内蒙古医科大学《室内装修工程》2023-2024学年第二学期期末试卷
- 江苏省南通市海安市十校联考2025届初三毕业班联考(二)数学试题试卷含解析
- 危险性较大工程监理实施细则
- 公路过道管更换施工方案
- 创伤急救培训课件
- 王贵启-玉米田杂草发生发展及除草剂优解-合肥0728
- 彤辉罗布麻茶
- 20S517 排水管道出水口
- 经尿道前列腺剜除术讲解
- 除尘系统和相关安全设施设备运行、维护及检修、维修管理制度
- 电影音乐欣赏智慧树知到答案章节测试2023年华南农业大学
- 传感器原理与应用智慧树知到答案章节测试2023年山东大学(威海)
- 工程热力学 09气体动力循环-wyz-2013
评论
0/150
提交评论