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.

最新文章

  1. Linux 软件包管理
  2. C fwrite
  3. C++多线程2
  4. 黄聪:win7 QQ自动远程协助 提示关闭了远程桌面
  5. 用EPPlus导入导出数据到excel
  6. 六月计划#2B(6.10-6.16)
  7. win8.1右键没有“新建”选项
  8. Win7下Solr4.10.1和TomCat8的安装
  9. 如何设置Installshield中 feature的选中状态
  10. [Ynoi2019模拟赛]Yuno loves sqrt technology I
  11. centos7个人shell编写环境
  12. 使用clipBoard.js进行页面内容复制
  13. Rsync + Sersync 实现数据增量同步
  14. Nginx的性能优化
  15. spark rdd Transformation和Action 剖析
  16. Linux grep/egrep命令详解
  17. weblogic连接池问题总结(转载)
  18. python学习之老男孩python全栈第九期_day027知识点总结——反射、类的内置方法
  19. JS正则表达式从入门到入土(6)—— 贪婪模式与非贪婪模式
  20. 【状压DP】【P3959】【NOIP2017D2T2】宝藏

热门文章

  1. 浅谈FFT(快速博立叶变换)&amp;学习笔记
  2. CentOS7-Git安装以及使用
  3. 笔试算法题(53):四种基本排序方法的性能特征(Selection,Insertion,Bubble,Shell)
  4. [Python3网络爬虫开发实战] 1.8.4-Scrapy-Redis的安装
  5. [Python3网络爬虫开发实战] 1.8.1-pyspider的安装
  6. zabbix源码安装后,设置为服务启动和关闭
  7. nginx配置location项的URL匹配规则
  8. c++基础_回文数
  9. python面向对象编程实例
  10. MySQL数据库连接不上的一种可能的解决办法