Code Monkey home page Code Monkey logo

Manoj Gautam's Projects

coursera icon coursera

This is the repository, which include the resource of all subjects which I have taken in coursera.com, it includes homework, quizes and projects

cs6250 icon cs6250

Course code for CS6250 (Computer Networking) at Georgia Tech

euler icon euler

Project Euler solutions in Python, Haskell, Ruby, Clojure, Go, and Scheme.

flasky icon flasky

Companion code to my O'Reilly book "Flask Web Development".

gitignore icon gitignore

A collection of useful .gitignore templates

minnet icon minnet

Mininet Automatic Installation Script

nagios icon nagios

Scripts which setup Nagios 4 automatically in Centos 7

sdn icon sdn

Software defined networking beginners guide, Princeton University

sdn-simulation icon sdn-simulation

SDN vs Traditional Networks Traditional networks were designed to forward packets from source to destination using the shortest route possible. Routers and switches were mostly agnostic to the applications being served by the network. Software-defined network (SDN) architecture allows service providers to build networks with increased application awareness, which can be built into the network by developing SDN controller applications that keep track of application-level characteristics and use that intelligence to provision flow into the network switches.Application awareness is the result of gained intelligence about Layer 4 to Layer 7 protocol attributes and delivery requirements. Software-defined network (SDN) architecture allows service providers to build networks with increased application awareness, which can be built into the network by developing SDN controller applications that keep track of application-level characteristics and use that intelligence to provision flow into the network switches. Methodology When the client transmits an IP packet, the switch inspects the packet and depending on the policy/rule installed in it, forwards the packet on a particular route. If the switch doesnโ€™t have any policy/rule installed, it sends the packet to the controller. The controller inspects the packet header and/or the payload, determines the type of packet (TCP, UDP, HTTP, etc.), and installs a policy/rule on the switch instructing it to forward packets along a particular route. Our Implementation We have created different paths for TCP, UDP and ICMP traffic. We have further classified TCP traffic in to HTTP and FTP traffic. For each different type of traffic, we have assigned a dedicated path.Our implementation could easily be extended to be adaptive, so that the features of an application-aware network mentioned above could be realized.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.