学习笔记:Traceroute

Marvin
1 min readNov 16, 2019

--

In computing, traceroute and tracert are computer network diagnostic commands for displaying the route (path) and measuring transit delays of packets across an Internet Protocol (IP) network. The history of the route is recorded as the round-trip times of the packets received from each successive host (remote node) in the route (path); the sum of the mean times in each hop is a measure of the total time spent to establish the connection. Traceroute proceeds unless all (three) sent packets are lost more than twice; then the connection is lost and the route cannot be evaluated. Ping, on the other hand, only computes the final round-trip times from the destination point.

关于 Traceroute 的一个简单介绍:

更深入和细致一门课程:

有不错的工具可以对 Traceroute 进行可视化:

ipip.net 提供的 Traceroute 工具:

--

--

Marvin
Marvin

Written by Marvin

Notebook for self-learning

No responses yet