b/S structure

Source: Internet
Author: User

b/S structure

(Browser/server, browser / server mode), is web a network structure pattern after the rise of the Web browser is client the main application software . This pattern unifies the client , which concentrates the core part of the system functionality implementation into server , simplifies the development, maintenance and use of the system. On the client computer, just install a browser (Browser), such as netscape Navigator or server installation oracle , sybase , informix or sql Server . browser interacts with the database through Web Server.

Contains three main elements

1. Browser:

A parsing of HTML, JS code

B Sending HTTP packets to the server

2. Communication protocol

such as: http, HTTPS

3. Server

A provides a static page in response to the client

b encapsulates a packet submitted by the browser into a request object delivered to a helper application (servlet, struts.action) to handle user requests

C encapsulates the data results processed by the auxiliary application into response object feedback to the client

This link is a b/s building under Tomcat and eclipse environments.

Http://jingyan.baidu.com/article/ab69b270ccc4792ca7189fd6.html

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.