# What are the benefits of a full mesh network?

A full mesh network is a type of network topology in which each node (or device) is connected directly to every other node in the network. This type of network offers several benefits, including:

1. High availability: In a full mesh network, if one link or node fails, traffic can be automatically rerouted through an alternate path, ensuring that the network remains operational. This makes full mesh networks highly reliable and fault-tolerant.
2. Low latency: Since each node is connected directly to every other node, data can be transmitted quickly and efficiently without having to pass through multiple intermediate devices. This results in low latency and high-speed data transfers.
3. Scalability: Full mesh networks can be easily scaled up by adding additional nodes without requiring major changes to the network topology. This makes it easy to expand the network as the organization grows.
4. Security: Full mesh networks can be more secure than other types of network topologies, as each node is directly connected to every other node. This eliminates the need for traffic to pass through intermediate devices that could potentially be compromised or hacked.
5. Redundancy: Full mesh networks provide redundant paths for traffic, ensuring that if one link or node fails, traffic can be automatically rerouted through an alternate path. This improves network resilience and reduces the risk of downtime.


---

# 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://docs.console.zenlayer.com/welcome/cloud-networking/cloud-networking-faq/what-are-the-benefits-of-a-full-mesh-network.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.
