Skip to content

Network protocol built on top of UDP for forwarding flows of packets using dynamic routing

Notifications You must be signed in to change notification settings

Iliaromanov/Flow-Forwarding-Network-Protocol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flow-Forwarding-Network-Protocol

A protocol I built on top of UDP for forwarding flows of packets using concepts from Distance Vector Routing to determine routes between senders and destinations. One of the key goals of this protocol was to enable network nodes to send/receive packets between each other without knowing the exact IP addresses of any other node in the network, instead, each node would build local forwarding tables to make routing decisions and forward packet flows toward requested destination nodes based on them.

For a detailed report on the project, my design, and solution, view DesignReport.pdf

Running a demo topology

I used docker compose to configure and run a network of nodes (each node as an isolated docker container running my protocol code) consisting of two types of actors: Sender nodes and Route nodes. The systems allows senders to communicate between each other by broadcasting messages to the networks of routers in between them.

About

Network protocol built on top of UDP for forwarding flows of packets using dynamic routing

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published