Network Rate Limit
Last updated
Was this helpful?
Network Rate Limit controls how quickly content is delivered to clients by applying a transfer speed limit after a configurable amount of data has been transferred.
This feature can be used alongside Rate Limiting to control both request volume and content delivery speed.
This feature can be used to manage bandwidth consumption and control the delivery rate of large files or streaming content.
Network Rate Limit is configured using two parameters:
Parameter
Description
Rate Limit
Maximum transfer speed applied after the threshold is reached.
Threshold
Amount of data transferred before the rate limit is enforced.
Content is delivered at normal speed until the configured threshold is reached. Once the threshold is exceeded, the CDN limits the transfer rate according to the configured value.
Enable Network Rate Limit and configure the following settings:
Defines the maximum transfer speed applied to content delivery after throttling begins.
Supported units:
KB/s
MB/s
Defines how much data can be transferred before the configured rate limit takes effect.
Supported units:
KB
MB
The following configuration:
Rate Limit: 1 MB/s
Threshold: 512 MB
Allows the first 512 MB of content to be delivered without restriction. After 512 MB has been transferred, the CDN limits delivery speed to 1 MB/s.
Network Rate Limit can also be combined with Geo Blocking, IP Restriction, and Security Token to apply bandwidth controls only to specific audiences or protected content.
Prevent excessive bandwidth consumption when distributing large software packages, backups, or downloadable assets.
Allow video playback or file downloads to start quickly while controlling sustained transfer rates for long-running sessions.
Reduce the impact of high-volume transfers on overall resource consumption.
Rate limiting is enforced at the CDN edge.
Content is delivered at full speed until the configured threshold is reached.
Lower rate limits may increase download completion times.
Threshold values should be configured carefully to balance user experience and bandwidth control.
Last updated
Was this helpful?
Was this helpful?