Activity 1 Report
Activity 1 Report
Date: 28/11/2020
The School of computer Science organized hands-on activity for the students of
BCA, BSc. (CS) 3rd Sem via Zoom. Error Detection activity was performed by
Professor Dr. Rekha Ranawat during this activity which allowed the students
how to detect error in network at receiver end.
Error detection is a method that can look at some data and detect if it has
been corrupted while it was stored or transmitted.
Error detection techniques add extra information to data to determine when errors
have occurred. The extra information might be an extra "check digit" such as the
last digit of a credit card number or barcode number on a product, or extra binary
digits (bits) in data stored on a computer.
Not only can most digital systems detect errors, but many can correct them as well,
back to what the data should have been. Error correction can appear to be magic,
since it involves being able to put data back to how it was originally, even when
you don’t know what the original data was.
This activity is show how errors can be detected, and in some cases, corrected to
restore the original data. It also enables students to explore how we use some
relatively simple ideas to make our digital systems so reliable that people using
them don't realize that this is all happening underneath the surface.