计算机网络英文题库(附答案)chapter

上传人:max****ui 文档编号:17776985 上传时间:2020-12-05 格式:DOC 页数:17 大小:151.91KB
收藏 版权申诉 举报 下载
计算机网络英文题库(附答案)chapter_第1页
第1页 / 共17页
计算机网络英文题库(附答案)chapter_第2页
第2页 / 共17页
计算机网络英文题库(附答案)chapter_第3页
第3页 / 共17页
资源描述:

《计算机网络英文题库(附答案)chapter》由会员分享,可在线阅读,更多相关《计算机网络英文题库(附答案)chapter(17页珍藏版)》请在装配图网上搜索。

1、Chapter 2 Application Layer1. In the following four descriptions, which one is correct? A In C/S architecture, clients communicate with each other directly.B In C/S architecture, client has a fixed well-known address.C In P2P architecture, peers communicate with each other directly.D In P2P architec

2、ture, peer has a fixed well-known address.2. In the context of a communication session between a pair of process, the process that initiates the communication is labeled as the , the process that waits to be contacted to begin the session is labeled as the .A client process, server process B sending

3、 process, receiving processC input process, output process D communicating process, connecting process3. A socket is the interface between within a host. A the network layer and the link layerB the link layer and the physical layerC the application layer and the transport layerD the transport layer

4、and the network layer4. In the following applications, which one is a loss-tolerant application? A E-mail B file transfer C instant messaging D real-time audio5. In the following applications, which one is a bandwidth-sensitive application? A E-mail B web application C real-time audio D file transfe

5、r6. The service of TCP cant guarantee .A delivery of all data without error B delivery of all data in the proper orderC the rate of delivery D congestion control7. In the following applications, which one uses UDP? A E-mail B web application C file transfer D DNS8. In the following descriptions abou

6、t HTTP, which one is not correct? A HTTP uses non-persistent connections in its default mode.B HTTP uses TCP as its underlying transport protocol.C HTTP is a stateless protocol.D HTTP is client-server architecture.9. Suppose a web page consists of a base HTML file, 5 JEPG images and a java applet, a

7、nd also suppose HTTP uses persistent connection without pipelining, the total response time is .A 2RTT B 8RTT C 12 RTT D 14RTT10. In HTTP response message, if the requested HTTP protocol version is not supported, the status code is .A 200 B 301 C 400 D 50515CACDC610CDABD11. The port number of web ap

8、plication is .A 25 B 20 C 80 D 5312. A network entity that satisfies HTTP requests on the behalf of an origin web server is .A server farm B server stack C proxy server D edge server13. In the following descriptions about persistent connection, which one is not correct? A The server leaves the TCP c

9、onnection open after sending a response.B Each TCP connection is closed after the server sending one object.C There are two versions of persistent connection: without pipelining and with pipelining.D The default mode of HTTP uses persistent connection with pipelining.14. FTP uses two parallel TCP co

10、nnections to transfer a file, there are .A control connection and data connectionB receiving connection and sending connectionC client connection and sever connectionD program connection and process connection15. In the following descriptions about FTP, which one is correct?A FTP is p2p architecture

11、. B FTP sends its control information out-of-band.C FTP uses persistent connection. D FTP is a stateless protocol.16.InthecommandsofFTP,whichonedoesnothaveparameter?AUSERBPASSCLISTDSTOR17. The Internet mail system has three components which they are .A user agent, SMTP, POP3 B SMTP, POP3, IMAPC user

12、 agent, SMTP, IMAP D user agent, SMTP, mail server18. If the status code in HTTP response message is 404, it means .A Request succeeded. B The requested document doesnt exit on this server.C This is a generic error code indicating that the request could not be understood by the server.D Requested ob

13、ject has been permanently mover.19. Comparison HTTP with SMTP, the correct is .A HTTP is a push protocol, and SMTP is a pull protocol.B In the default mode, both of them use persistent connection.C HTTP places all of the messages objects into one message, and SMTP sends every object one by one.D HTT

14、P requires each message to be in 7-bit ASCII format, and SMTP doesnt impose this restriction.20. The headers in the MIME message must include except .A From B Content-type C Content-transfer-encoding D MIME version1115CCBAB1620DDBBD21. In the following protocol, which one is stateless? A POP3 B SMTP

15、 C FTP D IMAP22. DNS means .A Data Name System B Data National SystemC Domain Name System D Domain National System23. There are three classes of DNS server except .A Root DNS server B Local DNS serverC TLD server D Authoritative DNS server24. DNS provides some services except .A Host aliasing B Mail

16、 server aliasingC Load distribution D A single point of failure25.TherearethreearchitecturesforlocatingcontentinP2Pfilesharing,KaZaAuses.ACentralizedDirectory(Napster)BQueryFlooding(Gnutella)CExploitingHeterogeneity(p141)DIncentivePriorities26.TherearethreearchitecturesforlocatingcontentinP2Pfilesha

17、ring,Napsteruses.ACentralizedDirectory(p137)BQueryFloodingCExploitingHeterogeneityDIncentivePriorities27.ThefollowingarchitecturesinP2Pfilesharing,whichisanoverlaynetwork?ACentralizedDirectoryBQueryFlooding(p139)CExploitingHeterogeneityDIncentivePriorities28. The time it takes for a small packet to

18、travel from client to server and then back to the client is .A round-travel time B next-hop timeC round-trip time D prefix-matching time29. Suppose A ( with a Web-based e-mail account ) sends a message to B ( who accesses his mail server using POP3), which application-layer protocol is not used? A H

19、TTP B SMTP C POP3 D IMAP30. In the four following options, which protocol is included in Mail Access Protocol? A SMTP B DHCP C IMAP D FTP31. In FTP commands, is used to send user password to the server.A User B Pass C Retr D Stor32. The function of the additional header field in MIME Content-Type is

20、 .A to convert the message body to its origin non-ASCII formB to determine what actions it should take on message bodyC to send an E-mail to the receiving user agentD to indicate what type the message is33. In the four following options, which application is organized as hybrid of C/S and P2P archit

21、ecture? A E-mail B OICQ C File transfer D Web application34.Inthefourfollowingoptions,whichisnotacentralizedDNSdesignsproblem?AasinglepointoffailureBtrafficvolumeCdistantcentralizeddatabaseDslow(maintenance)35. In the following options, from the application developers perspective, which is not corre

22、ct? A the network architecture is fixedB the network architecture provides a specific set of services to applicationsC the application architecture is designed by the physical devicesD the application architecture dictates how the application is organized over the various end systems36. There are th

23、ree predominant architectures used in modern network applications, which one is not included? A the client-server architecture B the P2P architectureC a hybrid of the client-server and P2P architectureD a hybrid of the client-server and browser-server architecture37. In the following options about C

24、/S architecture, which is not correct? A In C/S architecture, there is an always-on host, called the server.B In C/S architecture, there is an always-on host, called the client.C The server has a fixed, well-known address, called IP address.D Clients do not directly communicate with each other.38.ar

25、eoftenusedtocreateapowerfulvirtualserverinC/Sarchitecture.APeersBServerfarmCserverstackDlocalserver39. A process sends messages into, and receives messages from, the network through its .A socket B program C client D peer40. Which one is not defined by an application-layer protocol? A the types of m

26、essages exchangedB the syntax of various message typesC the semantics of the fieldsD rules for determining when and how to translate the socket41. HTTP can use two types of connections, which are .A persistent and non-persistent connectionB connection with pipelining and without pipeliningC TCP and

27、UDPD parallel and serial connection42. takes for a small packet to travel from client to server and then back to the client.A RDT B threshold C RTT D overhead43. The default mode of HTTP uses .A non-persistent connection with pipeliningB non-persistent connection without pipeliningC persistent conne

28、ction with pipeliningD persistent connection without pipelining44. In HTTP request messages, the request line has three fields, there are .A the method field, the URL field and the HTTP version fieldB the method, the connection and URL fieldC the user-agent, the method and HTTP version fieldD the us

29、er-agent, the URL and the HTTP version field45. In the header lines of HTTP request message, if the field of Connection is close, it specifies .A the host on which object residesB what type of the user agentC that the browser wants the server to close the connection after sending the requested objec

30、tD which language can the browser receive46. In HTTP response message, if the status code is 404, it means .A request succeeded and the information is returned in the responseB requested object has been permanently movedC the requested HTTP protocol version is not supported by the serverD the reques

31、ted document does not exist on this server47. is a network entity that satisfies HTTP requests on the behalf of an origin Web server.A proxy server B local server C DNS server D Web server48. In the following four options about web cache, which one is not correct? A A web cache is both a server and

32、a client at the same time.B A web cache is purchased and installed by an ISP.C A web cache can raise the response time for a client request.D A web cache can reduce traffic on an institutions access link to the Internet.49. The request message in the conditional GET must include the header line.A La

33、st-Modified B Last-ReferencedC If-Modified-Since D If Referenced-Since50. FTP uses two parallel connections to transfer a file, they are .A TCP and UDP connectionB connection with pipelining and without pipeliningC control an data connectionD client-server and browser-server connection51. In FTP com

34、mands, which one is used to ask the server to send back a list of all files in the current remote directory? A USER B PASS C LIST D RETR52. In the Internet mail system, allow users to read, reply to, forward, save and compose message.A User agents B mail servers C SMTP D TCP53. The two key MIME head

35、ers for supporting multimedia are .A Content-Type and MIME-VersionB Content-Type and Content-Transfer-EncodingC Content-Transfer-Encoding and MIME-VersionD MIME-Version and MIME-Type54. For Internet mail, the mail access protocol is used to .A transfer mail from the recipients mail server to the rec

36、ipients user agentB transfer mail from the senders mail server to the recipients mail serverC translate the mail from the senders mail serverD translate the mail into the recipients mail server55. POP3 progresses through three phases, which they are .A authorization, translation and transactionB aut

37、horization, translation and updateC authorization, transaction and updateD translation, transaction and update56. In the following four services, which one can not provide by DNS? A Host aliasing B Mail server aliasingC translate hostname to IP addressesD translate MAC addresses to IP addresses57. T

38、here are three classes of DNS servers, there are .A root DNS server, top-level domain DNS server and local DNS serverB root DNS server, top-level domain DNS server and authoritative DNS serverC root DNS server, local DNS server and authoritative DNS serverD root DNS server, local DNS server and top-

39、level domain DNS server58. In the following four options about POP3, which one is not correct? A The user agent employed only three commands: List, Retr and QuitB The server does not carry state information across POP3 sessionsC The port number is 110D The POP3 protocol does not provide any means fo

40、r a user to create remote folders and assign messages to folders.59.AresourcerecordinDNSdistributeddatabaseisafour-tuple,whichfieldcanbeignored?(p132)ANameBValueCTypeDTTL60.InthefollowingfouroptionsaboutDNSresourcerecord,whichoneiscorrect?AThemeaningofNameandValuedependonType.BThemeaningofValueandTy

41、pedependonName.CIfType=A,thenNameisadomainandValueistheIPaddressforthehostname.DIfType=MX,thenNameisdomainandValueistheIPaddressforthehostname.61.InthefollowingfouroptionsaboutDNSmessages,whichoneisnotcorrect?AThereareonlytwokindsofDNSmessage.(p133)BBothqueryandreplymessagehavethesameformat.CThehead

42、ersectioninDNSmessagehas12bytes.DTheauthoritysectioncontainstheresourcerecordsforthesamethatwasoriginallyqueried.62.InDNSmessage,containsinformationaboutthequerythatisbeingmade.(p133)AauthoritysectionBquestionsectionCanswersectionDadditionalsection63.TherearethreetechniquesareemployedinmostanyP2Pfil

43、e-sharingsystems,whichoneisnotinclude?(p144)ARequestqueuingBincentiveprioritiesCparalleldownloadingDResponsequeuing64. In the following four options about P2P file-sharing, which one is not correct? A P2P file-sharing is highly scalable.B P2P file-sharing relies on P2P architecture.C The means for l

44、ocating content in different P2P file-sharing are different.D P2P file-sharing systems not only share MP3s,but also videos, software, documents and images.65.InMIMEheaderlines,specifiesthenameoftheSMTPserverthatsentthemessage(from),thenameoftheSMTPserverthatreceivedthemessage(by),andthetimeanwhichth

45、ereceivingserverreceivedthemessage.AReceivedBFromCToDMIME-Version66. If the header line Connection is close, it means that the client wants .A persistent connection with pipeliningB persistent connection without pipeliningC nonpersistent connectionD not connection67. In HTTP request message, the ent

46、ity body is empty with the method, but is used with the method.A GET, POST B POST,GET C GET, HEAD D POST, HEAD68. In HTTP response message, if the Date: header ;one indicates the time Fri. 08 Aug. 2008 12:00:00 GMT, the Last-Modified: header line can not be .A Fri. 08 Aug. 2008 11:00:00 GMT B Fri. 0

47、8 Aug. 2008 11:30:00 GMTC Fri. 08 Aug. 2008 12:00:00 GMT D Fri. 08 Aug. 2008 12:30:00 GMT69. In the following four options, which one is not the part of cookie technology?A Cookie header lines in the HTTP response message and request message.B One cookie header file kept on the users end system and

48、managed by the users browser.C A network entity that satisfies HTTP requests on the behalf of an origin Web server.D A back-end database at the Web site70. On-top of stateless HTTP, can be used to create a user session layer.A proxy server B Web cache C cookie D socket71. Processes communicate with

49、each other by reading from and writing to .A programs B threads C sockets D channels72. In the following four options about network architecture, which one is not correct? A The network architecture is fixed.B The network architecture provides a specific set of services to application.C The network

50、architecture is designed by application developer.D The network architecture dictates how the application is organized over special server.73. In Client-Server architecture, the clients visit the servers through .A clients socket B clients IP addressC servers socket D servers IP address74. can be th

51、ought of as a program that is running within end system.A process B thread C socket D context75. API means .A Application Program Interface B Application Process InterfaceC Appellation Program Interface D Appellation Process Interface76. One host can be running many network applications, so the syst

52、em assigns them different to distinguish each other.A IP address B port number C hostname D section77. In the following four applications, which one is both bandwith-sensitive and require tight timing constraints? A real-time audio B file transfer C E-mail D Web documents78. The port number of the W

53、eb server is .A 25 B 20 C 80 D 808079. The port number of the mail server is .A 25 B 20 C 80 D 808080. Look the URL http:/ the objects path name is .A B /rjxy/index.html D index.html81. Each URL has components, they are .A transport protocol and objects path nameB host name and objects path nameC

54、transport protocol and host nameD client name and server name1. Consider an HTTP client will request a WEB page from a WEB server. Suppose the URL of the page is /somedir/exp.html. The client does not want to use persistent connections and want to receive French version of the object. The user agen

55、t is Windows NT 5.1. Give the request message according to the given format.Request line: Header lines: 2. Telnet into a Web server and send a multiline request message. Include in the request message the If-modified-since: header line to force a response message with the 304 Not Modified status code.Solution:Request line: Header lines:

展开阅读全文
温馨提示:
1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
2: 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
3.本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 装配图网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
关于我们 - 网站声明 - 网站地图 - 资源地图 - 友情链接 - 网站客服 - 联系我们

copyright@ 2023-2025  zhuangpeitu.com 装配图网版权所有   联系电话:18123376007

备案号:ICP2024067431-1 川公网安备51140202000466号


本站为文档C2C交易模式,即用户上传的文档直接被用户下载,本站只是中间服务平台,本站所有文档下载所得的收益归上传人(含作者)所有。装配图网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。若文档所含内容侵犯了您的版权或隐私,请立即通知装配图网,我们立即给予删除!