
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Effect of Errors in Error Detection
There are a few effects of errors which are as follows −
Attenuation: Due to error, the signal may get attenuated, i.e., the data may be costly in the extreme case.
Delay Distortion: Due to this error at the receiving end, the wave is distorted due to a delay in transmission.
Interference in voice communication can occur due to an error in the signal.
Echo can be produced because the sender cannot hear the receivers answer or voice.
Cross talk can occur because of the error in the broadcasted signal. Due to this, the faint voice of another party may disturb your signal.
Data Error Rate: (P10):Probability that a bit is received in error is known as Bit error rate, i.e., the ratio of data bits received incorrectly to the transmitted data is known as a data error rate.
Data Transfer Rate: The rate of information exchange between two communication systems is called DTR. It is measured in bbs (bits per media) and is different for different transmission media, i.e., DTR depends upon transmission and transmitter and its interfacing with communicating devices.
The DER is the total amount of error bits or erroneous frames out of whole transmitted bits or framed. Thus we can say that DER directly depends on the DTR.
The possibility of burst errors also increases at higher data rates, and their effect is even higher at higher data rates.
Error Detection
In this process, the errors are detected only, not corrected.
Prob that a bit is taken in error is called BER (Bit error rate).
Prob that a frame appears with no bit errors.
Prob that with an error detecting algorithm in use, a frame appears with an additional undetected error.
Prob that with an error detecting algorithm in use, a frame appears with an additional detected bit error but no undetected bit errors.
then P1 = (1 - P0)F
P2 = 1 - P1
F is the number of bits per frame. The probability that a frame appears with no bit errors reduces when the prob of an individual bit error improves, as we will predict.