Skip to content
Learnearn.uk » IB Computer Science » Error Detection

Error Detection

Introduction

Why do errors occur?

When data is transferred through a network at each stage there is possibility that data might get corrupted. Therefore when a packet is received it needs to be checked to ensure the integrity of the data. Two common ways this can be achieved is through the use of parity bits and check-sums.

 

Parity Bit

Check Digits

Luhn's Algorithm

Check sums

Resources