Hacker News new | ask | show | jobs
by tgflynn 4301 days ago
That's not what NDN is about.

NDN assigns names (or addresses) to data contents, not physical machines/interfaces like IP does. So it's conceptually quite different from the way IP routing works.

The issue you mention is already solved by DNS.

This looks like a solution in search of a problem.

NDN attempts to make content distribution more efficient through caching. Whether solving that problem justifies rewriting the entire network stack is highly questionable.

1 comments

While content distribution is a significant motivation, a fair amount of the current research is looking at benefits beyond caching: i.e., what do you get with web-style semantics at the lower layers, per-packet crypto, name--rather than host-based addressing, etc.