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. BZOJ 3876 支线剧情 有源汇有上下界最小费用可行流

    题意: 给定一张拓扑图,每条边有边权,每次只能从第一个点出发沿着拓扑图走一条路径,求遍历所有边所需要的最小边权和 分析: 这道题乍一看,可能会想到什么最小链覆盖之类的,但是仔细一想,会发现不行,一是因 ...

  2. 向数据库添加中文数据乱码的解决办法(本文使用spring-jdbcTemplate)

    由于编码字符集的不同通常容易导致数据库中文乱码问题,如显示问号. 往往由以下三个方面所造成的 (一):数据库端字符集设置 1.安装mysql时,会有一个数据库编码设置,将其设置为utf-8 2.先设置 ...

  3. VM虚拟机中CentOS6.4操作系统安装一

    在 VMware中鼠标单击“编辑虚拟机设置”,在弹出的“虚拟机设置”对话框中的“硬件”标签中选择“CD/DVD(IDE)”,然后在右侧的“CD /DVD(IDE)”连接选项中选择“使用ISO映像文件” ...

  4. Python之爬虫-酷6视频

    Python之爬虫-酷6视频 #!/usr/bin/env python # -*- coding:utf-8 -*- import re import requests response = req ...

  5. LeetCode(41)First Missing Positive

    题目 Given an unsorted integer array, find the first missing positive integer. For example, Given [1,2 ...

  6. ExecutorService 线程池 (转发)

    1.ExecutorService java.util.concurrent.ExecutorService 接口.用来设置线程池并执行多线程任务.它有以下几个方法. Future<?> ...

  7. JSP内置对象和EL内置对象

    JSP共有九大内置对象: (1) HttpSession类的session对象作用:主要用于来分别保存每个用户信息,与请求关联的会话:         会话状态维持是Web应用开发者必须面对的问题. ...

  8. POJ 2104 K-th Number (可持久化线段树)

    题目大意 给一个长度为n的序列,有m个询问,每次询问一个区间里面第k小的数. 解题分析 静态的区间第k大.复习了一下可持久化线段树. 首先对数值离散化,建一颗权值线段树.按照序列的顺序依次插入,每一个 ...

  9. Mayor's posters POJ - 2528

    The citizens of Bytetown, AB, could not stand that the candidates in the mayoral election campaign h ...

  10. Codeforces 621E Wet Shark and Block【dp + 矩阵快速幂】

    题意: 有b个blocks,每个blocks都有n个相同的0~9的数字,如果从第一个block选1,从第二个block选2,那么就构成12,问对于给定的n,b有多少种构成方案使最后模x的余数为k. 分 ...