Bandwidth refers to the maximum capacity of a network connection to transfer data within a given period. Think of it like a pipe — the wider the pipe, the more data can flow through at once. In web hosting, bandwidth is often used (sometimes incorrectly) to mean the total amount of data transferred per month.
Bandwidth vs Data Transfer
- Bandwidth — The maximum speed of data transfer (e.g. 1 Gbps connection). A capacity limit.
- Data Transfer — The actual volume of data moved (e.g. 100 GB per month). A usage measure.
- Hosting providers often sell "bandwidth" but actually mean monthly data transfer.
Why Bandwidth Matters
- A site with heavy traffic or large files (video, high-res images) consumes more data transfer.
- Exceeding your hosting plan's data limit may result in overage charges or throttling.
- Network bandwidth affects page load speed — higher bandwidth connections serve content faster.
Reducing Bandwidth Usage
- Compress images with WebP or AVIF formats.
- Enable Gzip/Brotli compression for text assets.
- Use a CDN to offload traffic from your origin server.
- Implement browser caching for static assets.