# Benefits

The ADEX framework has been explicitly designed to meet the core requirements for drone detect & avoid (DAA) systems, and airport flight information displays (FIDs). Unlike traditional centralised architectures, which concentrate data handling and routing within a small number of cloud or enterprise systems, ADEX distributes decision-making and data ownership across a framework of independently operated clients and servers. This structural difference allows it to better satisfy key operational objectives:

| <p> </p><p>Comparison</p><p> </p>   | <p> </p><p>Centralised Services</p><p> </p>                                                                                | <p> </p><p>ADEX</p><p> </p>                                                                                                         |
| ----------------------------------- | -------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- |
| <p> </p><p>Latency</p><p> </p>      | <p> </p><p>Delays from network hops and cloud buffering, particularly in peak periods, can compromise latency.</p><p> </p> | <p> </p><p>Point-to-point architecture easily achieves sub-2 second latency, even during peak periods</p><p> </p>                   |
| <p> </p><p>Availability</p><p> </p> | <p> </p><p>Failure at the central hub causes loss of surveillance data across all dependent systems.</p><p> </p>           | <p> </p><p>Independent server/client operation with local processing localises faults and maintains service continuity.</p><p> </p> |
| <p> </p><p>Scalability</p><p> </p>  | <p> </p><p>Requires vertically integrated expansion, which can bottleneck growth.</p><p> </p>                              | <p> </p><p>Horizontally scalable through independent deployment of sensors, data servers, and display providers.</p><p> </p>        |
| <p> </p><p>Openness</p><p> </p>     | <p> </p><p>Closed interfaces limit integration and competitive innovation.</p><p> </p>                                     | <p> </p><p>Standards-based interfaces enable plug-and-play interoperability across the surveillance ecosystem.</p><p> </p>          |
| <p> </p><p>Agency</p><p> </p>       | <p> </p><p>External domain data handling reduces control for local stakeholders.</p><p> </p>                               | <p> </p><p>Servers and clients can be locally hosted, giving full control over data governance and security.</p><p> </p>            |
| <p> </p><p>Federation</p><p> </p>   | <p> </p><p>Limited compatibility with federated or independent systems.</p><p> </p>                                        | <p> </p><p>Supports discovery and coordination among independently managed systems.</p><p> </p>                                     |
| <p> </p><p>Resilience</p><p> </p>   | <p> </p><p>Central points of failure are vulnerable to cyber threats and outages.</p><p> </p>                              | <p> </p><p>Distributed architecture eliminates single points of failure and enables graceful degradation.</p><p> </p>               |


---

# 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.4dsky.com/adex-framework/benefits.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.
