The difference between BS architecture and CS Architecture

Source: Internet
Author: User

1, b/s structure:

where B represents browser (browser), S represents server (server), S/b architecture is browser/server architecture.

A simple schematic diagram of B/s architecture:

In b/S architecture, HTTP protocol communication is used between the browser and the server.

The advantages of B/s architecture :

Only need to develop the server-side software, the workload is small, the development cost is low. Simple management and maintenance, easy to upgrade products, low training cost for users, convenient for users, and small probability of failure.

Disadvantages of B/s architecture:

Security is not sufficient, the client can not change, subject to browser restrictions.

2, c/s structure:

where C represents client (client), S represents server (server),/C/S architecture is client/server architecture.

c/s structure simple schematic diagram:

c/S architecture, client and Server use TCP/IP protocol communication, using C/S architecture, server-side software and client software need to develop, heavy workload, high development costs. c/S architecture security is high.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.