Giter Site home page Giter Site logo

bnurbekov / software_defined_network Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lgmclaughlin/softwaredefinednetwork

2.0 3.0 0.0 144 KB

This project was completed on December 12, 2014. It's a fully functioning SDN in which a Controller machine can choose routes that hosts will use to send messages over the network. This can be dynamically during traffic exchange and is extremely applicable in Data Centers for load balancing. To learn more, view the readme.

C++ 99.39% Makefile 0.61%
sdn networking ipv6 c-plus-plus

software_defined_network's Introduction

Synopsis

This project implements a Software Defined Network. An SDN effectively allows a Controller to sit on a network and give Hosts commands to modify routes, firewall rules, NAT settings, network discovery caches, etc. while the network is still operating. The ability to change the network on the fly is extremely practical, and is commonly used in LANs, WANs, and Data Centers. For more details on the project implementation, view the DESIGN.md file.

Motivation

The SDN project was assigned as a seven week project during a Advanced Networks course at my college.

Creation

The project was completed on December 12, 2014 by myself and my project partner, Batyrlan Nurbekov. We chose to use object-oriented design techniques with C++ in order to keep things organized.

We tested the system on a network of 6 VMs all running Ubuntu Linux. These VMs included a DNS Server (using BIND 9), a Controller, and four Hosts.

Installation

As this was a school project, it was not meant to be distributed and used. Nonetheless, it's certainly possible to recreate the environment we used. As long as the Hosts can reach the Controller and vice versa, building the project is just a matter of running make on each machine and spinning up the program.

software_defined_network's People

Contributors

lgmclaughlin avatar

Stargazers

 avatar  avatar

Watchers

James Cloos avatar Batyrlan Nurbekov avatar  avatar

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.