![]() |
VOOZH | about |
Computers communicate by transmitting bits of digital data from one device to another device through transmission media. You can send and receive data without worrying about setting up the details. However, for some devices, we need to supply baud rates and other details.
Old devices use parallel and serial communication ports, though their speeds would be considered slow in today’s time. All the devices that are used today handle all the coordination of communication in the background of the computer.
For example, when you plug a new device in your computer, it prompts a message like “installing device drivers” after they are installed and the device is configured you never have to repeat this process. Though for industrial devices it could be different they might ask you to provide information such as Baud rate, communication ports to route the information, etc.
People often confuse baud rate with bit rate, though they are completely different. The baud rate can be higher or lower than the bit rate depending upon the type of encoding scheme used (Such as NRZ, Manchester, etc.).
1. Bit rate :
Bit rate is the number of binary bits (1s or 0s) transmitted per second.
Bit rate = number of bits transmitted/ total time (in seconds)
The bit rate can also be defined in terms of baud rate:
Bit rate = Baud rate x bits per signal or symbol
2. Baud rate :
Baud rate is the rate at which the number of signal elements or changes to the signal occurs per second when it passes through a transmission medium. The higher a baud rate is the faster the data is sent/received.
Baud rate = number of signal elements/total time (in seconds)
For Example:
Signal element: A signal element is the smallest unit of a digital signal. A signal is one of several voltages, phase changes, or frequencies. For Digital signals 1 signal element is a signal with constant amplitude. For Analog signals, 1 signal element is a signal with the same amplitude, phase, and frequency.
Why baud rate is important ?
Baud rate is important because: