路由跟踪路由_(_ route tracking)

跟踪路由  时间:2021-01-09  阅读:()

跟踪路由_ _route tracking

Traceroute_Baidu encyclopedia, Baidu home page | login news page Post Bar MP3 photo video library.

Help set the home page, natural culture, geography, history,l ife, society, art, character, economy, science, sports, dream of Red Mansions, Champions League

Tracking route Encyclopedia

The trace route Tracert (trace routing) is the routing trace utility used to determine the path taken by the IP datagram access target. The Tracert command uses the IP lifetime (TTL)Field and ICMP error messages to determine routing from a host to other hosts on the network.

Catalog

Tracert working principle

Tracert command

Solving problems with tracert

Tracert command line options

Note 1, routing detection based on record routing options

2 、 routing detection based on UDP protocol

3, routing detection based on ICMP Echo Request

4, Dos command Tracert tracking routing detailed

Other Tracert work principle

Tracert command

Solving problems with tracert

Tracert command line options

Note 1, routing detection based on record routing options

2 、 routing detection based on UDP protocol

3, routing detection based on ICMP Echo Request

4, Dos command Tracert tracking routing detailed

Other expansion edits this section Tracert working principle Respond to packets via Internet control message protocol (ICMP)that sends different IP lifetime (TTL) values to the target,Tracert

The diagnostic procedure determines the route taken to the destination. Each router on the path is requested to reduce the TTL on the packet by 1 at least until the packet is forwarded.The TTL on the packet is reduced to 0

The router should send the message "ICMP has timed out" back to the source system. The Tracert sends a response packet of TTL at 1 and increments the TTL at each subsequent sending process

1, the route is determined until the target response or TTL reaches its maximum value. Routing is determined by checking the message "ICMP has timed out" returned by an intermediate router. Some routers discard TTL directly without asking Expired packets, which are not visible in the Tracert utility.Edit this paragraph Tracert command

Print the list of the proximal router interfaces in the path of the returned ICMP timeout message in sequence. If you use the -d option, the Tracert utility does not query DNS on each IP address.

In the following example, the packet must pass through two routers (10.0.0. 1 and 192. 168.0. 1) to reach the host

172. 16.0.99. The default gateway for the host is

The IP address of the router on the 10.0.0. 1192. 168.0.0 network is 192. 168.0. 1. C:\>tracert 172. 16.0.99 -d

Trac ing, route, to, 172. 16.0.99, over, a, maximum, of, 30,hops, , 2S, 10,0.0, 1, 3S, 2S

275, MS, 83, MS, 88, MS, 192. 168.0. 1, 373, MS, 79, MS, 93, MS,Trace, 172. 16.0.99, . . .

Comp let e.

Edit this paragraph with tracert to solve the problem You can use the tracert command to determine the stop position of packets on the network. In the following example, the default gateway determines the 192. 168. 10.99

The host does not have a valid path. This may be a router configuration problem, or a 192. 168. 10.0 network does not exist (the wrong IP address) . C:\>tracert

192. 168. 10.99, Tracing, route, to, 192. 168. 10.99, over, a,maxi mum, o f, 30, hops, two

10.0.0. 1, reports:Dest ination, net, unreachable. , Trace,complete. , Tracert

Utilities are very useful for solving large network problems,where several paths can be reached at the same point.Edit the Tracert command line option in this paragraph The Tracert command supports multiple options, as shown in the following table.

Tracert [ D ] [ H maximum_hops ] [ J ] [ w主机列表

超时] t arg et_name选项描述D指定不将IP地址解析到主机名称H max i mum_ho p s。

指定跃点数以跟踪到称为t arg et_name的主机的路由-主机列表指定tracert

实用程序数据包所采用路径中的路由器接口列表。 W等待为每次回复所指定的毫秒数target_name超时超时。

目标主机的名称或IP地址。

当我们不能通过网络访问目的设备时网络管理员就需要判断是哪里出了问题问题不仅仅会出现在最终目的设备也可能出现在转发数据包的中间路由器。

有3种方式用来探测一个数据包从源点到目的地经过了哪些中转路由器这3种方式分别是基于记录路由选项的路由探测基于协议的路由探测基于UDP I CMP

的路由探测三种方式都可以用来探测一个数据包到达目的设备经过了哪些中间路由器但实现的过程却截然不同回应请求。

编辑本段注意

1、基于记录路由选项的路由探测

1、基于记录路由选项记录路由选项的路由探测

这种方式是我们最容易理解的探测路由方式。比如我想知道一封从上海发出 目的地是北京的信中间经过了多少个邮局转发。这个过程很简单只要中间邮局在转发的信件扣上他们自己的邮戳这封信到达目的地北京后北京再把这封信回邮给我当我收到回信后只要看信上的邮戳便知道中间经过哪些邮局。

平r www.aorb。 org命令便可实现这种记录中间路由的功能返回的结果是中间路由器的IP地址1。

平命令发出的是类型为8的I C MP数据报当使用平

R时这个类型为8的ICMP数据报被装在一个IP数据报里 IP数据报的选项选项字段预留出给中间路由器扣戳的地方这个地方不太大只能容纳9台中转路由器的IP地址。

2当这个数据报被发送端送出后每经过一个中转路由器 中转路由器的IP软件便会在此IP数据报的选项字段中加入一条这个中转路由器的IP地址3。

当这个数据包到达目的地时如 www.aorb。 org 目的设备便会生成一条类型为0的I CMP数据报这个I C MP数据报被封装在一个新的IP数据报里新IP数据报的选项字段中拷贝了刚才收到的IP数据报中的选项字段。

4当这个新IP数据报回送到源发送端时您便会在屏幕上看见一些中间路由器的IP地址了。

2、基于UDP协议的路由探测

Tracert是Windows下常用的命令行工具 UNIX下与之对应的是traceroute若想知道自己的电脑到www.aorb.org。

经过了多少个路由器可在命令行下输入tracert www.aorb。 org进行探测返回结果也许会与平

R相同但它是以另一种方式实现的这种方式并没有像路由记录。

选择探测技术中使用IP协议包的选项字段而是利用了IP协议包中的TTL字段。

基本思路是这样的 www.aorb。 org这台服务器即卖茄子提供HTTP 服务也卖黄瓜提供FTP服务但不卖土豆未监听的UDP端口。有位买家为了知道一封信到达蔬菜供应商www.aorb。

Org had to go through several post off ices (routers) and wrote to www.aorb.org asking about the price of potatoes.

The first step, buyers written on the envelope of the TTL positionof the number 1, when the letter reached the first post office and their adjacent, those who post the TTL value by 1,andTTL 0, the post office regulations, the TTL value is 0 letter thrown into the garbage, and then to the buyer to send a the letter called timeout letter letter letter post office name,the letter was to tell buyers who lost.

The second step, the buyer in the envelope TTL position written on the number 2, when the letter arrived at the first post office adjacent to their own, the post office of the TTL value of 1,and now TTL value of 1, the post office regulations,

The datagram with a TTL value of not 0 needs to be forwarded to the next post office, so the letter is forwarded to the next post office. When the next post office receives this letter,the post office person reduces the TTL value by 1, so TTL is 0, the post office regulations, the TTL value is 0 letter thrown into the garbage, and then to the buyer send a letter called

timeout letter letter letter post office name, the letter was to tell buyers who lost.

Through the first step, buyers know the first transit router.Through the second step, buyers know second transit routers.Then buyers only need to constantly add TTL value 1, you can according to the above steps to find out which router in the middle.

In the third step, we assume that only two post offices arrive at the destination. Then the second step, choose buyers in the TTL value is set to 3, when the letter arrived at the first post office and their adjacent, those who post the TTL value by 1,now the TTL value is 2, the post office regulations, the TTL value is not 0 packets need to continue forward to the next post.So this letter has been forwarded to a post office. Present a post officeto receivethis letter, thosewhopost theTTLvalue by 1, and TTL 1, the post office regulations, the TTL value is not 0 packets need to continue forward to the next post, so this letter has been forwarded to a post office, but under a post office is the final destination www.aorb.org, although www.aorb.orgTTLminus 1 the result is 0, but it will not discard it, because the destination is

Www.aorb.org! So www.aorb.org to deliver the IP layer of the postman delivers letters to beresponsible for selling potatoes,but we began to say, www.aorb.org does not sell potatoes, then send a called end point unreachable (ICMP type 3, code 3) letter to the buyer.

In the fourth step, when the buyer receives a letter that is

unreachable at the end of the letter, he no longer adds TTL to the letter asking for the price of the potato, because he has already known all the routes to the destination of the 1.The specific implementation process can be understood by the following two pictures

Http://lh3.ggpht.com/aorb.org/SN82f_rMiQI/AAAAAAAAAdo/eJPz7ihl1mw/s800/tracert.gif

Http://lh3.ggpht.com/aorb.org/SN82f4BcZkI/AAAAAAAAAdw/7l8A3fJy_y4/s800/tracert2.gif

3, routing detection based on ICMP Echo Request

This method of detection is similar to the implementation of routing detection based on UDP protocol, but the sender sends not a UDP packet, but sends a Echo of ICMP type 8

Request (echo request) data message. As with the UDP routing protocol based on detection technology, each sender will put the value of TTL plus 1, each transit routers on the TTL value by 1, if 0, then dropped to the sender sends a timeout message,if not 0, will continue to be forwarded to the next hop. The only difference is that when the datagram reaches the final destination node, the sender sends the Echo

Request message, so the receiver will correspond to a ICMP data message of type 0. Thus, when the sender receives a data message of type ICMP, 0, it is known that all routes have been queried and terminated to continue detection.

星梦云:四川100G高防4H4G10M月付仅60元

星梦云怎么样?星梦云资质齐全,IDC/ISP均有,从星梦云这边租的服务器均可以备案,属于一手资源,高防机柜、大带宽、高防IP业务,一手整C IP段,四川电信,星梦云专注四川高防服务器,成都服务器,雅安服务器。星梦云目前夏日云服务器促销,四川100G高防4H4G10M月付仅60元;西南高防月付特价活动,续费同价,买到就是赚到!点击进入:星梦云官方网站地址1、成都电信年中活动机(成都电信优化线路,封锁...

提速啦(69元起)香港大带宽CN2+BGP独享云服务器

香港大带宽服务器香港大带宽云服务器目前市场上可以选择的商家十分少,这次给大家推荐的是我们的老便宜提速啦的香港大带宽云服务器,默认通用BGP线路(即CN2+BGP)是由三网直连线路 中国电信骨干网以及HGC、NTT、PCCW等国际线路混合而成的高品质带宽(精品带宽)线路,可有效覆盖全球200多个国家和地区。(适用于绝大部分应用场景,适合国内外访客访问,域名无需备案)提速啦官网链接:点击进入香港Cer...

Hostodo商家提供两年大流量美国VPS主机 可选拉斯维加斯和迈阿密

Hostodo商家算是一个比较小众且运营比较久的服务商,而且还是率先硬盘更换成NVMe阵列的,目前有提供拉斯维加斯和迈阿密两个机房。看到商家这两年的促销套餐方案变化还是比较大的,每个月一般有这么两次的促销方案推送,可见商家也在想着提高一些客户量。毕竟即便再老的服务商,你不走出来让大家知道,迟早会落寞。目前,Hostodo有提供两款大流量的VPS主机促销,机房可选拉斯维加斯和迈阿密两个数据中心,且都...

跟踪路由为你推荐
免费云主机有永久免费的云主机吗?免费vps服务器免费VPS服务器。和免费的好用虚拟主机网站域名空间网站域名和空间成都虚拟空间成都有没有能玩ps主机游戏的网咖?asp虚拟空间怎样在一个虚拟空间里放上一个ASP和一个PHP的网站虚拟主机管理系统我也想和你学虚拟主机管理系统的操作虚拟主机软件问虚拟主机用什么版本的软件比较好北京虚拟主机虚拟主机 那个好用又实惠asp虚拟主机支持ASP MSSQL 的虚拟主机有哪些推荐长沙虚拟主机长沙虚拟主机租用 哪里的比较靠谱 朋友介绍湘域互联的 有谁用过
vps优惠码 awardspace 新加坡服务器 webhosting 搬瓦工官网 idc评测网 ixwebhosting panel1 河南服务器 gg广告 100x100头像 最好的qq空间 新世界服务器 七夕快乐英语 空间登陆首页 97rb 锐速 碳云 什么是dns 服务器机柜 更多