# ISDN H-Channel

In Integrated Services Digital Network (ISDN), the H-Channel is used for high-speed data transmission.

It is designed to provide higher bandwidth compared to B (Bearer) channels, accommodating services that require faster data rates.&#x20;

H-Channels are categorized into different types based on their capacities:

* **H0 Channel**: Offers a data rate of 384 kbps, which is created by aggregating six B-Channels.
* **H10 Channel**: Provides a data rate of 1472 kbps, achieved by aggregating 23 B-Channels.
* **H11 Channel**: Has a data rate of 1536 kbps, similar to the primary rate interface in North America.
* **H12 Channel**: Offers a data rate of 1920 kbps, used primarily in Europe.

These channels are primarily used for applications that demand substantial data throughput, such as high-quality video conferencing and large data transfers.


---

# 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://isdn.learn-telecom.com/channels/isdn-h-channel.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.
