C:\Users\Administrator>tracert 10.0.0.1

通过最多 30 个跃点跟踪到 10.0.0.1 的路由

1 <1 毫秒 1 ms 3 ms 192.168.1.1
2 <1 毫秒 1 ms 1 ms 10.0.0.1

跟踪完成。

C:\Users\Administrator>tracert codewars.com

通过最多 30 个跃点跟踪
到 codewars.com [174.129.25.170] 的路由:

1 <1 毫秒 1 ms <1 毫秒 192.168.1.1
2 <1 毫秒 1 ms 1 ms vpn.zbmchina.cn [10.1.1.1]
3 412 ms 838 ms 361 ms 101.81.8.1
4 3 ms 2 ms 3 ms 124.74.124.69
5 19 ms 2 ms 2 ms 61.152.87.41
6 3 ms 3 ms 3 ms 101.95.120.166
7 52 ms 55 ms 54 ms 202.97.33.78
8 53 ms 56 ms 53 ms 202.97.35.106
9 145 ms 151 ms 143 ms 202.97.51.242
10 186 ms 182 ms 183 ms 202.97.50.74
11 311 ms 305 ms * 4.53.210.113
12 * * * 请求超时。
13 * 367 ms * 4.15.44.98
14 * * * 请求超时。
15 * * * 请求超时。
16 * * * 请求超时。
17 * 405 ms * 54.240.228.175
18 367 ms 372 ms 372 ms 205.251.245.140
19 * * * 请求超时。
20 * * * 请求超时。
21 * 395 ms 398 ms 54.239.110.213
22 * 335 ms 324 ms 54.239.109.147
23 392 ms 390 ms 390 ms 205.251.245.236
24 * * * 请求超时。
25 * * * 请求超时。
26 * * * 请求超时。
27 * * * 请求超时。
28 * * * 请求超时。
29 321 ms * 322 ms wwwizer.com [174.129.25.170]

跟踪完成。

扩展:

How do the routers communicate with each other?

边界网关协议

Border Gateway Protocol

Routing_protocol

实战

风暴英雄出现游戏模式被禁用

https://www.battlenet.com.cn/support/zh/article/717

C:\Windows\system32>tracert 122.198.64.130

Tracing route to 122.198.64.130 over a maximum of 30 hops

1 1 ms <1 ms 7 ms 192.168.1.1
2 4 ms 3 ms 2 ms 49.221.210.1
3 4 ms 4 ms 3 ms 10.64.134.66
4 13 ms 4 ms 3 ms dhmx-3.dev [10.64.0.242]
5 4 ms 6 ms 4 ms 10.64.4.145
6 * * * Request timed out.
7 6 ms 5 ms 6 ms 10.15.74.201
8 52 ms 50 ms 52 ms 10.15.74.197
9 * * * Request timed out.
10 * * * Request timed out.
11 50 ms 50 ms 50 ms 219.149.9.189
12 * * 563 ms 219.148.216.137
13 * * * Request timed out.
14 * * * Request timed out.
15 * 103 ms * 220.191.200.62
16 97 ms 96 ms 95 ms 220.191.196.70
17 * * * Request timed out.
18 * * 115.238.7.66 reports: Destination net unreachable.

Trace complete.

tracert 路由跟踪程序的更多相关文章

  1. 建立tracert路由列表的方法

    建立tracert路由列表的方法:电脑屏幕左下方 选择开始选项运行 输入 CMD在DOS命令行下输入:tracert (你的网站域名)   运行结果中如出现了“*     *     *    req ...

  2. tracert路由跟踪命令分析判断

    可能有的会使用路由跟踪命令 ,可是却看不太明确显示出来的结果.结合我的来说明一下. (1)tracert命令介绍 tracert是路由跟踪命令,通过该命令的返回结果,能够获得本地到达目标主机所经过的网 ...

  3. tracert路由跟踪工具使用方法

    1. 路由跟踪在线Tracert工具说明 Tracert(跟踪路由)是路由跟踪实用程序,用于确定 IP 数据报访问目标所采取的路径.Tracert 命令用 IP 生存时间 (TTL) 字段和 ICMP ...

  4. 基于icmp的tracert路由追踪程序

    https://blog.csdn.net/u013271921/article/details/45488173 #include<winsock2.h> //#include<i ...

  5. 计算机网络系统--常用DOS命令

    01.名称:md 用法:md “文件夹名” 用处:批量建立文件夹 02.关机命令 shutdown At 18:00 shutdown –s      18:00关机 shutdown -s -t 3 ...

  6. 跟踪路由 tracert

    由于最近遇到网络出现故障的问题,便使用到Tracert来确定了下出现故障的网络节点 记录下tracert命令相关内容 1. 简介 2. Tracert工作原理... 3. 常用参数 4. 使用示例与输 ...

  7. tracert命令 -网络管理命令

    Tracert是路由跟踪程序,用于确定 IP 数据报访问目标所经过的路径.Tracert 命令用 IP 生存时间 (TTL) 字段和 ICMP 错误消息来确定从一个主机到网络上其他主机的路由. 在工作 ...

  8. 【Linux】关于路由跟踪指令traceroute

      稍有计算机常识的人都知道ping命令,是用来检查自己的主机是否与目标地址接通,自己的主机与目标地址的通讯包通讯速率,所谓的通讯包也就是那些什么TCP/IP,UDP包,这里说得通俗一点,比如,就拿这 ...

  9. tracert/traceroute原理

    一.路由追踪程序traceroute/tracert Traceroute是Linux和Mac OS等系统默认提供的路由追踪小程序,Tracert是Windows系统默认提供的路由追踪小程序.二者的功 ...

随机推荐

  1. 小甲鱼python疑难点

    1.python生成器 2.while 1: num = input('请输入一个整数(输入Q结束程序):') if num != 'Q': num = int(num) print('十进制 -&g ...

  2. python多线程和多进程(二)

    ---恢复内容开始--- 一.多进程 1.multiprocessing模块用来开启子进程,并在子进程中执行我们定制的任务(比如函数),该模块与多线程模块threading的编程接口类似. impor ...

  3. 把wav文件等时长切割

    ffmpeg -i somefile.mp3 -f segment -segment_time 1800 -c copy out%03d.mp3 segment_time 是切割时长,单位秒

  4. ArcGIS:Hello World Maps

    <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout ...

  5. thinkphp整合系列之微信公众号支付

    <?phperror_reporting(E_ALL);ini_set('display_errors', '1');// 定义时区ini_set('date.timezone','Asia/S ...

  6. [codeforces500E]New Year Domino

    [codeforces500E]New Year Domino 试题描述 Celebrating the new year, many people post videos of falling do ...

  7. [转] 结构体file_operations

    原文地址: http://www.cnblogs.com/sunyubo/archive/2010/12/22/2282079.html 结构体file_operations在头文件 linux/fs ...

  8. JavaWeb图片显示与存储

    在数据库中存储文件的名称,在存储信息资料里面存下照片,利用文件名称. 代码如下: 其中iamgeFile为 图片存储的路径userImages/ Resultuser.setImageName(Pro ...

  9. Linux下tomcat的catalina.out屏蔽

    修改catalina.sh ,找到下面的位置: if [ -z "$CATALINA_OUT" ] ; then#CATALINA_OUT="$CATALINA_BASE ...

  10. I/O---BufferedInputStream及相关类介绍

    关于BufferedInputStream 是java提供的具有缓存作用的字节输入流.与之对应的还有BufferedOutStream 和 BufferedRead 和BufferedWriter 这 ...