




版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
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学年第二学期期末试卷
- 南京工业大学浦江学院《医用数理统计》2023-2024学年第二学期期末试卷
- 护理老人全套课件下载
- 卷烟仓库管理方案(3篇)
- 内瘘静脉溶栓护理讲课件
- 水厂调试方案(3篇)
- 游泳设施安装方案(3篇)
- 楼宇租赁运营方案(3篇)
- 大学的目标讲课件
- 办公架子改造方案(3篇)
- 小学生劳动教育评价细则
- 民法典案例解读PPT
- 安全生产知识应知应会
- 质 量 管 理 体 系 认 证审核报告(模板)
- 肿瘤科新护士入科培训和护理常规
- 第4章 颌位(双语)
- 二手车鉴定评估报告书最终
- 电影场记表(双机位)
- 塔吊负荷试验方案
- 电子商务专业“产教融合、五双并行”人才培养 模式的实践研究课题论文开题结题中期研究报告(经验交流)
- 购买社区基本公共养老、青少年活动服务实施方案
评论
0/150
提交评论