Project

General

Profile

Actions

Task #2491

closed

Design permanent faces

Added by Junxiao Shi about 9 years ago. Updated almost 9 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Faces
Target version:
Start date:
Due date:
% Done:

100%

Estimated time:
9.00 h

Description

Socket error in a point-to-point face is treated currently as a face failure and causes NFD to close the face, delete FIB nexthop records referencing the failing face, send face failure Notification, delete Routes referencing the failing face (by RIB Daemon in response to notification).

This behavior is undesirable for backbone links.

Today backbone links are mostly created by NLSR, the routing daemon chosen by NDN testbed.
It is an unfortunate implementation choice due to NFD's inability to make backbone links permanent.

Ideally, creating and maintaining tunnels that represent backbone links shouldn't be the responsibility of routing protocols.
It's also difficult to deploy a network with static routes and no routing protocol.

A permanent face is maintained by NFD, is not affected by failures, and is kept until destroyed by management.
During the period of temporary failure, forwarding should be able to notice the face as down and avoid using it.
Socket errors are handled internally; socket is recreated or reconnected as necessary; FaceId is unchanged.

This Task is to provide a design of permanent faces. The design should include:

  • necessity of permanent faces
  • guarantees provided by a permanent face
  • semantics of up/down state of a permanent face
  • how forwarding (pipelines and strategy) could make use of up/down state of a permanent face
  • impact on RIB daemon
  • impact on NLSR
  • impact on network operations

Files

permface_20150610.pptx (69 KB) permface_20150610.pptx Junxiao Shi, 06/10/2015 11:36 AM
permface_20150623.pptx (69.4 KB) permface_20150623.pptx Junxiao Shi, 06/23/2015 03:39 PM

Related issues 3 (0 open3 closed)

Related to NFD - Feature #2989: Minimal UDP permanent faceClosedYukai Tu

Actions
Related to NFD - Feature #3173: Developer Guide: Face=LinkService+Transport and GenericLinkServiceClosedJunxiao Shi

Actions
Blocks NLSR - Feature #2954: Discover Available FacesClosed06/07/2017

Actions
Actions

Also available in: Atom PDF