Back to Home

  •  Work Experience
  •  Projects

  • Work Experience

    Verizon

    I got an opportunity to work with Verizon Services Operations VSO within the supply and chain department. It was a wonderful experience to work with some of the most experienced people of the industry.

    Siemens

    I worked on a project titled "Sorting of Products using PLC and Barcode". The project in consideration used a barcode reader connected to a Programmable Logic Controller used for sorting of products in an industry. The project thus revolves around the entire sorting process with the help of a PLC. We used Siemens PLS S7 - 200 CPU 226 for the project.

    To view a presentation on the project, click on this link

    Geecy Engineering

    Worked on Fabrication of Heat Exchangers for IPCL using fractional distillation process and procurement of critical components as per detail drawing.

    Projects

    Parallel Quicksort

    To view a complete report on this project, click on this link

    Stock Prediction

    To view a complete report on this project, click on this link

    Multicast Network

    The project involved simulating a multicast network using C++ multithreading in Linux environment. The multicast system involved different modules as follows:-

  • Discovery and Hello – The script file specifies the topology to be used for the multicast system. Each router that is initiated reads from the script file and hence knows of the number of interfaces it has and also it knows if a router or host is connected on each of its interface.
  • RIP protocol – It uses RIP with split horizon with poisson technique to enable the RIP protocol to converge quickly. Everytime a router receives a RIP packet from its neighbors it updates its routing table and if this causes a change in the routing table then a routeupdate flag is made true.
  • Multicasting – To implement enhanced forward and fork multicast, routing tables of neighbors are stored. Each node can send data, destined for a maximum of 3 destinations.
  • ACK is used for RIP and data packets. Sequence number is used to implement Stop n Wait ARQ.
  • Back to Home