Web应用程序的体系结构

以下是资料介绍,如需要完整的请充值下载. 本资料已审核过,确保内容和网页里介绍一致.  
无需注册登录,支付后按照提示操作即可获取该资料.
资料介绍:

 Web应用程序的体系结构(中文6000字,英文4000字)
摘要:
   用asp开发Web应用程序,必须首先建立Web应用程序。现在在应用中常用的有两个:C/S架构和B/S架构。
   客户机/服务器和客户端/服务器端/服务器构成了C/S架构。
   两层的客户/服务器结构
   客户/服务器(客户机/服务器)模型是一种良好的软件体系结构,它是最佳的网络应用模式之一。从技术上看,它是一个逻辑概念,表示将一个应用分解成多个任务,共同完成是整个应用任务的功能。在每个网络主计算机的网站上,资源(硬件、软件和数据)分布不均衡,在客户/服务器结构下,如果没有通过发送请求到具有资源的服务器的资源的客户端计算机,获得资源的请求,从而适应网络中资源分布的不平衡性。有了这种结构,可以综合各种计算机协同工作,让它每一个可以,实现对计算机系统的规模优化(Rightsizing)和规模缩小化

The Architecture of Web Application
summary
Develop Web application program using asp the architecture that must first establish Web application. Now in application frequently with to have two: The architecture of C/S and the architecture of B/S.

Client/server and customer end / server hold the architecture of C/S.
The customer / server structure of two floor.
Customer / server ( Client/Server ) model is a kind of good software architecture, it is the one of best application pattern of network. From technology, see that it is a logic concept, denote will a application many tasks of decomposing difference carry out , common completion is entire to apply the function of task. On each network main computer of web site, resource ( hardware, software and data ) divide into step, is not balanced, under customer / server structure, without the client computer of resource through sending request to the server that has resource , get resource request, so meet the resource distribution in network not balancedness. With this kind of structure, can synthesize various computers to cooperate with work, let it each can, realize the scale for the system of computer optimization ( Rightsizing ) with scale reduce to melt ( Downsizing ).