answersLogoWhite

0


Best Answer

A single bit error is when only one bit within a given data string is in error.

It affects only one character within a message

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Single bit error in data transmission?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Computer Science
Related questions

How does a single bit error differs from burst error?

The term single bit error suggest that only one bit in the given data unit sush as byte is in error.this means that only one bit will change from 1 to 0 or 0 to 1.. In case of burst error,if two or more bits from a data unit such as bte change from 1 to 0 or from 0 to 1 then burst errors are said to have occured.the lenghth of burst is measured from the first corrupted bit to last corrupted bit


Odd parity transmission system is based on the transmission of an odd number of?

odd parity transmission is based on the transmission of an odd number of one bits for each byte or character or minimum data unit. odd parity transmission is used as a simple form of error detection when transmitting data through a medium such as wire. typically a transmission record or packet may be split into eight bit segments with a ninth bit appended to each segment so that nine bit are transmitted for segment. The ninth bit is set to zero or one so that each segment has an odd number of one bits. At the receiving end, each segment is checked to insure that an odd number of bits are set to one. If not, than a transmission error exists and some measure is taken to have the record or packet resent. Parity checking by itself is not fool proof. It can catch the loss of a single bit of data in a byte but if two bits (or an even number of bits) are wrong, no error will be detected as parity will show to be valid.


Definition of transmission error?

Transmission errors is data that has been entered correctly in a system but can become corrupted when it is transmitted within a computer or when sent from one computer to another " bit alteration between transmission and reception"


What memory technology ensures reliable data storage retrieval?

ECC error correction code because 98% of errors are single bit


What do you mean by single bit error correction?

A special system of multiple parity bits (e.g. Hamming parity) that allows not only error detection but limited error correction.Ordinary single bit parity can detect reliably single bit errors.Hamming parity can correct single bit errors and detect reliably double bit errors.


What is meant by serial and parallel transmission?

A serial port only allows a single bit of data through at a time. A parallel port allows multiple bits of data through at a time.


What is the name of the method of error checking that can correct an error in a single bit?

Error-Correcting Code or EEC


Difference between error control and flow control?

Flow Control:is one important design issue for the Data Link Layer that controls the flow of data between sender and receiver.In Communication, there is communication medium between sender and receiver. When Sender sends data to receiver than there can be problem in below case :1) Sender sends data at higher rate and receive is too sluggish to support that data rate.To solve the above problem, FLOW CONTROL is introduced in Data Link Layer. It also works on several higher layers. The main concept of Flow Control is to introduce EFFICIENCY in Computer Networks.Error Control:Network is responsible for transmission of data from one device to another device. The end to end transfer of data from a transmitting application to a receiving application involves many steps, each subject to error. With the error control process, we can be confident that the transmitted and received data are identical. Data can be corrupted during transmission. For reliable communication, error must be detected and corrected.Error control is the process of detecting and correcting both the bit level and packet level errors.Types of ErrorsSingle Bit ErrorThe term single bit error means that only one bit of the data unit was changed from 1 to 0 and 0 to 1.Burst ErrorIn term burst error means that two or more bits in the data unit were changed. Burst error is also called packet level error, where errors like packet loss, duplication, reordering. BY RAHUL SAGORE from IIPS, INDORE


What is bit-error rate?

Bit error rate, BER, is the measurement of the performance of a particular data stream.æ It isæthe average of data that is considered corrupted or wrong due to connection inconsistancies.


What type of transmission do burst errors occur?

In burst error, it is not necessary that only consecutive bits are changed. The length of burst error is measured from first changed bit to last changed bit. As shown in fig. length of burst error is 8, although some bits are unchanged in between. Burst error is most likely to occur in a serial transmission. The noise occurring for a longer duration affects multiple bits. The number of bits affected depends on the data rate & duration of noise. For e.g. if data rate is 1 kbps, a noise of 1/100 second can affect 10 bits.


What does parity do in transmission?

It is a simple form of verification, that data has not been corrupted. In even parity, a ninth bit is added to 8 bits of data, so that the total number of 1's is even. Data is then transmitted. If a single bit becomes corrupted - a 0 gets changed to a 1, or a 1 to a 0 - the receiver can figure this out.


Differences between asynchronous connections synchronous and isochronous connections?

These are all methods used to transfer streams of data. Waveform diagrams can be used to illustrate these different transmission modes. A waveform diagram shows how the signal might appear on an oscilloscope screen, which produces a diagram with voltage on the vertical axis and time on the horizontal axis.SynchronousBits in a synchronous data stream must be transferred in sync with a clock signal. The control signals for the data are derived from a clock signal. Synchronous data transfer systems usually have an error detection mechanism. If an error is detected the data can be resent.AsynchronousBits in an asynchronous data stream can be transferred at random intervals and the data rate of the stream is not required to be constant. Asynchronous systems use a start bit to signal the beginning of a data transmission. A stop bit is used to signal the end of a data transmission. Asynchronous data transfer systems usually have an error detection mechanism. If an error is detected the data can be resent.Isochronous (pronounced "eye-sock-ron-us")An isochronous data transfer system combines the features of an asynchronous and synchronous data transfer system. An isochronous data transfer system sends blocks of data asynchronously, in other words the data stream can be transferred at random intervals.Each transmission begins with a start packet. Once the start packet is transmitted, the data must be delivered with a guaranteed bandwidth. Isochronous data transfer is commonly used for where data must be delivered within certain time constraints, like streaming video.Isochronous systems do not have an error detection mechanism (acknowledgment of receipt of packet) because if an error were detected, time constraints would make it impossible to resend the data.