blob: b9491c61357d513efd8ea58db2abc66af3749d9e [file] [log] [blame]
Alexander Afanasyeveee8c252013-11-21 23:22:41 +00001Introduction
Davide Pesaventoec288fe2022-11-26 18:28:01 -05002============
Alexander Afanasyeveee8c252013-11-21 23:22:41 +00003
Alexander Afanasyev9998e282015-11-13 00:23:16 +02004This version of specification aims to describe the NDN packet format only, a much narrower scope than a full NDN protocol specification.
spirosmastorakis988e7412016-10-27 14:01:59 -07005Full protocol specification will be published as a separate document. For more information about the overall protocol refer to `"Named Data Networking" by Lixia Zhang, Alexander Afanasyev, Jeffrey Burke, Van Jacobson, kc claffy, Patrick Crowley, Christos Papadopoulos, Lan Wang, and Beichuan Zhang, ACM SIGCOMM Computer Communication Review (CCR), July 2014 <https://named-data.net/publications/named_data_networking_ccr/>`__ and other publications on `Named Data Networking website <https://named-data.net>`__.
Alexander Afanasyeveee8c252013-11-21 23:22:41 +00006
Alexander Afanasyev9998e282015-11-13 00:23:16 +02007In addition to the packet format and full protocol specification, we have published a set of technical memos and papers that explain the reasoning behind the design choices:
Alexander Afanasyeveee8c252013-11-21 23:22:41 +00008
Alexander Afanasyev9998e282015-11-13 00:23:16 +02009- `NDN Protocol Design Principles <https://named-data.net/project/ndn-design-principles/>`__
Alexander Afanasyeveee8c252013-11-21 23:22:41 +000010
Davide Pesavento4d177602020-06-21 22:30:55 -040011- `"Packet Fragmentation in NDN: Why NDN Uses Hop-By-Hop Fragmentation (NDN Memo)" by A. Afanasyev, J. Shi, L. Wang, B. Zhang, and L. Zhang., NDN Memo, Technical Report NDN-0032 <https://named-data.net/publications/techreports/ndn-0032-1-ndn-memo-fragmentation/>`__
Alexander Afanasyeveee8c252013-11-21 23:22:41 +000012
Davide Pesavento4d177602020-06-21 22:30:55 -040013- `"SNAMP: Secure Namespace Mapping to Scale NDN Forwarding" by Alexander Afanasyev, Cheng Yi, Lan Wang, Beichuan Zhang, and Lixia Zhang, 18th IEEE Global Internet Symposium, April 2015 <https://named-data.net/publications/snamp-ndn-scalability/>`__
Alexander Afanasyeveee8c252013-11-21 23:22:41 +000014
Davide Pesaventoec288fe2022-11-26 18:28:01 -050015- `"NDN Technical Memo: Naming Conventions" by NDN Project Team. NDN, Technical Report NDN-0022 <https://named-data.net/publications/techreports/ndn-tr-22-3-ndn-memo-naming-conventions/>`__