# Tips, Optimize Network & Infrastructure.

TRACE ROUTE

Uno de los comandos que podemos utilizar para verificar que nuestra estacion tenga no mas de 30 saltos a \*.unosof.com es tracert

WINDOWS:

Traceroute is a utility that records the Internet route (gateway computers at each hop) between your computer and a specified destination computer. It also calculates and displays the amount of time for each hop. This utility helps you find where high transfer times are occurring in your internal network and the Internet. Before using Traceroute, you can use the Ping utility to identify whether a host is present on the network. For more information, see [Running and Reading a Ping](https://lexisnexis.custhelp.com/app/answers/answer_view/a_id/1084160).

```
//Type: tracert farm.unosof.com
```

<figure><img src="/files/PReAGO3M3ZvYeAScYBGn" alt=""><figcaption><p>Windows: tracert</p></figcaption></figure>

MAC OS:

Take the following steps to run a traceroute in Mac OS®:

1. Click the **Spotlight** icon in the Menu bar.\
   **Note:** The icon looks like a magnifying glass.
2. Enter **Network Utility** into the **Spotlight Search** field.
3. Double-click **Network Utility** from the **Top Hit** list.
4. Click the **Traceroute** tab.
5. Enter the IP address or web address for the destination site and click **Trace**.

```
// TYPE: traceroute farm.unosof.com
```

<figure><img src="/files/cVGGzJdek2fcum84lFvG" alt=""><figcaption><p>MAC OS: TRACE ROUTE</p></figcaption></figure>

{% hint style="warning" %}
Si los saltos del traceRT superan los 32 (Windows) o 64 (Mac OS) hay que comunicarse con el proveedor de internet para que mejore la ruta hacia \*.unosof.com y haya menos saltos
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://manual.unosofbooks.com/hardware-and-network-and-infrastructure/tips-optimize-network-and-infrastructure..md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
