CINXE.COM
iamit.org - About my Projects
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta name="generator" content= "HTML Tidy for Linux/x86 (vers 1st March 2004), see www.w3.org" /> <title>iamit.org - About my Projects</title> <meta http-equiv="Content-Type" content= "text/html; charset=iso-8859-1" /> <link href="iamit.css" rel="stylesheet" type="text/css" /> <link rel="SHORTCUT ICON" href="images/favicon.ico" /> </head> <body> <!-- Navigartion bar --> <div id="navbar"> <ul> <li><a href="/index.html">Home</a></li> <li><a href="/about.html">About me</a></li> <li><a href="/movies.html">Movies</a></li> <li><a href="/links.html">Links</a></li> <li><a href="/blog/" title="Blog">Blog</a></li> </ul> </div> <div id="secondary"> <ul> <li><a href="/work.html">Work</a></li> <li><a href="/edu.html">Education</a></li> <li><a href="/projects.html">Projects</a></li> </ul> </div><!-- /Navigation bar --> <h2><a href="about.html">About me</a> : Projects</h2> <div><p>I have managed to get two major research projects underway, one of them has even developed into a senior year elective course and a <a href="http://www.amazon.com/Elements-Computing-Systems-Computer-Principles/dp/026214087X">book</a> written by my two professors.<br /> And in the spirit of open source, my work is available on-line so you can enjoy (???) it yourself.</p> <h3>The Hack Project</h3> <p>Or formerly known as "The I Computer" (because of some fixation with the J from Java), was one of the most interesting projects I have worked on. Initially we have developed a platform that is essentially a computer simulator, where everything is open (think of those car show half transparent vehicles where you see the engine and underlying mechanics, only here we are talking bits and bytes). Then everything that goes on top of a computer - machine language, high level language, compiler, interpreter, operating system and a couple of demo applications.<br /> <img src="images/hackprj.jpg" alt= "The original website screen-grab from the IDC research lab website" width="486" height="224" style="border-spacing:2; margin-left:3px; float:right" /></p> <p>This has evolved into something more rigorous, as I was fortunate enough to have a small team of developers do the coding for the second round (once you get it working, scrape it and do it again - a privilege you have only in the academy), to lead into the development of version 2 of the project. The final product is being used now in a <a href= "http://www1.idc.ac.il/digitalcore/">mandatory course</a> taught at the IDC (and an elective at <a href="http://ocw.mit.edu/OcwWeb/Electrical-Engineering-and-Computer-Science/6-004Computation-StructuresFall2002/CourseHome/index.htm">MIT</a>. (Links are changing every academic year but a quick search at the university website should get you there).<br /> The paper is <a href="docs/hack.pdf">available here</a>.</p> <h3>DDOS Analysis</h3>In this paper we have analyzed the mechanics of Distributed Denial of Service (or more commonly knows as DDOS), and have came up with the basis for a theoretical solution to handling such attacks. This project, although smaller in scale and social implications (I did not want any more students chasing after me asking questions about the course from the previous projects), had some more real-life implications, as the paper was used by a small startup company whom the professor I was working with was involved in.<br /> The research paper is <a href="docs/DDoS.pdf">available here</a>.</div> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> var pageTracker = _gat._getTracker("UA-5547308-1"); pageTracker._initData(); pageTracker._trackPageview(); </script> </body> </html>