# Networking

The OpenVector network employs distinct networking technologies tailored to the requirements of its two subnet types: Subnet A for low-latency applications and Subnet B for non-latency-critical use cases.<br>

## Subnet A: High-Speed Connectivity with InfiniBand

Subnet A leverages InfiniBand, a leading implementation of Remote Direct Memory Access (RDMA), to enable high-speed, low-latency networking. InfiniBand is specifically designed for high-performance computing and data center environments, making it an ideal choice for latency-critical operations such as inference.

## Subnet B: Standard Internet Connectivity for Scalability

Subnet B employs standard internet connectivity, prioritizing accessibility and scalability over low-latency performance. This configuration is well-suited for non-latency-critical use cases, such as decentralized training, where real-time responsiveness is not a primary concern. While Subnet B does not achieve the ultra-low latency of InfiniBand, its design ensures that OpenVector remains accessible to a broader range of participants, balancing cost, scalability, and functionality for non-latency-sensitive computations


---

# 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://openvector.gitbook.io/docs/network-architecture/networking.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.
