Academic Projects
Project: MIPS Simulator
| Univeristy of Florida |
This project provides instruction-by-instruction simulation of the MIPS assembly code. This application performs two tasks. First it takes assembly code from a Binary format File and disassembles it into MIPS instruction set. Then the simulator reads the MIPS instructions and executes them by using a pipeline. It maintains Fetch, Decode, ALU and MEM units and Buffers .It uses Soreboarding and Tomasulo’s Algorithm .It also maintains the contents of registers, data memories, and L1 & L2 cache and displays each execution cycle state. |
Project: BIBLIOGRAPHIC INFORMATION SYSTEM
| Univeristy of Florida |
This project provides a web interface for the online access of the repository of journals, books, conferences and other publication types. Enables Users to search, upload, and view the publications present in the system. It generates BIBTAG for each publication which can be exported and used for searching or ordering the publication. It has the facility to reorder the publications to a category and provides extensive Search features. Provides administrative, User and Guest roles. The data is persisted in the Oracle Database. |
Project: Database Implementation
| University of Florida |
This project aims at developing a commercial database using Heap File Implementation, Sorted File Implementation B+-Tree Implementation, Query Evaluation Algorithms, Implementation of Query Optimizer/Compiler and Completed DBMS. Environment : C++, UNIX |
Project:NETWORK SECURITY ALGORITHMS IMPLEMENTATION
| University of Florida |
Implementation of SSL like routines with encrypting and integrity protection algorithms like DES/PCBC, 3DES/PCBC, 3DES/CBC, RC4 and RSA. |