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
The NDN project team compiles and publishes this newsletter monthly to inform the community about recent activities, technical news, meetings, publications, presentations, code releases, and upcoming events. You can find these newsletters posted on the Named Data Networking Project blog.
After the mini-workshop we discussed collaboration with Prof. Dan Pei’s group on the NDNFit project.
The report for the 1st NDN Community Meeting (NDNcomm) is available online now. This report, “The First Named Data Networking Community Meeting (NDNcomm)“, is a brief summary of the first NDN Community Meeting held at UCLA in Los Angeles, California on September 4-5, 2014. The meeting provided a platform for the attendees from 39 institutions across seven countries to exchange their recent NDN research and development results, to debate existing and proposed functionality in security support, and to provide feedback into the NDN architecture design evolution.
The workshop was supported by the National Science Foundation CNS-1457074, CNS-1345286, and CNS-1345318. We thank the NDNcomm Program Committee members for their effort of putting together an excellent program. We thank all participants for their insights and feedback at the workshop.
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
The NDN project team compiles and publishes this newsletter monthly to inform the community about recent activities, technical news, meetings, publications, presentations, code releases, and upcoming events. You can find these newsletters posted on theNamed Data Networking Project blog.
To see the latest information, check thestatus page. To see the bandwidth usage, see theBandwidth Map.
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.