Enter the URL to press ENTER after the process

Source: Internet
Author: User

Preliminary knowledge: The TCP/IP reference model is divided into four tiers: application layer, Transport layer, network layer and interface layer.

  Application layer: To provide users with a variety of services, such as the HTTP we use to browse the Web, SMTP to send and receive mail, log on to the remote host SSH.

  Transport Layer: Provides end-to-end transport services. (Port-to-port) more specifically, provides a process-to-process transport service.

  Network layer: As with the transport layer, it can be summed up to provide end-to-end transport services. More specifically, the network layer provides host-to-host transport services.

Network interface layer (link layer): Provides a transport service for a directly connected device, converts a data frame into a bitstream, and converts the bitstream into a voltage high and low signal of a physical circuit.

1. First look through the DNS server to find the IP address that corresponds to the input URL.

2. Encapsulate the request information by the HTTP protocol and send it to the corresponding server based on the IP address. There is a three-time handshake connection for TCP. (If the input is not a full domain name such as Baidu. Instead of www.baidu.com) the server sends it to the browser to tell it to access its full domain name.

3. The server handles requests from the browser.

4. The server returns the response information.

5. The browser accepts the returned information. Parsing information has html,css,js, and other documents.

6. Render the display page by translating these files.

Enter the URL to press ENTER after the process

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.