Network Working GroupInternet Engineering Task Force (IETF) M. BlanchetInternet-DraftRequest for Comments: 7484 ViagenieIntended status:Category: Standards TrackDecember 18, 2014 Expires: June 21,March 2015 ISSN: 2070-1721 Finding the Authoritative Registration Data (RDAP) Servicedraft-ietf-weirds-bootstrap-11.txtAbstract This document specifies a method to find which Registration Data Access Protocol (RDAP) server is authoritative to answer queries for a requested scope, such as domain names, IPaddressesaddresses, or Autonomous System numbers. Status of This Memo ThisInternet-Draftissubmitted in full conformance with the provisions of BCP 78 and BCP 79. Internet-Drafts are working documentsan Internet Standards Track document. This document is a product of the Internet Engineering Task Force (IETF).Note that other groups may also distribute working documents as Internet-Drafts. The listIt represents the consensus ofcurrent Internet- Drafts is at http://datatracker.ietf.org/drafts/current/. Internet-Drafts are draft documents validthe IETF community. It has received public review and has been approved fora maximumpublication by the Internet Engineering Steering Group (IESG). Further information on Internet Standards is available in Section 2 of RFC 5741. Information about the current status ofsix monthsthis document, any errata, and how to provide feedback on it may beupdated, replaced, or obsoleted by other documentsobtained atany time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress." This Internet-Draft will expire on June 21, 2015.http://www.rfc-editor.org/info/rfc7484. Copyright Notice Copyright (c)20142015 IETF Trust and the persons identified as the document authors. All rights reserved. This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (http://trustee.ietf.org/license-info) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights and restrictions with respect to this document. Code Components extracted from this document must include Simplified BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Simplified BSD License. Table of Contents 1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 2 2. Conventions UsedInin This Document . . . . . . . . . . . . . . 3 3. Structure of the RDAP Bootstrap Service Registries . . . . . 3 4. Domain Name RDAP Bootstrap Service Registry . . . . . . . . . 5 5. Internet Numbers RDAP Bootstrap Service Registries . . . . . 6 5.1. IPv4 Address Space RDAP Bootstrap Service Registry . . . 6 5.2. IPv6 Address Space RDAP Bootstrap Service Registry . . . 7 5.3. Autonomous Systems RDAP Bootstrap Service Registry . . . 8 6. Entity . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 7. Non-existent Entries or RDAP URL Values . . . . . . . . . . . 10 8. Deployment and Implementation Considerations . . . . . . . . 10 9. Limitations . . . . . . . . . . . . . . . . . . . . . . . . . 11 10. Formal Definition . . . . . . . . . . . . . . . . . . . . . . 11 10.1. Imported JSON Terms . . . . . . . . . . . . . . . . . . 11 10.2. Registry Syntax . . . . . . . . . . . . . . . . . . . . 12 11. Security Considerations . . . . . . . . . . . . . . . . . . . 12 12. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 13 12.1. IPv4 Address Space RDAP Bootstrap Service Registry . . . 14 12.2. IPv6 Address Space RDAP Bootstrap Service Registry . . . 14 12.3. Autonomous System Number Space RDAP Bootstrap Service Registry . . . . . . . . . . . . . . . . . . . . . . . . 15 12.4. Domain Name Space RDAP Bootstrap Service Registry . . . 15 13.AcknowledgementsReferences . . . . . . . . . . . . . . . . . . . . . . . . . 1514.13.1. Normative References . . . . . . . . . . . . . . . . . . 15 13.2. Informative References . . . . . . .15 14.1. Normative References. . . . . . . . . . 16 Acknowledgements . . . . . . . .15 14.2. Non-Normative References. . . . . . . . . . . . . . . .1618 Author's Address . . . . . . . . . . . . . . . . . . . . . . . .1718 1. Introduction Querying and retrieving registration data from registries are defined intheRegistration Data Access Protocol (RDAP)[I-D.ietf-weirds-rdap -query][I-D.ietf-weirds-using-http][I-D.ietf-weirds-json-response].[RFC7480] [RFC7482] [RFC7483]. These documents do not specify where to send the queries. This document specifies a method to find which server is authoritative to answer queries for the requested scope.Top-level domains(TLD),Top-Level Domains (TLDs), Autonomous Systemnumbers (AS),(AS) numbers, and network blocks are delegated by IANA to Internet registries such as TLD registries and Regional Internet Registries(RIR)(RIRs) that then issue further delegations and maintain information about them. Thus, the bootstrap information needed by RDAP clients is best generated from data and processes already maintained byIANA, whichIANA; the relevant registries already exist at [ipv4reg], [ipv6reg], [asreg], and [domainreg].This document requestsPer this document, IANAto createhas created new registries based on a JSON format specified in this document, herein named RDAP Bootstrap Service Registries. These new registries are based on the existing entries of the above mentioned registries. An RDAP client fetches the RDAP Bootstrap Service Registries, extracts thedatadata, and then performs a match with the query data to find the authoritative registration data server and appropriate query base URL. 2. Conventions UsedInin This Document The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in [RFC2119]. 3. Structure of the RDAP Bootstrap Service Registries The RDAP Bootstrap Service Registries, as specified in Section 12 below,will behave been made available as JSON [RFC7159] objects,towhich can be retrieved via HTTP froma locationlocations specified by IANA. The JSON object for each registry contains a series of members containing metadata about the registry such as a version identifier, a timestamp of the publication date of theregistryregistry, and a description. Additionally, a "services" member contains the registry items themselves, as an array. Each item of the array contains a second- level array, with two elements, each of them being a third-level array. Each element of the ServicesarrayArray is a second-level array with two elements: in order, an Entry Array and a Service URL Array. The Entry Array contains all entries that have the same set of base RDAP URLs. The Service URL Array contains the list of base RDAP URLs usable for the entries found in the Entry Array. Elements within these two arrays are not sorted in any way. An example structure of the JSON output of a RDAP Bootstrap Service Registry is illustrated: { "version": "1.0", "publication": "YYYY-MM-DDTHH:MM:SSZ", "description": "Some text", "services": [ [ ["entry1", "entry2", "entry3"], [ "https://registry.example.com/myrdap/", "http://registry.example.com/myrdap/" ] ], [ ["entry4"], [ "http://example.org/" ] ] ] } The formal syntax is described in Section 10. The "version" corresponds to the format version of the registry. This specification defines version "1.0". The syntax of the "publication" value conforms to the Internetdate/timedate/ time format [RFC3339]. The value is the latest update date of the registry by IANA. The optional "description" string can contain a comment regarding the content of the bootstrap object. Per [RFC7258], in each array of base RDAP URLs, the secure versions of the transport protocol SHOULD be preferred and tried first. For example, if the base RDAP URLs arraycontaincontains bothhttpsHTTPS andhttpHTTP URLs, the bootstrap client SHOULD try thehttpsHTTPS version first. Base RDAP URLs MUST have a trailing "/" character because they are concatenated to the various segments defined in[I-D.ietf-weirds-rdap-query].[RFC7482]. JSON names MUST follow the format recommendations of[I-D.ietf-weirds-using-http].[RFC7480]. Any unrecognized JSON object properties or values MUST be ignored by implementations. Internationalized DomainNamesName labels used as entries or base RDAP URLs in the registries defined in this document MUST be only represented using theirA-LabelA-label form as defined in [RFC5890]. All DomainNamesName labels used as entries or base RDAP URLs in the registries defined in this document MUST be only represented in lowercase. 4. Domain Name RDAP Bootstrap Service Registry The JSON output of this registry contains domainlabelslabel entries attached to the root, grouped by base RDAP URLs, as shown in this example. { "version": "1.0", "publication": "YYYY-MM-DDTHH:MM:SSZ", "description": "Some text", "services": [ [ ["net", "com"], [ "https://registry.example.com/myrdap/" ] ], [ ["org", "mytld"], [ "http://example.org/" ] ], [ ["xn--zckzah"], [ "https://example.net/rdapxn--zckzah/", "http://example.net/rdapxn--zckzah/" ] ] ] } The domainnamesname's authoritative registration data service is found by doing the label-wise longest match of the target domain name with the domain values in the Entry Arrays in the IANADomain Name RDAPBootstrap ServiceRegistry.Registry for Domain Name Space. The match is done per label, from right to left. If the longest match results in multiple entries, then those entries are considered equivalent. The values contained in the Service URL Array of the matching second-level array are the valid base RDAP URLs as described in[I-D.ietf-weirds-rdap-query].[RFC7482]. For example, a domain RDAP query for a.b.example.com matches the com entry in one of the arrays of the registry. The base RDAP URL for this query is then taken from the second element of the array, which is an array of base RDAP URLs valid for this entry. The client chooses one of the base URLs from this array; in thisexampleexample, it chooses the only one available, "https://registry.example.com/ myrdap/". The segment specified in[I-D.ietf-weirds-rdap-query][RFC7482] is then appended to the base URL to complete the query. The complete query is then"https://registry.example.com/myrdap/domain/ a.b.example.com"."https://registry.example.com/myrdap/domain/a.b.example.com". If a domain RDAP query for a.b.example.com matches both com and example.com entries in the registry, then the longest match applies and the example.com entry is used by the client. If the registry contains entries such as com and goodexample.com, then a domain RDAP query for example.com onlymatchmatches the comentry,entry because matching is done on aper labelper-label basis. The entry for the root of the domain name space is specified as "". 5. Internet Numbers RDAP Bootstrap Service Registries This section discusses IPv4 and IPv6 address space andautonomous systemAutonomous System numbers. For IP address space, the authoritative registration data service is found by doing a longest match of the target address with the values of the arrays in the corresponding Address Space RDAP Bootstrap Service registry. The longest match is done the same way as for routing: the addresses are converted in binary form and then the binary strings are compared to find the longest match up to the specified prefix length. The values contained in the second element of the array are the base RDAP URLs as described in[I-D.ietf-weirds-rdap-query].[RFC7482]. The longest match method enables covering prefixes of a larger address space pointing to one base RDAP URL while more specific prefixes within the covering prefix are being served by another base RDAP URL. 5.1. IPv4 Address Space RDAP Bootstrap Service Registry The JSON output of this registry contains IPv4 prefix entries, specified inCIDRClassless Inter-domain Routing (CIDR) format [RFC4632] and grouped by RDAP URLs, as shown in this example. { "version": "1.0", "publication": "2024-01-07T10:11:12Z", "description": "RDAP Bootstrap file for example registries.", "services": [ [ ["1.0.0.0/8", "192.0.0.0/8"], [ "https://rir1.example.com/myrdap/" ] ], [ ["28.2.0.0/16", "192.0.2.0/24"], [ "http://example.org/" ] ], [ ["28.3.0.0/16"], [ "https://example.net/rdaprir2/", "http://example.net/rdaprir2/" ] ] ] } For example, a query for "192.0.2.1/25" matches the "192.0.0.0/8" entry and the "192.0.2.0/24" entry in the example registry above. The latter is chosen by the client given the longest match. The base RDAP URL for this query is then taken from the second element of the array, which is an array of base RDAP URLs valid for this entry. The client chooses one of the base URLs from this array; in thisexampleexample, it chooses the only one available, "http://example.org/". The {resource} specified in[I-D.ietf-weirds-rdap-query][RFC7482] is then appended to the base URL to complete the query. The complete query is then"https://example.org/ip/192.0.2.1/25"."https://example.org/ ip/192.0.2.1/25". 5.2. IPv6 Address Space RDAP Bootstrap Service Registry The JSON output of this registry contains IPv6 prefix entries, using [RFC4291] text representation of the address prefixes format, grouped by base RDAP URLs, as shown in this example. { "version": "1.0", "publication": "2024-01-07T10:11:12Z", "description": "RDAP Bootstrap file for example registries.", "services": [ [ ["2001:0200::/23", "2001:db8::/32"], [ "https://rir2.example.com/myrdap/" ] ], [ ["2600::/16", "2100:ffff::/32"], [ "http://example.org/" ] ], [ ["2001:0200:1000::/36"], [ "https://example.net/rdaprir2/", "http://example.net/rdaprir2/" ] ] ] } For example, a query for "2001:0200:1000::/48" matches the "2001:0200::/23" entry and the "2001:0200:1000::/36" entry in the example registry above. The latter is chosen by the client given the longest match. The base RDAP URL for this query is then taken from the second element of the array, which is an array of base RDAP URLs valid for this entry. The client chooses one of the base URLs from this array; in thisexampleexample, it chooses "https://example.net/ rdaprir2/" because it's the secure version of the protocol. The segment specified in[I-D.ietf-weirds-rdap-query][RFC7482] is then appended to the base URL to complete the query. The complete queryis thereforeis, therefore, "https://example.net/rdaprir2/ip/2001:0200:1000::/48". If the target RDAP server does not answer, the client can then use another URL prefix from the array. 5.3. Autonomous Systems RDAP Bootstrap Service Registry The JSON output of this contains Autonomous SystemsNumber Rangesnumber ranges entries, grouped by base RDAP URLs, as shown in this example. The Entry Array is an array containing the list of AS number ranges served by the base RDAP URLs found in the second element. The array always contains two AS numbers represented in decimal formatwhichthat represents the range of ASNumbersnumbers between the two elements of the array. A single AS number is represented as a range of two identical AS numbers. { "version": "1.0", "publication": "2024-01-07T10:11:12Z", "description": "RDAP Bootstrap file for example registries.", "services": [ [ ["2045-2045"], [ "https://rir3.example.com/myrdap/" ] ], [ ["10000-12000", "300000-400000"], [ "http://example.org/" ] ], [ ["64512-65534"], [ "http://example.net/rdaprir2/", "https://example.net/rdaprir2/" ] ] ] } For example, a query for AS 65411 matches the 64512-65534 entry in the example registry above. The base RDAP URL for this query is then taken from the second element of the array, which is an array of base RDAP URLs valid for this entry. The client chooses one of the base URLs from this array; in thisexampleexample, it chooses "https://example.net/rdaprir2/". The segment specified in[I-D.ietf-weirds-rdap-query][RFC7482] is then appended to the base URL to complete the query. The complete queryis thereforeis, therefore, "https://example.net/rdaprir2/autnum/65411". If the server does not answer, the client can then use another URL prefix from the array. 6. Entity Entities (such as contacts,registrantsregistrants, or registrars) can be queried by handle as described in[I-D.ietf-weirds-rdap-query].[RFC7482]. Since there is no global namespace for entities, this document does not describe how to find the authoritative RDAP server for entities.ItHowever, it is possiblehoweverthat, if the entity identifier was received from a previous query, the same RDAP server could be queried for thatentityentity, or the entity identifier itself is a fully referenced URL that can be queried. 7. Non-existent Entries or RDAP URL Values The registries may not contain the requested value. In these cases, there is no known RDAP server for that requestedvaluevalue, and the client SHOULD provide an appropriate error message to the user. 8. Deployment and Implementation Considerations This method relies on the fact that RDAP clients are fetching the IANA registries to then find the servers locally. Clients SHOULD NOT fetch the registry on every RDAP request. Clients SHOULD cache the registry, but use underlying protocolsignalling,signaling, such as the HTTP Expires header field [RFC7234], to identify when it is time to refresh the cached registry. If the query data does not match any entry in the client cached registry, then the client may implement various methods, such as the following: o In the case of a domain object, the client may first query the DNS to see if the respective entry has been delegated or if it is mistyped information by the user. The DNS query could be to fetch the NS records for the TLD domain. If the DNS answer is negative, then there is no need to fetch the new version of the registry. However, if the DNS answer is positive, this may mean that the currently cached registry is no longer current. The client could then fetch the registry,parseparse, and then do the normal matching as specified above. This method may not work for all types of RDAP objects. o If the client knows the existence of an RDAP aggregator or redirector and its associated base URL, and trusts that service, then it could send the query to the redirector, which would redirect the client if it knows the authoritative server that client has not found. Some authorities of registration data may work together on sharing their information for a common service, including mutual redirection[I-D.ietf-weirds-redirects].[REDIRECT-RDAP]. When a new object is allocated, such as a new AS range, a newTLDTLD, or a new IP address range, there is no guarantee that this new object will have an entry in the corresponding bootstrap RDAP registry, since the setup of the RDAP server for this new entry may become live and registered later. Therefore, the clients should expect that even if an object, such as TLD, IP addressrangerange, or AS range is allocated, the existence of the entry in the corresponding bootstrap registry is not guaranteed. 9. Limitations This method does not provide a direct way to find authoritative RDAP servers for any other objects than the ones described in this document. In particular, the following objects are not bootstrapped with the method described in this document: o entities o queries using search patterns that do not contain a terminating string that matches some entries in the registries o nameservers o help 10. Formal Definition This section is the formal definition of the registries. The structure of JSON objects and arrays using a set of primitive elements is defined in [RFC7159]. Those elements are used to describe the JSON structure of the registries. 10.1. Imported JSON Terms o OBJECT: a JSON object, defined in Section 2.2 of [RFC7159] o MEMBER: a member of a JSON object, defined in Section 2.2 of [RFC7159] o MEMBER-NAME: the name of a MEMBER, defined as a "string" in Section 2.2 of [RFC7159] o MEMBER-VALUE: the value of a MEMBER, defined as a "value" in Section 2.2 of [RFC7159] o ARRAY: an array, defined in Section 2.3 of [RFC7159] o ARRAY-VALUE: an element of an ARRAY, defined in Section 2.3 of [RFC7159] o STRING: a"string""string", as defined in Section 2.5 of [RFC7159] 10.2. Registry Syntax Using the above terms for the JSON structures, the syntax of a registry is defined as follows: o rdap-bootstrap-registry: an OBJECT containing a MEMBER version and a MEMBERpublication and apublication, an optional MEMBERdescriptiondescription, and a MEMBER services-list o version: a MEMBER with MEMBER-NAME "version" and MEMBER-VALUE a STRING o publication: a MEMBER with MEMBER-NAME "publication" and MEMBER- VALUE a STRING o description: a MEMBER with MEMBER-NAME "description" and MEMBER- VALUE a STRING o services-list: a MEMBER with MEMBER-NAME "services" and MEMBER- VALUE a services-array o services-array: an ARRAY, where each ARRAY-VALUE is a service o service: an ARRAY of 2 elements, where the first ARRAY-VALUE is a an entry-list and the second ARRAY-VALUE is a service-uri-list o entry-list: an ARRAY, where each ARRAY-VALUE is an entry o entry: a STRING o service-uri-list: an ARRAY, where each ARRAY-VALUE is a service- uri o service-uri: a STRING 11. Security Considerations By providing a bootstrap method to find RDAP servers, this document helps to ensure that theend-usersend users will get the RDAP data from an authoritative source, instead of from rogue sources. The method has the same security properties as the RDAP protocols themselves. The transport used to access the registries could be more secure by usingTLSTransport Layer Security (TLS) [RFC5246] if IANA supports it. Additional considerations on using RDAP are described in[I-D.ietf-weirds-rdap-sec][RFC7481]. 12. IANA Considerations IANAis requested to makehas created the RDAP Bootstrap Services Registries,createdlisted below, and made them available as JSON objects. The contents of these registries are described in Section 3, Section44, and Section 5, with the formal syntax specified in Section 10. The process for adding or updating entries in these registries differs from the normal IANA registry processes: these registries are generated from the data, processes, and policies maintained by IANA in their allocation registries(([ipv4reg],([ipv4reg], [ipv6reg], [asreg], and[domainreg])),[domainreg]), with the addition of new RDAP server information. IANAis expected towill create and update RDAP Bootstrap Services Registries entries from the allocation registries as those registries are updated. This document does not change any policies related to the allocationregistries, butregistries; IANAwill need to providehas provided a mechanism for collecting the RDAP server information. The RDAP Bootstrap Services Registries will start empty and will be gradually populated as registrants of domains and address spaces provide RDAP server information to IANA. IANAis asked to createhas created a new top-level category on the Protocol Registries page,http://www.iana.org/protocols .<http://www.iana.org/protocols>. The groupwill beis called "Registration Data Access Protocol(RDAP) Registries".(RDAP)". Each of the RDAP Bootstrap Services Registriesneeds to behas been made available for general public on-demand download in the JSON format, and that registry's URIwill beis listed directly on the Protocol Registriespage, in addition to being linked from the registry's name. Those entries in the new category might look like this:page. Each registry has a JSON object available as follows: ------------------------------ Registration Data Access Protocol (RDAP) Bootstrap Service RegistryRFC xxxxhttp://data.iana.org/rdap/asn.json forIPv4 AddressAS Number Spacehttp://iana URI for IPv4 bootstrapBootstrap Service RegistryRFC xxxxhttp://data.iana.org/rdap/dns.json forIPv6 AddressDomain Name Spacehttp://iana URI for IPv6 bootstrapBootstrap Service RegistryRFC xxxxhttp://data.iana.org/rdap/ipv4.json forAS NumberIPv4 Address Spacehttp://iana URI for ASN bootstrapBootstrap Service RegistryRFC xxxxhttp://data.iana.org/rdap/ipv6.json forDomain NameIPv6 Address Spacehttp://iana URI for DN bootstrap------------------------------ Other normal registries will be added to this group by other documents, butit is important thatthe reason the URIs for these registriesbeare clearly listed on the mainpage,page is to make those URIs obvious toimplementorsimplementers -- these are registries that will be accessed by software, as well asreference informationby humans using them forhumans.reference information. Because these registries will be accessed by software, the download demand for the RDAP Bootstrap Services Registries may be unusually high compared to normal IANA registries. The technical infrastructure by which registries are published will need to bereviewed,reviewed and might need to be augmented. As discussed in SectionSection8, software that accesses these registries will depend on the HTTP Expires header field to limit their query rate. It is, therefore, important for that header field to be properly set to provide timely information as the registries change, while maintaining a reasonable load on the IANA servers. The HTTP Content-Type returned to clients accessing these JSON- formatted registries MUST be "application/json", as defined in [RFC7159]. Because of how information in the RDAP Bootstrap Services Registries is grouped and formatted, the registry entries may not be sortable. Itis thereforeis, therefore, not required or expected that the entries be sorted in any way. 12.1. IPv4 Address Space RDAP Bootstrap Service Registry Entries in this registry contain at least the following: o a CIDR [RFC4632] specification of the network block beingregisteredregistered. o one or more URLs that provide the RDAP service regarding this registration. 12.2. IPv6 Address Space RDAP Bootstrap Service Registry Entries in this registry contain at least the following: o an IPv6 prefix [RFC4291] specification of the network block beingregisteredregistered. o one or more URLs that provide the RDAP service regarding this registration. 12.3. Autonomous System Number Space RDAP Bootstrap Service Registry Entries in this registry contain at least the following: o a range of Autonomous System numbers beingregisteredregistered. o one or more URLs that provide the RDAP service regarding this registration. 12.4. Domain Name Space RDAP Bootstrap Service Registry Entries in this registry contain at least the following: o a domain name attached to the root beingregisteredregistered. o one or more URLs that provide the RDAP service regarding this registration.14.13. References14.1.13.1. Normative References [RFC2119] Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels", BCP 14, RFC 2119, March1997.1997, <http://www.rfc-editor.org/info/rfc2119>. [RFC3339] Klyne,G., Ed.G. and C. Newman, "Date and Time on the Internet: Timestamps", RFC 3339, July2002.2002, <http://www.rfc-editor.org/info/rfc3339>. [RFC4291] Hinden, R. and S. Deering, "IP Version 6 Addressing Architecture", RFC 4291, February2006.2006, <http://www.rfc-editor.org/info/rfc4291>. [RFC4632] Fuller, V. and T. Li, "Classless Inter-domain Routing (CIDR): The Internet Address Assignment and Aggregation Plan", BCP 122, RFC 4632, August2006.2006, <http://www.rfc-editor.org/info/rfc4632>. [RFC5890] Klensin, J., "Internationalized Domain Names for Applications (IDNA): Definitions and Document Framework", RFC 5890, August2010.2010, <http://www.rfc-editor.org/info/rfc5890>. [RFC7159] Bray, T., Ed., "The JavaScript Object Notation (JSON) Data Interchange Format", RFC 7159, March2014. 14.2. Non-Normative2014, <http://www.rfc-editor.org/info/rfc7159>. 13.2. Informative References[I-D.ietf-weirds-json-response] Newton, A. and S. Hollenbeck, "JSON Responses for the Registration Data Access Protocol (RDAP)", draft-ietf- weirds-json-response-13 (work in progress), December 2014. [I-D.ietf-weirds-rdap-query] Newton, A. and S. Hollenbeck, "Registration Data Access Protocol Query Format", draft-ietf-weirds-rdap-query-16 (work in progress), October 2014. [I-D.ietf-weirds-rdap-sec] Hollenbeck, S. and N. Kong, "Security Services for the Registration Data Access Protocol", draft-ietf-weirds- rdap-sec-12 (work in progress), December 2014. [I-D.ietf-weirds-redirects][REDIRECT-RDAP] Martinez, C., Zhou, L., and G. Rada, "Redirection Service for Registration Data Access Protocol",draft-ietf-weirds- redirects-04 (workWork inprogress),Progress, draft-ietf-weirds-redirects-04, July 2014.[I-D.ietf-weirds-using-http] Newton, A., Ellacott, B., and N. Kong, "HTTP usage in the Registration Data Access Protocol (RDAP)", draft-ietf- weirds-using-http-15 (work in progress), November 2014.[RFC5226] Narten, T. and H. Alvestrand, "Guidelines for Writing an IANA Considerations Section in RFCs", BCP 26, RFC 5226, May2008.2008, <http://www.rfc-editor.org/info/rfc5226>. [RFC5246] Dierks, T. and E. Rescorla, "The Transport Layer Security (TLS) Protocol Version 1.2", RFC 5246, August2008.2008, <http://www.rfc-editor.org/info/rfc5246>. [RFC7071] Borenstein, N. and M. Kucherawy, "A Media Type for Reputation Interchange", RFC 7071, November2013.2013, <http://www.rfc-editor.org/info/rfc7071>. [RFC7234] Fielding, R., Ed., Nottingham, M., Ed., and J. Reschke, Ed., "Hypertext Transfer Protocol (HTTP/1.1): Caching", RFC 7234, June2014.2014, <http://www.rfc-editor.org/info/rfc7234>. [RFC7258] Farrell, S. and H. Tschofenig, "Pervasive Monitoring Is an Attack", BCP 188, RFC 7258, May2014.2014, <http://www.rfc-editor.org/info/rfc7258>. [RFC7480] Newton, A., Ellacott, B., and N. Kong, "HTTP Usage in the Registration Data Access Protocol (RDAP)", RFC 7480, March 2015, <http://www.rfc-editor.org/info/rfc7480>. [RFC7481] Hollenbeck, S. and N. Kong, "Security Services for the Registration Data Access Protocol", RFC 7481, March 2015, <http://www.rfc-editor.org/info/rfc7481>. [RFC7482] Newton, A. and S. Hollenbeck, "Registration Data Access Protocol Query Format", RFC 7482, March 2015, <http://www.rfc-editor.org/info/rfc7482>. [RFC7483] Newton, A. and S. Hollenbeck, "JSON Responses for the Registration Data Access Protocol (RDAP)", RFC 7483, March 2015, <http://www.rfc-editor.org/info/rfc7483>. [asreg]Internet Assigned Numbers Authority(IANA), ,IANA, "Autonomous System (AS) Numbers",<http://www.iana.org/assignments/as- numbers/as-numbers.xml>.<http://www.iana.org/assignments/as-numbers>. [domainreg]Internet Assigned Numbers Authority(IANA), ,IANA, "Root Zone Database", <http://www.iana.org/domains/root/db>. [ipv4reg]Internet Assigned Numbers Authority(IANA), ,IANA, "IPv4 AddressSpace", <http://www.iana.org/assignments/ipv4-address- space/ipv4-address-space.xml>.Space Registry", <http://www.iana.org/assignments/ipv4-address-space>. [ipv6reg]Internet Assigned Numbers Authority(IANA), ,IANA, "IPv6 Global Unicast Address Assignments",<http://www.iana.org/assignments/ipv6-unicast-address- assignments/ipv6-unicast-address-assignments.xml>. 13.<http://www.iana.org/assignments/ ipv6-unicast-address-assignments>. Acknowledgements The WEIRDS working group had multiple discussions on this topic, including a session during IETF 84, where various methods such asin- DNSin-DNS and others were debated. The idea of using IANA registries was discovered by the editor during discussions with his colleagues as well as by a comment from Andy Newton. All the people involved in these discussions are herein acknowledged. Linlin Zhou, Jean- Philippe Dionne, John Levine, Kim Davies, Ernie Dainow, Scott Hollenbeck, Arturo Servin, Andy Newton, Murray Kucherawy, Tom Harrison, Naoki Kambe, Alexander Mayrhofer, Edward Lewis, Pete Resnick, Alessandro Vesely, Bert Greevenbosch, Barry Leiba, Jari Arkko, Kathleen Moriaty, Stephen Farrell, Richard Barnes, and Jean- Francois Tremblay have provided input and suggestions to this document. Guillaume Leclanche was a co-editor of this document for some revisions; his support is therein acknowledged and greatly appreciated. The section on formal definition was inspired bysectionSection 6.2 of [RFC7071]. Author's Address Marc Blanchet Viagenie 246 Aberdeen Quebec, QC G1R 2E1 CanadaEmail:EMail: Marc.Blanchet@viagenie.ca URI: http://viagenie.ca