外文文献—CS体系结构和BS体系结构.doc

上传人:文库蛋蛋多 文档编号:3795203 上传时间:2023-03-22 格式:DOC 页数:12 大小:85.50KB
返回 下载 相关 举报
外文文献—CS体系结构和BS体系结构.doc_第1页
第1页 / 共12页
外文文献—CS体系结构和BS体系结构.doc_第2页
第2页 / 共12页
外文文献—CS体系结构和BS体系结构.doc_第3页
第3页 / 共12页
外文文献—CS体系结构和BS体系结构.doc_第4页
第4页 / 共12页
外文文献—CS体系结构和BS体系结构.doc_第5页
第5页 / 共12页
点击查看更多>>
资源描述

《外文文献—CS体系结构和BS体系结构.doc》由会员分享,可在线阅读,更多相关《外文文献—CS体系结构和BS体系结构.doc(12页珍藏版)》请在三一办公上搜索。

1、附录 英文资料翻译英文原文:The architecture of C/S and the architecture of B/SDevelop 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. The customer / server structure

2、of two floorsCustomer / server (Client/Server) model is a kind of good software architecture, it is the one of best application pattern of network. Customer / server type computer divide into two kinds, one side who offers service is called as server, asks one side of service to be called as custome

3、r. To be able to offer service, server one side must have certain hardware and corresponding server software; also, customer one side must also have certain hardware and corresponding customer software. Figure is as follows: Figure 1 C/S modeIt is most of to divide into computer network application

4、into two, in which the resource and function that part supports many users to share, it is realized by server; Another part faces every user, is realized by client computer, also namely, client computer is usual to carry out proscenium function, realizes man-machine interaction through user interfac

5、e, or is the application program of specific conducted user. And server usually carries out the function of backstage supporter, manages the outside request concerning seting up, accepting and replying user that shared. For a computer, it can have double function, is being certain and momentary to c

6、arve to act as server, and again becomes client computer in another time. Multilayer customer / server structure Along with the development of enterprise application, recently, a kind of new multilayer architecture has arisen. Customer application is the part of original customer application, is ano

7、ther and partial to have been transfered to server to apply. New customer application takes the responsibility for user interface and simple regular business logic and new server application resident core, changeable business logic. Therefore its structure has become new (Client application + Server

8、 application)/Server structure. Following figure shows: Figure2 B/S modeBrowser/Server and browser / server hold the architecture of B/S. On essence, Browser/Server is also a kind of structure of Client/Server, it is a kind of from the traditional two levels of structural development of Client/Serve

9、r come to the three-layer structural special case of Client/Server that applied on Web. Under the three-layer architecture of Browser/Server, express layer (Presentatioon), function layer (Business Logic), data layer (Data Service) have been cut the unit of 3 relative independences: It is the first

10、layer of to express layer: Web browser In expressing layer contain system show logic, locate in customer end. Its task is to suggest by Web browser to the certain a Web server on network that service is asked , after verifying for user identity, Web server delivers needed homepage with HTTP agreemen

11、t to customer end, client computer accept the homepage file that passed , and show it in Web browser on.Second layer function layer: Have the Web server of the application function of program extension In function layer contain the systematic handling of general affairs logic, locate in Web server e

12、nd. Its task is the request concerning accepting user, need to be first conducted and corresponding to expand application program and database to carry out connection, passes through the waies such as SQL to database server to put forward data handling to apply for, then etc. database server the res

13、ult of handling data submit to Web server, deliver again by Web server to return customer end. The number of plies of 3th according to layer: Database server In data layer contain systematic data handling logic, locate in database server end. Its task is to accept the request that Web server control

14、s for database, realization is inquired and modified for database, update etc. function, and submit operation result to Web server. Careful analysis is been easy to see , the architecture of Browser/Server of three-layer is the handling of general affairs of the two levels of structure of Client/Ser

15、ver logic modular from the task of client computer in split , from the first floor of individual composition bear the pressure of its task and such client computer have alleviated greatly, distribute load balancedly and have given Web server, so from the structural change of Client/server of origina

16、l two floor the structure of Browser/Server of three-layer. This kind of structure not only client computer from heavy burden and the requirement of performance that rises continuously for it in liberation come out , also defend technology people from heavy maintenance upgrading work in free oneself

17、. Since client computer handles general affairs , logic partial minutes have given function server, make client computer right off slender a lot of, do not take the responsibility for handling complex calculation and data again visit etc. crucial general affairs, is responsible to show part, so, mai

18、ntenance people do not rush about again for the maintenance work of program between every client computer, and put major energy in the program on function server update work. Between this kind of three-layer structural layer and layer, the mutually independent change of any first floor does not affe

19、ct the function of other layer. It has changed the defect of the two levels of architecture of Client/Server of tradition from foundation, it is the transform with deep once in application systematic architecture. The contrast of two architecturesThe architecture of Browser/Server and the architectu

20、re of Client/Server compare with all advantages that not only have the architecture of Client/Server and also have the architecture of Clinet/Server the unique advantage that place does not have: Open standard: The standard adopted by Client/Server only in department unification for but, its applica

21、tion is often for special purpose. It is lower to develop and defend cost: It need to be implemented on all client computers that the application of Client/Server must develop the customer end software for special purpose, no matter installation and disposition escalate still, have wasted manpower a

22、nd material resources maximumly. The application of Browser/Server need in customer end have general browser , defend and escalate to work in server end go on , need not carry out any change as customer holds , have reduced the cost of development and maintenance so greatly. It is simple to use, int

23、erface friendly: The interface of the user of Client/Server is decided by customer end software, interface and the method of its use are not identical each, per popularize a system of Client/Server ask user study from the beginning, is hard to use. The interface of the user of Browser/Server is unif

24、ied on browser, browser is easy to use, interface friendly, and must not study use again other software, the use of a Lao Yong Yi that has solved user problem. Customer end detumescence: The customer end of Client/Server has the function that shows and handles data, as the requirement of customer en

25、d is a client computer “it is fat “very high. The customer of Browser/Server holds the access that not takes the responsibility for database again and the etc. task of complex data calculation, need it only show, the powerful role that has played server fully is so large to have reduced the requirem

26、ent for customer end, customer end become very “thin”. System is flexible: The 3 minutes of the system of Client/Server, in modular, have the part that need to change to want relation to the change of other modular, make system very difficult upgrading. The 3 minutes of the system of Browser/Server

27、modular relative independence, in which a part of modular change, other modular does not get influence, it is very easy that system improve to become, and can form the system with much better performance with the product of different manufacturer. Security: In the system of Client/Server, directly j

28、oin with database server because of client computer, user can very easily change the data on server, can not guarantee systematic safety. The system of Browser/Server has increased a level of Web server between client computer and database server , makes two not to be directly linked again, client c

29、omputer can not be directly controled for database, prevent user efficiently invade illegally. The architecture of Browser/Server of three-layer has the advantage that a lot of traditional architectures of Client/Server does not have , and is close to have combined the technology of Internet/Intrane

30、t, is that the tendency of technical development tends to , it application system tape into one brand-new develop times. From this us option the configuration of B/S the architecture that develops as system.What is C/S with B/S? (1) What is the structure of C/S.? C/S (Client/Server) structure, the s

31、erver structure and client computer that all know well. It is software systematic architecture, through it can hold hardware environment fully using two advantages, realize task reasonable distribution to Client end and Server end, have reduced systematic communication expense. Now, the most systems

32、 of application software are the two levels of structure of the form of Client/Server , are developing to the Web application of distribution type since current software application is systematic, Web and the application of Client/Server can carry out same business handling , apply different modular

33、 to share logic assembly; Therefore it is systematic that built-in and external user can visit new and existing application , through the logic in existing application system, can expand new application system. This is also present application system develop direction. Traditional C/S architecture t

34、hough adopting is open pattern, but this is the openness that system develops a level, in specific application no matter Client end or Server end the software that need to still specify support. Because of the software software that need to develop different edition according to the different system

35、 of operating system that can not offer the structure of C/S and the open environment of user genuine expectation, besides, the renovation of product is very rapid, is nearly impossible to already meet the 100 computer above users of local area network at the same time use. Price has low efficiency

36、high. If my courtyard uses , Shanghai exceed the orchid companys management software statistics of law case is typical CS architecture management software. (2) What is the structure of B/S.? B/S (Browser/Server) structure is browser and server structure. It is along with the technology of Internet s

37、pring up; it is for the structure of improvement or a kind of change of the structure of C/S. Under this kind of structure, user working interface is to realize through WWW browser, lose the logic of general affairs very much in front( Browser) realization, but the major logic of general affairs in

38、server end( Server) realization, form the three-layer claimed 3-tier structure. So, have simplified customer end computer load greatly, have alleviated system to defend workload and the cost with upgrading, have reduced the overall cost of user (TCO). With present technology see, local area network

39、the network application that establishes the structure of B/S and under the pattern of Internet/Intranet, database application is easy to hold relatively, cost also is lower. It is that oneness goes to the development of position , can realize different people, never same place, with difference rece

40、ive the way of entering ( for example LAN, WAN, Internet/Intranet etc.) visit and operate common database; It can protect data platform efficiently with management visit limits of authority, server database is also safe. Now in my courtyard, net ( Intranet ) , outer net ( Internet ) with Beijing eas

41、tern clear big company law case and the management software of official business is the structural management software of B/S , policemen each working station in local area network pass through WWW browser can realize working business. Especially in JAVA step platform language appearance after, the

42、configuration management software of B/S is more facilitated, is shortcut, efficient. (3) The management software technology of main stream The technology of main stream of management software technology is as management thought , have also gone through 3 develop period. First, interface technology

43、goes to Windows graph interface ( or graph user interface GUI ) from last century DOS character interface, till Browser browser interface 3 differences develop period. Secondly, today own the browser interface of computer, is not only visual and is easy to use , what is more major is that any its st

44、yle of application software based on browser platform is as, make the requirement of choosing a person for the job for operating training not high and software operability is strong , is easy to distinguish; Moreover platform architecture the file that also goes to today from past single user develo

45、pment/server ( F/S ) system and client computer/server ( C/S ) system and browser/server ( B/S ) system. The comparison of C/S and B/SC/S and B/S is the now world two technologies of main stream of developing pattern technical configuration. C/S is that American Borland company researches and develo

46、p most early, B/S is that American Microsoft researches and develop. Now this two technologies with quilt world countries grasp , it is many that domestic company produce article with C/S and the technical development of B/S. This two technologies have the certain market share of self, is with custo

47、mer crowd, each domestic enterprise says that own management software configuration technical function is powerful, advanced, convenient, the customer group that can lift, have a crowd scholar ink guest to shake flag self cry out, advertisement flies all over the sky, may be called benevolent to see

48、 kernel, sage sees wisdom.C/S configures inferior position and the advantage of software (1) Application server operation data load is light comparativelyThe database application of the simplest architecture of C/S is become by two partial groups; customer applies program and database server program

49、. Both can be called as proscenium program and the program of backstage supporter respectively. The machine of operation database server program is also called as application server. Once server program had been started , waits the request concerning responding customer program hair at any time; Customer application program operation can be called as customer computer on the own computer of user, in correspondence with database server, when needs carry out any operation for the data in da

展开阅读全文
相关资源
猜你喜欢
相关搜索

当前位置:首页 > 办公文档 > 其他范文


备案号:宁ICP备20000045号-2

经营许可证:宁B2-20210002

宁公网安备 64010402000987号