Internet Engineering Task Force K. Kadavill, Ed. Internet-Draft July 2023 Intended status: Standards Track Expires: 9 January 2024 Internet Protocol version 11 draft-rfcxml-general-ipv11-standard-01 Abstract Standard for IPv11 address format and routing theory Status of This Memo This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79. Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet- Drafts is at https://datatracker.ietf.org/drafts/current/. Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any 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 2 January 2024. Copyright Notice Copyright (c) 2023 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 (https://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 Revised BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Revised BSD License. Kadavill Expires 9 January 2024 [Page 1] Internet-Draft Abbreviated Title July 2023 Table of Contents 1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 2 1.1. Requirements Language . . . . . . . . . . . . . . . . . . 2 2. IPv11 . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 2.1. Address Format . . . . . . . . . . . . . . . . . . . . . 2 3. IPv11 Assignment . . . . . . . . . . . . . . . . . . . . . . 3 4. Broadcast address . . . . . . . . . . . . . . . . . . . . . . 3 5. Topology . . . . . . . . . . . . . . . . . . . . . . . . . . 4 6. Routing Topology . . . . . . . . . . . . . . . . . . . . . . 4 7. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 4 8. Security Considerations . . . . . . . . . . . . . . . . . . . 5 9. References . . . . . . . . . . . . . . . . . . . . . . . . . 5 9.1. Normative References . . . . . . . . . . . . . . . . . . 5 9.2. Informative References . . . . . . . . . . . . . . . . . 5 Author's Address . . . . . . . . . . . . . . . . . . . . . . . . 5 1. Introduction IPv6 has been routing packets by forwarding packets to gateways after gateways until it reaches its destination network . BGP Networks seem to be working on a bus or Ring topology network. This happened because IPv6 addresses were bland and had no networking information in them. We plan to right these wrongs with IPv11. A 128 bit address with 24 bit chunks ancestors and host. Since 24 chunks means just 16,777,216 clients per child network or hosts so they are easy to manage. 1.1. Requirements Language The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in BCP 14 [RFC2119] [RFC8174] when, and only when, they appear in all capitals, as shown here. 2. IPv11 The Internet Protocol Version 11 2.1. Address Format The format for an IPv11 address starts with an Octet and its value is a constant hexadecimal number 0x0B which tells the device that it is an IPv11 IP address. The next 120 bit is the network address; it is made into manageable 24 bit(6 hexadecimal characters) chunks. Kadavill Expires 9 January 2024 [Page 2] Internet-Draft Abbreviated Title July 2023 +=====================+=======================================+ | | IP Address | +=====================+=======================================+ | Host Part of | 0B:NNNNNN:NNNNNN:NNNNNN:NNNNNN:HHHHHH | | address and network | | | part of the address | | +---------------------+---------------------------------------+ Table 1 3. IPv11 Assignment IP addresses are assigned sequentially to network AA(autonomous authorities) starting at the first address from the last 24bit child network i.e. the first network address is 0B::1:000000. +=========================+=======================================+ | | IP Address | +=========================+=======================================+ | First network to assign | 0B::1:000000 | +-------------------------+---------------------------------------+ | Last network to assign | 0B:EFFFFF:FFFFFF:FFFFFF:FFFFFF:000000 | +-------------------------+---------------------------------------+ Table 2 4. Broadcast address AA's can send broadcast messages to hosts by filling in the network part of the address and masking the host part of the client address with the value This will communicate with all hosts (including gateways) on their network. +===================+=======================================+ | | IP Address | +===================+=======================================+ | Broadcast address | 0B::1:FFFFFF | | of first network | | +-------------------+---------------------------------------+ | Broadcast address | 0B:XXXXXX:XXXXXX:XXXXXX:XXXXXX:FFFFFF | | of a network | | +-------------------+---------------------------------------+ Table 3 Kadavill Expires 9 January 2024 [Page 3] Internet-Draft Abbreviated Title July 2023 5. Topology IPv11 uses a cylindrical routing topology made up of 4 disks stacked on top of each other. AA’s hold routing details to each of the 16777216 hosts(including 5 gateways) in the networks. Each AA need 5 gateways one to the above disk, one to the below disk and 3 to the Same disk +========================+=======================================+ | | Topology in Address | +========================+=======================================+ | above 16777216 disk, | 0B:XXXXXX:AAAAAA:SSSSSS:BBBBBB:HHHHHH | | same 16777216 disk and | | | below 16777216 disk | | +------------------------+---------------------------------------+ | Above tier, Same tier | 0B:XXXXXX:AAAAAA:SSSSSS:BBBBBB:XXXXXX | | and Below 24 bit tiler | | | band of your address | | +------------------------+---------------------------------------+ Table 4 6. Routing Topology Routing is accomplished by first knowing if the destination IP address is above the 24bit tier or below the 24bit tier or in the same 24bit tier. If they are in a tier above the 24bit tier then the payloads are forwarded to a Above tier and if they are in a below 24bit tier they are forwarded to the below 24bit tier. Once they are in the same 24bit tier they are routed to their destination using the best of 3 siblings. 7. IANA Considerations IP addresses are assigned sequentially to network AA(autonomous authorities) starting at the first address from the lowest 24 bit address tier i.e. the first network address is 0B::1:000000 and the last is 0B:EFFFFF:FFFFFF:FFFFFF:FFFFFF:000000. +=========================+=======================================+ | | IP Address | +=========================+=======================================+ | First network to assign | 0B::100:0000 | +-------------------------+---------------------------------------+ | Last network to assign | 0B:EFFFFF:FFFFFF:FFFFFF:FFFFFF:000000 | +-------------------------+---------------------------------------+ Table 5 Kadavill Expires 9 January 2024 [Page 4] Internet-Draft Abbreviated Title July 2023 8. Security Considerations Broadcast Addresses are needed to be dropped unless They are from the AA. of the same network 9. References 9.1. Normative References [RFC2119] Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels", BCP 14, RFC 2119, DOI 10.17487/RFC2119, March 1997, . [RFC8174] Leiba, B., "Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words", BCP 14, RFC 8174, DOI 10.17487/RFC8174, May 2017, . 9.2. Informative References [Wikipedia] Wikipedia, "Wikipedia", 2023, . Author's Address Kiran Kadavill (editor) #34, Goshree Garden,Arattuvazhi Road Njarakkal 682505 KERALA 682505 India Phone: +91 9633068829 Email: kin.kad@gmail.com Kadavill Expires 9 January 2024 [Page 5]