【答案解析】[解析] 本题考查网络应用模式,HTTP协议是万维网所应用的协议,万维网是以客户服务器方式工作。这里浏览器就是在用户计算机上的万维网客户程序。万维网文档所驻留的计算机则运行服务器程序,因此这个计算机也称为万维网服务器。客户程序向服务器程序发出请求,服务器程序向客户程序送回客户所要的万维网文档,而80端口是服务器侦听的端口号,因此答案为C。
常用端口号,需要牢记如下表所列。
表
|
| 端口号 | 协议 | 服务名称 |
| 20 | TCP | ftp-data | File Transfer |
| 21 | TCP | ftp | FTP Control |
| 23 | TCP | telnet | Telnet |
| 25 | TCP | smtp | Simple Mail Transfer |
| 53 | UDP | domain | Domain Name Server |
| 67 | UDP | bootps | Bootstrap Protocol Server |
| 68 | UDP | bootpc | Bootstrap Protocol Client |
| 80 | TCP | http | World Wide Web |
| 179 | TCP | bgp | Border Gateway Protocol |
| 110 | TCP | pop3 | Post Office Protocol-Version 3 |