June 2007Malfunction DiagnosisSlide 1 Malfunction Diagnosis A Lecture in CE Freshman Seminar Series: Ten Puzzling Problems in Computer Engineering.

Slides:



Advertisements
Similar presentations
A Lesson in the “Math + Fun!” Series
Advertisements

Rules of Matrix Arithmetic
Lecture 19: Parallel Algorithms
Apr. 2007SatisfiabilitySlide 1 Satisfiability A Lecture in CE Freshman Seminar Series: Ten Puzzling Problems in Computer Engineering.
Apr. 2012Byzantine GeneralsSlide 1 Byzantine Generals A Lecture in CE Freshman Seminar Series: Ten Puzzling Problems in Computer Engineering.
1 Maximal Independent Set. 2 Independent Set (IS): In a graph G=(V,E), |V|=n, |E|=m, any set of nodes that are not adjacent.
1 The Limits of Computation Intractable and Non-computable functions.
Nov. 2005Math in ComputersSlide 1 Math in Computers A Lesson in the “Math + Fun!” Series.
Distributed Algorithms – 2g1513 Lecture 10 – by Ali Ghodsi Fault-Tolerance in Asynchronous Networks.
Outline. Theorem For the two processor network, Bit C(Leader) = Bit C(MaxF) = 2[log 2 ((M + 2)/3.5)] and Bit C t (Leader) = Bit C t (MaxF) = 2[log 2 ((M.
The Byzantine Generals Problem Boon Thau Loo CS294-4.
Prepared by Ilya Kolchinsky.  n generals, communicating through messengers  some of the generals (up to m) might be traitors  all loyal generals should.
HandoutLecture 10Malfunction Diagnosis Finding an Impostor There are three people of a certain profession (say, medical doctors) in a room, but one of.
Discrete Structure Li Tak Sing( 李德成 ) Lectures
Byzantine Generals Problem: Solution using signed messages.
Mar. 2005Measurement PuzzlesSlide 1 Measurement Puzzles A Lesson in the “Math + Fun!” Series.
Oct. 2007State-Space ModelingSlide 1 Fault-Tolerant Computing Motivation, Background, and Tools.
May 2015String MatchingSlide 1 String Matching A Lecture in CE Freshman Seminar Series: Ten Puzzling Problems in Computer Engineering.
May 2015Binary SearchSlide 1 Binary Search A Lecture in CE Freshman Seminar Series: Ten Puzzling Problems in Computer Engineering.
Oct State-Space Modeling Slide 1 Fault-Tolerant Computing Motivation, Background, and Tools.
Nov Malfunction Diagnosis and Tolerance Slide 1 Fault-Tolerant Computing Dealing with Mid-Level Impairments.
HandoutJune 2007Malfunction Diagnosis A Lecture in CE Freshman Seminar Series: Ten Puzzling Problems in Computer Engineering.
May 2007Task SchedulingSlide 1 Task Scheduling A Lecture in CE Freshman Seminar Series: Ten Puzzling Problems in Computer Engineering.
Apr. 2015SatisfiabilitySlide 1 Satisfiability A Lecture in CE Freshman Seminar Series: Ten Puzzling Problems in Computer Engineering.
Oct Combinational Modeling Slide 1 Fault-Tolerant Computing Motivation, Background, and Tools.
Apr. 2007Placement and RoutingSlide 1 Placement and Routing A Lecture in CE Freshman Seminar Series: Ten Puzzling Problems in Computer Engineering.
1 Lecture 25: Parallel Algorithms II Topics: matrix, graph, and sort algorithms Tuesday presentations:  Each group: 10 minutes  Describe the problem,
Mar. 2015Easy, Hard, Impossible!Slide 1 Easy, Hard, Impossible! A Lecture in CE Freshman Seminar Series: Puzzling Problems in Computer Engineering.
Nov. 2004Math and ElectionsSlide 1 Math and Elections A Lesson in the “Math + Fun!” Series.
Feb. 2005Counting ProblemsSlide 1 Counting Problems A Lesson in the “Math + Fun!” Series.
Dec. 2004Math CrosswordsSlide 1 Math Crosswords A Lesson in the “Math + Fun!” Series.
HandoutMay 2007Byzantine Generals A Lecture in CE Freshman Seminar Series: Ten Puzzling Problems in Computer Engineering.
Apr. 2007Easy, Hard, Impossible!Slide 1 Easy, Hard, Impossible! A Lecture in CE Freshman Seminar Series: Ten Puzzling Problems in Computer Engineering.
May 2007Binary SearchSlide 1 Binary Search A Lecture in CE Freshman Seminar Series: Ten Puzzling Problems in Computer Engineering.
HandoutMay 2007Sorting Networks A Lecture in CE Freshman Seminar Series: Ten Puzzling Problems in Computer Engineering.
May 2012Malfunction DiagnosisSlide 1 Malfunction Diagnosis A Lecture in CE Freshman Seminar Series: Ten Puzzling Problems in Computer Engineering.
May 2012Task SchedulingSlide 1 Task Scheduling A Lecture in CE Freshman Seminar Series: Ten Puzzling Problems in Computer Engineering.
Apr. 2015Placement and RoutingSlide 1 Placement and Routing A Lecture in CE Freshman Seminar Series: Puzzling Problems in Computer Engineering.
Nov Malfunction Diagnosis and ToleranceSlide 1 Fault-Tolerant Computing Dealing with Mid-Level Impairments.
May 2007String MatchingSlide 1 String Matching A Lecture in CE Freshman Seminar Series: Ten Puzzling Problems in Computer Engineering.
HandoutApr. 2007Satisfiability A Lecture in CE Freshman Seminar Series: Ten Puzzling Problems in Computer Engineering.
1.1 Chapter 1: Introduction What is the course all about? Problems, instances and algorithms Running time v.s. computational complexity General description.
Called as the Interval Scheduling Problem. A simpler version of a class of scheduling problems. – Can add weights. – Can add multiple resources – Can ask.
Nov. 20, 2010 A pessimistic one-step diagnosis algorithms for cube-like networks under the PMC model Dr. C. H. Tsai Department of C.S.I.E, National Dong.
Great Theoretical Ideas in Computer Science.
Copyright © 2013, 2009, 2005 Pearson Education, Inc. 1 2 Graphs and Functions Copyright © 2013, 2009, 2005 Pearson Education, Inc.
Unsolvability and Infeasibility. Computability (Solvable) A problem is computable if it is possible to write a computer program to solve it. Can all problems.
Lecture 11 Data Structures, Algorithms & Complexity Introduction Dr Kevin Casey BSc, MSc, PhD GRIFFITH COLLEGE DUBLIN.
Agenda Fail Stop Processors –Problem Definition –Implementation with reliable stable storage –Implementation without reliable stable storage Failure Detection.
1 Chapter 15-1 : Dynamic Programming I. 2 Divide-and-conquer strategy allows us to solve a big problem by handling only smaller sub-problems Some problems.
ECE 753: FAULT-TOLERANT COMPUTING Kewal K.Saluja Department of Electrical and Computer Engineering System Diagnosis.
Sorting and Searching by Dr P.Padmanabham Professor (CSE)&Director
Chap 15. Agreement. Problem Processes need to agree on a single bit No link failures A process can fail by crashing (no malicious behavior) Messages take.
May 2015Sorting NetworksSlide 1 Sorting Networks A Lecture in CE Freshman Seminar Series: Ten Puzzling Problems in Computer Engineering.
Fundamentals of Informatics Lecture 12 The Halting Problem Bas Luttik.
Correlation Clustering Nikhil Bansal Joint Work with Avrim Blum and Shuchi Chawla.
Computational Learning Theory Part 1: Preliminaries 1.
The NP class. NP-completeness Lecture2. The NP-class The NP class is a class that contains all the problems that can be decided by a Non-Deterministic.
Randomized Algorithms for Distributed Agreement Problems Peter Robinson.
May 2007Sorting NetworksSlide 1 Sorting Networks A Lecture in CE Freshman Seminar Series: Ten Puzzling Problems in Computer Engineering.
PROBABILITY AND COMPUTING RANDOMIZED ALGORITHMS AND PROBABILISTIC ANALYSIS CHAPTER 1 IWAMA and ITO Lab. M1 Sakaidani Hikaru 1.
Lecture 22: Parallel Algorithms
3D Models from 2D Images A Lecture in the Freshman Seminar Series:
Satisfiability A Lecture in CE Freshman Seminar Series:
Distributed Consensus
Sorting Networks A Lecture in CE Freshman Seminar Series:
3D Models from 2D Images A Lecture in the Freshman Seminar Series:
Easy, Hard, Impossible! A Lecture in CE Freshman Seminar Series:
Malfunction Diagnosis
Binary Search A Lecture in CE Freshman Seminar Series:
Presentation transcript:

June 2007Malfunction DiagnosisSlide 1 Malfunction Diagnosis A Lecture in CE Freshman Seminar Series: Ten Puzzling Problems in Computer Engineering

June 2007Malfunction DiagnosisSlide 2 About This Presentation EditionReleasedRevised FirstJune 2007 This presentation belongs to the lecture series entitled “Ten Puzzling Problems in Computer Engineering,” devised for a ten-week, one-unit, freshman seminar course by Behrooz Parhami, Professor of Computer Engineering at University of California, Santa Barbara. The material can be used freely in teaching and other educational settings. Unauthorized uses, including any use for financial gain, are prohibited. © Behrooz Parhami

June 2007Malfunction DiagnosisSlide 3

June 2007Malfunction DiagnosisSlide 4 Finding an Impostor There are three people of a certain profession (say, medical doctors) in a room, but one of them may be an impostor. Each person asks the other two a question that can determine whether the person is real. The six yes (real) / no (impostor) opinions are presented to a judge who must decide whether an impostor is present and, if so, who it is. How would the judge go about deciding? Somewhat similar to the fake coin puzzle A real person always arrives at the correct judgment about another one, but an imposter may render an incorrect judgment NY N--N YN Person assessed 123 AssessorAssessor Assessment matrix A Assessment matrix B --NY Y--N YN Person assessed 123 AssessorAssessor

June 2007Malfunction DiagnosisSlide 5 Impostors at a Dinner Table At a round dinner table, n people of a certain profession (say, computer engineers) try to determine if there are impostors among them. Each asks the person to his or her right a question and renders a judgment. Assumptions are identical to the previous puzzle. How many impostors can be correctly identified? Repeat the puzzle above, but this time assume that each person asks a question of his/her neighbor on both sides Y Y Y Y Y Y Y Y No impostor Y Y N Y ? Y Y Y One impostor Y Y ? Y ? N Y Y Two impostors ???? Y NY N ?Y N ? Y YY Y NNNN Y NY N ?? ? ? Y NY N ???? Y NY N ?? ? ? Y NY N ???? Y YY Y NY N Y Y YY Y

June 2007Malfunction DiagnosisSlide 6 Finding Impostors with Limited Questioning At a party, 10 people of a certain group (say, science-fiction writers) try to determine if there are impostors among them. Each person is asked a question by 2 different people and there are at most 3 impostors. Can the impostors be always correctly identified from the outcomes of the 20 questions? Solve the puzzle in the following two cases: Case 1: It is possible for persons A and B to ask each other questions Case 2: If A asks B a question, then B will not ask A a question Can’t be done. Ten people around a dinner table is a special case of this, because each person is questioned by his/her two neighbors. In that case, we determined that no more than 2 impostors can be identified Can’t be done. If you switch the reals and impostors in the 6-person cluster, exactly the same syndrome may be observed Another reason

June 2007Malfunction DiagnosisSlide 7 Malfunction Diagnosis Model Layered approach to self-diagnosis A small core part of a unit is tested Trusted core tests the next layer of subsystems Sphere of trust is gradually extended Diagnosis of one unit by another The tester sends a self-diagnosis request, expecting a response The unit under test eventually sends some results to the tester The tester interprets the results received and issues a verdict Testing capabilities among units is represented by a directed graph i Tester j Testee Test capability I think j is good (passed test) 0 i Tester j Testee Test capability I think j is bad (failed test} 1 The verdict of unit i about unit j is denoted by D ij  {0, 1} All the diagnosis verdicts constitute the n  n diagnosis matrix D Core

June 2007Malfunction DiagnosisSlide 8 One-Step Diagnosability Example Consider this system, with the test outcomes shown The system above is 1-step 1-diagnosable (we can correctly diagnose up to one malfunctioning unit in a single round of testing) M0M0 M1M1 M3M3 M2M2 D 01 D 12 D 30 D 23 D 20 D 13 Malfunction syndromes (x means 0 or 1) MalfnD 01 D 12 D 13 D 20 D 30 D 32 None M 0 x M 1 1 x x M x 0 1 M x x M 0,M 1 x x x M 1,M 2 1 x x x 0 1 Syndrome dictionary: OK M M M M M M M M M M M M 1

June 2007Malfunction DiagnosisSlide 9 Simple O(n 3 )-Step Diagnosis Algorithm Input: The diagnosis matrix Output: Every unit labeled G or B while some unit remains unlabeled repeat choose an unlabeled unit and label it G or B use labeled units to label other units if the new label leads to a contradiction then backtrack endif endwhile M0M0 M1M1 M3M3 M2M M 0 is G (arbitrary choice) M 1 is B M 2 is B (contradiction, 2 Bs) M 0 is B (change label) M 1 is G (arbitrary choice) M 2 is G M 3 is G More efficient algorithms exist Find a labeling of nodes (each designated G or B) that is consistent with the given test results 1-step 1-diagnosable

June 2007Malfunction DiagnosisSlide 10 Sequential t-Diagnosability An n-unit system is sequentially t-diagnosable if the diagnosis syndromes when there are t or fewer malfunctions are such that they always identify, unambiguously, at least one malfunctioning unit Necessary condition: n  2t + 1; i.e., a majority of units must be good This is useful because some systems that are not 1-step t-diagnosable are sequentially t-diagnosable, and they can be restored by removing the identified malfunctioning unit(s) and repeating the process This system is sequentially 2-diagnosable In one step, it is only 1-diagnosable Sequential diagnosability of directed rings: An n-node directed ring is sequentially t-diagnosable for any t that satisfies  (t 2 – 1)/4  + t + 2  n M0M0 M1M1 M4M4 M2M2 M3M3 D 01 D 12 D 34 D 23 D 40

June 2007Malfunction DiagnosisSlide 11 Syndromes for M 0 bad: Sequential 2-Diagnosability Example Consider this system, with the test outcomes shown The system above is sequentially 2-diagnosable (we can correctly diagnose up to two malfunctioning units, but only one at a time) Malfunction syndromes (x means 0 or 1) MalfnD 01 D 12 D 23 D 34 D 40 M 0 x M 1 1 x M x 0 0 M x 0 M x M 0,M 1 x x M 0,M 2 x 1 x 0 1 M 0,M 3 x 0 1 x 1 M 0,M 4 x x M0M0 M1M1 M4M4 M2M2 M3M3 D 01 D 12 D 34 D 23 D 40