> For the complete documentation index, see [llms.txt](https://developer.barchart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.barchart.com/networking-options/dedicated-connections.md).

# Dedicated Connections

Institutional clients requiring the **lowest possible network latency** can connect to the Openfeed platform using a **direct cross-connect within a shared datacenter facility**.

Colocation allows clients to place their trading or analytics infrastructure in the same datacenter environment as Barchart’s Openfeed infrastructure. A **physical cross-connect** is then provisioned between the client’s cabinet and the Openfeed network.

This architecture provides the most direct network path available and is commonly used by firms operating **latency-sensitive trading systems**.

#### Benefits

Direct cross-connect connectivity offers several advantages:

* **Ultra-low latency** through a short physical network path
* **Predictable performance** with minimal network hops
* **Dedicated connectivity** between client infrastructure and Openfeed
* **Reduced internet dependency** for critical market data delivery

Because the connection occurs within the same datacenter facility, traffic does not traverse the public internet.

#### How It Works

Clients deploy infrastructure within the same colocation facility where the Openfeed service is hosted. A **cross-connect circuit** is then provisioned between the client’s network equipment and the Barchart Openfeed network.

The connection path typically follows this structure:

**Client Rack → Cross-Connect → Barchart Openfeed Network → Openfeed Services**

This configuration creates a **private, high-performance network link** for receiving real-time streaming market data.

#### Typical Use Cases

Direct cross-connect connectivity is commonly used by:

* **High-frequency trading firms**
* **Quantitative research teams**
* **Market-making operations**
* **Institutions running latency-sensitive analytics**

These environments benefit from the deterministic latency and reliability provided by colocation infrastructure.

#### Provisioning

To establish a direct cross-connect, clients typically complete the following steps:

1. Deploy infrastructure within the supported colocation facility.
2. Request cross-connect provisioning through the datacenter provider.
3. Coordinate port configuration with Barchart Institutional Support.
4. Validate connectivity and begin consuming Openfeed services.

Once the cross-connect is active, clients can begin receiving Openfeed data streams over the private connection.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://developer.barchart.com/networking-options/dedicated-connections.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
