回环地址的一点儿破事

心血来潮,小水一篇! 回环地址(loopback address) loopback 在维基百科上有一段这样的解释:Loopback (also written loop-back) is the routing of electronic signals or digital data streams back to their source without intentional processing or modification. It is primarily a means of testing the communications infrastructure. 通熟的说就是将由“源”发送出去的数据路由回“源”。

计算机网络

使用tcpdump和Wireshark看下TCP握手

tcpdump 和 Wireshark 是最常用的网络抓包和分析工具,作为经常和网络打交道的划水选手,怎么能不了解下呢?补篇博文回顾下相关操作。这里以 example.com 的一次 GET 请求为例,先使用 tcpdump 抓个包,再使用 Wireshark 看下 TCP 的握手。 操作环境:WSL2(Ubuntu 20.04 LTS) + Windows 10

计算机网络