If a tracertfails with a Windows system, why might traceroute succeed with a Linux/Cisco system?

What will be an ideal response?


If a traceroute stops at a certain router, you know the problem is either the next router or the connections between them. When sending a traceroute, it's important to keep a significant difference between Windows and UNIX/Linux/Cisco systems in mind. Windows tracert sends only ICMP packets, while UNIX/Linux/Cisco traceroute
can send either ICMP packets or UDP datagrams, but sends UDP datagrams by default. Because many routers block ICMP packets, if your traceroute
fails from a Windows system, running it on a Linux or UNIX system may return more complete results.
 

Computer Science & Information Technology

You might also like to view...

________ is when the sequence of instruction is guaranteed to execute as a group, or not execute at all, having no visible effect on system state.

A) Critical section B) Mutual exclusion C) Atomic operation D) Starvation

Computer Science & Information Technology

The ____ nonprofit organization was created to design, manufacture, and distribute affordable laptop computers to every child in the world in order to provide them with access to new channels of learning, sharing, and self-expression.

A. OX B. Simputer C. OLPC D. InternetWorld

Computer Science & Information Technology

Given the following XML document, which elements are descendants of ?

``` Alice in Wonderland Lewis Carroll ``` a. ``` ``` b. ``` <title>, <author> ``` c. ``` <title>, <author>, <f_name>, <l_name> ``` d. ``` <f_name>, <l_name> ```</p> </div> <div class="d-flex justify-content-between align-items-center"> <div class="btn-group"> <a href="https://sciemce.com/qa/t3i2USxqVi9x" class="btn btn-sm btn-dark px-3">View</a> </div> <span class="badge bg-secondary">Computer Science & Information Technology</span> </div> </div> </div> </div> <div class="col"> <div class="card shadow-sm"> <div class="card-body"> <div class="card-area mb-2"> <p class="card-text">A text function that extracts the specified number of characters from the right side of a text string. </p> <p class="card-text">What will be an ideal response?</p> </div> <div class="d-flex justify-content-between align-items-center"> <div class="btn-group"> <a href="https://sciemce.com/qa/WJ6vQEcZzfKE" class="btn btn-sm btn-dark px-3">View</a> </div> <span class="badge bg-secondary">Computer Science & Information Technology</span> </div> </div> </div> </div> </div> </div> </div> </main> <footer class="text-body-secondary py-4"> <div class="container"> <div class="row"> <div class="col-md-6"> <p class="mb-1 text-center">Sciemce: Your Gateway to Quick, Reliable Answers.</p> </div> <div class="col-md-6"> <p class="mb-1 text-center"> <a href="https://sciemce.com/honor/" class="text-decoration-none">Honor Code</a> | <a href="https://sciemce.com/privacy/" class="text-decoration-none">Privacy Policy</a> </p> </div> </div> </div> </footer> <script src="https://sciemce.com/assets/js/bootstrap.bundle.min.js"></script> </body> </html>