
NetWork
文章平均质量分 85
瑜陀
Sophomore, major in Computer Science.
展开
-
ngrok内网穿透以及原理
我们启动ngrok服务后,服务器就产生了一个连接。如果有别的用户访问这个域名,服务器拿到服务请求后,会通过 ngrokd 将这个请求转发给我们本地运行的 ngrok。之后 ngrok 就会把用户请求的数据发送给 ngrokd,然后 ngrokd 拿到数据后再转发给用户,这样就完成一次请求-服务。原创 2023-09-29 18:48:28 · 484 阅读 · 0 评论 -
Docker网络模型以及容器网络初探(一)
安装Docker时,它会自动创建三个网络,默认`bridge网桥`(创建容器默认连接到此网络)、 `none` 、`host`。各个方式有各自的特点,它们有着特定的差距,比如网络性能等,一般按照实际应用方式手动指定(或者选用默认)一个网络,或者使用命令自己添加一个自己定义的网络。原创 2023-07-04 15:51:59 · 393 阅读 · 0 评论 -
(1) DNS Protocol Analysis Based on Wireshark at the Application Layer
If the forwarding mode is used, the DNS server will forward the request to the upper-level DNS server, and the upper-level server will analyze it. If the upper-level server cannot resolve it, it will either find the root DNS or forward the request to the u原创 2022-12-31 17:57:38 · 332 阅读 · 0 评论