Actions
Task #2108
closedDesign L3-L2 binding machinery
Status:
Abandoned
Priority:
Normal
Assignee:
-
Category:
Protocol
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Description
NFD EthernetFace multicasts all packets.
In a large scale L2 network with non-NDN-aware switches, multicasting would wake up all nodes, which is not energy efficient.
Therefore, we should design a L3-L2 binding machinery.
Dave Oran provided some ideas:
- use different multicast addresses for Interests and Data
- partition the multicast space using prefix hashes
- decide whether to unicast or multicast a Data packet, based on how many downstreams have requested it
- use routing to suppress redundant forwarding of interests received by multiple forwarders on the same LAN
Updated by Junxiao Shi about 8 years ago
- Status changed from New to Abandoned
Abandoned as requested by Beichuan.
Actions