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. C++ 指针形参和指针引用形参的原理分析

    C++ 函数的参数传递可以分为:值传递和引用传递. 两者的最大区别也很简单,如果该函数的参数只是读的话,值传递就可以满足.如果该函数的参数需要进行修改并返回的时候,就应该进行引用传递. C++指针作为 ...

  2. 洛谷——P3907 圈的异或

    P3907 圈的异或 无向图$dfs$找环,并判断边权异或和是否为0 #include<iostream> #include<cstdio> #include<algor ...

  3. HDU - 2102 A计划(双层BFS)

    题目: 可怜的公主在一次次被魔王掳走一次次被骑士们救回来之后,而今,不幸的她再一次面临生命的考验.魔王已经发出消息说将在T时刻吃掉公主,因为他听信谣言说吃公主的肉也能长生不老.年迈的国王正是心急如焚, ...

  4. 【memcached】memcached中flags字段的作用

    我们一般只注意到memcached的数据结构是key,value,今天看memcached源代码的时候,盯上了flags,没看明白.后来问了一下同事,说PHP当中使用flags标记,标识memcach ...

  5. 【转载】Raft 为什么是更易理解的分布式一致性算法

    一致性问题可以算是分布式领域的一个圣殿级问题了,关于它的研究可以回溯到几十年前. 拜占庭将军问题 Leslie Lamport 在三十多年前发表的论文<拜占庭将军问题>(参考[1]). 拜 ...

  6. Spring核心技术(八)——Spring自动装载的注解

    本文针对自动装载的一些注解进行描述. 基于注解的容器配置 @Required注解 @Required注解需要应用到Bean的属性的setter方法上面,如下面的例子: public class Sim ...

  7. POJ 1988相对偏移

    //不容易啊,终于自己a了一道这种类型的题 // #include<stdio.h> #include<iostream> using namespace std; const ...

  8. 2018牛客网暑期ACM多校训练营(第一场)D图同构,J

    链接:https://www.nowcoder.com/acm/contest/139/D来源:牛客网 同构图:假设G=(V,E)和G1=(V1,E1)是两个图,如果存在一个双射m:V→V1,使得对所 ...

  9. codeforces Gym 100735 D、E、G、H、I

    http://codeforces.com/gym/100735 D题 直接暴力枚举 感觉这道题数据有点问题 为什么要先排下序才能过?不懂.. #include <stdio.h> #in ...

  10. codevs——1031 质数环

    1031 质数环  时间限制: 1 s  空间限制: 128000 KB  题目等级 : 黄金 Gold 题解  查看运行结果     题目描述 Description 一个大小为N(N<=17 ...