🛤️ Traceroute

Hedefe giden ağ yolunu izleyin ve yol üzerindeki her yönlendiriciyi görün.

Traceroute Nedir?

Traceroute, paketlerin bilgisayarınızdan bir hedefe giderken izlediği yolu gösteren bir ağ tanılama aracıdır. Sizinle hedef arasındaki her yönlendiriciyi (hop) ve her noktadaki yanıt sürelerini gösterir.

Traceroute Sonuçları Nasıl Okunur?

  • Hop Number: Sequential number of each router in the path
  • IP Address: The router's IP at that hop
  • Hostname: Reverse DNS name (if available)
  • Response Time: Round-trip time to that hop in milliseconds
  • * * *: No response (router may block ICMP)

Yaygın Traceroute Sorunları

  • Tek Bir Atlamada Yüksek Gecikme: O yönlendiricide muhtemelen tıkanıklık var Possible congestion at that router
  • Artan Gecikme: Mesafe arttıkça normaldir Normal as distance increases
  • Zaman Aşımı Yıldızları (*): Bazı yönlendiriciler traceroute paketlerine yanıt vermez Some routers don't respond to traceroute packets
  • Döngü (Looping): Yönlendirme hatası yanlış yapılandırma Routing misconfiguration

Sıkça Sorulan Sorular

Ping ve traceroute arasındaki fark nedir?

Ping tek bir hedefe olan bağlantıyı test ederken, traceroute yol boyunca her bir ara atlamayı gösterir.

Neden bazı atlamalar * * * gösteriyor?

Çoğu yönlendirici güvenlik nedeniyle ICMP/UDP sorgularına yanıt vermeyecek şekilde yapılandırılmıştır. Bu mutlaka bir sorun olduğu anlamına gelmez.

Traceroute maps the path packets take from source to destination, showing every router hop with latency, helping identify where slowdowns or failures occur.

Key Facts

  • Average internet path has 12-15 hops
  • Written by Van Jacobson in 1987
  • Windows uses ICMP tracert, Linux uses UDP traceroute
  • Each hop typically adds 1-10ms latency

Frequently Asked Questions

What is traceroute used for?

Diagnosing network routing problems, identifying slow segments, verifying packet paths, and detecting outages.

How does traceroute work?

Sends packets with increasing TTL values. Each router decrements TTL and sends ICMP Time Exceeded when TTL reaches 0.

Why do some hops show asterisks?

Router did not respond — may block ICMP/UDP, have firewall rules, or be overloaded. A few timeouts are usually normal.

Difference between traceroute and ping?

Ping tests connectivity to one destination. Traceroute shows entire path with every intermediate router hop.

How many hops is normal?

Typically 10-20 hops. Fewer than 10 means close/well-peered. More than 20 may indicate suboptimal routing.