What’s The Difference Between Bit Rate And Baud Rate?

Serial-data speed is usually stated in terms of bit rate. However, another oft-quoted measure of speed is baud rate. Though the two aren’t the same, similarities exist under some circumstances. This tutorial will make the difference clear.

Table Of Contents

  1. Background
  2. Bit Rate
  3. Overhead
  4. Baud Rate
  5. Multilevel Modulation
  6. Why Multiple Bits Per Baud?
  7. Baud Rate Examples
  8. References

Background

Most data communications over networks occurs via serial-data transmission. Data bits transmit one at a time over some communications channel, such as a cable or a wireless path. Figure 1 typifies the digital-bit pattern from a computer or some other digital circuit. This data signal is often called the baseband signal. The data switches between two voltage levels, such as +3 V for a binary 1 and +0.2 V for a binary 0. Other binary levels are also used. In the non-return-to-zero (NRZ) format (Fig. 1, again), the signal never goes to zero as like that of return-to-zero (RZ) formatted signals.


1. Non-return to zero (NRZ) is the most common binary data format. Data rate is indicated in bits per second (bits/s).

Bit Rate

The speed of the data is expressed in bits per second (bits/s or bps). The data rate R is a function of the duration of the bit or bit time (TB) (Fig. 1, again):

R = 1/TB

Rate is also called channel capacity C. If the bit time is 10 ns, the data rate equals:

R = 1/10 x 10–9 = 100 million bits/s

This is usually expressed as 100 Mbits/s.

Overhead

Bit rate is typically seen in terms of the actual data rate. Yet for most serial transmissions, the data represents part of a more complex protocol frame or packet format, which includes bits representing source address, destination address, error detection and correction codes, and other information or control bits. In the protocol frame, the data is called the “payload.” Non-data bits are known as the “overhead.” At times, the overhead may be substantial—up to 20% to 50% depending on the total payload bits sent over the channel.

For example, an Ethernet frame can have as many as 1542 bytes or octets, depending on the data payload. Payload can range from 42 to 1500 octets. With a maximum payload, the overhead is only 42/1542 = 0.027, or about 2.7%. It would be even greater if the payload was anything smaller. This relationship is usually expressed as a percentage of the payload size to the maximum frame size, otherwise known as the protocol efficiency:

Protocol efficiency = payload/frame size = 1500/1542 = 0.9727 or 97.3%

Typically, the actual line rate is stepped up by a factor influenced by the overhead to achieve an actual target net data rate. In One Gigabit Ethernet, the actual line rate is 1.25 Gbits/s to achieve a net payload throughput of 1 Gbit/s. In a 10-Gbit/s Ethernet system, gross data rate equals 10.3125 Gbits/s to achieve a true data rate of 10 Gbits/s. The net data rate also is referred to as the throughput, or payload rate, of effective data rate.

Baud Rate

The term “baud” originates from the French engineer Emile Baudot, who invented the 5-bit teletype code. Baud rate refers to the number of signal or symbol changes that occur per second. A symbol is one of several voltage, frequency, or phase changes.

NRZ binary has two symbols, one for each bit 0 or 1, that represent voltage levels. In this case, the baud or symbol rate is the same as the bit rate. However, it’s possible to have more than two symbols per transmission interval, whereby each symbol represents multiple bits. With more than two symbols, data is transmitted using modulation techniques.

When the transmission medium can’t handle the baseband data, modulation enters the picture. Of course, this is true of wireless. Baseband binary signals can’t be transmitted directly; rather, the data is modulated on to a radio carrier for transmission. Some cable connections even use modulation to increase the data rate, which is referred to as “broadband transmission.”

By using multiple symbols, multiple bits can be transmitted per symbol. For example, if the symbol rate is 4800 baud and each symbol represents two bits, that translates into an overall bit rate of 9600 bits/s. Normally the number of symbols is some power of two. If N is the number of bits per symbol, then the number of required symbols is S = 2N. Thus, the gross bit rate is:

R = baud rate x log2S = baud rate x 3.32 log10S

If the baud rate is 4800 and there are two bits per symbol, the number of symbols is 22 = 4. The bit rate is:

R = 4800 x 3.32 log(4) = 4800 x 2 = 9600 bits/s

If there’s only one bit per symbol, as is the case with binary NRZ, the bit and baud rates remain the same.

Multilevel Modulation

Many different modulation schemes can implement high bit rates. For example, frequency-shift keying (FSK) typically uses two different frequencies in each symbol interval to represent binary 0 and 1. Therefore, the bit rate is equal to the baud rate. However, if each symbol represents two bits, it requires the four frequencies (4FSK). In 4FSK, the bit rate is two times the baud rate.

Phase-shift keying (PSK) is another popular example. When employing binary PSK, each symbol represents a 0 or 1 (see the table). A binary 0 equals 0°, while a binary 1 is 180°. With one bit per symbol, the baud and bit rates are the same. However, multiple bits per symbol can be easily implemented.

For instance, in quadrature PSK there are two bits per symbol. Using this arrangement and two bits per baud, the bit rate is twice the baud rate. Other forms of PSK use more bits per baud. With three bits per baud, the modulation becomes 8PSK for eight different phase shifts representing three bits. And with 16PSK, 16 phase shifts represent the four bits per symbol.

One unique form of multilevel modulation is quadrature amplitude modulation (QAM). QAM uses a mix of different amplitude levels and phase shifts to create the symbols representing multiple bits. For example, 16QAM encodes four bits per symbol. The symbols are a mix of different amplitude levels and different phase shifts.

A constellation diagram is typically used to illustrate the amplitude and phase conditions of the carrier for each 4-bit code (Fig. 2). Each dot represents a specific carrier amplitude and phase shift. A total of 16 symbols encodes four bits per symbol, ultimately quadrupling the bit rate over the baud rate.


2. A constellation diagram for 16QAM shows the 16 possible carrier amplitude and phase combinations representing four bits per symbol.

Why Multiple Bits Per Baud?

By transmitting more than one bit per baud, higher data rates can be transmitted in a narrower channel. Recall that the maximum possible data rate is determined by the bandwidth of the transmission channel.

Assuming a worse case of alternating 1s and 0s of data, the maximum theoretical bit rate C for a given bandwidth B is:

C = 2B

Or the bandwidth for a maximum bit rate is:

B =C/2

Transmitting a 1-Mbit/s signal requires:

B = 1/2 = 0.5 MHz or 500 kHz

When using multilevel modulation with multiple bits per symbol, the maximum theoretical data rate is:

C = 2B log2N

Here, N is the number of symbols per symbol interval:

log2N = 3.32 log10N

The bandwidth needed with a specific number of different levels for a desired speed is calculated as:

B = C/2 log2N

For instance, the bandwidth needed to get a 1-Mbit/s data rate with two bits per symbol and four levels can be determined with:

log2N = 3.32 log10(4) = 2

B = 1/2(2) = 1 /4 = 0.25 MHz

The number of symbols needed to get a desired data rate in a fixed bandwidth can be calculated as:

log2N = C/2B

3.32 log10N = C/2B

log10N = C/2B = C/6.64B

Then:

N = log–1 (C/6.64B)

Using the previous example, the number of symbols needed to transmit 1 Mbit/s in a 250-kHz channel is calculated as:

log10N = C/6.64B = 1/6.64(0.25) = 0.602

N = log–1 (0.602) = 4 symbols

These calculations assume a noise-free channel. Factoring in the noise requires the well-known Shannon-Hartley law:

C = B log2 (S/N + 1)

C is the channel capacity in bits per second and B is the bandwidth in hertz. S/N is the signal-to-noise power ratio.

In terms of common logarithms:

C = 3.32B log10(S/N + 1)

What is the maximum rate in a 0.25-MHz channel with a 30-dB S/N? The 30 dB translates to a 1000 to 1 S/N. Therefore, the maximum rate is:

C = 3.32B log10(S/N + 1) = 3.32(.25) log10(1001) = 2.5 Mbits/s

The Shannon-Hartley law doesn’t specifically state that multilevel modulation must be employed to achieve that theoretical result. Using the previous procedure will reveal how many bits per symbol are required:

log10N = C/6.64B = 2.5/6.64(0.25) = 1.5

N = log–1 (1.5) = 32 symbols

Using 32 symbols implies five bits per symbol (25 = 32).

Baud Rate Examples

Virtually all high-speed data connections use some form of broadband transmission. Wi-Fi wireless takes advantage of QPSK, 16QAM, and 64QAM in the orthogonal frequency-division multiplex (OFDM) modulation schemes. The same is true for WiMAX and Long-Term Evolution (LTE) 4G cellular technology. Cable TV and its high-speed Internet access exploit 16QAM and 64QAM to deliver analog and digital TV, while satellites use QPSK and various versions of QAM.

Land mobile radio (LMR) systems for public safety recently adopted standards for voice and data 4FSK modulation. This “narrowbanding” effort is designed to reduce the bandwidth needed from 25 kHz per channel to 12.5 kHz, and eventually 6.25 kHz. As a result, there will be more channels for additional radios without increasing the spectrum allocations.

U.S. high-definition TV employs a modulation method called eight-level vestigial sideband, or 8VSB. This method uses three bits per symbol for eight amplitude levels, which enables the transmission of 10,800 symbols/s. At 3 bits per symbol, that represents a gross bit rate of 3 x 10,800 = 32.4 Mbits/s. When combined with the VSB, which only transmits one full sideband and a vestige of another, high-definition video and audio can be transmitted in a 6-MHz-wide TV channel.

References

  1. Frenzel, Louis E., Principles of Electronic Communication Systems, McGraw-Hill, 2008.
  2. Gibson, Jerry D., The Communications Handbook, CRC Press/IEEE Press, 1997.
  3. Sklar, Bernard, Digital Communications, Fundamentals and Applications, Prentice-Hall, 2001.

Discuss this Article 70

WA2PYX
on May 2, 2012
Strictly speaking, a binary signalling element only carries a bit of information if its probability = 0.5. That is, for the simple case of one binary digit per signal element (N=1 in the above) the 1 state and 0 state must be equally probable. Otherwise, the article is very informative
cathie bridges
on Mar 22, 2013

visit here http ://itinformationmania.wordpress.com/category/transmission-media/

Victor1122
on May 21, 2013

This content is written very well. Your use of formatting when making your points makes your observations very clear and easy to understand. Thank you. Bowflex SelectTech 1090

dubturbo
on May 17, 2013

Undeniably believe that which you stated. Your favorite reason seemed to be on the web the simplest thing to be aware of. I say to you, I certainly get annoyed while people consider worries that they just don't know about. You managed to hit the nail upon the top as well as defined out the whole thing without having side-effects , people could take a signal. Will probably be back to get more. Thanks

dubturbo beat maker q1w2e3r4t5

Victor1122
on May 19, 2013

I have been reading out many of your articles and i must say pretty good stuff. I will surely bookmark your site. squirrel stamps

Victor1122
on May 21, 2013

Your content is nothing short of brilliant in many ways. I think this is engaging and eye-opening material. Thank you so much for caring about your content and your readers.
antiques and collectibles

Victor1122
on May 21, 2013

I really enjoyed reading this post, big fan. Keep up the good work andplease tell me when can you publish more articles or where can I read more on the subject?
Full W3BZ Article

robmarquardt
on May 4, 2012
The article is a little confusing. Baud rate is the character rate, Bit rate is the bit rate. Typical RS232 is 10 bits / character Transmission at 9600 baud is 9600 characters / sec which equals 9600 ch/sec * 10 bits/ch = 96,000 bits/sec Regarding NRZ my first thought is the most popular use where a level transition represents a zero and the lack of a transition represents a one. This was not even mentioned. see http://en.wikipedia.org/wiki/Non-return-to-zero Rob
davewb
on May 2, 2012
I could not read the article after the first paragraph. NRZ does NOT mean that the signal does not go all the way to zero. If this simple concept is wrong in the first paragraph what other concepts must be corrected as we continue reading?
markwillson
on May 20, 2013

Importance of electronic technology flourishes with abandon, doubling upon itself every fourteen to twenty-four months, constantly becoming that which we won't do without, thanks to the growth of technology. carne asada marinade

birthi
on May 2, 2012
Since Baud Rate is a bit antiquated, and to my knowledge it's only remaining use is in conjunction with asynchronous serial transmission based on the RS232 interface, with the predominantly coding of 10 bits per "character" (1 start bit, 7 bit data, 1 parity bit, 1 stop bit), it should be stated at one point that a transmission rate of 1 Baud results in 10 bits/second. Nice work! Herbert
billg@radix.net
on May 2, 2012
Actually, "Baud" is in common use. A baud is one symbol per second. The Teletype transmitted one (1) bit per baud. A modern microwave link might be using 10 or 12 bits per symbol. 10QAM will have a symbol with 1024 possible states. 32 levels in the I phase and 32 levels in the Q phase. Digital Communications by John Proakis (McGraw Hill 1983) has a good description of both QAM and QPR. To summarize, a Baud is one symbol per second. A bit is one unit of information. So bits per second describes the rate of information transmission. If the modem, that will transport the bits from one location to another, uses more than one bit per symbol, the baud will describe the number of symbols per second, and then that must be multiplied by the bits per symbol to get the bits per second.
elgrivna
on May 2, 2012
Great article, except for one point. The term "baud rate" itself is a misnomer. The term "baud" is already a rate, defined as symbols per second. Think of the term similar to that of "speed". Speed is distance per unit time. A "speed rate" does not make sense, while meters per second is a rate. -Ed
EddyKilowatt
on May 2, 2012
Say, speaking of bits-per-second... wasn't there a proposal some years ago to designate this unit the Shannon, following in the footsteps of cycles-per-second becoming Hertz and symbols-per-second becoming Baud? Does anyone know what happened with this? It seems like such an obvious, and deserved, step that I thought it'd be a done deal by now. I survived the cps-to-Hz transition, and if they're quick about it, I'm willing to subject myself to the bps-to-Sh transition too!
Woosnamc
on May 2, 2012
Good article but some misnomers as the other readers have pointed out. 1st BAUD is five BITS and only today some refer to it as eight BITS, but us hardened engineers go with Mr. Baudot's original 5 Bits = Baud Rate. Now how the data is sent can vary the Bits Per Second or the ultimate /5 Baud Rate. Simple NRZ method is the presence of or lack of a Pulse (5v) within a repetitive time frame followed by Zero represented by a return to Zero or Near Zero .2v Where Baud rate gets confusing is when Phase Modulation is used. Modulating the rise and fall wave forms to carry more data then the simple +/- swing. Eg. Quadrature Phase Modulation will insert 4 potential Bits within a single Cycle Wave Form. 8, 16 and 32 Phase Modulation is common today. But getting back to Quad as our example Given 4 Cycles we infact have transmitted 32 BITS ( 0/1 value). or 6.2 BAUD Rate. The Cycle Rate can be any rate to TeraHertz level. The Phase Rate can be anything up to 256 Steps withn a Single Cycle. I hope this better clarifies BIT versus BAUD Rates.
Unca_Marty
on May 3, 2012
As Edward Grivna says, Baud is already a rate. This means a Baud Rate would be the rate at which the bit rate changes. Given this, the Baud rate in a properly operating system should be zero.
malolplo
on Feb 15, 2013

great informative article about Bit Rate And Baud Rate i have find it on google and is very well written
mark

lchien
on Feb 27, 2013

Baud implies rate. Baud rate is redundant!

PeterT
on Mar 26, 2013

Apparently, there are some different definitions of Baud out there. It might be helpful to reference where your definition of Baud is from. For example, according to "Random House Webster's Computer & Internet Dictionary - 3rd Edition" by Philip E Margolis, the definition of Baud in this article is completely accurate.

ALOK
on Apr 3, 2013

Nicely written information in this post, I prefer to read this kind of stuff. The quality of content is fine and the conclusion is pleasant. styrofoam

kitapbigi (not verified)
on Apr 6, 2013

All these collection of laptops are very trendy and hot. They are in no way less than tablets and have all the features of a tablet. I like the ultra book of HP the most as we can take out the monitor than act like a tablet. Nice collection !!!

evim Ĺźahane

rosc13mau
on Apr 10, 2013

I am preparing my assignment paper and gathering information on this topic. Your post is one of the better that I have read. Thank you for putting this information into one place.
health affirmations

loren49hai
on Apr 11, 2013

We are currently researching for a thesis and we have been exploring your blog for some days. Thank you for your post it is handy for us.
Tucson DUI lawyer

niki13ser
on Apr 15, 2013

I am doing a report on this subject. Your article is full of really useful information. I will make sure to come back to check out your posts for my next report. Cheers
How To Blog

lesh15mos
on Apr 17, 2013

This topic is something that I have been looking into for a while now and your insight is exceptional. Thanks for sharing this information.
and how should I get a cna?

guyz64uck
on Apr 17, 2013

I am currently teaching a class and part of the curriculum involves this subject matter. Do you have any other posts I can look at regarding this?
more info

tony15prin
on Apr 20, 2013

I am in the middle of working on a school report on this topic and your post has helped me with the information I needed to complete it. Thanks.
printing companies athens ga

tam19sote
on Apr 21, 2013

This post has helped me for an article which I am writing. Thank you for giving me another point of view on this topic. Now I can easily complete my article. Cheers
rug cleaning brooklyn

martinaa
on Apr 22, 2013

This is accurate of wireless. EX0-101 vce signals can’t be transmitted directly; rather, the abstracts is articulate on to a radio carrier for transmission. EX0-101 exam collection Some cable access alike use accentuation to access the abstracts rate, which is referred to as “broadband transmission. EX0-101 exam training

stel18awfg
on Apr 23, 2013

I have been researching every aspect of a possible career move. This post is very helpful and shows that you have a lot of knowledge on the topic. Do you have any others?
Mr. Sanowicz

search here
on Apr 25, 2013

Great information for communication students like me. All the all the articles written it this site is extremely useful to learn more terms related to electronic devices and one you read through this, you should be thorough with information you need.search here

JonnyDeath
on Apr 25, 2013

Signing up for this publication has been a huge source of education while I continue my studies as an electronic engineer.

Before I was just an enthusiast that would have read this article and understood it but in the vague sense.

sara111
on Apr 27, 2013

Important to this process is a clear understanding of the client’s culture, candor consultancy the expectations for the position, their tasks and responsibilities and necessary skills qualifications. candor manpower Once our specialists have deployed a position profile, staffing companies defining the search strategy to find the best person for the job is the next step. candor services Candor Recruitment Group (Pvt) Ltd. staffing companies professionals prepare a confidential candidate assessment report, which is then presented to the client for review.

usman8 (not verified)
on Apr 29, 2013

There are other ways to address the problems officials cite to justify using solitary confinement, while taking into account the rights and special needs of adolescents...... freetopinternetgames.com

Victor1122
on Apr 30, 2013

This is a great inspiring article.I am pretty much pleased with your good work.You put really very helpful information...
newwlaunchking.com.sg/types/iskandar

bvee28dith
on May 1, 2013

This conent is simply exciting and creative. I have been deciding on a institutional move and this has helped me with one aspect. Cheers!
tablet pc

bets48uwp
on May 1, 2013

We are currently working on a college paper and we have been exploring your blog for a few hours. Thank you for your post it proved helpful for us.
modeladores yoga

williamsjack
on May 2, 2013

I was wondering for the same info. Please share some more information. Thanks. Golf Review

mermiy11k
on May 3, 2013

I found this post to be very educational. Thank you for broadening my knowledge of this subject. No doubt its a great piece of writing as well. Thanks
www.worldofsolar.com

jerdbreaker34
on May 3, 2013

I've learned something about this post, thank you for bringing this is a wonderful subject. This is good for the device we all use everyday.

-----------------------------------------------------------
http://pinterest.com/dessieimrie/tim-mccallan/

beckham07
on May 4, 2013

I am curious on the way you write down this topic, This is the kind of content that will give clearance, The blog contains so many interesting stuff that makes me want to visit again garage metal shelving

beckham07
on May 5, 2013

Definitely an issue that I've searching for. It's very encouraging to find this site, I think the way you write feels like having so much passion and you have put it in a way that everyone can understand visit this website

roger1122
on May 6, 2013

Great info! I recently came across your blog and have been reading along. I thought I would leave my first comment. I don’t know what to say except that I have.
Good Relationship With Video sign 2010

reshhia
on May 6, 2013

It is impossible to be untouched to these problems. Your article gives the light in which we can observe the life. Keep it up.
Cheap Kids Shoes

reshhia
on May 6, 2013

My Products" section and applying it to the name you want. Bowling Shoes For Men

Victor1122
on May 6, 2013

These are some great tools that i definitely use for SEO work. This is a great list to use in the future..
ecig

reshhia
on May 7, 2013

The EDK and SmartProbe are what will be needed for heavy duty, low level debugging since you have full access to the underlying hardware. buy youtube views

barbagugp
on May 8, 2013

Nice read. I just passed this onto a friend who was doing a little research on that. He just bought me lunch as I found it for him! Thus let me rephrase: Thank you for lunch! rasa sakit nyeri di tulang punggung dan pinggang bagian belakang

Maureen Goodin
on May 8, 2013

Most data communications over networks occurs via serial-data transmission. Data bits transmit one at a time over some communications channel, such as a cable or a wireless path.

Generic Viagra

reshhia
on May 10, 2013

Distributors had increased their share of the market. This, he said, was likely to increase further in 2013. CCTV Camera Installers

Please or Register to post comments.

Search Parts

 

powered by:

 

 

Newsletter Signup

Forums

Pick Your Components With Confidence:
"Here are the procedures can help you
make the right choice..."

Search Parts

 

powered by:

 

 

Newsletter Signup

Connect With Us