Pengertian Traceroute (Tracert)
Traceroute (Tracert) adalah perintah untuk menunjukkan rute yang dilewati paket untuk mencapai tujuan. Ini dilakukan dengan mengirim pesan Internet Control Message Protocol (ICMP) Echo Request Ke tujuan dengan nilai Time to Live yang semakin meningkat. Rute yang ditampilkan adalah daftar interface router (yang paling dekat dengan host) yang terdapat pada jalur antara host dan tujuan.
Penggunaan traceroute
untuk os windows bisa langsung di jalankan melalui command promp dengan perintah, contoh : tracert www.yahoo.com
maka hasilnya
1 <1 ms <1 ms <1 ms 10.1.1.2 2 19 ms 19 ms 19 ms 10.1.3.3 3 16 ms 19 ms * 202.152.232.193 4 21 ms 29 ms 29 ms 202.152.232.185 5 37 ms 39 ms 39 ms 202.152.232.131 6 57 ms 79 ms 59 ms 202.152.250.37 7 64 ms 59 ms 49 ms 202.152.254.82 8 51 ms 59 ms 59 ms icore.f1-0.c250.ugw2.bb.xl.net.id [202.152.254.10] 9 59 ms 59 ms 69 ms ncore.0-1-1.j4.bb.xl.net.id [202.152.245.193] 10 96 ms 79 ms 99 ms ncore.ls-0-2-0-1.j1.bb.xl.net.id [202.152.245.146] 11 85 ms 79 ms 79 ms 203.208.191.133 12 83 ms 109 ms 69 ms ge-3-0-0-0.sngc3-cr1.ix.singtel.com [203.208.172.157] 13 99 ms 79 ms 99 ms 203.208.149.106 14 274 ms 269 ms 69 ms 203.208.173.133 15 71 ms 99 ms 79 ms 203.208.149.169 16 320 ms 109 ms 279 ms so-4-3-0-0.plapx-cr2.ix.singtel.com [203.208.172.54] 17 286 ms 339 ms 309 ms so-2-1-0-0.plapx-cr3.ix.singtel.com [203.208.182.114] 18 * 275 ms 269 ms 203.208.186.10 19 294 ms * 297 ms 203.208.168.246 20 266 ms 299 ms 339 ms f1.www.vip.sp1.yahoo.com [209.131.36.158]
untuk os linux bisa menginstalkan paket traceroute dengan perintah :
sudo apt-get install traceroute
untuk menjalakanya melalui terminal / console dengan perintah, contoh :
traceroute www.yahoo.com
1 172.17.164.130 (172.17.164.130) 114.358 ms * * 2 172.17.164.141 (172.17.164.141) 128.219 ms 129.169 ms 145.179 ms 3 172.17.164.194 (172.17.164.194) 146.122 ms 146.095 ms 146.069 ms5 97.191.240.180.telin.sg (180.240.191.97) 158.461 ms 157.403 ms 1 4 192.168.102.73 (192.168.102.73) 149.043 ms 148.040 ms 5 97.191.240.180.telin.sg (180.240.191.97) 158.461 ms 157.403 ms 156.440 ms 6 203.208.174.177 (203.208.174.177) 161.339 ms 203.208.190.209 (203.208.190.209) 162.365 ms 145.380 ms 7 * 203.208.154.6 (203.208.154.6) 169.268 ms 170.221 ms 8 ae-4.msr1.sg3.yahoo.com (203.84.209.75) 177.189 ms 176.170 ms 194.143 ms9 ae-2.clr2-a-gdc.sg3.yahoo.com (106.10.128.5) 193.124 ms 194.095 ms ae-2.clr1-a-gdc.sg3.yahoo.com (106.10.128.3) 230.253 ms po-10.bas1-1-prd.sg3.yahoo.com (106.10.128.53) 158.400 ms po-12.bas2-1-prd.sg3.yahoo.com (106.10.128.85) 157.382 ms po-11.bas1-1-prd.sg3.yahoo.com (106.10.128.69) 177.349 ms 10 et-17-1.fab4-1-gdc.sg3.yahoo.com (106.10.128.19) 155.613 ms et-17-1.fab1-1-gdc.sg3.yahoo.com (106.10.128.13) 157.470 ms et-17-1.fab4-1-gdc.sg 3.yahoo.com (106.10.128.19) 157.437 ms
referensi : http://id.wikipedia.org/wiki/Traceroute
0 komentar:
Posting Komentar