network
目录
- 输入url到展示经过了哪些步骤
- 三次握手
- 四次挥手
- https与http
- http请求中的get和post请求方式的区别
- 常见的http状态
- TCP和UDP的区别
- 跨域
- 缓存
- http1.0、http1.1、http2.0
- websocket
- Preload、prefetch
- cookie和session
- JWT
- CDN
- nds
内容
1.输入url到展示经过了哪些步骤
-
域名解析
-
发起TCP的3次握手
-
建立TCP连接后发起http请求
-
服务器响应http请求,浏览器得到html代码