




版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認(rèn)領(lǐng)
文檔簡介
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 50515 CACDC &
8、#160; 610 CDABD11. The port number of web application 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 follo
9、wing descriptions about persistent connection, which one is not correct? A The server leaves the TCP connection 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.
10、D The default mode of HTTP uses persistent connection with pipelining.14. FTP uses two parallel TCP connections 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
11、 connection15. In the following descriptions about FTP, which one is correct?A FTP is p2p architecture. B FTP sends its control information out-of-band.C FTP uses persistent connection. D FTP is a stateless protocol.16. In the commands of FTP, which one does
12、160;not have parameter? A USER B PASS C LIST
13、 D STOR17. The Internet mail system has three components which they are .A user agent, SMTP, POP3 B SMTP, POP3, IMAPC user 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 doc
14、ument 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 object 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,
15、 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 HTTP 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
16、 B Content-type C Content-transfer-encoding D MIME version1115CCBAB 1620 DDBBD21. In the following protocol, which one is stateless? A POP3 B SMTP C FTP D IMAP22. DNS means .A Data Name System B Data National SystemC Domain Name S
17、ystem 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 server aliasingC Load distribution D A single point of failure25. There a
18、re three architectures for locating content in P2P file sharing, KaZaA uses . A Centralized Directory (Napster) &
19、#160; B Query Flooding(Gnutella)C Exploiting Heterogeneity (p141) D Incentive Priorities 26. There are three architectures for locating c
20、ontent in P2P file sharing, Napster uses . A Centralized Directory (p137) B Query Flooding C &
21、#160;Exploiting Heterogeneity D Incentive Priorities27. The following architectures in P2P file sharing, which is an overlay network?
22、60;A Centralized Directory B Query Flooding(p139) C Exploiting Heterogeneity D Incentive
23、 Priorities 28. The time it takes for a small packet to 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 ser
24、ver using POP3), which application-layer protocol is not used? A HTTP 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. T
25、he function of the additional header field in MIME Content-Type is .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 optio
26、ns, which application is organized as hybrid of C/S and P2P architecture? A E-mail B OICQ C File transfer D Web application34. In the four following options, which is not a centralized DNS designs problem? A a
27、0;single point of failure B traffic volume C distant centralized database D slow (maintenance)35. In the following options, from the
28、application developers perspective, which is not correct? 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
29、organized over the various end systems36. There are three 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-s
30、erver architecture37. In the following options about C/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 Cli
31、ents do not directly communicate with each other.38. are often used to create a powerful virtual server in C/S architecture. A Peers
32、160; B Server farm C server stack D local server39. A process sends messages into, and receives messages from, the network through its .A soc
33、ket B program C client D peer40. Which one is not defined by an application-layer protocol? A the types of messages 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
34、are .A persistent and non-persistent connectionB connection with pipelining and without pipeliningC TCP and 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
35、.A non-persistent connection with pipeliningB non-persistent connection without pipeliningC persistent connection 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 versio
36、n fieldB the method, the connection and URL fieldC the user-agent, the method and HTTP version fieldD the user-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
37、 the user agentC that the browser wants the server to close the connection after sending the requested objectD 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 objec
38、t has been permanently movedC the requested HTTP protocol version is not supported by the serverD the requested 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.
39、In the following four options about web cache, which one is not correct? A A web cache is both a server and 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
40、access link to the Internet.49. The request message in the conditional GET must include the header line.A Last-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 a
41、nd without pipeliningC control an data connectionD client-server and browser-server connection51. In FTP commands, 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, re
42、ply to, forward, save and compose message.A User agents B mail servers C SMTP D TCP53. The two key MIME headers 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 In
43、ternet mail, the mail access protocol is used to .A transfer mail from the recipients mail server to the recipients 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 serve
44、r55. POP3 progresses through three phases, which they are .A authorization, translation and transactionB authorization, 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 alias
45、ing B Mail server aliasingC translate hostname to IP addressesD translate MAC addresses to IP addresses57. There 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 server
46、C root DNS server, local DNS server and authoritative DNS serverD root DNS server, local DNS server and top-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 sta
47、te information across POP3 sessionsC The port number is 110D The POP3 protocol does not provide any means for a user to create remote folders and assign messages to folders.59. A resource record in DNS distributed database is a four-tuple, which
48、 field can be ignored?(p132) A Name B Value C Type
49、160;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&
50、#160;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
51、160;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&
52、#160;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
53、60; The authority section contains the resource records for the same that was originally queried. 62. In DNS message, contains information about the
54、query that is being made.(p133) A authority section B question section C answer section D additional section63. There
55、160;are three techniques are employed in most any P2P file-sharing systems, which one is not include? (p144) A Request queuing B incentive priorities
56、;C parallel downloading D Response queuing64. 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 locating content in different P
57、2P file-sharing are different.D P2P file-sharing systems not only share MP3s,but also videos, software, documents and images.65. In MIME header lines, specifies the name of the SMTP server that sent&
58、#160;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
59、0; B From C To D MIME-Version 66. If the header line Connection is close, it means th
60、at the client wants .A persistent connection with pipeliningB persistent connection without pipeliningC nonpersistent connectionD not connection67. In HTTP request message, the entity 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 HTT
61、P response message, if the Date: header ;one indicates the time Fri. 08 Aug. 12:00:00 GMT, the Last-Modified: header line can not be .A Fri. 08 Aug. 11:00:00 GMT B Fri. 08 Aug. 11:30:00 GMTC Fri. 08 Aug. 12:00:00 GMT D Fri. 08 Aug. 12:30:00 GMT69. In the following four options, which one is not the
62、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 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 each other by reading from and writing to .A
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 2025年三四線城市房地產(chǎn)投資風(fēng)險評估與市場前景分析報告
- 藥品進口設(shè)備管理制度
- 藥師調(diào)劑授權(quán)管理制度
- 藥店在崗培訓(xùn)管理制度
- 藥店藥品衛(wèi)生管理制度
- 菜鳥貨物倉儲管理制度
- 設(shè)備使用規(guī)范管理制度
- 設(shè)備器材安全管理制度
- 設(shè)備房除塵灰管理制度
- 設(shè)備管理中心管理制度
- 部編版三年級道德與法治下冊《大家的“朋友”》教案及教學(xué)反思
- 世界各國國別簡稱三位英文縮寫
- 光伏電站的運行維護
- 遼寧交通高等??茖W(xué)校-單招《職測》考前特訓(xùn)復(fù)習(xí)題庫(含答案)
- 教導(dǎo)型組織模式一心靈管理(一)課件
- 北大思想史第十二講漢代的經(jīng)學(xué)
- 小升初ST圖專題
- 急性腦卒中識別和急救流程2
- 16殺菌劑殘留分析-農(nóng)藥殘留分析
- 當(dāng)代世界政治經(jīng)濟與國際關(guān)系 鄧澤宏課件第三章 奉行全球戰(zhàn)略的美國
- GB/T 6188-2017螺栓和螺釘用內(nèi)六角花形
評論
0/150
提交評論