# 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="https://4099088335-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBi3aNCeQ0YEBUj1LmkHR%2Fuploads%2FF0vhVdYpeF6aWPjlX1YK%2FScreenshot%202023-02-28%20at%2014.44.25.png?alt=media&#x26;token=9241cc00-4548-4667-981c-c8ae4c8eba84" 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="https://4099088335-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBi3aNCeQ0YEBUj1LmkHR%2Fuploads%2FXw67a0x19T11MVVqpYJi%2FScreenshot%202023-02-28%20at%2014.47.09.png?alt=media&#x26;token=6e584aa4-8cbc-4a9a-b3bc-917f37bc42b3" 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 %}
