Distinguish like I'm 9 years old — Bit rate vs. Data rate?
How do **Data rate **and Total bitrate differ? I am untutored in computer science — please explain like I am 9 years old. See below pls.
David Vanderschel PhD in Mathematics & Physics from Rice University (1970) alleges "Not much" difference. MBaz's answer is too abstruse for me.
1 answer
Very briefly, bit rate is the rate at which individual bits are sent. Data rate is the rate at which data is effectively transferred.
Not all bits carry data. Some are used for various out of band signalling purposes, like synchronizing both ends, delimiting bytes, indicating that there is currently no data, etc. In general, these kind of bits are called protocol overhead.
See also Bit-rate vs Baud-rate. In that question, baud rate is what you are referring to as bit rate here, and bit rate is what you are calling data rate.
1 comment thread