1 / 13

Unit-3: Hamming-SEC

Unit-3: Hamming-SEC. Prof.M.Rajasekhara Babu School of Computing Science and Engineering mrajasekharababu@vit.ac.in. OutLine. Recap Session Objectives & Teaching Learning Material Session Plan Introduction Hamming SEC Example Assignment References. Re-Cap.

albert
Download Presentation

Unit-3: Hamming-SEC

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Unit-3: Hamming-SEC Prof.M.RajasekharaBabu School of Computing Science and Engineering mrajasekharababu@vit.ac.in

  2. OutLine Recap SessionObjectives & Teaching Learning Material Session Plan Introduction Hamming SEC Example Assignment References

  3. Re-Cap 1. List few hard errors in semiconductor memories 2. Tell reasons for soft errors in Semiconductor memories 3. What is the disadvantage of Hamming Code using Venn Diagrams? 4.Distingush between Evan Parity and Odd Parity 5. In error correcting code function, when the word is fetched a new code is generated and compared to the _______ code.

  4. Objectives & Teaching Learning Material • Session Objectives • To provide knowledge on how to find errors in semiconductor memory and correct them • Teaching Learning Material • LCD, White board Marker, Presentation slides

  5. Session Plan

  6. Single Bit Errors in 8-bit words • 8 data bits • 2k– 1 ≥ M + K is used to find the value of K (number of check bits). • No errors => code = 0. • One error bit => error occurred in one of the check bits. No action. • More than one bit set to ‘1’ => the numerical value of the syndrome indicates the position of the data bit in error.

  7. Single Bit Errors in 8-bit words • Data and check bits arranged into a 12-bit word. • Bit positions numbered from 1 to 12. • Bit positions representing position numbers that are powers of 2 are designated as check bits. • Check bits calculated as follows: • Data and check bits arranged into a 12 bit syndrome word: 8 data bits 4 check bits

  8. Calculating check bits C1 = D1 D2 D4 D5 D7 Each check bit works on every data bit who shares the same bit position

  9. Calculating check bits C1 = D1 D2 D4 D5 D7 Each check bit works on every data bit who shares the same bit position

  10. Example • Input word: 00111001 Databit D1 in rightmost position • Calculate check bits: • C1 = 1  0  1  1  0 = 1 • C2 = 1  0  1  1  0 = 1 • C3 = 0  0  1  0 = 1 • C4 = 1  1  0  0 = 0Stored word = 0011 0100 1111 • If data bit 3 sustains an error (0011 0110 1111) • C1 = 1  0  1  1  0 = 1 • C2 = 1  1  1  1  0 = 1 • C3 = 0  1  1  0 = 1 • C4 = 1  1  0  0 = 0 • Calculate syndrome word:0110 = bit position 6. • D3 resides in bit position 6.

  11. c. a. b. 1 1 0 1 0 1 0 0 1 1 1 0 1 0 1 0 0 0 1 1 Two errors are introduced Fill in data bits. Calculate check bits. f. d. e. 1 1 1 1 1 1 0 0 0 0 0 0 1 1 1 0 1 1 0 0 0 1 1 1 The double error is detected! The extra bit checks for even parity. SEC identifies the wrong bit Double Error Detecting • Previous example is Single-Error-Correcting code. • Semiconductor memory is usually equipped with SEC-DED (Single-error-correcting, double-error-detecting code. SEC-DED requires an extra bit.

  12. Problems • Suppose an 8-bit data word stored in memory is 11000010. Using the Hamming algorithm, determine what check bits would be stored in memory with the data word. Show how you got your answer. • For the 8-bit word 00111001, the check bits stored with it would be 0111. Suppose when the word is read from memory, the check bits are calculated to be 1101. What is the data word that was read from memory? • How many check bits are needed if the hamming error correction code is used to detect single bit errors in 1024 bit data word • Generate the code for the data word 0101000000111001. show that the code will correctly identify an error in data bit 5.

  13. References • William Stallings “Computer Organization and architecture” Prentice Hall, 7th edition, 2006 • Internet: PPT slides, Author: Jane and Harold Huang

More Related