data rate
The fee that a cell phone customer is charged for data traffic (sending and receiving data).
data rate: how fast information moves through a channel
Data rate is the speed at which digital information flows through a communications channel or storage medium, measured in bits per second (bit/s). In electrical engineering, it quantifies the volume of data that can be transmitted or retrieved in a fixed time window. A 1 Mbps connection carries one million bits per second; a 10 Gbps fiber link carries ten billion. The term applies equally to wireless networks, copper wire, fiber optic cables, RAM access, and disk read/write operations.
Data rate and bandwidth are related but distinct. Bandwidth describes the width of the frequency range a channel can handle; data rate describes how many bits actually traverse it per second. A given channel may support different data rates depending on modulation scheme, coding efficiency, and signal-to-noise ratio. Shannon's theorem sets the theoretical maximum: data rate cannot exceed bandwidth times the logarithm of (1 plus signal-to-noise ratio). Real systems operate below this limit due to overhead, error correction, and practical constraints.
Measuring and declaring data rates
Published data rates often represent peak or theoretical maximums under ideal conditions. Mobile operators advertise 4G speeds of 100 Mbps or 5G speeds of 1 Gbps, but actual sustained rates depend on distance, interference, load, and antenna configuration. Ethernet ports are rated 1 Gbps, 10 Gbps, or 100 Gbps, but this is the line rate, not the throughput available to applications. Overhead from protocol headers, error checking, and flow control reduces usable data rate. Download speed tests measure goodput: the portion of transmitted data that reaches the application intact.
In digital communications, data rate must match the channel capacity or information will queue, be retransmitted, or be dropped. Congestion occurs when demand exceeds available rate. Network engineers design links with capacity margin above expected traffic to prevent bottlenecks. Storage systems specify sequential read/write rates (how fast you can pull data off a disk) and random access rates (how fast you can fetch scattered fragments), which differ by orders of magnitude.
The consumer definition in your existing entry refers to throttling policies: mobile carriers meter data allowances in gigabytes per month and charge overage fees or reduce speed once a cap is reached. This is a billing and service-level mechanism, not a technical property of the connection itself. The engineering definition is fundamental to system design: choosing the right data rate for a task determines whether a system is fast enough, power-efficient, and cost-effective.