We recently published our annual report covering our activities from May 2014 through April 2015. We excerpt the executive summary here, for the entire report seehttp://named-data.net/wp-content/uploads/2015/06/ndn-ar2015.pdf:
The heart of the current Internet architecture is a simple, universal network layer (IP) which implements all the functionality necessary for global interconnectivity. This thin waist was the key enabler of the Internet’s explosive growth, but its design choice of naming communication endpoints is also the cause of many of today’s persistently unsolved problems. NDN retains the Internet’s hourglass architecture but evolves the thin waist to enable the creation of completely general distribution networks. The core element of this evolution is removing the restriction that packets can only name communication endpoints. As far as the network is concerned, the name in an NDN packet can name anything — an endpoint, a data chunk in a movie or a book, a command to turn on some lights, etc. This conceptually simple change allows NDN networks to use almost all of the Internet’s well-tested engineering properties to solve not only communication problems but also digital distribution and control problems.
Our first four years of NDN design and development efforts (which has a 4-month overlap with NDN-NP) tackled the challenge of turning this vision into an architectural framework capable of solving real problems. Our application-driven architecture development efforts force us to fill in architectural details, and most importantly, verify and shape the architectural direction. We translated our vision to a simple and elegant packet format design, a modular and extensible NDN forwarding daemon, and a set of libraries, including security support, to support application development. These achievements establish a platform that enabled us to tackle new application environments as we stated in the NDN-NP proposal: open mobile health applications, building automation and management systems, and multimedia applications. We achieved all our major milestones for the first year of the NDN-NP project. Highlights include:
Read More
TheNamed Data Networking (NDN) Project offers a potentialfuture Internet architecture designed as adistribution network.
Thelast post described how to deploy the NDN Forwarding Daemon (NFD) on a low-end box. This post describes how to get it connected.
The procedures and experiences in this post apply to any NDN node. If you aren’t using a low-end box, you may follow theofficial guide to install binary packages or compile from source. This post assumes you havendn-cxx,nfd, andndn-tlv-ping installed. You need access to two machines with NFD running; referred to as “local” and “remote”.
After installing NFD on your machine, you can connect to any other machine running NFD. Although NDN can run natively above Ethernet, there isn’t a global scale native NDN network yet because NDN is still in its early stage. Instead, NDN can run as anoverlay network on top of a traditional IP network. You can specify the IP address and port number of the remote NFD, so that NDN packets get encapsulated into UDP or TCP packets and sent to the remote NFD.
To establish a connection, enter the following command:
Read More
Named Data Networking (NDN) is a potentialfuture Internet architecture designed as adistribution network. To access the NDN network from a Linux or Apple OSX machine, one can install theNDN Platform, a collection of software packages including the protocol stack and critical applications. TheNDN Forwarding Daemon (NFD), a core component of the architecture, serves as a software router and runs both on the network routers as well as on end hosts to communicate with routers.
The NDN team provides periodic releases of the new platform, and binary packages are provided with each platform release. However, the development of NDN software, including NFD, happens much faster than platform releases, so users can download source code fromGitHub. If a user wants to run bleeding edge software, those packages must be built from source code.
As a geekylow end box user, I’m thinking:can I run the NDN platform on a Linux box with only a small amount of memory? The box I’m talking about is an OpenVZ container fromLowEndSpirit UK location, withonly 128MB memory and no swap space. To make the challenge more interesting, I want to avoidapt-get, and run the bleeding edge version built from source code.
Read More
We finally published our annual report covering our activities from Sept 2012 through August 2013. We excerpt the executive summary here, for the entire report seehttp://named-data.net/wp-content/uploads/2013/10/ndn-annualreport2012-2013.pdf:
Today’s Internet’shourglass architecture centers on auniversal network layer (i.e., IP) which implements the minimal functionality necessary for global interconnectivity. This thin waist enabled the Internet’s
explosive growth by allowing both lower and upper layer technologies to innovate independently. However, IP was designed to create acommunication network, where packets named only communication endpoints. Sustained growth in e-commerce, digital media, social networking, and smartphone applications has led to dominant use of the Internet as adistribution network. Distribution networks are fundamentally more general than communication networks, and solving distribution problems via a point-to-point communication protocol is complex and error-prone.
The NDN project proposes an evolution of the IP architecture that generalizes the role of this thin waist, such that packets can name objects other than communication endpoints. The name in an NDN packet can be anything — an endpoint, a data chunk in a movie or a book, a command to turn on some lights, etc. This conceptually simple change allows NDN networks to use almost all of the Internet’s well-tested engineering properties to solve not only end-to-end communication problems but also content distribution and control problems. Based on three decades of experience with the strengths and limitations of the current Internet architecture, the design also builds in fundamental security primitives (via signatures on all named data) and self-regulation of network traffic (via flow balance between Interest and Data packets). We recognize that any new architecture must be incrementally deployable over the current Internet, and we explicitly consider factors that will facilitate user choice and competition as the network evolves.
Read More
Subscribe to theNDN-Interest list to post questions and comments, or reviewall available mailing lists for more options.
February 25, 2019
Named data networking: Stateful forwarding plane for datagram delivery - Reinventing smart routing and dumb forwarding.
Network World
February 19, 2019
Cisco Advances Open-Source Hybrid Information-Centric Networking for 5G
Cisco Blogs
February 7, 2019
Named data networking: names the data instead of data locations - Will NDN kill the cloud, just like content delivery networks (CDN) kill latency?
Network World
October 8, 2015
IP was Middle School, Named Data Networking is College
Network World
August 4, 2015
Named Data Networking group preps for workshop, hackathon
Network World
May 1, 2015
The Internet of Names
Motherboard
October 10, 2014
Named Data Networking Would Eliminate IP Addresses
Network Computing
September 4, 2014
UCLA, Cisco & more join forces to replace TCP/IP
Network World
May 8, 2014
Reinventing the internet: How do we build a better network?
GigaOM
January 9, 2013
Your Gadgets are Slowly Breaking the Internet
MIT Technology Review
December 13, 2012
Content Is King: Can Researchers Design an Information-Centric Internet?
Scientific American
August 7 2012
CCN & The Next Internet
Slashdot
Seehere for a list of related efforts.