Lesson 3.7 Parity Error Checking

Slides:



Advertisements
Similar presentations
Even/odd parity (1) Computers can sometimes make errors when they transmit data. Even/odd parity: is basic method for detecting if an odd number of bits.
Advertisements

Hamming Code.
parity bit is 1: data should have an odd number of 1's
Parity Generator and Checker
Quantum Error Correction SOURCES: Michele Mosca Daniel Gottesman Richard Spillman Andrew Landahl.
Data Communications Chapter 7 Error Detection. Despite the best prevention techniques, errors may still happen. To detect an error, something extra has.
MAT 1000 Mathematics in Today's World Winter 2015.
Unit 1 Protocols Learning Objectives: Understand the need to detect and correct errors in data transmission.
Error Detection and Correction.  Corrupted files  Attachments that won’t open  Files that won’t download  Videos that won’t play Errors occur when.
CIT 307 Online Data Communications Error Detection Module 11 Kevin Siminski, Instructor.
Practical Session 10 Error Detecting and Correcting Codes.
Riyadh Philanthropic Society For Science Prince Sultan College For Woman Dept. of Computer & Information Sciences CS 251 Introduction to Computer Organization.
MAT 105 Spring  An identification number is a sequence of letters and/or numbers that identifies an object, person, place, or concept  The number.
Communication Systems 3.1) Characteristics of a Communication System.
Error Detection.
Signed Binary Numbers Arithmetic Subtraction – In 2’s-complement form: Example: 1.Take the 2’s complement of the subtrahend (including the sign bit) and.
Data Link Layer. Data Link Layer Topics to Cover Error Detection and Correction Data Link Control and Protocols Multiple Access Local Area Networks Wireless.
1 Kyung Hee University Error Detection and Correction.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Data Link Layer PART III.
Data Link Layer 1. 2 Single-bit error 3 Multiple-bit error 4.
ERROR DETECTION AND CORRECTION Chapter 8 Data Communications & Networking ERROR DETECTION AND CORRECTION Chapter 8 First Semester 2007/2008.
10.1 Types of Errors 10.2 Detection 10.3 Error Correction.
parity bit is 1: data should have an odd number of 1's
MATH 6 : Monday, March 7 Objective: Agenda:
September Monday Tuesday Wednesday Thursday Friday
Computer Architecture and Assembly Language
ERROR DETECTION AND CORRECTION
Cyclic Redundancy Check (CRC)
ERROR CORRECTING CODES
Chapter 4 Data Link Layer.
Error Detection and Correction
Character coding schemes
August Monday Tuesday Wednesday Thursday Friday A
Modular Arithmetic Lesson 4.6.
Error Correcting Code.
OCR AS Level F451: Data transmission
Representing characters
Even/odd parity (1) Computers can sometimes make errors when they transmit data. Even/odd parity: is basic method for detecting if an odd number of bits.
Data Link Layer.
Error Detection Bit Error Rate(BER): It is the ratio of number Ne of errors appearing over a certain time interval t to the number Nt of 1 and 0 pulses.

To Know More Check Here : Uber Clone App Uber Clone App.
Know More About : Develop An App Like Uber Develop An App Like Uber.
Dhanushiya. R I YEAR BSc COMPUTER TECHNOLOGY.  Error is a condition when the output information does not match with the input information. During transmission,
Packetizing Error Detection
Chapter 16: Introduction
September 2016 Monday Tuesday Wednesday Thursday Friday Map Testing
Packetizing Error Detection
Credit Cards UPC Codes.
EET107/3 DIGITAL ELECTRONICS 1
Chapter 9 Error Detection and Correction
DATA COMMUNICATION Lecture-35.
SECTION 7-3 Finance Charge: Average-Daily-Balance pp
Error Correction Codes
Packetizing Error Detection
MONDAY TUESDAY WEDNESDAY THURSDAY FRIDAY MATH
DATA COMMUNICATION Lecture-33.
Monday Top half Evaluate the expression with p = 20. 2(9 – 4p) – 6 172
COMPUTER NETWORKS CS610 Lecture-5 Hammad Khalid Khan.
Exercise 3 1. Describe what are the packet, the packet communication, and motivations using the packet in computer communications. 2. (1) An ASCII coded.
Homework Week of January 7th UNIT TEST TODAY! Monday Tuesday Wednesday
CS 325: CS Hardware and Software Organization and Architecture
Error Detection and Correction
Computer Architecture and Assembly Language
DATA COMMUNICATION Lecture-34.
SECTION 7-3 Finance Charge: Average-Daily-Balance pp
parity bit is 1: data should have an odd number of 1's
Error Detection and Correction
Error Detection Learning Objectives:
Presentation transcript:

Lesson 3.7 Parity Error Checking Announcements Quiz Friday – we will review tomorrow. The last day for Unit 2 late work is Tuesday, 10/31. Monday we build our next App. Lesson 3.7 Parity Error Checking

Why is this important? Scenario… You take an Uber to the movies. The bill that gets charged to your account is supposed to be 000 10102 dollars. Instead, you are actually billed 100 10102 dollars. How much were you actually billed?

Computers must have a way to check for errors in code that gets sent out. One way to do this is through even and odd bit parity schemes.

Even Parity Scheme The eighth bit is the parity bit: Makes the number of 1s even.

Odd Parity Scheme The eighth bit is the parity bit: Makes the number of 1s odd.

Extra cards are redundant: an extra bit, added to the data to allow us to detect if one of the data bits has been flipped from its original value.

What Percent Of Data is Redundant? 5 x 5? 3 x 3? 7 x 7?

Another Method ISBN numbers