Go: Examples of browser and Web server work processes

Source: Internet
Author: User

The user accesses the Web server on the Internet through a "browser", and the exchange of information between the browser and the server uses the Hypertext Transfer Protocol (HTTP--hypertext Transfer Protocol).

Example: The user visits the Southeast University homepage Http://www.seu.edu.cn/seu/welcome.htm, the browser and the server information interaction process is as follows:

(1) the browser gets The IP address of the Web server www.seu.edu.cn to DNS : 202.119.24.11

(2) the browser and the IP address of the 202.119.24.11 server for TCP connection, Port is a.

(3) The browser executes the HTTP protocol, sends the get/seu/welcome.htm command, requests to read the file;

(4) www.seu.edu.cn server returns/seu/welcome.htm files to the client;

(5) release the TCP connection;

(6) The browser interprets the contents of the/seu/welcome.htm file and displays the page represented by the file.

Http://www.tyrtvu.cn/page/wangyekejian/jisuanwangluojichu/cha7/wwwjuli.htm

Go: Examples of browser and Web server work processes

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.