Nirav Uchat

Indian Institute of Technology, Bombay

  • Masters Project - FRACTEL [Project Web Link] [Personal Web Link]
  • FRACTEL is aimed at providing low cost long distance WiFi access in rural region. Goal is to replace unpredictable CSMA with more deterministic TDMA MAC protocol.
    Graduate Thesis Thesis Presentation
    Second Stage Report Second Stage Presentation
    First Stage Report First Stage Presentation

  • Intrusion Detection System
  • We have implemented Intrusion detection system in JAVA using Association rule mining technique. It was designed to find various anomaly in user usage pattern. I had also done detail study of open source IDS SNORT and deployed it it in campus hostel network.
    Report Presentation

  • Mobile Worms and Viruses
  • We [with Mitesh Khapra] had done detail study of Mobile worms and viruses. I dealt with various aspect of Bluetooth viruses. We had done simulation of mobile viruses on Nokia simulator and found specific reason of their propagation/working.
    Report

  • IIT Bombay Web Traffic Characterization [Web Link]
  • I had done detail study of IIT Bombay Web Traffic and processed proxy log to find various interesting results. Raw proxy log was > 4 GB per day and was processed on huge end blade server.
    Report Presentation

  • Termpaper - Distributed Algorithms for Wireless Sensor Network
  • Report

  • Seminar - Hidden Markov Model and Speech Recognition
  • Report Presentation

  • Seminar - Combinatorial optimization using Hopfield Net
  • Presentation

  • Bachelors Project - LAN Telephony
  • We developed Linux based LAN telephony system in which user can talk to each other using existing LAN network. It had offline voice mail facility and admin interface for user management. Core of the project was socket programming and was written in C.
    Report

  • Semester Project - Virtual File System
  • I implemented virtual file system on top of existing FAT file system. Virtual file system had various command such as create file, delete file, rename and mkdir. It was written in C.