# Why is it recommended to have an Odd number of Orderer nodes on a Network?

It is recommended to have an odd number of Orderer nodes on a network because it helps to ensure that the Network remains operational even in the presence of node failures. When there is an odd number of Orderer nodes, it is easier to achieve a majority consensus, which means that the majority of nodes in the network agree on the order of transactions.

In a network with an even number of Orderer nodes, it is possible to have a split vote or a stalemate situation where there is no clear majority decision. In such cases, it becomes difficult to achieve consensus and reach an agreement on the order of transactions, which can lead to network downtime and potential data inconsistencies.

On the other hand, with an odd number of Orderer nodes, it is always possible to achieve a majority decision, even if some nodes fail or go offline. This provides greater fault tolerance and makes the network more resilient to failures and disruptions.


---

# 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.spydra.app/support/why-is-it-recommended-to-have-an-odd-number-of-orderer-nodes-on-a-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.
