网络工程课程设计Web服务器配置
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
宜春学院数学与计算机科学学院
课程设计说明书
课程名称:网络工程设计与系统集成课程设计
课程代码:
题目:
年级/专业/班:
学生姓名:
学号:
指导教师:
开题时间: 2016 年 5 月 6 日完成时间: 2016 年 6 月 19 日
目录
摘要 (1)
一、引言 (3)
二、设计目的与任务 (3)
三、设计方案 (3)
四、结论 (16)
五、致谢 (17)
六、参考文献 (17)
摘要
长期以来,人们只是通过传统的媒体(如电视、报纸、杂志和广播等)获得信息。但随着计算机网络的发展,人们想要获取信息,已不再满足于传统媒体那种单方面传输和获取的方式,而希望有一种主观的选择性。网络上提供各种类别的数据库系统,如文献期刊、产业信息、气象信息、论文检索等等。由于计算机网络的发展,信息的获取变得非常及时、迅速和便捷。
到了1993年,WWW 的技术有了突破性的进展,它解决了远程信息服务中的文字显示、数据连接以及图像传递的问题,使得WWW 成为Internet 上最为流行的信息传播方式。Web 服务器成为Internet 上最大的计算机群,Web 文档之多、链接的网络之广,令人难以想象。可以说,Web 为Internet 的普及迈出了开创性的一步,是近年来Internet 上取得的最激动人心的成就。
本文主要叙述Web服务器配置,WEB服务器也称为WWW(WORLD WIDE WEB)服务器
Web服务器,可以解析(handles)HTTP协议。当Web服务器接收到一个HTTP请求(request),会返回一个HTTP响应(response),例如送回一个HTML页面。为了处理一个请求(request),Web服务器可以响应(response)一个静态页面或图片,进行页面跳转(redirect),或者把动态响应(dynamic response)的产生委托(delegate)给一些其它的程序例如CGI脚本,JSP(JavaServer Pages)脚本,servlets,ASP(Active Server Pages)脚本,服务器端(server-side)JavaScript,或者一些其它的服务器端(server-side)技术。无论它们的目的如何,这些服务器端(server-side)的程序通常产生一个HTML的响应(response)来让浏览器可以浏览。
关键词:数据库系统HTTP协议脚本
Abstract
For a long time, people have been using traditional media (such as television, newspapers, magazines, radio, etc.) to get information. But with the development of computer network, people want to get information, which is no longer satisfied with the traditional media kind of unilateral transmission and acquisition, and hope that there is a kind of subjective selectivity. Network to provide a variety of categories of database systems, such as the literature journals, industry information, weather information, paper retrieval, etc.. Due to the development of computer network, the acquisition of information becomes very timely, rapid and convenient.
In 1993, the WWW technology have the breakthrough progress. It can solve the remote information service in the text display, data connection and transmit the image problem, makes the WWW on Internet has become the most popular mode of transmission of information. Web server to become the largest Internet on the computer group, Web documents, the link of the network is wide, it is difficult to imagine. It can be said, Internet for the popularity of Web has taken a groundbreaking step, is achieved in recent years, the most exciting achievements Internet.
This paper describes the Web server configuration, WEB server, also known as WWW (WIDE WEB WORLD) server Web server, you can parse (handles) HTTP protocol. When the Web server receives an HTTP request (request), it returns a HTTP response (response), for example, to a HTML page. In order to handle a request, the web server can response with a static HTML page or image (response), for page Jump (redirect), or the dynamic response of the dynamic response of the delegate to some other programs such as CGI scripts, JSP (JavaServer pages) script, servlets, scripts in an ASP (active server pages), the server-side JavaScript, or some other server
(server-side) technology. Regardless of their purpose, these server side (server-side) programs usually produce a HTML response (response) to allow the browser to browse.
Keywords:Database system HTTP protocol Script