1. input URL
2. check local cache to ensure whether the we
bpage is updated or not.
(HTTP status==304?)
3. DNS resolve to get IP address
4. HTTP request package
5. HTTP three-way-handshake
6. send HTTP request package
78. server handle request package
910. send response package to the client
11. four-hand shake disconnection
12. check response status
13. parse gzip
14. render and show the webpage
[Interview Summary] Load webpage from URL
最新推荐文章于 2021-08-27 10:10:00 发布