版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
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-2024学年四川省成都市经开区实验中学高三联合调研考试数学试题试卷
- 获奖课件教学
- 赡养的房产遗嘱(3篇)
- 体育课说课稿
- 西餐厅管理制度重要性
- 护士实习心得体会
- 2024届浙江省温州市高三最后一次模拟(I卷)数学试题
- 【课件】大气压强-人教版(2024)物理八年级下册
- 双手向前投掷实心球 课件
- 公路工程施工安全技术规范
- 住房和城乡建设管理局爱国卫生月活动总结
- “碑学”、“帖学”献疑.doc
- 16.金色的草地(课堂实录)
- 尾矿库在线监测管理文档
- 国有股大宗交易制度问题及完善建议
- 保洁日常工作记录表.doc
- 鱼骨图图参考案例
- 电力二十五项反措细则(完整版)
- (完整版)A4作文格纸可直接打印使用
- 古筮六爻属朱辰彬首创理论之二十三:代占的系统分类
评论
0/150
提交评论