- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
**
**
Review Questions
Section 2.1
List five non-proprietary(非专有的) Internet applications and the application-layer protocols that they use.
列举五种非专用的英特网应用以及它们所使用的应用层协议。
applications
protocols
?e-mail
?SMTP
?WEB
HTTP
streaming multimedia
HTTP?,RTP
file transfer?
?FTP
remote terminal access?
?Telnet?
For a communication session(会议) between two hosts, which host is the client and which is the server?
对俩主机之间的通信会话,哪个主机是客户机,哪个主机是服务器?
The process which initiates(发起) the communication is the client; the process that waits to be contacted is the server.
3) What information is used by a process running on one host to identify a process running on another host?
运行在一台主机上的进程使用什么信息标识运行在另一台主机上的进程?
The IP address of the destination host and the port number of the destination socket.
List the various network-application user agents that you use on a daily basis.
列举你每天都会使用的网络应用程序用户代理。
Web browser E-mail application user agent?File Transfer user agentP2p user agentaudio/video user agent?
5) Referring to Figure 2.1-2, we see that not none of applications listed in the table require both no data loss and timing. Can you conceive of an application that requires no data loss and that is also highly time sensitive?
参见图2.1-2,我们可以看到表中所列举的应用没有一个既要求没有数据丢失又要求定时。你能设想出一个应用,既既要求没有数据丢失又要求定时吗?
There are no good examples of an application that requires no data loss and timing.
Sections 2.2-2.5
6) What is meant by a handshaking protocol? 握手协议的意义?
A protocol uses handshaking if the two communicating entities first exchange control packets before sending data to each other. SMTP uses handshaking at the application layer whereas HTTP does not.
7) Why do HTTP, FTP, SMTP, POP3 and IMAP run on top of TCP rather than UDP?
为什么HTTP,FTP,SMTP,POP3 和 IMAP 都运行在TCP 协议而不是UDP协议上?
The applications associated with those protocols require that all application data be received in the correct order and without gaps. TCP provides this service whereas UDP does not.
8) Consider an e-commerce site that wants
文档评论(0)