> ## Documentation Index
> Fetch the complete documentation index at: https://gcore.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Network limits: set the content delivery speed to end users

## Option setting

The "Download Speed Limit" option allows you to control the content delivery speed to end users.

To configure the speed limit via the Gcore Customer Portal:

1\. Go to CDN and select the CDN resource you want to configure.

<Frame>
  <img src="https://mintcdn.com/gcore/jGvvbKmzzlO7ynHV/images/docs/cdn/cdn-resource-options/network-limits-set-the-content-delivery-speed-to-end-users/12392392470929.png?fit=max&auto=format&n=jGvvbKmzzlO7ynHV&q=85&s=df431654b3fcaef95f182d29b25d829f" alt="CDN_resource.png" width="1771" height="844" data-path="images/docs/cdn/cdn-resource-options/network-limits-set-the-content-delivery-speed-to-end-users/12392392470929.png" />
</Frame>

2\. In the sidebar, under the "Network limits" section, click **Download speed limit**.

<Frame>
  <img src="https://mintcdn.com/gcore/jGvvbKmzzlO7ynHV/images/docs/cdn/cdn-resource-options/network-limits-set-the-content-delivery-speed-to-end-users/12420512653457.png?fit=max&auto=format&n=jGvvbKmzzlO7ynHV&q=85&s=1f156b8fefff2ff0b8a617978aa11106" alt="Download_Speed_Limit_option.png" width="1655" height="870" data-path="images/docs/cdn/cdn-resource-options/network-limits-set-the-content-delivery-speed-to-end-users/12420512653457.png" />
</Frame>

This option has 2 modes: *Static* and *Dynamic*.

<Frame>
  <img src="https://mintcdn.com/gcore/jGvvbKmzzlO7ynHV/images/docs/cdn/cdn-resource-options/network-limits-set-the-content-delivery-speed-to-end-users/12392873863953.png?fit=max&auto=format&n=jGvvbKmzzlO7ynHV&q=85&s=276cda56fc5abb6046b07eaf7d763759" alt="Static and Dynamic" width="1649" height="956" data-path="images/docs/cdn/cdn-resource-options/network-limits-set-the-content-delivery-speed-to-end-users/12392873863953.png" />
</Frame>

## Static

This mode sets a limit on all content that is transmitted through the CDN. When this mode is selected, you can define the "Connection Speed" and "Limit After" parameters.

### Connection speed

This setting defines the maximum download speed per connection in Kilobytes per second (KB/s). This parameter only accepts values equal to or higher than 1 KB/s.

<Frame>
  <img src="https://mintcdn.com/gcore/jGvvbKmzzlO7ynHV/images/docs/cdn/cdn-resource-options/network-limits-set-the-content-delivery-speed-to-end-users/12393083235729.png?fit=max&auto=format&n=jGvvbKmzzlO7ynHV&q=85&s=dd319baa6fdc2ec666892fcdb9fb0796" alt="Connection_speed.png" width="1649" height="956" data-path="images/docs/cdn/cdn-resource-options/network-limits-set-the-content-delivery-speed-to-end-users/12393083235729.png" />
</Frame>

### Limit after

This setting defines the amount of data that can be downloaded without limit before the Connection Speed parameter takes effect. If set to 0, the download speed will be limited immediately from the first byte.

<Frame>
  <img src="https://mintcdn.com/gcore/jGvvbKmzzlO7ynHV/images/docs/cdn/cdn-resource-options/network-limits-set-the-content-delivery-speed-to-end-users/12393083820561.png?fit=max&auto=format&n=jGvvbKmzzlO7ynHV&q=85&s=fa4b7199e8ef1cc2721313e4c0a62f70" alt="Limit_After.png" width="1649" height="956" data-path="images/docs/cdn/cdn-resource-options/network-limits-set-the-content-delivery-speed-to-end-users/12393083820561.png" />
</Frame>

## Dynamic

This mode sets different limits for different users or for different types of content. The speed is adjusted based on requests with the "speed" and "buffer" arguments.

<Frame>
  <img src="https://mintcdn.com/gcore/jGvvbKmzzlO7ynHV/images/docs/cdn/cdn-resource-options/network-limits-set-the-content-delivery-speed-to-end-users/12393281637393.png?fit=max&auto=format&n=jGvvbKmzzlO7ynHV&q=85&s=75ba076cafbf111a569e11f29c96c831" alt="Dynamic.png" width="1649" height="563" data-path="images/docs/cdn/cdn-resource-options/network-limits-set-the-content-delivery-speed-to-end-users/12393281637393.png" />
</Frame>

The *speed* sets the maximum download speed, while the *buffer* sets how much data will be transferred without the speed limit. The buffer argument is optional.

Typically, these arguments are passed as parameters in a query string. For example, the following URL would limit download speed to 50 KB/s after downloading 500 KB:

```
http://cdn.example.com/video.mp4?speed=50k&buffer=500k
```

## Option features

* For both modes, the limit is set per request, so if the client opens two connections at the same time, the total speed will be twice the specified limit.
* [Ignore Query String](/cdn/cdn-resource-options/cache/ignore-the-set-cookie-or-query-string-parameters-when-caching-content-on-cdn-servers#query-string-setting) option does not affect the Download Speed Limit option. They can be used together.
