Archives for CAIDA

NDN Project Monthly Newsletter for February 2015

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 in the Named Data Network’s Monthly Newsletters.

Community Outreach

We posted two new NDN FAQ videos:

  1. Lan Wang, Associate Professor of Computer Science at University of Memphis answers the question, “What routing strategies are being explored for NDN?
  2. David Clark, Senior Research Scientist at MIT Computer Science and Artificial Intelligence Lab addresses the question, “Why should future internet architecture research be application driven?

See all the NDN FAQ videos at: https://vimeo.com/channels/ndnvfaq

Technical News

  • We announced the release of version 0.3.0 of Named Data Networking Forwarding Daemon (NFD) and ndn-cxx library.

    Read More

Report from the 1st NDN Community Meeting (NDNcomm)

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.

Get NFD Connected

The Named Data Networking (NDN) Project offers a potential future Internet architecture designed as a distribution network.

The last 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 the official guide to install binary packages or compile from source. This post assumes you have ndn-cxx, nfd, and ndn-tlv-ping installed. You need access to two machines with NFD running; referred to as “local” and “remote”.

Connect to Another Machine

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 an overlay 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

NDN Project Monthly Newsletter for December 2014

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.

  1. The NDN Community Workshop report for NDNcomm 2014 will be available in January.
  2. This month we welcome Intel Corporation to the NDN NP Consortium. Eve Schooler whom we have enjoyed at several of our NDN meetings will act as point of contact for Intel.
  3. We plan to hold the next NDN Project Technical Retreat on 5-6 February 2015 at the University of California, San Diego. This retreat will host deep dive technical discussions with a focus on security solution development for specific environments: http://www.caida.org/workshops/ndn/1502/ (Ask Lixia if you wonder whether you should attend. The next NDNcomm meeting will be of more general interest and be held September 2015.)

Technical News

  1. The NDN Testbed has grown to 22 Nodes and 50 links. We have nodes in China, Japan, South Korea, France, Switzerland, Spain and the US. The most recent addition was Anyang University in South Korea.

    To see the latest information, check the status page. To see the bandwidth usage, see the Bandwidth Map.

  2. Read More

NDN Project Monthly Newsletter for November 2014

The Named Data Networking (NDN) project team compiles and publishes this newletter monthly to inform the community about recent project activities, meetings, publications, code releases, and upcoming events. You can find these newsletters on the Named Data Networking Project website at http://named-data.net/category/newsletter/

1. Our recent annual report covers Named Data Net activities in 2013-14. The report summarizes highlights from our research spanning applications, routing, scalable forwarding, security and fundamental theory. It includes updates on forwarding daemon development and testbed deployment, and covers outreach activities such as education initiatives, our first NDN Community Workshop, the first ACM ICN conference, the NDN Consortium, and more. Please see http://named-data.net/project/annual-progress-summaries/2013-2014/ for the report in its entirety.

Read More