Implementation of Clean NDN with Network Virtualization

Junwei Cao,Shuo Chen,Zhen Chen,Ge Ma,Ziwei Hu,Jing Zhou,Jing-hong Guo
2016-01-01
Abstract:Content dissemination is the main usage of current Internet. Named Data Networking (NDN) is a paradigm shift from the traditional host-to-host network to the named content based network by entirely new designed network architecture and protocol. The data retrieval and routing are just based on the name of the data, instead of the location of the data. CCNx, which is the most popular realization of NDN, is designed based on TCP or UDP. While current implementation of NDN is an overlay TCP/IP based network, the major contribution of this paper is to propose a clean implementation of NDN by using Ethernet frame directly to encapsulate named data and a scheme for large-scale deployment of clean NDN over Software Defined Networking (SDN) based virtualized network platform. This paper demonstrate pure named content architecture design, the concrete implementation using Ethernet frame, largescale deployment over SDN based virtualized network, and its brief evaluation compared with overlay based CCNx.
What problem does this paper attempt to address?