[{"data":1,"prerenderedAt":166},["ShallowReactive",2],{"term-t\u002Ftraceroute":3,"related-t\u002Ftraceroute":151},{"id":4,"title":5,"acronym":6,"body":7,"category":133,"description":134,"difficulty":135,"extension":136,"letter":137,"meta":138,"navigation":65,"path":139,"related":140,"seo":145,"sitemap":146,"stem":149,"subcategory":6,"__hash__":150},"terms\u002Fterms\u002Ft\u002Ftraceroute.md","Traceroute",null,{"type":8,"value":9,"toc":127},"minimark",[10,15,19,23,26,30,116,120,123],[11,12,14],"h2",{"id":13},"eli5-the-vibe-check","ELI5 — The Vibe Check",[16,17,18],"p",{},"Traceroute is like ping but it shows you every stop along the way. When your data travels from your computer to a server, it hops through many routers. Traceroute maps each hop and how long each leg takes. Great for finding where the slowdown or blockage is.",[11,20,22],{"id":21},"real-talk","Real Talk",[16,24,25],{},"Traceroute (tracert on Windows) sends packets with incrementing TTL values to discover the path packets take through a network. Each router that decrements TTL to zero sends back an ICMP Time Exceeded message, revealing its IP and the hop latency.",[11,27,29],{"id":28},"show-me-the-code","Show Me The Code",[31,32,37],"pre",{"className":33,"code":34,"language":35,"meta":36,"style":36},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","# Unix\u002FMac\ntraceroute google.com\n\n# Windows\ntracert google.com\n\n# Output example:\n#  1  192.168.1.1      1.2 ms   (your router)\n#  2  10.10.10.1       8.4 ms   (ISP gateway)\n#  3  72.14.194.130   11.2 ms   (Google)\n#  4  142.250.80.46   12.5 ms   (destination)\n","bash","",[38,39,40,49,60,67,73,81,86,92,98,104,110],"code",{"__ignoreMap":36},[41,42,45],"span",{"class":43,"line":44},"line",1,[41,46,48],{"class":47},"sHwdD","# Unix\u002FMac\n",[41,50,52,56],{"class":43,"line":51},2,[41,53,55],{"class":54},"sBMFI","traceroute",[41,57,59],{"class":58},"sfazB"," google.com\n",[41,61,63],{"class":43,"line":62},3,[41,64,66],{"emptyLinePlaceholder":65},true,"\n",[41,68,70],{"class":43,"line":69},4,[41,71,72],{"class":47},"# Windows\n",[41,74,76,79],{"class":43,"line":75},5,[41,77,78],{"class":54},"tracert",[41,80,59],{"class":58},[41,82,84],{"class":43,"line":83},6,[41,85,66],{"emptyLinePlaceholder":65},[41,87,89],{"class":43,"line":88},7,[41,90,91],{"class":47},"# Output example:\n",[41,93,95],{"class":43,"line":94},8,[41,96,97],{"class":47},"#  1  192.168.1.1      1.2 ms   (your router)\n",[41,99,101],{"class":43,"line":100},9,[41,102,103],{"class":47},"#  2  10.10.10.1       8.4 ms   (ISP gateway)\n",[41,105,107],{"class":43,"line":106},10,[41,108,109],{"class":47},"#  3  72.14.194.130   11.2 ms   (Google)\n",[41,111,113],{"class":43,"line":112},11,[41,114,115],{"class":47},"#  4  142.250.80.46   12.5 ms   (destination)\n",[11,117,119],{"id":118},"when-youll-hear-this","When You'll Hear This",[16,121,122],{},"\"Run traceroute to see where the packet loss is happening.\" \u002F \"Traceroute shows the request is getting stuck at the ISP.\"",[124,125,126],"style",{},"html pre.shiki code .sHwdD, html code.shiki .sHwdD{--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#546E7A;--shiki-default-font-style:italic;--shiki-dark:#676E95;--shiki-dark-font-style:italic}html pre.shiki code .sBMFI, html code.shiki .sBMFI{--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B}html pre.shiki code .sfazB, html code.shiki .sfazB{--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D}html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"title":36,"searchDepth":51,"depth":51,"links":128},[129,130,131,132],{"id":13,"depth":51,"text":14},{"id":21,"depth":51,"text":22},{"id":28,"depth":51,"text":29},{"id":118,"depth":51,"text":119},"networking","Traceroute is like ping but it shows you every stop along the way. When your data travels from your computer to a server, it hops through many routers.","intermediate","md","t",{},"\u002Fterms\u002Ft\u002Ftraceroute",[141,142,143,144],"Ping","Latency","IP Address","Router",{"title":5,"description":134},{"changefreq":147,"priority":148},"weekly",0.7,"terms\u002Ft\u002Ftraceroute","WBBZawLFBz6jw0pIcdfVi4-Sd1VYl_WjJT3qYIRKruQ",[152,156,159,162],{"title":143,"path":153,"acronym":6,"category":133,"difficulty":154,"description":155},"\u002Fterms\u002Fi\u002Fip-address","beginner","An IP address is your device's home address on the internet.",{"title":142,"path":157,"acronym":6,"category":133,"difficulty":154,"description":158},"\u002Fterms\u002Fl\u002Flatency","Latency is the delay before data starts moving — the time it takes for a request to go from your device to the server and back.",{"title":141,"path":160,"acronym":6,"category":133,"difficulty":154,"description":161},"\u002Fterms\u002Fp\u002Fping","Ping is the simplest network test — you shout at a server ('hello?') and measure how long it takes to shout back ('yo!').",{"title":144,"path":163,"acronym":6,"category":164,"difficulty":154,"description":165},"\u002Fterms\u002Fr\u002Frouter","backend","The router is the traffic cop of your backend.",1776518319714]