510-Error Detection in Digital Systems
By: Mark A. Strain, P.E.
Having trouble opening course PDF documents?
Course Documents, Test Previews and other resources above may attempt to open or download Adobe PDF files. Most modern browsers have built-in PDF readers. If you have problems opening these resources in your browser, check your browser's or computer system's settings. .
Course Description
Information theory is a branch of applied mathematics and electrical engineering involving the quantification of information. When Claude Shannon developed information theory in 1948, thus ushering in the information age, he introduced the concept of entropy to information. This entropy or shortage of information in a message is what gives rise to errors in the data. Most communication systems and data storage and processing systems are unreliable to some degree, which means that errors may be introduced in the communications channel or while retrieving data from a memory device. These errors must be controlled.
The purpose of this course is to describe four different error detection techniques and to discuss the advantages and disadvantages of each. This course describes the parity check method as well as the checksum and cyclic redundancy check (CRC) methods. It describes hash functions and when they should be employed. This course also briefly discusses error correction techniques.
This course includes a multiple-choice quiz at the end, which is designed to enhance the understanding of the course materials.
Learning Objective
At the conclusion of this course the student will learn:
• Four different error detection techniques
• How to compute odd parity and even parity for a sequence of bits
• How to compute a checksum for a given block of data
• How to compute a CRC for a given block of data
• The benefits and drawbacks of a parity check, checksum and CRC
• How a cryptographic hash function is used to ensure the integrity of a software program or electronic document
Intended Audience
This course is intended for all engineers.
Course Introduction
We are exposed to a lot of information every day, from viewing content on a website on the Internet to listening to a song on our smart phone. This information (or data) is constantly stored, transmitted and processed. It is important that the data is correct or relatively error-free. Some amount of error is acceptable, depending on the application. For example, a few bit errors in a music data file in an MP3 format are acceptable, but a few bit errors in the data being transferred to the flight controls of a rocket could be catastrophic.
Course Summary
The use of a parity check is perhaps the simplest form of error detection. With this technique a bit is inserted after a fixed number of bits to maintain either an odd number or an even number of bits. A checksum in which all of the bytes in a given block of data are XORed to produce a checksum value can be appended to a block of data before it is transmitted. When a block of data is received the checksum is recomputed and checked against the one just received with the block of data. Checksums (either ones that are XORed or a running sum) are weak compared to a CRC. A CRC is used in the same manner for error detection as a checksum, but are more robust because the value of the CRC depends on the order of the data.
No reviews yet.
Other Courses by Mark A. Strain, P.E.
Course Title
Rating
Hours
Price
Local Copy of Course Preview