Skip to content

Commit a228c38

Browse files
author
Varun Patil
committed
Update page titles
1 parent d03e1f5 commit a228c38

File tree

4 files changed

+20
-6
lines changed

4 files changed

+20
-6
lines changed

docs/connectivity/forwarding.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# Forwarding Plane
1+
---
2+
title: Forwarding Plane
3+
---
4+
5+
# NDN Forwarding Plane
26

37
NDN uses a stateful forwarding plane[@cc2013stateful] that maintains several tables at forwarders. This is in contrast to the stateless forwarding plane of IP, which does not maintain any per-packet state. The stateful forwarding plane of NDN enables Data multicast and caching, along with other features such as privacy, loop detection, network-layer congestion control[@icn2019congestion] and DoS protection[@icccn2013ddos].
48

docs/connectivity/testbed.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
# Research Testbed
1+
---
2+
title: Research Testbed
3+
---
4+
5+
# NDN Research Testbed
26

37
!!! warning "This page is under construction."
48

5-
The [NDN research testbed](https://named-data.net/ndn-testbed/) is a shared resource created for research purposes, that include software routers at several participating institutions, application host nodes, and other devices. The testbed is used for research and development of NDN software, and for experiments that require a shared NDN infrastructure. It is not intended for production use.
9+
The [Global NDN research testbed](https://named-data.net/ndn-testbed/) is a shared resource created for research purposes, that include software routers at several participating institutions, application host nodes, and other devices. The testbed is used for research and development of NDN software, and for experiments that require a shared NDN infrastructure. It is not intended for production use.
610

711
!!! tip "Connecting NFD to the Testbed"
812
To connect your local NFD to the testbed, use the `ndn-autoconfig` tool. This tool uses the Find-Closest-Hub (FCH) service to find the closest testbed node, and creates a face from your local NFD to that node. It also configures the local NFD to use the testbed as a default route for Interests that do not match any local routes.

docs/getting-started.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# Getting Started
1+
---
2+
title: Getting Started
3+
---
4+
5+
# Getting Started with NDN
26

37
This page will guide you through the process of installing the basic tools needed to start using and developing NDN applications.
48

docs/index.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# Introduction
1+
---
2+
title: Introduction
3+
---
24

3-
!!! warning "This website is under construction."
5+
# Introduction to Named Data Networking
46

57
Named Data Networking (NDN)[@sigcomm2014ndn] is a future Internet architecture inspired by years of research into network usage and a growing awareness of unsolved problems in the contemporary protocols. Many of these problems arise due to the fundamental mismatch between the data-centric usage of the Internet and the host-centric nature of IP. NDN is designed as a data-centric replacement of the TCP/IP architecture, thus overcoming this mismatch by replacing the network layer itself. The NDN project is now a collaborative effort of a large community of researchers at more than a dozen institutions.
68

0 commit comments

Comments
 (0)