赵烜:某系财务管理系统摘要随着计算机网络和多媒体技术的迅猛发展,Internet上的Web应用一直呈现爆炸式的增长,其中很大一部分都是HTTP的请求服务。由于HTTP请求的增长过快,因此导致许多的网站的web服务器面临着超载的问题,主要表现是影响时间过长从而导致拒绝服务。Web服务请求的响应时间主要由两个因素决定,网络传输的质量和web服务器的处理性能。近几年来,网络传输的服务质量(qos)技术研究已经相对比较成熟,然而,如果应用层的web服务器服务质量不能保证的话,那么,在服务器过载的情况下,即使网络传输的质量能够得到很好的保证,仍然有可能被拒绝服务,或者响应时间大大的延长而导致的“拒绝服务”的效果。由此可见,由于服务器的超载问题日益严重,web服务器已经在某种程度上成为实现端到端服务质量控制的瓶颈。因此,如何实现web服务器系统的服务质量控制,为用户提供满意的服务性能,已经成为一个迫切需要解决的问题。本课题对webqos控制技术进行了简单的研究,主要是解决web服务应用中为不同级别的客户提供分类服务的问题,使web服赵烜:某系财务管理系统务器资源更合理的分配,使有限的资源产生最大的使用率。ABSTRACTWiththedevelopmentofthecomputernetworkandmultimediatechnologies,theWebapplicationsontheInternetisincreasingexplosively.MostoftheWebapplicationsaretheHTTPrequests.Manywebsiteshadtofacetheproblemoftheserverloading.ThemainsymptomisthatusershavetowaitaverylongtimefortheHTTPresponseandeventheHTTPrequestswillberejected.Therespondingtimeisgenerallyinfluencedbytwoelements;thequantityoftheserviceofnetwork’stransferlayerandtheperformanceofthewebserver.Recentlyyears,theresearchhasbeencarriedoutactivelyinthisfield.InconditionoftheserveroverloadingifanymeasurewasnottakenabouttheQOScontrolintheapplicationslayer,althoughtheQOSofthenetworktransferringtimebedelayedsolongthatleadsto“rejectrequest”result.Sowecouldconcludethattheoverloadofthewebserverisbecomingthebotleneckof赵烜:某系财务管理系统theQOScontrol.Therefore,howtoapplythewebserverQOScontrolandprovidethecustomersthesatisfiedservices,hasbecometheimminenceproblemsthatmustbesetled.Inthispaper,wedosomeresearchofWebQoScontrolsimply,thestrategyofclassifiedserviceprovidethediffeniatedcustomersthediffeniatedservices.Ontheonehand,weproposeprototypesofcomprehensiveschedulingalgorithmsbasedoncombinationofSessionandcontent.目录第1章绪论......................................................11.1课题背景...................................................11.2WEB技术的发展情况........................................11.3WEBSERVER.................................................21.4课题设计的目标和来源........................................2第2章开发工具及环境............................................32.1C#技术......................................................32.2。NET运行环境...............................................3第3章需求分析..................................................5赵烜:某系财务管理系统3.1WEB服务器的基本需求.........................................53.2HTTP协议....................................................73.3SOCKET......................................................113.4系统E-R图..................................................13第4章系统的设计...............................................164.1设计原则...................................................164.2系统功能设计...............................................164.3设计流程图.................................................21第5章系统的实现与测试........................................275结论及毕业设计小结.....