uncomputability one slide summary viruses oop
play

Uncomputability, One-Slide Summary Viruses, OOP If a problem is - PDF document

Uncomputability, One-Slide Summary Viruses, OOP If a problem is uncomputable or undecideable , then no deterministic terminating algorithm can exist that correctly solves it. The halting problem is undecideable. Many problems related


  1. Uncomputability, One-Slide Summary Viruses, OOP • If a problem is uncomputable or undecideable , then no deterministic terminating algorithm can exist that correctly solves it. • The halting problem is undecideable. • Many problems related to computer security , such as detecting worms and viruses, are undecideable. • Undecideability proofs work by contradiction . • Object-oriented programming has a lively history. Avian Flu Virus #2 Outline Informal Proof • Gödel's Proof (define ( paradox ) • Unprovability (if (halts? ‘paradox) (loop-forever) • Algorithms #t)) • Computability • The Halting Problem If paradox halts, the if test is true and it evaluates to (loop-forever) - it doesn’t halt! • OOP History If paradox doesn’t halt, the if test if false, and it evaluates to #t. It halts! #3 #4 Proof by Contradiction Evaluates-to-3 Problem Goal: Show A cannot exist. Input: A procedure specification P 1. Show X is nonsensical. Output: true if evaluating ( P ) would 2. Show that if you have A you can make X . result in 3; false otherwise. 3. Therefore, A must not exist. > (eval-to-three? '(lambda () (+ 2 1))) #t X = paradox > (eval-to-three? '(lambda () (* 2 2))) A = halts? algorithm #f Is “Evaluates to 3” computable? #5 #6

  2. Undecidability Proof Proof by Contradiction Suppose we could define eval-to-3? that Goal: Show A cannot exist. decides it. Then we could define halts?: 1. Show X is nonsensical. (define ( halts? P) 2. Show that if you have A you can make X . (eval-to-three? 3. Therefore, A must not exist. ‘(lambda () (begin (P) 3)))) X = halts? algorithm if #t: it evaluates to 3, so we know (P) must halt. A = eval-to-three? algorithm if #f: the only way it could not evaluate to 3, is if (P) doesn’t halt. (Note: assumes (P) cannot produce an error.) #7 #8 Hello-World Problem Uncomputability Proof Input: An expression Suppose we could define prints-hello-world? specification E that solves it. Then we could define halts?: Output: true if evaluating E would print out “Hello (define ( halts? P) World!”; false otherwise. (prints-hello-world? ‘(begin ((remove-all-prints P)) Is the Hello-World (print “Hello World!”)))) Problem computable? #9 #10 From Paul Graham’s “Undergraduation”: Proof by Contradiction My friend Robert learned a lot by writing network software when he was an undergrad. One of his projects was to connect Goal: Show A cannot exist. Harvard to the Arpanet; it had been one of the original nodes, but by 1984 the connection had died. Not only was this work 1. Show X is nonsensical. not for a class, but because he spent all his time on it and 2. Show that if you have A you neglected his studies, he was kicked out of school for a year. ... When Robert got kicked out of grad school for writing the can make X . Internet worm of 1988, I envied him enormously for finding a 3. Therefore, A must not exist. way out without the stigma of failure. ... It all evened out in the end, and now he’s a professor at MIT. But you’ll probably be happier if you don’t go to that extreme; it X = halts? algorithm caused him a lot of worry at the time. A = prints-hello-world? algorithm 3 years of probation, 400 hours of community service, $10,000+ fine #11 #12

  3. Worm Detection Problem Morris Internet Worm (1988) • P = fingerd Input: A program P and input I – Program used to query user status Output: true if evaluating (P I) would – Worm also attacked other programs cause a remote computer to be “infected”. • I = “ nop 400 pushl $68732f pushl $6e69622f movl sp,r10 pushl $0 pushl $0 pushl r10 pushl $3 movl sp,ap chmk $3b ” Virus Detection Problem (is-worm? ‘(P I)) should evaluate to #t Input: A program specification P • Worm infected several thousand computers Output: true if evaluating (P) would cause a (~10% of Internet in 1988) file on the host computer to be “infected”. #13 #14 Liberal Arts Trivia: Liberal Arts Trivia: Music Greek Mythology • This multi-headed hound guards the gates of • This genre of rock music developed in the late Hades and prevents those who have crossed 1960s and early 1970s, largely in the UK and the river Styx from ever escaping. The task of USA. With roots in blues-rock and psychedelic capturing it alive, without using weapons, rock, it developed a thick, massive sound, was the final labor assigned to Heracles by characterized by highly amplified distortion, King Eurystheus. extended guitar solos, emphatic beats, and overall loudness. Lyrics and performance styles are generally associated with masculinity and machismo. Early bands included Led Zeppelin and Black Sabbath. #15 #16 Computer Security Paradoxes Uncomputability Proof Suppose we could • Is is-virus? computable? define is-virus? Then: (define ( halts? P) (is-virus? ‘(lambda () (begin ((remove-infects P)) (infect-files))))) #17 #18

  4. “Solving” Undecidable Problems Uncomputability Proof • No perfect solution exists: (define ( halts? P) – Undecidable means there is no procedure that: (is-virus? • 1. Always gives the correct answer ‘(lambda () • and also 2. Always terminates (begin ((remove-infects P)) • Must give up one of these to “solve” (infect-files))))) undecidable problems Can we make #t: Since it is a virus, we know (infect-files) was – Giving up #2 is not acceptable in most cases remove- evaluated, and P must halt. infects ? – Must give up #1 • Or change the problem: e.g., detect file Yes, just remove #f: The (infect-files) would not evaluate, so P all file writes. must not halt. infections during an execution #19 #20 Actual is-virus? Programs Conclusion? • Give the wrong answer sometimes • Anti-Virus programs cannot exist! – “ False positive ”: say P is a virus when it isn’t – “ False negative ”: say P is safe when it is “The Art of Computer Virus Research and Defense” • Database of known viruses: if P matches one Peter Szor, Symantec of these, it is a virus • Clever virus authors can make viruses that change each time they propagate – Emulate program for a limited number of steps; if it doesn’t do anything bad, assume it is safe #21 #22 Proof Recap History of Object-Oriented • If we had is-virus? we could define halts? • We know halts? is undecidable Programming • Hence, we can’t have is-virus? • Thus, we know is-virus? is undecidable #23 #24

  5. Pre-History: Why Whirlwind? MIT’s Project Whirlwind (1947-1960s) From an earlier class ... 60000 Tsar Bomba (largest ever) 50000 40000 Soviet Union test atomic bomb 30000 (Aug 29, 1949) 20000 B83 (1.2Mt), largest First H-Bomb (10Mt) in currently active arsenal 10000 0 1940 1950 1960 1970 1980 1990 2000 2010 2020 Hiroshima (12kt), Nagasaki (20kt) Jay Forrester #25 #26 Whirlwind Innovations Liberal Arts Trivia: Spanish Culture • This region, loosely located between France and Spain, features a strong separatist movement. It is currently the wealthiest region in Spain, with gross domestic product per capita being 40% higher than that of the European Union and 33.8% higher than Spain's average in 2008. The Euskadi Ta Askatasuna Magnetic Core Memory or ETA is an armed “terrorist” or “separatist” (first version used vacuum tubes) organization associated with this region. ... the first computer that operated in real time, used video displays for output, and the first that was not simply an electronic replacement of older mechanical systems. Its development led directly to the United States Air Force's Semi Automatic Ground Environment (SAGE) system, and indirectly to almost all business computers and minicomputers in the 1960s. #27 #28 Liberal Arts Trivia: Art History Liberal Arts Trivia: Grammar • This is a cosmetic that is • This linguistic verb mood is typically used in applied on the eyelids and dependent clauses to express a wish, under the eyebrows. It is emotion, possibility, judgment, opinion, commonly used to make the necessity, or action that has not yet occurred. wearer's eyes stand out or look It often follows a conjunction. Typical more attractive. It is examples include “Long live the Queen!” and demonstrated in Egyptian “It is necessary that he speak.” and “You burials dating to 10,000 BCE. The word "cosmetae" was first would know if we were lying.” used to describe Roman slaves whose duty was to bathe men and women in perfume. #29 #30

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend