Project

General

Profile

NameComponentType » History » Version 7

Alex Afanasyev, 07/30/2018 02:43 PM

1 1 Alex Afanasyev
# Name Component Type Assignment
2
3
This document provides reference to the assigned Name Component types as well as reserves the range of types for experimentation purposes.
4 2 Alex Afanasyev
5
## Assigned types
6
7
Type | Assigned value (dec) | Description of the content | Reference
8
------------|----------------------|----------------------------|-----------
9 5 Alex Afanasyev
Invalid | 0  | Invalid name component type  | [NDN Packet spec](http://named-data.net/doc/ndn-tlv/)
10 2 Alex Afanasyev
ImplicitSha256DigestComponent        |  1   | Implicit SHA256 component  | [NDN Packet spec](http://named-data.net/doc/ndn-tlv/)
11 7 Alex Afanasyev
InterestParametersSha256DigestComponent        |  1   | InterestParameters SHA256 digest component  | [NDN Packet spec](http://named-data.net/doc/ndn-tlv/)
12 2 Alex Afanasyev
GenericNameComponent        |  8   | Generic name component  | [NDN Packet spec](http://named-data.net/doc/ndn-tlv/)
13
14
## Reserved ranges
15
16
Types (dec) | Description of the content
17
-------------|-------------------------
18
2-7, 8-200  | Unassigned (1-byte encoding)
19
201-252  | For experimental use (1-byte encoding)
20
253-3200 | Unassigned (3-byte encoding)
21 6 Alex Afanasyev
3201-65535 | For experimental use (3-byte encoding)
22
**65536+** | **Invalid values (5+-byte encoding)**