Project

General

Profile

NameComponentType » History » Revision 12

Revision 11 (Davide Pesavento, 08/21/2018 03:28 PM) → Revision 12/29 (Davide Pesavento, 08/22/2018 04:03 PM)

# Name Component Type Assignment 

 This document provides reference to the assigned Name Component types as well as reserves ranges of types for experimentation purposes. 

 ## Assigned types 

 Type                                      | TLV-TYPE (dec) | TLV-TYPE (hex) |Description of the content                          | Reference 
 ----------------------------------------|----------------|----------------|--------------------------------------|---------- ----------------------------------------|----------------|----------------|-------------------------------------|---------- 
 Invalid                                   |       0            |     0x00           |Invalid name component type                        | [NDN Packet spec](https://named-data.net/doc/NDN-packet-spec/current/) 
 ImplicitSha256DigestComponent             |       1            |     0x01           |Implicit SHA-256 SHA256 digest component       | [NDN Packet spec](https://named-data.net/doc/NDN-packet-spec/current/) 
 ParametersSha256DigestComponent           |       2            |     0x02           |SHA-256 |SHA256 digest of Interest Parameters | [NDN Packet spec](https://named-data.net/doc/NDN-packet-spec/current/) 
 GenericNameComponent                      |       8            |     0x08           |Generic name component                                  | [NDN Packet spec](https://named-data.net/doc/NDN-packet-spec/current/) 
 KeywordNameComponent                      |      32            |     0x20           |Well-known |well-known keyword                                          | 
 SegmentNameComponent                      |      33            |     0x21           |Segment |segment number                                                  | 
 ByteOffsetNameComponent                   |      34            |     0x22           |Byte |byte offset                                                        | 
 VersionNameComponent                      |      35            |     0x23           |Version |version number                                                  | 
 TimestampNameComponent                    TimestampNameCompont                      |      36            |     0x24           |Unix |UnixTime timestamp in microseconds                    | 
 SequenceNumNameComponent                  SequenceNumNameCompont                    |      37            |     0x25           |Sequence |sequence number                                                | 

 ## Reserved ranges 

 Type (dec)    | Description 
 ------------|--------------------------------------- 
 3-7, 9-31     | Reserved 
 38-200        | Unassigned (1-byte encoding) 
 201-252       | For experimental use (1-byte encoding) 
 253-3200      | Unassigned (3-byte encoding) 
 3201-65535    | For experimental use (3-byte encoding) 
 65536+        | Invalid values (5+-byte encoding)