From the perspective of development and operation and maintenance, the overall process is as follows:
- DNS resolution: Resolves a domain name into an IP address
- TCP connection: TCP three-way handshake
- Sending an HTTP request
- The server returns an HTTP packet after receiving the request
- The browser parses the rendering process
- Disconnection: TCP four-way handshake