Review Questions
Section 2.1
1)
List five non-proprietary
(非专有的)
Internet applications and the
application-layer protocols that they use.
列举五种非专用的英特网应用以及它们所使用的应用层协议?/p>
applications
protocols
SMTP
WEB
HTTP
streaming multimedia
HTTP ,RTP
file transfer
FTP
remote terminal access
Telnet
2)
For a communication session(
会议
) between two hosts, which host is the
client and which is the server?
对俩主机之间的通信会话,哪个主机是客户机,哪个主机是服务器?/p>
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.