VNF components: Implementation of Virtual Network Functions like Proxy Engines, Firewall, IDS and IPS, on top of OpenNetVM, Docker engines using the available open source tools.

From NET Wiki
Jump to navigation Jump to search

Project Work

Undertand OpenNetVM plattorm and develop real world Network functions by leveraging the OpenNetVM Manager and the available open source implementations of the Network functions. You can choose any of the network functions that you find interesting to work on. Validate the implementation of network function by running simple tests on-top of OpenNetVM.

Also, refer to open source FD.IO project [1]. Several active NFV implementations and projects [2].

Background

openNetVM is a high performance NFV platform based on Intel DPDK [3] and Docker containers [4]. openNetVM is SDN-enabled, allowing the network controller to provide rules that dictate what network functions need to process each packet flow. openNetVM is an open source version of the NetVM platform described in [NSDI 2014 paper][nsdi04], released under the [BSD][license] license. To install openNetVM, please see the openNetVM Installation guide for a thorough walkthrough [docs/Install.md]. openNetVM can be used in a variety of ways. To get started with some examples, please see the Example Uses guide [docs/Examples.md] The NF Development guide [docs/NF_Dev.md] will provide what you need to start create your own NFs.

Links

ONVM: [5] DPDK: [6] Docker: [7] NetVM Paper: [8] FD.IO [9]