TutorChase logo
Login
AQA A-Level Computer Science

18.1.4 Baud Rate

Baud rate refers to the number of signal changes or symbols transmitted per second in a communication channel, determining how fast data is physically transferred.

What is baud rate?

Baud rate is a fundamental concept in digital communication systems that defines how frequently the communication signal can change in a second. These changes, called symbols or signal units, are the building blocks of digital data transmission over physical media such as copper wires, fibre optic cables, or wireless channels.

  • Baud rate is the number of signal changes per second.

  • It is measured in bauds, where 1 baud = 1 signal change per second.

  • It indicates the speed of modulation, not necessarily the speed of data in bits per second.

Each signal change represents a symbol, and depending on the encoding scheme used, one symbol may carry one or more bits of data. This means baud rate and bit rate are closely linked, but not identical.

For example:

  • A baud rate of 1200 means the signal changes 1200 times each second.

  • If each signal change encodes 1 bit, then the bit rate is 1200 bits per second.

  • If each signal change encodes 4 bits (using complex modulation), then the bit rate is 4800 bits per second.

Understanding this distinction is essential for interpreting communication speeds correctly.

Why baud rate matters

Take your grades to the next level!

UPGRADING TO PREMIUM UNLOCKS
AI Tutor
AI-powered study assistant
instant feedback and guidance
Predicted Papers
Examiner-style predicted papers
based on recent exam trends
Practice Questions
All exam practice questions
by topic for each subject
Study Notes
All detailed revision notes
written by expert teachers
Cheat Sheets
Quick revision summaries
perfect for last-minute review
Past Papers
Complete collection
of practice and past exam papers
Email
Password
Confirm Password
Already have an account?

Practice Questions

FAQ

Baud rate is typically fixed for the duration of a communication session to ensure proper synchronisation between the transmitting and receiving devices. Both ends of the communication channel must agree on the baud rate before transmission begins. If one device sends data at a different baud rate than the other is expecting, signal changes may be misinterpreted, leading to corrupted data or complete communication failure. In most serial communication systems like UART, baud rate is set in software or hardware before the connection is established and does not change dynamically. However, in more advanced systems such as modern network protocols or adaptive modulation schemes, devices can renegotiate transmission parameters, including baud rate, to adapt to changing signal quality or bandwidth conditions. Even then, any change must be coordinated and acknowledged by both devices. In general-purpose computer communication, especially for embedded systems and legacy hardware, baud rate remains constant to maintain reliability.

Higher baud rates generally result in increased power consumption because the transmitter and receiver must switch signal states more frequently, which consumes energy. Each signal change requires the physical hardware to alter voltage levels, optical intensity, or radio wave characteristics, depending on the transmission medium. In wired systems like UART, frequent changes in voltage demand more from the power supply and may generate additional heat. In wireless systems, increasing the baud rate can lead to higher radio frequency activity and increased amplifier usage, both of which are energy-intensive. Furthermore, higher baud rates often necessitate more complex circuitry for signal processing and timing accuracy, which adds to the power cost. On battery-powered devices or low-energy systems such as Internet of Things (IoT) sensors, lower baud rates are often preferred to preserve battery life, even if this reduces data throughput. Designers must balance the need for speed with energy efficiency, especially in mobile or remote applications.

If two devices attempt to communicate using different baud rates, the transmission will likely fail or result in corrupted data. Baud rate determines how fast signal changes occur, and both sender and receiver must interpret these changes at the same pace. If one device expects signal changes to happen every 1/9600th of a second (9600 baud), but the other is sending changes every 1/19200th of a second (19200 baud), the timing will be misaligned. As a result, the receiver may sample the signal at the wrong time, misreading symbol boundaries and interpreting random data instead of valid bits. This mismatch can lead to garbled text, incomplete messages, or communication timeouts. In synchronous systems, timing mismatches might result in total communication failure. In asynchronous systems, framing errors will occur as the start and stop bits are not detected where expected. To ensure reliable communication, both devices must be explicitly configured to use the same baud rate before initiating data exchange.

Common baud rates such as 9600, 19200, 38400, 57600, and 115200 are standardised to maintain compatibility across a wide range of devices and systems. These specific values are chosen based on their divisibility by system clock frequencies used in microcontrollers and UART chips. For example, many UART controllers derive the baud rate from a master clock by dividing it using a preset divisor. Using a common base clock, such as 1.8432 MHz, allows clean division to generate standard baud rates without introducing timing errors. These rates have become industry standards, ensuring interoperability between devices like microcontrollers, sensors, GPS modules, and PCs. Choosing these predefined values simplifies design, testing, and configuration, as most operating systems and development tools include built-in support for them. Additionally, many serial terminal programs and drivers default to these baud rates, allowing for plug-and-play behaviour in most use cases. Deviating from these common values requires custom configurations and may introduce compatibility issues.

Baud rate is highly relevant in all forms of digital communication, including optical and wireless systems, not just wired connections. In optical systems such as fibre optic links, baud rate determines how quickly light pulses or changes in light properties are transmitted and received. These signal changes are what carry the information, just as voltage changes do in electrical systems. In wireless communication, baud rate reflects how frequently the carrier wave is modulated to represent different symbols. For example, changes in phase, frequency, or amplitude in radio waves correspond to signal transitions, making baud rate a key factor in defining the physical layer performance. However, in modern high-speed wireless and optical systems, designers often use advanced modulation schemes where each signal change can represent multiple bits. As a result, although the baud rate may remain relatively low, the bit rate can be significantly higher. Regardless of the medium, baud rate continues to be a foundational concept in evaluating signal integrity, channel capacity, and overall transmission efficiency.

Hire a tutor

Please fill out the form and we'll find a tutor for you.

1/2
Your details
Alternatively contact us via
WhatsApp, Phone Call, or Email