Difference: The cs architecture is built on a dedicated network and is generally oriented to a relatively fixed user group. It can perform multi-level verification of permissions, provides a more secure access mode, and has the ability to control information security. Very strong; the bs architecture is built on the wide area network and is oriented to an unknown user group, with relatively weak security control capabilities.
The operating environment of this tutorial: Windows 7 system, Dell G3 computer.
CS = Client - Server = Client - Server. Examples: QQ, Xunlei, Kuaibo, Baofengyingyin, various online games, etc. As long as there is communication with the server, it counts.
BS = Browser - Server = Browser - Server. Example: All websites are BS.
C/S system structure
##B/S system structure
##The difference between BS architecture and CS architecture
1. Client requirementsThe computer configuration requirements of the C/S client are relatively high.
The computer configuration requirements for the B/S client are relatively low.
2. Software installationEach C/S client must install and configure dedicated software.
The biggest advantage of B/S is that you don’t need to install any special software, as long as you have a browser.
3. Software upgrade and maintenanceEvery client of C/S must be upgraded and maintained.
B/S client does not need to be installed and maintained.
4. Security
C/S is generally established on a dedicated network and is oriented to a relatively fixed user group. It can perform multi-level verification of permissions. It provides a more secure access mode and has strong control over information security. Generally, highly confidential information systems should adopt a C/S structure.
B/S is built on the wide area network, facing an unknown user group, and has relatively weak security control capabilities.
If you want to read more related articles, please visit
PHP Chinese websiteThe above is the detailed content of What are the differences between cs and bs architectures?. For more information, please follow other related articles on the PHP Chinese website!