🔄Update: 计算机网络

This commit is contained in:
2025-09-29 19:25:22 +08:00
parent 872972e2c4
commit ccc90d9c8d
7 changed files with 167 additions and 0 deletions
@@ -0,0 +1,9 @@
# 访问网页的过程
1. 输入 `URL`
`协议`://`域名`:`端口`/`资源路径`?`参数`#`锚点`
2. 获取 `IP`
`DNS` 解析
3. TCP 连接
4. HTTP/HTTPS 请求
5. 返回数据