Regional Internet Registry

Size: px
Start display at page:

Download "Regional Internet Registry"

Transcription

1 Regional Internet Registry Development of the Regional Internet Registry System By: Daniel Karrenberg, RIPE-NCC; Gerard Ross, APNIC; Paul Wilson, APNIC; Leslie Nobile, ARIN The current system of managing Internet address space involves Regional Internet Registries (RIRs), which together share a global responsibility delegated to them by the Internet Assigned Numbers Authority (IANA). This regime is now well established, but it has evolved over ten years from a much simpler, centralized system. Internet number spaces were originally managed by a single individual "authority," namely the late Jon Postel, co-inventor of some of the most important technical features of today's Internet. It is important to understand that the evolution of the RIR system was not simply the result of Internet growth and the natural need to refine and decentralize a growing administrative task. On the contrary, it arose from, and closely tracked, the technical evolution of the Internet Protocol, in particular the development of today's IP addressing and routing architecture. In a relatively short time, the Regional Internet Registry system has evolved into a stable, robust environment for Internet address management. It is maintained today through self-regulatory practices that are well established elsewhere in the Internet and other industries, and it maintains its legitimacy and relevance by firmly adhering to open, transparent, participatory decision-making processes. Before the RIRs: IP Address Architecture An important feature of the Internet Protocol (IP) is the ability to trans-\parently use a wide variety of underlying network architectures to transport IP packets. This is achieved by encapsulating IP packets in whatever packet or frame structure the underlying network uses. Routers connecting different networks forward IP traffic by decapsulating incoming IP packets and then re-encapsulating them as appropriate for the next network to carry them. To achieve this task with full transparency, the IP needed an addressing structure, which developed as a two-level hierarchy in both addressing and routing. One part of the address, the network part, identifies the particular network a host is connected to, while the other part, the local part, identifies the particular end system on that network. Internet routing, then, has to deal only with the network part of the address, routing the packet to a router directly connected to the destination network. The local part is not used at all in Internet routing itself; rather it is used to determine the intended address within the addressing structure of the destination network. The method by which the local part of an IP address is translated to a local network address depends on the architecture of the destination network static tables, simple conversions, or special-purpose protocols are used as appropriate. The original Internet addresses comprised 32 bits, the first 8 bits providing the network part and the remaining 24 bits the local part. These addresses were used for many years. However, in June 1978, in Internet Engineering Note (IEN) 46 "A proposal for addressing and routing in the internet," Clark and Cohen observed: "The current internet header has space to name 256 networks. The assumption, at least for the time being, is that any network entering the internet will be assigned one of these numbers. While it is not likely that a great number of large nets, such as the ARPANET, will join the internet, the trend toward local area networking suggests that a very large number of small networks can be expected in the 1

2 internet in the not too distant future. We should thus begin to prepare for the day when there are more than 256 networks participating in the internet." Classful Addressing As predicted, it soon became necessary to adapt the address architecture to allow more networks to be connected. By the time the Internet Protocol itself was comprehensively specified (in RFC 790, published in 1981, edited by Jon Postel), the IP address could be segmented in numerous ways to provide three classes of network address. In Class A, the high-order bit is zero, the next 7 bits are the network, and the last 24 bits are the local address. In Class B, the high-order 2 bits are one-zero, the next 14 bits are the network, and the last 16 bits are the local address. In Class C, the high-order 3 bits are one-one-zero, the next 21 bits are the network, and the last 8 bits are the local address. This so-called "classful" architecture served the Internet for the next 12 years, during which time it grew from a small U.S.-based research network to a global academic network showing the first signs of commercial development. Early Registration Models In the 1980s, the American National Science Foundation's (NSF's) high-speed network, NSFNET, was connected to the ARPANET, a U.S. Defense Advanced Research Projects Agency (ARPA, now DARPA) wide-area network, which essentially formed the infrastructure that we now know as the Internet. From these early days of the Internet, the task of assigning addresses was a necessary administrative duty, to ensure simply that no two networks would attempt to use the same network address in the Internet. At first, the elementary task of maintaining a list of assigned network addresses was carried out voluntarily by Jon Postel, using (according to legend) a paper notebook. As the Internet grew, and particularly as classful addressing was established, the administrative task grew accordingly. The IANA was established, and within it the Internet Registry (IR). But as the task of the IR outgrew Postel's notebook, it was passed to SRI International in Menlo Park, California, under a NSF contract, and was called the Defense Data Network (DDN) Network Information Center (NIC). During this time, under the classful address architecture, networks were allocated liberally and to any organization that fulfilled the simple request requirements. However, with the accelerating growth of the Internet during the late 1980s, two problems loomed: the rapid depletion of address space, due to the crude classful divisions; and the uncontrolled growth of the Internet routing table, due to unaggregated routing information. Conservation vs. Aggregation The problems of "three sizes fit all" highlight the basic dilemma of address space assignment: conservation versus aggregation. On the one hand, one wants to conserve the address space by assigning as little as possible; on the other hand, one wants to ease routing-table pressures by aggregating as many addresses as possible in one routing-table entry. This can be illustrated by looking at a typical networking setup of the time. Within organizations having a single Internet connection, buildings, departments, or campuses would have their own local networks. Often the use of multiple networks was dictated by distance limitations inherent in the emerging local-area networking technologies, such as Ethernet. These networks typically had to accommodate more than the 254 hosts addressable by a Class C address, but would rarely exceed 1000 hosts. Using pure classful addressing, one could either subdivide networks artificially to remain below the 254 host limit, or use a Class B address for each 2

3 local network, possibly wasting more than 60,000 addresses in each. Whereas the latter solution is obviously wasteful in terms of address space, the former is obviously cumbersome. Less obviously, the former also puts an additional burden on the Internet routing system, because each of these networks would require a separate route propagated throughout the whole Internet. This basic dilemma persists to this day. Assigning address space generously tends to reduce the routing-table size, but wastes address space. Assigning conservatively will waste less, but cause more stress for the routing system. Subnetting In order to address some of the problems of classful addressing, the technique of subnetting was invented. Described in RFC 791 in 1984, subnetting provided another level of addressing hierarchy by inserting a subnet part into the IP address between the network and local parts. Global routing remained the same using the network part of the address (Class A, B, or C) until traffic reached a router on the network identified by the network part of the address. This router, configured for subnetting, would interpret a statically configured number of bits from the local part of the address (the subnet part) to route the packet further among a set of similarly configured routers. When the packet reached a router connected to the destination subnet, the remaining bits of the local part would be used to determine the local address of the destination as usual. So, in the previous example, the organization could have used a Class B address with 6-bit subnetting, a setup that would allow for 62 networks of 1022 hosts each. Subnetting nicely solved the routing-table problem, because now only one global routing-table entry was needed for the organization. It also helped address space conservation somewhat because it provided an obvious alternative to using many sparsely populated Class B networks. Because the boundary between the subnet part and the local part of an address could not be determined from the address itself, this local knowledge needed to be configured into the routers. At first this was done by static configuration. Later, interior routing protocols carried that information. Refer to RFC 791 for numerous historically interesting case studies. Supernetting Within seven years, however, it was becoming clear that subnetting was no longer sufficient to keep up with Internet growth. RFC 1338 stated the problem: "As the Internet has evolved and grown... in recent years, it has become painfully evident that it is soon to face several serious scaling problems. These include: 1. Exhaustion of the Class-B network address space. One fundamental cause of this problem is the lack of a network class of a size that is appropriate for a midsized organization; Class C, with a maximum of 254 host addresses, is too small while Class B, which allows up to addresses, is too large to be widely allocated. 2. Growth of routing tables in Internet routers beyond the ability of current software (and people) to effectively manage. 3. Eventual exhaustion of the 32-bit IP address space. It has become clear that the first two of these problems are likely to become critical within the next one to three years." The solution proposed was to extend the subnetting technique beyond the local organization, into the Internet itself. In other words, RFC 1338 proposed abolishing classful addressing, and replacing it with supernetting. The proposal was summarized as follows: 3

4 "The proposed solution is to hierarchically allocate future IP address assignment, by delegating control of segments of the IP address space to the various network service providers." CIDR In 1993, the supernetting technique was published as a standards track RFC under the name Classless Inter-Domain Routing (CIDR), by which it is known and used today. Two main ingredients were necessary to make CIDR work: routing system changes and new address allocation and assignment procedures. Under CIDR, routers could no longer determine the network part of an address from the address itself. This information now needed to be conveyed by Internet routing protocols. Fortunately, there was only one such protocol in widespread use at the time, and it was quickly extended by the major router vendor of the time. According to legend, the necessary extensions of the Border Gateway Protocol (BGP)-3 to BGP-4 were designed on a napkin, with all implementors of significant routing software present. The changes were implemented in a matter of days, but only much later described by the Internet standards track RFC CIDR also required that forwarding decisions of routers be changed slightly. The network part of an address, now more generally called the prefix, can be of any length. This means that a router can have multiple valid routes covering a specific 32-bit destination address. Routers need to use the most specific of these routes the longest prefix when forwarding packets. In additional to technical changes, the success of CIDR also relied on the development of administrative procedures to allocate and assign address space in such a way that routes could be aggregated as much as possible. Because the Internet was evolving toward the current state of arbitrarily interconnected networks of Internet Service Providers (ISPs), it was obvious that ISPs should play a role in address space distribution. In the new technique, ISPs would now, as much as possible, assign address space to their customers in contiguous blocks, which could be aggregated into single routes to the rest of the Internet. Emergence of the RIRs: Internationalization While the engineering-driven need for topological address space assignment was becoming clear, there was also an emerging recognition that the administrative mechanisms of address space distribution needed further development. A central system just would not scale for numerous reasons, including: Sheer volume Distance from the address space consumers Lack of an appropriate global funding structure Lack of local community support The need to change administrative procedures was formally recognized by August 1990, when the Internet Activities Board published a message it had sent to the U.S. Federal Networking Council, stating "it is timely to consider further delegation of assignment and registration authority on an international basis" (RFC 1174). The increasing cultural diversity of the Internet also posed administrative challenges for the central IR. In October 1992, the Internet Engineering Task Force (IETF) published RFC 1366, which described 4

5 the "growth of the Internet and its increasing globalization" and set out the basis for an evolution of the registry process, based on a regionally distributed registry model. This document stressed the need for a single registry to exist in each geographical region of the world (which would be of "continental dimensions"). Registries would be "unbiased and widely recognized by network providers and subscribers" within their region. Each registry would be charged with allocating remaining address space in a manner "compatible with potential address aggregation techniques" (or CIDR). RIPE NCC While in the United States the Government continued to support and fund registry functions, this was not the case in other parts of the world. In Europe, IP network operators cooperating in Réseaux IP Européens (RIPE) realized the need for professional coordination and registration functions. Establishment of the RIPE Network Coordination Centre (NCC) was proposed in the same month that RFC 1174 was published. The RIPE NCC was to?"function as a 'Delegated Registry' for IP numbers in Europe, as anticipated and defined in RFC 1174" (RIPE-19). Although consensus among IP network operators was quickly established, it took almost two years of organizing and fund-raising before the first RIR was fully operational in May The RIPE NCC was organized as a highly independent part of RARE, the organization of European research networks. It was to be funded by contributions from those networks, as well as a small number of emerging commercial networks. The RIPE NCC published its first regional address distribution policy in July 1992 (RIPE-65). During the following months, European regional policies were refined and, for the first time, global guidelines were published as RFCs (RFC 1366, RFC 1466). The RIPE NCC is presently organized as a membership association, performing the essential coordination and administration activities required by the RIPE community. Located in Amsterdam, Netherlands, the RIPE NCC service region incorporates 109 countries covering Europe, the Middle East, Central Asia, and African countries located north of the equator. The RIPE NCC currently consists of more than 2700 members. At the time of publication, RIPE NCC is performing the secretariat function for the Address Supporting Organization (ASO) of The Internet Corporation for Assigned Names and Numbers (ICANN). More information about RIPE NCC is available at APNIC Asia Pacific Network Information Centre (APNIC), the second RIR, was established in Tokyo in 1993, as a pilot project of APCCIRN (Asia Pacific Coordination Committee for Intercontinental Research Networks, now Asia Pacific Networking Group [APNG]). The project was an intended as a trial model for servicing the Internet addressing needs of national Network Information Centres (NICs) and other networks throughout the region. After a successful ten-month trial period, APNIC was established as a permanent organization to serve the Asia Pacific region (which includes 62 economies from Central and South Asia to the Islands of Oceania and the Western Pacific). Originally, APNIC relied on the support of networking organizations and national NICs. However, in 1996, APNIC implemented a tiered membership structure. APNIC relocated to Brisbane, Australia, in mid It currently services approximately 700 member organizations, across 39 economies of the region. Within the APNIC membership, there are also five National Internet Registries (NIRs), in Japan, China, Taiwan, Korea, and Indonesia. The NIRs perform analogous functions to APNIC at a national level and together represent the interests of more than 500 additional organizations. 5

6 In 2000, APNIC hosted the secretariat functions of the ASO in its inaugural year. More information about APNIC is available at: ARIN In 1991, the contract to perform the IR function was awarded to Network Solutions, Inc. in Herndon, Virginia. This included the transition of services including IP address registration, domain name registration and support, Autonomous System Number (AS) registration, user registration, online information services, help-desk operations, and RFC and Internet-Draft archive and distribution services (RFC 1261). With explosive Internet growth in the early 1990s, the U.S. Government and the NSF decided that network support for the commercial Internet should be separated from the U.S. Department of Defense. The NSF originated a project named InterNIC under a cooperative agreement with Network Solutions, Inc. (NSI) in 1993 to provide registration and allocation of domain names and IP address numbers for Internet users. Over time, after lengthy consultation with the IANA, the IETF, RIPE NCC, APNIC, the NSF, and the Federal Networking Council (FNC), a further consensus was reached in the general Internet community to separate the management of domain names from the management of IP numbers. This consensus was based on the recognition that the stability of the Internet relies on the careful management of IP address space. Following the examples of RIPE NCC and APNIC, it was recommended that management of IP address space then administered by the InterNIC should be under the control of, and administered by, those that use it, including ISPs, end-user organizations, corporate entities, universities, and individuals. As a result, ARIN (American Registry for Internet Numbers ) was established in December 1997, as an independent, nonprofit corporation, with a membership structure open to all interested entities or individuals. ARIN is located in Chantilly, Virginia, United States. Its service region incorporates 70 countries, covering North America, South America, the Caribbean, and African countries located south of the equator. ARIN currently consists of more than 1500 members. Within the ARIN region, there are two national delegated registries, located in Mexico and Brazil. Until now, ARIN has carried the responsibility for maintaining registration of resources allocated before the inception of the RIRs. However, a major project is now under way to transfer these legacy records to the relevant RIRs. More information about ARIN is available at: Emerging RIRs The existing RIRs currently serve countries outside their core regions to provide global coverage; however, new RIRs are expected to emerge, necessitating changes to the existing service regions. Because the regions are defined on continental dimensions, the number of new RIRs will be low. Currently, two groups have made significant progress in seeking to establish new RIRs. AfriNIC (for the Africa region) and LACNIC (for Latin America and the Caribbean) have each conducted public meetings, published documentation, and participated in the activities of the existing RIRs. In recognition of the regional support they have so far obtained, each organization has been granted observer status at ICANN ASO meetings. The existing RIRs have also sought to provide as much assistance and support as possible to these emerging organizations. More information about AfriNIC is available at: More information about LACNIC is available at: 6

7 The RIR System: Goals of the RIRs RFC 2050, published in November 1996, represented a collaboration of the global Internet addressing community to describe a set of goals and guidelines for the RIRs. Although IANA was to retain ultimate responsibility for the entire address pool, RFC 2050 recognizes that RIRs operate under the consensus of their respective regional Internet community. This document, along with a history of RIR coordination, has helped to form the basis for a set of consistent global policies. The three primary goals of the RIR system follow: Conservation : to ensure efficient use of a finite resource and to avoid service instabilities due to market distortions (such as stockpiling or other forms of manipulation); Aggregation (routability) : to assist in maintenance of Internet routing tables at a manageable size, by supporting CIDR techniques to ensure continued operational stability of the Internet; Registration : to provide a public registry documenting address space allocations and assignments, necessary to ensure uniqueness and provide information for Internet troubleshooting at all levels. The Open Policy Framework It was always recognized that these goals would often be in conflict with each other and with the interests of individuals and organizations. It was also recognized that legitimate regional interests could justify varying approaches in balancing these conflicts. Therefore, within the global framework, each regional community has always developed its own specific policies and procedures. However, whereas the specific approaches may differ across the RIRs, all operate on a basic principle of open, transparent, consensus-based decision-making, following self-regulatory practices that exist elsewhere in the Internet and other industries. Furthermore, the RIRs all maintain not-for-profit costrecovery systems and organizational structures that seek to be inclusive of all interested stakeholders. The activities and services of each of the RIRs are defined, performed, discussed, and evaluated in open forums, whose participants are ultimately responsible for decision-making. To facilitate broad participation, open policy meetings are hosted by RIRs regularly in each of the regions. Ongoing discussions are carried out on the public mailing lists of each RIR, which are open to both the RIR constituents and the broader community. The RIRs also participate actively in other Internet conferences and organizations and, importantly, each RIR has a strong tradition of participating in the public activities of the others. A current example of the coordinated efforts of the RIRs is the Provisional IPv6 Assignment and Allocation Policy Document, a joint effort of the RIRs with the assistance of the IETF, The Internet Architecture Board (IAB), and the Internet Engineering Steering Group (IESG) to describe the allocation and assignment policies for the first release of IPv6 address numbers. Also, the RIRs recently published the RIR Comparative Policy Overview, which is available at: rir-comp-matrix-rev.html These documents help illustrate that the well-established combination of bottom-up decision-making and global cooperation of the RIRs has created a stable, robust environment for Internet address management. 7

8 RIR Functions The primary function of each RIR is to ensure the fair distribution and responsible management of IP addresses and the related numeric resources that are required for the stable and reliable operation of the Internet. In particular, the resources allocated, assigned, and registered by RIRs are Internet address numbers (IPv4 and IPv6) and AS numbers. RIRs are also responsible for maintaining the reverse delegation registrations of the parent blocks within their respective ranges. Complementing their registry function, the RIRs have an important role in educating and informing their communities. The activities carried out by the individual RIRs vary, but include open policy meetings, training courses, seminars, outreach activities, statistical reporting, and research. Additionally, a crucial role for the RIRs is to represent the interests of their communities by participating in global forums and providing support to other organizations involved in Internet addressing issues. RIRs and The Global Internet Community: Formation of ICANN and the ASO The global Internet governance landscape began to undergo radical changes in mid-1998, with the publication of a U.S. Government white paper outlining the formation of a "not-for-profit corporation formed by private sector Internet stakeholders to administer policy for the Internet name and address system." ICANN was formed later that year. At the heart of the ICANN structure are "supporting organizations" that are formed to "assist, review and develop recommendations on Internet policy and structure" within specialized areas. In October 1999, the existing RIRs and ICANN jointly signed a Memorandum of Understanding (MoU) to establish the principles for forming and operating the Address Supporting Organization (ASO). It is intended that new RIRs will sign the MoU as they emerge. Under the ASO MoU, the policy forums within each of the RIR regions continue to be responsible for development of regional IP address policy. In addition, each signatory RIR is responsible for electing three members to the ICANN Address Council. The purpose of the Address Council, as described in the MoU, is to review and develop recommendations on issues related to IP address space, using the open processes that exist in the three regions; and to advise the ICANN Board on these matters. In addition, the Address Council is responsible for the appointment of three ICANN Directors to the ICANN Board. RIR?ASO Coordination Since the formation of the ASO, the RIRs have played an integral part in facilitating its activities. By joint agreement, the RIRs will share the ASO secretariat duties, including the hosting of the ASO Web site, on a revolving basis. APNIC provided these services in the ASO's first year of operation, and RIPE NCC is currently performing this role. The ASO Address Council holds monthly telephone conferences, which are attended by representatives of the RIRs (and emerging RIRs on a listener basis). In accordance with the MoU, the ASO also holds regular open meetings in conjunction with the open policy meetings of the RIRs. RIRs and Industry Development As noted previously, the RIRs maintain high levels of participation in the conferences and activities of other organizations. Similarly, they invite the participation of interested parties in their own activities. The RIRs are active in many areas of new technology implementation (such as General Packet Radio Service [GPRS] and Universal Telecommunications System [UMTS] mobile telephony, IPv6, and cable and Digital Subscriber Line [xdsl]-based Internet services). 8

9 The established regional processes have proved both flexible and open enough to incorporate such new developments into policy formation. Industry representatives frequently join policy discussions, present at plenary sessions, and participate in working groups. The RIRs pursue relationships with industry bodies, particularly those with representative and developmental functions, to facilitate industry convergence on open standards and policy processes. Many diverse parties have legitimate interests in the allocation and registration of IP addresses, and the RIRs remain committed to participating with these parties to achieve a consensus among the Internet community on IP address allocation issues. The Future of RIRs In Internet time it can be easy to forget that eight years is actually not long. Since it was first proposed in 1990, the RIR system has evolved rapidly, enjoyed strong community support, and has been relatively free of the political wrangling that has characterized the registration systems of other Internet resources. Without doubt, this position is largely due to the early determination to provide accessible, open forums for the interested stakeholders in the various regions. New technologies, such as GPRS, broadband services, and IPv6 may raise operational and policy challenges to the RIRs, yet at the same time they bring opportunities for increased global cooperation, in a context where distinct regional concerns are represented more effectively than ever before. It is hoped that the emergence of new RIRs will only serve to expand and enhance the inclusive nature of RIR activities. References [1] Clark, D., and Cohen, D., "A Proposal for Addressing and Routing in the Internet," IEN 46, June [2] Postel, J., "Assigned Numbers," RFC 790, September [3] Information Sciences Institute, "Internet Protocol, DARPA Internet Program, Protocol Specification," RFC 791, September [4] Cerf, V., "IAB Recommended Policy on Distributing Internet Identifier Assignment and IAB Recommended Policy Change to Internet 'Connected' Status," RFC 1174, August [5] Williamson, S., and Nobile, L., "Transition of NIC Services," RFC 1261, September [6] Fuller, V., Li, T., Yu, J., and Varadhan, K., "Supernetting: An Address Assignment and Aggregation Strategy," RFC 1338, June [7] Gerich, E., "Guidelines for Management of IP Address Space," RFC 1366, October [8] Gerich, E., "Guidelines for Management of IP Address Space," RFC 1466, May [9] Rekhter, Y., and Li, T., "A Border Gateway Protocol 4 (BGP-4)," RFC 1654, July [10] Hubbard, K., Kosters, M., Conrad, D., Karrenberg, D., and Postel, J., "Internet Registry IP Guidelines," RFC 2050, November [11] Blokzijl, R., Devillers, Y., Karrenberg, D., and Volk, R., "RIPE Network Coordination Center," RIPE-19, September

10 [12] Terpstra, M., "RIPE NCC Internet Numbers Registration Procedures," RIPE-65, July DANIEL KARRENBERG has helped to build the European Internet since the early 1980s. As one of the founding members of the German UNIX Users Group, he has been involved in the setting up of EUnet, a pan-european coperative network providing electronic mail and news to businesses and academic institutions all over Europe. While at CWI in Amsterdam, Karrenberg helped to expand this network and convert it to a fully IP-based service. During this time he created a whois database of operational contacts, which was the nucleus of the current RIPE database. Karrenberg is one of the founders of RIPE, the IP coordination body for Europe and surrounding areas. In 1992 he was asked to set up the RIPE NCC, the first regional Internet registry providing IP numbers to thousands of Internet service providers in more than 90 countries. Karrrenberg led the RIPE NCC until 1999, when it had an international staff of 59 with more than 20 nationalities; he currently helps to develop new RIPE NCC services. Recently his contributions have been recognized by the Internet Society with its Jon Postel Service Award. Karrenberg's current interests include measurements of Internet performance and routing as well as security within the Internet infrastructure. In general he likes building new and interesting things. Mr. Karrenberg holds an MSc in computer science from Dortmund University. E- mail: Daniel.Karrenberg@ripe.net GERARD ROSS holds a BA and LLB from University of Queensland and a Grad.Dip. (Communication) from Queensland Institute of Technology. He was employed as the technical writer at APNIC in 1998 and has been involved in the development and drafting of several major policy documents both in the APNIC region and as part of coordinated global RIR activities. He was the ASO webmaster in its inaugral year. He is currently the APNIC Documentation Manager. gerard@apnic.net PAUL WILSON has been Director-General of APNIC since August Previously, he was a founding staff member and subsequently Chief Executive Officer at Pegasus Networks, the first private ISP in Australia. Over an eight-year period he worked as a consultant to the United Nations and other international agencies on Internet projects in many countries. Since 1994, he has worked with the International Development Research Centre (IDRC) on its Pan-Asia Networking (PAN) Programme, supporting projects in Mongolia, Vietnam, Cambodia, Maldives, Nepal, Bhutan, PNG, and China. He continues to serve as a member of the PAN Research and Development Grants Comittee. pwilson@apnic.net LESLIE NOBILE received her B.A. from the American University in Washington, D.C. She has over 15 years of experience in the Internet field, and has been involved with the Internet Registry system since Prior to that, she held various technical management positions while working under a U.S. Government contract that supported the engineering and implementation of the Defense Data Network, a high-speed data network that evolved from the ARPANET. Her experience with the Registry system began in 1991 working as one of the Operations managers who transitioned the Internet Network Information Center (NIC) from SRI to Network Solutions, Inc. She remained a registration services manager with the DDN/DoD NIC until August 2000, when she became Director of Registration Services at the American Registry for Internet Numbers (ARIN). She has been a contributing author to RFCs, Internet Society (ISOC) articles, and various other industry publications and has been actively involved in the global coordination of Internet addressing policy. Her address is leslie@arin.net 10

CIDR. The Life Belt of the Internet 2005/03/11. (C) Herbert Haas

CIDR. The Life Belt of the Internet 2005/03/11. (C) Herbert Haas CIDR The Life Belt of the Internet (C) Herbert Haas 2005/03/11 Early IP Addressings Before 1981 only class A addresses were used Original Internet addresses comprised 32 bits (8 bit net-id = 256 networks)

More information

Joint Response from the Regional Internet Registries

Joint Response from the Regional Internet Registries Issue 2: Consultation on international public policy issues concerning IPv4 addresses. The Council Working Group on International Internet- Related Public Policy Issues invites all stakeholders to provide

More information

The Regional Internet Registries

The Regional Internet Registries The Regional Internet Registries Managing Internet Number Resources www.afrinic.net www.apnic.net www.arin.net www.lacnic.net www.ripe.net www.nro.net Global Coordination A Fair and Stable Platform Whether

More information

APNIC & Internet Address Policy in the Asia Pacific

APNIC & Internet Address Policy in the Asia Pacific APNIC & Internet Address Policy in the Asia Pacific NZ Internet Industry Forum Auckland, 29 November 2001 Anne Lord, APNIC Overview Introduction to APNIC Policy Development Address Management APNIC Update

More information

10 March Informal Expert Group for the ITU World Telecommunication Policy Forum

10 March Informal Expert Group for the ITU World Telecommunication Policy Forum 10 March 2009 Informal Expert Group for the ITU World Telecommunication Policy Forum The Internet Society has been actively engaged in the preparation of the next World Telecommunication Policy Forum (WTPF)

More information

Internet Protocol Addresses What are they like and how are the managed?

Internet Protocol Addresses What are they like and how are the managed? Internet Protocol Addresses What are they like and how are the managed? Paul Wilson APNIC On the Internet, nobody knows you re a dog by Peter Steiner, from The New Yorker, (Vol.69 (LXIX) no. 20) On the

More information

IP Address Management The RIR System & IP policy

IP Address Management The RIR System & IP policy IP Address Management The RIR System & IP policy Nurani Nimpuno APNIC Overview Early address management Evolution of address management Address management today Address policy development IP allocation

More information

Introduction to the Internet Ecosystem and Its Governance

Introduction to the Internet Ecosystem and Its Governance Introduction to the Internet Ecosystem and Its Governance Lillian Sharpley Communications Area Manager 1 st AfriNIC African LEA Workshop Ebène, 25, January 2010 OBJECTIVES 1. What is an Internet Ecosystem

More information

Request for Comments: Category: Best Current Practice D. Karrenberg RIPE J. Postel ISI November 1996

Request for Comments: Category: Best Current Practice D. Karrenberg RIPE J. Postel ISI November 1996 Network Working Group Request for Comments: 2050 Obsoletes: 1466 BCP: 12 Category: Best Current Practice K. Hubbard M. Kosters InterNIC D. Conrad APNIC D. Karrenberg RIPE J. Postel ISI November 1996 Status

More information

IPv6 Deployment: Business Case and Development Opportunities. University College of the Caribbean Internet Day. 12 July 2012 Tim Christensen, ARIN

IPv6 Deployment: Business Case and Development Opportunities. University College of the Caribbean Internet Day. 12 July 2012 Tim Christensen, ARIN IPv6 Deployment: Business Case and Development Opportunities University College of the Caribbean Internet Day 12 July 2012 Tim Christensen, ARIN Internet Governance Definition of Internet governance*:

More information

Prepared by Regional Internet Registries APNIC, ARIN, LACNIC and RIPE NCC

Prepared by Regional Internet Registries APNIC, ARIN, LACNIC and RIPE NCC Prepared by Regional Internet Registries APNIC, ARIN, LACNIC and RIPE NCC Overview History & Evolution Structure IP Address Management Internet Number Resource Management Policy Development Internet Number

More information

ITU and IPv6. ARIN October, Los Angeles by Richard Hill

ITU and IPv6. ARIN October, Los Angeles by Richard Hill ITU and IPv6 ARIN 26-28 October, Los Angeles by Richard Hill Telecommunication Standardization Bureau () International Telecommunication Union, Geneva Place des Nations - CH-1211 Geneva 20 Switzerland

More information

Continuing Cooperation. The NRO s role in Internet Governance

Continuing Cooperation. The NRO s role in Internet Governance Continuing Cooperation The NRO s role in Internet Governance The Number Resource Organization has participated in the World Summit on Information Society (WSIS) and related activities since the beginning,

More information

Address Registries. David Conrad. Internet Software Consortium.

Address Registries. David Conrad. Internet Software Consortium. Address Registries David Conrad drc@isc.org Internet Software Consortium Overview The Regional Registries An Example: APNIC Registry Policies and Procedures Registry Funding In the Beginning Address allocation

More information

One possible roadmap for IANA evolution

One possible roadmap for IANA evolution One possible roadmap for IANA evolution Abstract Area: ROADMAP FOR THE FURTHER EVOLUTION OF THE INTERNET GOVERNANCE ECOSYSTEM Entitled by: Avri Doria Region: USA Organization: Independent Researcher Sector:

More information

The ICANN Experiment. ISOC-Israel. 13-March Andrew McLaughlin

The ICANN Experiment. ISOC-Israel. 13-March Andrew McLaughlin The ICANN Experiment ISOC-Israel 13-March-2000 Andrew McLaughlin The Basic Bargain ICANN = Internationalization of Policy Functions for DNS and IP Addressing systems + Private Sector (Non-governmental)

More information

Internet Management - Past, Present, Future

Internet Management - Past, Present, Future Internet Management - Past, Present, Future U-Connect 2006 12-13 September 2006, Kazakhstan, Almaty Nurani Nimpuno APNIC 1 What is the Internet? A Network of Networks Independent networks can join a single

More information

IPv4 depletion & IPv6 deployment in the RIPE NCC service region. Kjell Leknes - June 2010

IPv4 depletion & IPv6 deployment in the RIPE NCC service region. Kjell Leknes - June 2010 IPv4 depletion & IPv6 deployment in the RIPE NCC service region Kjell Leknes - June 2010 Outline About RIPE and RIPE NCC IPv4 depletion IPv6 deployment Engaging the community - RIPE NCC and the RIPE community

More information

APNIC support for Internet development

APNIC support for Internet development APNIC support for Internet development APT/PITA Regional Meeting on ICT for the Pacific 25-27 August 2004, Nadi, Fiji Paul Wilson pwilson@apnic.net 1 What is APNIC? Regional Internet Registry (RIR) for

More information

IT220 Network Standards & Protocols. Unit 9: Chapter 9 The Internet

IT220 Network Standards & Protocols. Unit 9: Chapter 9 The Internet IT220 Network Standards & Protocols Unit 9: Chapter 9 The Internet 3 Objectives Identify the major needs and stakeholders for computer networks and network applications. Identify the classifications of

More information

ICANN Update RIPE Andrew McLaughlin

ICANN Update RIPE Andrew McLaughlin ICANN Update RIPE 35 24-2-00 Andrew McLaughlin The Basic Bargain ICANN = Internationalization of Policy Functions for DNS and IP Addressing systems + Private Sector (Non-governmental) Management What does

More information

ICANN Staff Presentation

ICANN Staff Presentation ICANN Staff Presentation CENTR Meeting Pisa 12-10-99 Louis Touton Andrew McLaughlin The Basic Bargain ICANN = Internationalization of Policy Functions for DNS and IP Addressing systems + Private Sector

More information

Continuing Cooperation. The NRO s role in Internet Governance

Continuing Cooperation. The NRO s role in Internet Governance Continuing Cooperation The NRO s role in Internet Governance The Number Resource Organization has participated in the World Summit on Information Society (WSIS) and related activities since the beginning,

More information

RIPE. Réseaux IP Européens. Rob Blokzijl. RIPE Chairman. Rob Blokzijl. RIPE 57, Dubai, October,

RIPE. Réseaux IP Européens. Rob Blokzijl. RIPE Chairman. Rob Blokzijl. RIPE 57, Dubai, October, RIPE Réseaux IP Européens Rob Blokzijl RIPE Chairman K13@NIKHEF.nl 1 RIPE History Terms of Reference About RIPE RIPE Working Groups RIPE Meetings Policy Development Process More Information 2 History of

More information

The RIRs and IPv6. Prepared By APNIC, ARIN, RIPE NCC. 6 May 2002 ITU IPv6 Tutorial Geneva

The RIRs and IPv6. Prepared By APNIC, ARIN, RIPE NCC. 6 May 2002 ITU IPv6 Tutorial Geneva The RIRs and IPv6 Prepared By APNIC, ARIN, RIPE NCC Overview RIR Overview RIR Coordination Policy Development Process IPv6 Policy History Current IPv6 Policies IPv6 Statistics Questions History In the

More information

Managing Internet Resources

Managing Internet Resources Managing Internet Resources 4th Internet Governance Forum German Valdez Communications Area Manager APNIC Sharm El Sheikh, Egypt 15 October 2009 1 Internet Resources how are the managed? Where do IP addresses

More information

Internet Governance: Today and Tomorrow

Internet Governance: Today and Tomorrow Internet Governance: Today and Tomorrow Philip Smith Internet Society Board of Trustees APNIC 28 Beijing August 25, 2009 The Internet Society Founded in 1992 by Internet pioneers International non-profit

More information

APNIC Overview. AFRINIC Meeting Accra, Ghana, May 13th Anne Lord Asia Pacific Network Information Centre

APNIC Overview. AFRINIC Meeting Accra, Ghana, May 13th Anne Lord Asia Pacific Network Information Centre APNIC Overview AFRINIC Meeting Accra, Ghana, May 13th 2001 Anne Lord Asia Pacific Network Information Centre APNIC Update What is APNIC & APNIC history? Membership Resource Statistics Meetings Training

More information

In This Issue. From The Editor

In This Issue. From The Editor December 2001 Volume 4, Number 4 A Quarterly Technical Publication for Internet and Intranet Professionals In This Issue From the Editor...1 Scaling Inter-Domain Routing...2 Regional Internet Registries...17

More information

Introduction to The Internet

Introduction to The Internet Introduction to The Internet ITU/APNIC/MOIC IPv6 Workshop 19 th 21 st June 2017 Thimphu These materials are licensed under the Creative Commons Attribution-NonCommercial 4.0 International license (http://creativecommons.org/licenses/by-nc/4.0/)

More information

APNIC s role in stability and security. Adam Gosling Senior Policy Specialist, APNIC 4th APT Cybersecurity Forum, 3-5 December 2013

APNIC s role in stability and security. Adam Gosling Senior Policy Specialist, APNIC 4th APT Cybersecurity Forum, 3-5 December 2013 APNIC s role in stability and security Adam Gosling Senior Policy Specialist, APNIC 4th APT Cybersecurity Forum, 3-5 December 2013 Overview Introducing APNIC Working with LEAs The APNIC Whois Database

More information

ICANN Report. Presented by: Dr Paul Twomey CEO and President. Reston, Va ARIN XIV 20 October 2004

ICANN Report. Presented by: Dr Paul Twomey CEO and President. Reston, Va ARIN XIV 20 October 2004 ICANN Report Presented by: Dr Paul Twomey CEO and President Reston, Va ARIN XIV 20 October 2004 Agenda Challenges of International Technical Coordination Achievements since Rome and ongoing work PRINCIPLES

More information

Introduction to Networking. Topologies and Definitions. Network Topology and Definitions. Some Icons. Network Topologies. Network Topologies

Introduction to Networking. Topologies and Definitions. Network Topology and Definitions. Some Icons. Network Topologies. Network Topologies Network Topology and Definitions Definitions and icons Network topologies PoP topologies Introduction to Networking Interconnections and s ISP/ IP Addressing Gluing it all together 1 2 Some Icons Router

More information

Plenipotentiary Conference (PP- 14) Busan, 20 October 7 November 2014

Plenipotentiary Conference (PP- 14) Busan, 20 October 7 November 2014 Plenipotentiary Conference (PP- 14) Busan, 20 October 7 November 2014 WORKING GROUP OF THE PLENARY Document DT/76- E 3 November 2014 Original: English WORKING GROUP OF THE PLENARY DRAFT RESOLUTION ITU'S

More information

FREQUENTLY ASKED QUESTIONS ABOUT IPv6

FREQUENTLY ASKED QUESTIONS ABOUT IPv6 FREQUENTLY ASKED QUESTIONS ABOUT IPv6 What is an IP? The letters IP stand for Internet Protocol. This protocol comprises a series of rules used by devices (computers, servers, routers and other equipment:

More information

APNIC input to the Vietnam Ministry of Information and Communications ICT Journal on IPv6

APNIC input to the Vietnam Ministry of Information and Communications ICT Journal on IPv6 APNIC input to the Vietnam Ministry of Information and Communications ICT Journal on IPv6 April 2013 Question One Since APNIC formally announce that Asia Pacific was the first region on the world coming

More information

NT1210 Introduction to Networking. Unit 9:

NT1210 Introduction to Networking. Unit 9: NT1210 Introduction to Networking Unit 9: Chapter 9, The Internet Objectives Identify the major needs and stakeholders for computer networks and network applications. Identify the classifications of networks

More information

Internet Numbers Introduction to the RIR System

Internet Numbers Introduction to the RIR System Internet Numbers Introduction to the RIR System Chafic Chaya MEAC-IG Summer School, AUB - Lebanon August 2016 1 Who Runs the Internet? The short answer is NO ONE!!! Chafic Chaya MEAC-IG Summer School August

More information

IPv6 Address Allocation and Assignment Policy

IPv6 Address Allocation and Assignment Policy IPv6 Address Allocation and Assignment Policy How to read this draft document: This document relates to a project to improve the readability of RIPE policy documents. If approved, it will replace ripe-512,

More information

Welcome to Your First ARIN Meeting

Welcome to Your First ARIN Meeting Welcome to Your First ARIN Meeting Handouts for you Basic information Acronym list ARIN fact sheets ARIN at a Glance Policy Development Process ARIN Participation Internet Ecosystem Self- Introductions

More information

IP addressing policies: what does this mean? Adam Gosling Senior Policy Specialist, APNIC APT PRF for the Pacific: August 2013

IP addressing policies: what does this mean? Adam Gosling Senior Policy Specialist, APNIC APT PRF for the Pacific: August 2013 IP addressing policies: what does this mean? Adam Gosling Senior Policy Specialist, APNIC APT PRF for the Pacific: August 2013 Overview APNIC in the Internet ecosystem Policy development IPv4 IPv6 Public

More information

APNIC History and Overview

APNIC History and Overview APNIC History and Overview AfriNIC Meeting Cape Town, May 2000 APNIC History and Overview Formation and development Current status Resource status Meetings and coordination Questions APNIC History 1992

More information

Introduction to The Internet

Introduction to The Internet Introduction to The Internet ITU/APNIC/MICT IPv6 Security Workshop 23 rd 27 th May 2016 Bangkok Last updated 5 th May 2015 1 Introduction to the Internet p Topologies and Definitions p IP Addressing p

More information

July 13, Via to RE: International Internet Policy Priorities [Docket No ]

July 13, Via  to RE: International Internet Policy Priorities [Docket No ] July 13, 2018 Honorable David J. Redl Assistant Secretary for Communications and Information and Administrator, National Telecommunications and Information Administration U.S. Department of Commerce Washington,

More information

IPv6 Addressing Status and Policy Report. Paul Wilson Director General, APNIC

IPv6 Addressing Status and Policy Report. Paul Wilson Director General, APNIC IPv6 Addressing Status and Policy Report Paul Wilson Director General, APNIC Overview Introduction to APNIC Role and responsibilities IPv6 deployment status Allocations, Registration and Routing Asia Pacific

More information

APNIC 26 policy update Shifting landscape

APNIC 26 policy update Shifting landscape APNIC 26 policy update Shifting landscape IPv6 Global Summit, 2 nd September 2008 Taipei, Taiwan Miwa Fujii IPv6 Program Manager APNIC 1 Overview Recap of the Internet policy community RIR and NRO APNIC

More information

A Policy Story - IPv4 Transfer. TWNIC OPM 26, Taipei 14 December 2016 George Kuo, Services Director

A Policy Story - IPv4 Transfer. TWNIC OPM 26, Taipei 14 December 2016 George Kuo, Services Director A Policy Story - Transfer TWNIC OPM 26, Taipei 14 December 2016 George Kuo, Services Director 1 About APNIC Membership-based, not-for-profit, Regional Internet Registry (RIR) Delegates and registers IP

More information

IPv6 Allocation Policy and Procedure. Global IPv6 Summit in China 2007 April 13, 2007 Gerard Ross and Guangliang Pan

IPv6 Allocation Policy and Procedure. Global IPv6 Summit in China 2007 April 13, 2007 Gerard Ross and Guangliang Pan IPv6 Allocation Policy and Procedure Global IPv6 Summit in China 2007 April 13, 2007 Gerard Ross and Guangliang Pan 1 Overview Introduction to APNIC Policy development process IPv6 policy and procedures

More information

Implementing the Global Policy for Post Exhaustion IPv4 Allocation Mechanisms by the IANA

Implementing the Global Policy for Post Exhaustion IPv4 Allocation Mechanisms by the IANA Implementing the Global Policy for Post Exhaustion IPv4 Allocation Mechanisms by the IANA Implementing the Global Policy for Post Exhaustion IPv4 Allocation Mechanisms by the IANA/Public/Final/LLV i Table

More information

APNIC Update. AfriNIC June Sanjaya Services Director, APNIC

APNIC Update. AfriNIC June Sanjaya Services Director, APNIC 1 APNIC Update AfriNIC-14 4-10 June 2011 Sanjaya Services Director, APNIC 2 Overview Registry Update Policy Update 2011 Member and Stakeholder Survey New Building & Business Continuity Plan Upcoming Meetings

More information

Plenipotentiary Conference (PP- 14) Busan, 20 October 7 November 2014

Plenipotentiary Conference (PP- 14) Busan, 20 October 7 November 2014 Plenipotentiary Conference (PP- 14) Busan, 20 October 7 November 2014 PLENARY MEETING Addendum X to Document 79- E 07 September 2014 Original: English Arab States ARAB STATES COMMON PROPOSALS FOR THE WORK

More information

FIGURE 3. Two-Level Internet Address Structure. FIGURE 4. Principle Classful IP Address Formats

FIGURE 3. Two-Level Internet Address Structure. FIGURE 4. Principle Classful IP Address Formats Classful IP Addressing When IP was first standardized in September 1981, the specification required that each system attached to an IP-based Internet be assigned a unique, 32-bit Internet address value.

More information

ICANN & Emerging RIRs. AfriNIC. Accra, Ghana 13 May, Andrew McLaughlin

ICANN & Emerging RIRs. AfriNIC. Accra, Ghana 13 May, Andrew McLaughlin ICANN & Emerging RIRs AfriNIC Accra, Ghana 13 May, 21 Andrew McLaughlin Part I: The ICANN Process ICANN: The Basic Idea ICANN = An Experiment in Technical Self-Management by the global Internet community

More information

IPv6 Allocation Policy and Procedure. Global IPv6 Summit in China 2007 April 13, 2007 Gerard Ross and Guangliang Pan

IPv6 Allocation Policy and Procedure. Global IPv6 Summit in China 2007 April 13, 2007 Gerard Ross and Guangliang Pan IPv6 Allocation Policy and Procedure Global IPv6 Summit in China 2007 April 13, 2007 Gerard Ross and Guangliang Pan 1 Overview Introduction to APNIC Policy development process IPv6 policy and procedures

More information

First Session of the Asia Pacific Information Superhighway Steering Committee, 1 2 November 2017, Dhaka, Bangladesh.

First Session of the Asia Pacific Information Superhighway Steering Committee, 1 2 November 2017, Dhaka, Bangladesh. First Session of the Asia Pacific Information Superhighway Steering Committee, 1 2 November 2017, Dhaka, Bangladesh. DRAFT SUBMISSION OF [ORGANIZATION] PROJECTS/ACTIVITIES/STUDIES [Date] Objective: This

More information

IPv6 Address Allocation Policies and Management

IPv6 Address Allocation Policies and Management IPv6 Address Allocation Policies and Management Mirjam Kühne, RIPE NCC 1 Outline Introduction to RIPE & RIPE NCC RIPE NCC in the Global Context Policy Development How to participate IPv6 Allocation Policies

More information

APNIC Policies and the PDP. APNIC Regional Meeting Manila, Philippines

APNIC Policies and the PDP. APNIC Regional Meeting Manila, Philippines APNIC Policies and the PDP APNIC Regional Meeting Manila, Philippines 1 Agenda What are APNIC Policies? What is the PDP? APNIC Resource Policies Policy environment for Internet number resource distribution

More information

Support for Classless Internet Addresses. in the RIPE Database. Tony Bates Daniel Karrenberg Marten Terpstra. Document ID: ripe-121 ABSTRACT

Support for Classless Internet Addresses. in the RIPE Database. Tony Bates Daniel Karrenberg Marten Terpstra. Document ID: ripe-121 ABSTRACT RIPE Support for Classless Internet Addresses in the RIPE Database Tony Bates Daniel Karrenberg Marten Terpstra Document ID: ripe-121 ABSTRACT This paper describes the necessary changes to the RIPE database

More information

Internet Governance & Current Internet Eco-system. Filiz Yilmaz SNE Colloquium, University of Amsterdam September 2016

Internet Governance & Current Internet Eco-system. Filiz Yilmaz SNE Colloquium, University of Amsterdam September 2016 Internet Governance & Current Internet Eco-system Filiz Yilmaz SNE Colloquium, University of Amsterdam September 2016 koalafil@gmail.com Overview Who am, I why am I here? Brief History of Internet Internet

More information

ICANN and Russia. Dr. Paul Twomey President and CEO. 10 June International Economic Forum St. Petersburg, Russia

ICANN and Russia. Dr. Paul Twomey President and CEO. 10 June International Economic Forum St. Petersburg, Russia ICANN and Russia Dr. Paul Twomey President and CEO 10 June 2007 1 ICANN s mission To coordinate, overall, the global Internet's system of unique identifiers, and to ensure stable and secure operation of

More information

IPv6 Migration Framework Case of Institutions in Ethiopia

IPv6 Migration Framework Case of Institutions in Ethiopia IPv6 Migration Framework Case of Institutions in Ethiopia Kidist Mekonnen Zemen Bank, Addis Ababa, Ethiopia kidistmt@yahoo.com Taye Abdulkadir HiLCoE School of Computer Science and Technology, Addis Ababa,

More information

The Future of the Internet?

The Future of the Internet? The Future of the Internet? If Only I Knew British Chamber of Commerce, 14 Sept 2006, Brussels http://www.ripe.net 1 Overview Profile RIPE NCC Coordinating the Internet - Industry Self Regulation at Work

More information

Chapter 7: IP Addressing CCENT Routing and Switching Introduction to Networks v6.0

Chapter 7: IP Addressing CCENT Routing and Switching Introduction to Networks v6.0 Chapter 7: IP Addressing CCENT Routing and Switching Introduction to Networks v6.0 CCNET v6 13 Chapter 7 - Sections & Objectives 7.1 IPv4 Network Addresses Convert between binary and decimal numbering

More information

Internet Addressing and the RIR system (part 2)

Internet Addressing and the RIR system (part 2) Internet Addressing and the RIR system (part 2) 12 February 2004 Phnom Penh, Cambodia Paul Wilson, APNIC Overview Part 2 Allocation statistics Asia Pacific Internet Resource statistics Global Internet

More information

Supporting Internet Growth and Evolution: The Transition to IPv6

Supporting Internet Growth and Evolution: The Transition to IPv6 2010/TEL41/DSG/WKSP2/004 Agenda Item: Panel Discussion 1 Supporting Internet Growth and Evolution: The Transition to IPv6 Submitted by: APNIC Workshop for IPv6: Transforming the Internet Chinese Taipei

More information

ICANN & Global Partnerships

ICANN & Global Partnerships ICANN & Global Partnerships Baher Esmat Manager, Regional Relations Middle East cctld Training, Amman 26-29 Nov, 2007 1 What is ICANN? The Internet Corporation for Assigned Names and Numbers (ICANN) is

More information

Fundamental Principles of the Internet. Open, Distributed and Bottom-up.

Fundamental Principles of the Internet. Open, Distributed and Bottom-up. Fundamental Principles of the Internet Open, Distributed and Bottom-up. 1 Internet s history = Giving rise to the governance principles that are open, interconnected, distributed, and transnational!2 Source:

More information

APNIC elearning: Internet Registry Policies. Revision:

APNIC elearning: Internet Registry Policies. Revision: APNIC elearning: Internet Registry Policies Issue Date: 01/04/2015 Revision: Overview Allocation and Assignment Portable and Non-Portable Addresses IRM Objectives and Goals APNIC Policy Environment APNIC

More information

ARIN Update. Mark Kosters CTO

ARIN Update. Mark Kosters CTO ARIN Update Mark Kosters CTO Agenda What does ARIN do? A short ARIN status report How you can get IP space from us? 2 3 ARIN, a nonprofit member-based organization, supports the operation of the Internet

More information

The Global Research Council

The Global Research Council The Global Research Council Preamble The worldwide growth of support for research has presented an opportunity for countries large and small to work in concert across national borders. Cooperation and

More information

We are also organizational home of the Internet Engineering Task Force (IETF), the premier Internet standards-setting body.

We are also organizational home of the Internet Engineering Task Force (IETF), the premier Internet standards-setting body. 1 Founded in 1992, by Internet pioneers The Internet Society is the world's trusted independent source of leadership for Internet policy, technology standards, and future development. More than simply

More information

ICANN Overview & Global and Strategic Partnerships

ICANN Overview & Global and Strategic Partnerships ICANN Overview & Global and Strategic Partnerships Theresa Swinehart Vice President Global and Strategic Partnerships ICANN Baher Esmat Manager, Regional Relations Middle East ICANN Dubai, UAE 1 April,

More information

IPv4 depletion and migration to IPv6. John Curran Chairman American Registry of Internet Numbers (ARIN)

IPv4 depletion and migration to IPv6. John Curran Chairman American Registry of Internet Numbers (ARIN) IPv4 depletion and migration to IPv6 John Curran Chairman American Registry of Internet Numbers (ARIN) Agenda Quick History of IPv4 & IPv6 IPv4 Utilization and Trend Situation Call for Action Q & A Quick

More information

IPv6 & Internet Governance Developments. CANTO Nate Davis, Chief Operating Officer

IPv6 & Internet Governance Developments. CANTO Nate Davis, Chief Operating Officer IPv6 & Internet Governance Developments CANTO Nate Davis, Chief Operating Officer 13 August 2014 2 History of the Internet Protocol Internet Protocol version 4 (IPv4) Developed for the original Internet

More information

RSC Part II: Network Layer 3. IP addressing (2nd part)

RSC Part II: Network Layer 3. IP addressing (2nd part) RSC Part II: Network Layer 3. IP addressing (2nd part) Redes y Servicios de Comunicaciones Universidad Carlos III de Madrid These slides are, mainly, part of the companion slides to the book Computer Networking:

More information

IP Addressing and ICT Development in the Pacific Islands. Anne Lord and Save Vocea, APNIC ICT Workshop, Fiji, November, 2002

IP Addressing and ICT Development in the Pacific Islands. Anne Lord and Save Vocea, APNIC ICT Workshop, Fiji, November, 2002 IP Addressing and ICT Development in the Pacific Islands Anne Lord and Save Vocea, APNIC ICT Workshop, Fiji, 11-13 November, 2002 A Glimpse of the Future. What is ICT Development? E-commerce and E-education

More information

The IDN Variant TLD Program: Updated Program Plan 23 August 2012

The IDN Variant TLD Program: Updated Program Plan 23 August 2012 The IDN Variant TLD Program: Updated Program Plan 23 August 2012 Table of Contents Project Background... 2 The IDN Variant TLD Program... 2 Revised Program Plan, Projects and Timeline:... 3 Communication

More information

Internet Routing Protocols, DHCP, and NAT

Internet Routing Protocols, DHCP, and NAT Internet Routing Protocols, DHCP, and NAT Hwajung Lee Modified from Slides Courtesy of Cisco Networking Academy and the book titled Communication Networks by Leon-Garcia Contents Basic Routing Single Area

More information

IPv6 Deployment and Distribution in the RIPE NCC Service Region. Marco Schmidt IP Resource Analyst Monday, 23 April 2012

IPv6 Deployment and Distribution in the RIPE NCC Service Region. Marco Schmidt IP Resource Analyst Monday, 23 April 2012 IPv6 Deployment and Distribution in the RIPE NCC Service Region Marco Schmidt IP Resource Analyst Monday, 23 April 2012 Topics: RIPE NCC IPv4 - review and last /8 IPv6 - current status How to get IPv6

More information

ARIN Number Resource Policy Manual. Version October 15, 2004

ARIN Number Resource Policy Manual. Version October 15, 2004 ARIN Number Resource Policy Manual Version 2004.1 -October 15, 2004 Abstract This is ARIN's Number Resource Policy Manual (NRPM). It is available at: http://www.arin.net/policy/. Contents 1. Introduction

More information

APNIC Update. RIPE 59 October 2009

APNIC Update. RIPE 59 October 2009 APNIC Update RIPE 59 October 2009 Overview APNIC Services Update APNIC 28 policy outcomes APNIC Members and Stakeholder Survey Next APNIC Meetings Resource Delegations (1 Oct 09) No of /8 delegated No

More information

Introduction to the RIR System. Dr. Nii N. Quaynor

Introduction to the RIR System. Dr. Nii N. Quaynor Introduction to the RIR System Dr. Nii N. Quaynor 1 Internet Identifiers Name resources: Names Names used to access the Internet gtlds: Generic Top level domains (.com,.net, info,.org,.int etc) cctld:

More information

RIPE. Réseaux IP Européens. Rob Blokzijl. RIPE Chairman. Rob Blokzijl. RIPE NCC, 7-9 December 2003, Dubai.

RIPE. Réseaux IP Européens. Rob Blokzijl. RIPE Chairman. Rob Blokzijl. RIPE NCC, 7-9 December 2003, Dubai. RIPE Réseaux IP Européens Rob Blokzijl RIPE Chairman K13@NIKHEF.nl Rob Blokzijl. RIPE NCC, 7-9 December 2003, Dubai. http://www.ripe.net 1 RIPE History Terms of Reference Organisation Meetings Working

More information

ICANN and Internet Governance. Pierre Dandjinou, VP ; Africa. AIS, Lusaka 17 JUNE 2013

ICANN and Internet Governance. Pierre Dandjinou, VP ; Africa. AIS, Lusaka 17 JUNE 2013 ICANN and Internet Governance Pierre Dandjinou, VP ; Africa AIS, Lusaka 17 JUNE 2013 Agenda Today + ICANN Past and Present + The IG Ecosystem + The Internet Governance Debate + Some predictions. 2 ICANN

More information

IPv6: The Future of the Internet? July 27th, 1999 Auug

IPv6: The Future of the Internet? July 27th, 1999 Auug IPv6: The Future of the Internet? July 27th, 1999 Auug Overview Introduction to APNIC Introduction to IPv6 Obtaining IPv6 Address Space References and RFCs What is APNIC? Regional Internet Registry (RIR)

More information

Supporting Internet Growth and Evolution: The Transition to IPv6

Supporting Internet Growth and Evolution: The Transition to IPv6 Supporting Internet Growth and Evolution: The Transition to IPv6 Bali IPv6 Summit, Bali 9 June 2010 Sanjaya Services Director, APNIC 1 Overview Recap About APNIC Reality check: where are we now? Transition

More information

Background Brief. The need to foster the IXPs ecosystem in the Arab region

Background Brief. The need to foster the IXPs ecosystem in the Arab region Background Brief The need to foster the IXPs ecosystem in the Arab region The Internet has become a shared global public medium that is driving social and economic development worldwide. Its distributed

More information

Background Brief. The need to foster the IXPs ecosystem in the Arab region

Background Brief. The need to foster the IXPs ecosystem in the Arab region Background Brief The need to foster the IXPs ecosystem in the Arab region The Internet has become a shared global public medium that is driving social and economic development worldwide. Its distributed

More information

IPv6, Act Now! Daniel Karrenberg, RIPE NCC Chief Scientist

IPv6, Act Now! Daniel Karrenberg, RIPE NCC Chief Scientist IPv6, Act Now! Daniel Karrenberg, RIPE NCC Chief Scientist Who is talking: Daniel Karrenberg 1980s: helped build Internet in Europe EUnet, Ebone, IXes,... RIPE 1990s: helped build RIPE NCC 1st CEO: 1992-2000

More information

APNIC Update. APTLD Meeting

APNIC Update. APTLD Meeting APNIC Update APTLD Meeting APNIC s Vision A global, open, stable, and secure Internet that serves the entire Asia Pacific community 2 APNIC s Mission Function as the Regional Internet Registry for the

More information

Internet Addressing in the 2010s

Internet Addressing in the 2010s April 2013 Internet Addressing in the 2010s IPv4 exhaustion and address transfers, and their impact on IPv6 deployment Paul Wilson, APNIC Important notes: 1. For readers requiring background information

More information

The Migration to Ipv6

The Migration to Ipv6 GSM Europe The European interest group of the GSM Association http://gsmeurope.gsmworld.com The Migration to Ipv6 GSM Europe Policy Statement for the IPv6 Task Force- GSME, 6 August 2001 1. Background

More information

Internet Engineering Task Force (IETF) Request for Comments: Obsoletes: 3177 Category: Best Current Practice. March 2011

Internet Engineering Task Force (IETF) Request for Comments: Obsoletes: 3177 Category: Best Current Practice. March 2011 Internet Engineering Task Force (IETF) Request for Comments: 6177 BCP: 157 Obsoletes: 3177 Category: Best Current Practice ISSN: 2070-1721 T. Narten IBM G. Huston APNIC L. Roberts Stanford University March

More information

WORLD TELECOMMUNICATION STANDARDIZATION ASSEMBLY Hammamet, 25 October 3 November 2016

WORLD TELECOMMUNICATION STANDARDIZATION ASSEMBLY Hammamet, 25 October 3 November 2016 I n t e r n a t i o n a l T e l e c o m m u n i c a t i o n U n i o n ITU-T TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU WORLD TELECOMMUNICATION STANDARDIZATION ASSEMBLY Hammamet, 25 October 3 November

More information

RIPE Policy Development & IPv4 / IPv6

RIPE Policy Development & IPv4 / IPv6 RIPE Policy Development & IPv4 / IPv6 Workshop on the IPv6 development in Saudi Arabia 8 February 2009 Axel Pawlik axel@ripe.net Overview RIPE PDP (Policy Development Process) Current Policy Issues IPv4

More information

An Introduction to IPv6

An Introduction to IPv6 An Introduction to IPv6 Eyal Orgil Marketing Director, Commtouch www.commtouch.com http://blog.commtouch.com 1. Review of IPv4 2. Learn what IPv6 is 3. What will be the impact of IPv6 4. Issues you need

More information

Internet Corporation for Assigned Names & Numbers - Internet Assigned Numbers Authority Update

Internet Corporation for Assigned Names & Numbers - Internet Assigned Numbers Authority Update Internet Corporation for Assigned Names & Numbers - Internet Assigned Numbers Authority Update PacNOG 3, Rarotonga Save Vocea Regional Liaison - Australasia/Pacific 17 June 2007 ICANN Mission To coordinate,

More information

Regional Internet Registries. Statistics & Activities

Regional Internet Registries. Statistics & Activities Regional Internet Registries Statistics & Activities IEPG @ IETF 58 Minneapolis Prepared By APNIC, ARIN, LACNIC, RIPE NCC 9 November 2003 IEPG @ IETF 58 Minneapolis Overview Internet Number Resource Status

More information

RIPE NCC Introduction. Jochem de Ruig Chief Financial Officer

RIPE NCC Introduction. Jochem de Ruig Chief Financial Officer RIPE NCC Introduction Chief Financial Officer RIPE NCC Contents Basics what are Internet Number Resources (INR)? The INR world The registration Legal aspects of INR RIPE NCC and Law Enforcement Basics

More information

ETNO Expert Contribution IP Addressing in a post IPv4 World - Principles

ETNO Expert Contribution IP Addressing in a post IPv4 World - Principles May 2008 ETNO Expert Contribution IP Addressing in a post IPv4 World - Principles Executive Summary ETNO 1 has prepared and presented its Common Position CP082 2007/10 regarding the exhaustion of the IPv4

More information