Types of Errors in Computer Network - GeeksforGeeks
Types of Errors in Computer Network - GeeksforGeeks
30% Discount
Courses TutorialsJobsPracticeContests
Aptitude Engineering Mathematics Discrete Mathematics Operating System DBMS Computer Networks
1. Transmission Error
Data packets can be lost during data transmission due to the presence of
errors in routing protocols, highly congested networks, or may be for faulty
networking devices. Data packet losses can lead to back-to-back packet
retransmission which results in delay in next packet arrival and reduced
network performance. During real-time communication, data-packet loss
https://www.geeksforgeeks.org/types-of-errors-in-computer-network/ 1/9
29/05/2024, 22:31 Types of Errors in Computer Network - GeeksforGeeks
may badly affect the live streaming with distorted audio and videos with
glitches. Countermeasures involve implementing forward error correction
and congestion control technique reduces packet loss. Also, it is required to
ensure that all networking devices are up-to-date and these devices are
using optimized network configurations as per requirements.
3. Network Latency
If one of the two communicating devices uses high latency but another one
is running at low latency then the delay may occur during data transmission
which is called a network latency problem. It can be a consequence of high
network congestion and different processing power of two communicating
devices which leads to processing delays. The latency problem can directly
effect real-time applications like online gaming and video conferencing. In
modern technology, this problem can be easily solved by only implementing
Quality of Service(QoS) techniques. Also, increasing the network bandwidth,
optimizing network routing protocols, and utilizing a caching system can
reduce this problem.
4. Configuration Errors
5. Hardware Failures
1. Single-Bit Error
The word single-bit error can lead to be sound a very simple and harmless
but in reality single-bit errors can corrupt the whole data and the receiver
may get fully incorrect data when they decode it. Also a very worthy error
detection mechanism is required to detect it as the error is truly very small
but results high data damage. For example say one sender sent a data
packet to a receiver and the data packet is 0111. And during transmission
single-bit error occurred and receiver receives 0011 instead 0111 i.e. only
one bit is flipped. Now let receiver will decode it to decimal and so receiver
will get 3(0011) instead of the correct data 7(0111). So, when this data is
used for complex logic a huge data corruption will occur. Countermeasures
involve implementing error detection and correction methods like CRC,
parity bits etc.
2. Burst Error
Similarly it is one kind of Transmission error and very likely to single bit
error. But in Burst error, multiple data bits of a data packets are being
changed/corrupted/ altered during transmission. And these multibit
corruption occurs in a very short period so it is called ‘Burst’. Communication
https://www.geeksforgeeks.org/types-of-errors-in-computer-network/ 3/9
29/05/2024, 22:31 Types of Errors in Computer Network - GeeksforGeeks
line interference, impulsive noise are the main factors which lead to burst
error. As multiple bit are being corrupted so it can fully corrupt a data packet
and making it fully valueless. Burst errors can be rectified by retransmission
but it consumes additional network resources and burst error can occur in
that also. So, we need to implement robust error detection and correction
techniques like Reed-Solomon codes or convolutional codes. These
algorithms adds redundancy bits of data so that the receiver can reconstruct
the original data from that if burst error occurred. For example the sender
sends a data block of 110001 and receiver receives 101101. Here, we can
see that in a single instance total 3bits of data corrupted i.e. burst error
occurred.
https://www.geeksforgeeks.org/types-of-errors-in-computer-network/ 4/9
29/05/2024, 22:31 Types of Errors in Computer Network - GeeksforGeeks
As only one bit is altered so In a short sequence multiple bits are altered so
it is easy to correct the it is hard to correct and may lead to entire
wrong sequence. corruption of data packet.
Answer:
Answer:
https://www.geeksforgeeks.org/types-of-errors-in-computer-network/ 5/9