Home  >  Article  >  What are the advantages and disadvantages of B/S architecture?

What are the advantages and disadvantages of B/S architecture?

清浅
清浅Original
2019-03-11 15:38:3938430browse

The advantages of the B/S architecture are that it does not need to install the client and runs directly in the browser, and does not need to be updated or upgraded; its disadvantages are: it is not the most suitable cross-browser architecture, and it still requires spending money on speed and security performance. It costs a lot and needs to refresh the page frequently

B/S architecture is a browser server structure. With the continuous development of new technologies, it is a change or improved architecture to the C/S architecture. Next, in the article, I will introduce the advantages and disadvantages of the B/S structure in detail, which has certain reference value. I hope it will be helpful to everyone

What are the advantages and disadvantages of B/S architecture?

[Recommended courses :MySQL tutorial

Understanding of B/S architecture

B/S architecture is a kind of network after the rise of WEB Architectural model, the WEB browser is the most important application software on the client. This model unifies the client and concentrates the core parts of system function implementation on the server, simplifying the development, maintenance and use of the system. You only need to install a browser and database, and the browser can interact with the database through the Web Server.

Advantages of B/S architecture:

(1) This architecture does not require the installation of a client and can be run directly in a web browser

(2) The B/S architecture can be placed directly on the Internet network to achieve the purpose of controlling multi-client access and interaction methods through certain privileges.

(3) B/S architecture does not require client installation, so there are no problems such as updating multiple clients and upgrading servers.

Disadvantages of B/S architecture:

(1) In cross-browser, B/S architecture is not the most satisfactory architecture

(2) It takes a lot of effort to reach the level of CS program. Yes

(3) In terms of speed and security, it still requires huge design costs, which is the biggest problem in the B/S architecture.

(4) Client-server interaction is a request-response mode, which usually requires refreshing the page, which is not what customers want to see. However, this shortcoming has been alleviated to a certain extent after Ajax became popular

Summary: The above is the entire content of this article. I hope that this article can help everyone better understand B/S Architecture

The above is the detailed content of What are the advantages and disadvantages of B/S architecture?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:What is B/S architectureNext article:What is B/S architecture

Related articles

See more