Simple version:
- URL parsing: First check whether the entered URL is valid.
- DNS domain resolution: Find the IP address corresponding to the domain name.
- TCP connection: three-way handshake.
- The server processes the request.
- Browser receives response: The browser parses the received server resources.
- Render pages: HTML parses into DOM trees, CSS parses into CSS rule trees, and merges into render trees.
- JavaScript compiler executes.
- TCP waved four times.