1 / 28
文档名称:

计算机科学与技术毕业设计.doc

格式:doc   大小:1,881KB   页数:28页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

计算机科学与技术毕业设计.doc

上传人:1314042**** 2020/12/25 文件大小:1.84 MB

下载得到文件列表

计算机科学与技术毕业设计.doc

文档介绍

文档介绍:计算机科学与技术毕业设计
学校:武汉理工大学网络教育学院
题目:web应用开发
专业:计算机科学与技术
姓名:李莉
摘要:
随着计算机网络和多媒体技术的迅猛发展,Internet上的Web应用一直呈现快速的增长,其中很大一部分都是HTTP的请求服务。由于HTTP请求的增长过快,因此导致许多的网站的web服务器面临着超载的问题,主要表现是影响时间过长从而导致拒绝服务。Web服务请求的响应时间主要由两个因素决定,网络传输的质量和web服务器的处理性能。近几年来,网络传输的服务质量(qos)技术研究已经相对比较成熟,然而,如果应用层的web服务器服务质量不能保证的话,那么,在服务器过载的情况下,即使网络传输的质量能够得到很好的保证,仍然有可能被拒绝服务,或者响应时间大大的延长而导致的“拒绝服务”的效果。由此可见,由于服务器的超载问题日益严重,web服务器已经在某种程度上成为实现端到端服务质量控制的瓶颈。因此,如何实现web服务器系统的服务质量控制,为用户提供满意的服务性能,已经成为一个迫切需要解决的问题。
关键词:信息时代,学校教学,网络,网络教学,课堂教学
ABSTRACT
With the development of the computer network and multimedia technologies,the Web applications on the Internet is increasing explosivelyMost of the Web applications are the HTTP requestsMany web sites had to face the problem of the serverloadingThe main symptom is that users have to wait a very long time for the HTTP response and even the HTTP requests will be rejectedThe responding time is generally influenced by two elements;the quantity of the service of network’s transfer layer and the performance of the web serverRecently years,the research has been carried out actively in this fieldIn condition of the server overloading if any measure was not taken about the QOS control in the applications layer,although the QOS of the network transferring time be delayed so long that leads to “reject request”resultSo we could conclude that the overload of the web server is becoming the botleneck of the QOS controlTherefore,how to apply the web server QOS control and provide the customers the satisfied services,has become the imminence problems that must be setled
Keyword: info-age ,school instruction , network ,network instruction, classroom instruction
目 录
第1章 绪论 4
11 课题背景 4
12 web技术的发展情况 4
13 web server 6
14课题设计的目标和来源 7
第2章 开发工具及环境 7
21 c#技术 7
22 。net运行环境 7
第3章 需求分析 7
31 web服务器的基本需求 7
32 http协议 9
33 socket 12
34系统E-R图 14
第4章 系统的设计 16
41设计原则 16
42 系统功能设计