Elsevier

Computer Communications

Volume 111, 1 October 2017, Pages 105-119
Computer Communications

On IPv4 transfer markets: Analyzing reported transfers and inferring transfers in the wild

https://doi.org/10.1016/j.comcom.2017.07.012Get rights and content

Abstract

IPv4 Transfer Markets have recently emerged as a mechanism for prolonging the usability of IPv4 address space. They facilitate the trading of IPv4 address space, which constitutes a radical shift transforming IPv4 addresses from a free resource to a commodity. In this paper, we conduct a comprehensive analysis of all IPv4 transfers that are published by three regional Internet registries. We analyze the overall evolution of transfer markets, whether they lead to a healthy redistribution of IP addresses, and the interplay between transfers and IPv6 adoption. We find that, to a large extent, IPv4 transfers serve their intended purpose by moving IP blocks from those with excess to those in need - transferred address blocks appear to be routed after the transfer, the utilization of transferred blocks is greater after the transfer date and a high percentage of the transferred space comes from legacy space. We have also proposed a methodology for detecting IPv4 transfers in the wild that tracks changes in origins of IP prefixes in the global routing table. This method yields promising results, yet it produces a large number of false positives due to the noisy nature of routing data. We have investigated the cause of these false positives and verified that they can be reduced to a volume analyzable by a human operator.

Introduction

In the course of the last few years we have witnessed a rapid decrease in the number of available IP version 4 (IPv4) addresses. Currently, four of the five Regional Internet Registries (RIRs) are allocating from their last /8 address block, which is the last 224 addresses that a RIR has at its disposal [1], [2], [3], [4]. Moreover, the American Registry for Internet Numbers (ARIN) reported in September 2015 that it has no more available IPv4 addresses [5]. The Internet community foresaw this problem and designed a new version of the IP protocol, IP version 6 (IPv6) [6], which considerably extends the IP addressing space (i.e., from 232 to 2128 IP addresses). Even though this version was standardized more than 20 years ago, its uptake has been slow [7], [8].

The continuing demand for IPv4 addresses and the slow transition to IPv6 have resulted in organizations looking for other means to fulfill their IP addressing needs. One such mechanism is the IPv4 Transfer Market, which facilitates the sale of IPv4 addresses between organizations with excess (sellers) and organizations with deficit (buyers) of IPv4 address space. IP address trading between these organizations is subject to rules and regulations imposed by the RIRs, which differ from one RIR to another. Buyers and sellers need to submit a transfer request to their local RIR, which decides whether to allow/disallow the transfer based on its internal policies. IPv4 transfer transactions can involve a third-party participant (known as IPv4 broker) that facilitates the process of exchanging the address blocks between a seller and a buyer. Four of the five RIRs have implemented policies that allow transfer of address resources; i.e., Asia Pacific Network Information Centre (APNIC), Réseaux IP Européens (RIPE), American Registry for Internet Numbers (ARIN) and Latin America and Caribbean Network Information Centre (LACNIC). The first intra-RIR transaction was reported by ARIN in 2009. Three years later, the first inter-RIR transaction was reported between organizations registered in North America (i.e., ARIN) and Asia Pacific (i.e., APNIC). The RIRs make the lists of completed transfers available to the public in an attempt to provide more transparency into the address transfer process.

IPv4 transfer markets are a source of controversial discussions [9], [10], [11], [12], [13], [14]. On the one hand, the transfer markets can extend the usable life of IPv4, but they could also delay the adoption of IPv6 or halt it altogether, cause further fragmentation of the address space and larger IPv4 routing tables, or generate destabilizing speculation and/or hoarding behavior. It is not clear that address space owners, especially holders of legacy space, will adhere to RIR transfer policies; even now address blocks may be changing hands without the knowledge of the RIRs. We believe an empirically grounded characterization of address transfer activity will inform the on-going debate on the relative benefits and harms of IPv4 address space markets.

In this work we conduct an empirical analysis of IPv4 transfer markets. In the first part of the paper, we focus on the transferred address blocks published by the RIRs. We characterize these transactions along various dimensions: the type of address space being exchanged on the market, whether that space is subsequently used by the buyers, the organizations involved in the transfers, and the impact of the market on IPv6 adoption and the global routing table. Based on our results there does not appear to be any evidence of a hoarding behavior by the buyers of address space. Most of the address space is routed after the transfer date, and the utilization of transferred address blocks shows an increasing trend after the transfer. We find that 63% of the address space traded on the market represents legacy address space hinting at a healthy redistribution of such space. Our analysis also indicates the existence of a few dominating players that exchange most of the transferred blocks in each region.

In the second part of the paper, we propose a method for inferring transfers “in the wild”. Using routing data generated by the Border Gateway Protocol (BGP), we construct an initial list of candidate transfers based on the observed change in the origin Autonomous Systems (AS) of a prefix over time. A major challenge is that prefixes may change origin ASes for reasons other than transfers, e.g., movements internally within an organization, transient prefix hijacks, and traffic engineering. We devise a set of BGP filters to remove false positives from the list of candidate transfers. Our methodology infers more than 90% of the detectable reported transactions. However, our BGP-based approach also produces a large number of false positive BGP movements. We investigate possible causes of these false positives by analyzing three case studies. We find that many such movements are related to non-BGP speaker organizations, as well as operational changes in the IPv4 address space of the organizations. We also show that leveraging additional data sources, like Domain Name System (DNS) name data and RIR resource allocation records, can further reduce false positives to a level that can be vet by a human operator.

This paper is a longer and more comprehensive version of an earlier work [15]. More specifically, we have extended the measurement period by two years and revised our inferred methodology by investigating the usage of auxiliary data for detecting transfers. We also enhanced the IPv4 transfer market analysis by devising new metrics which offer a deeper understanding of the market. We improved the analysis of the transferred space utilization, involved players on the market and the impact of the market on IPv6 adoption. We also analyzed the impact of the on the global routing table growth, and investigated to what extent the market satisfies the organizations needs for extra IPv4 addresses. Also, we introduced a method for estimating the IPv4 prices and the IPv4 transfer market lifespan. The rest of the paper is organized as follows. Section 2 details the related work. In Section 3 we present a short summary of the IP address management evolution and describe the existing transfer policies implemented by the RIRs. In Section 4 we describe in detail the datasets used in this paper. In Section 5 we analyze the reported transferred address blocks, and in Section 6 we propose a method for inferring transfers using publicly available data. In Section 8 we discuss the implications of our work, and in Section 9 we list our conclusions and avenues for further research.

Section snippets

Related Work

The rapid decrease of available IPv4 addresses, as well as the significant increase in the number of transactions in the IPv4 market have drawn the attention of the Internet community. A number of research efforts have focused on IPv4 address space utilization and IPv4 transfer markets.

Richter et al. [16] presented a study on the IPv4 address space, focusing on the evolution of the allocation and management of the IP space, as well as the current scarcity problem. Dainotti et al. [17] proposed

Background: IPv4 address management

The Internet Protocol (IP) is one of the core protocols used in the Internet, providing support for the addressing of packets. IPv4 was the first version of this protocol to be widely deployed in the Internet. Despite its well-known shortcoming (i.e., limited number of IPv4 addresses, security related issues) most of the communication in the current Internet still relies on IPv4. Analyzing the evolution of the IPv4 address management shows the existence of different factors that shaped the

Datasets

In this section we present a short description of the datasets used in our work.

List of reported transfers: Registries periodically publish the intra-RIR and inter-RIR IPv4 address space blocks exchanged on the IPv4 transfer market1. ARIN reports the first intra-RIR transferred IP block in October 2009 [36], APNIC in November 2010 [37], RIPE in October 2012 [38]. The first inter-RIR transfer is reported in October 2012. We use the

Analysis of the reported transfers

We present in this section an in-depth analysis of the documented IPv4 transactions within each of the three RIRs. To this end, we consider the lists of reported transferred IP address blocks.

Inferring transfers

Approved address space transactions are made in accordance with the RIRs transfer policies. However, there is no clear mechanism to ensure that organizations report these transactions to their regional registry. Due to the restrictions imposed by the RIRs through both their transfer and allocation policies, organizations could be exchanging address blocks without RIRs approval, leading to inaccuracies in prefix ownership in RIRs records. It is thus important to develop a method that infers

Reducing false positive movements

This section explores additional approaches to reduce the inferred false positives.

Discussion

We discuss in this section the implication of our work.

Reported transfers: In the course of the last years, the IPv4 transfer markets have significantly increased in size. From our analysis, we observed that address blocks acquired on the market appear to be utilized by the buyers; there is thus no evidence of any hoarding behavior on the part of the buyers. Moreover, markets do not appear to have a negative impact on the IPv6 adoption or the global routing table. The markets, however appear to

Conclusion and future work

Our work has focused on the IPv4 transfer market. In the first part of this paper we presented an analysis of the reported transfers published by the RIRs. The overall number of these blocks appears to have rapidly increased in the last years, indicating that organizations are considering markets to be a viable mechanism for fulfilling their IP addressing needs. Currently, three of the five RIRs (APNIC, RIPE and ARIN) are reporting both intra-RIR and inter-RIR transfers. LACNIC has recently

Acknowledgments

Ioana Livadariu and Ahmed Elmokashfi were supported by the Norwegian Research Council, grant number209954 (Resilient Networks 2). Amogh Dhamdhere was supported by the National Science Foundation (NSF) under grants CNS-1528148 and CNS-1111449.

References (85)

  • RIPE NCC

    Allocations from the Lastt /8

    (2010)
  • LACNIC

    No more IPv4 addresses in Latin America and the Caribbean

    (2014)
  • APNIC

    APNIC IPv4 address pool reaches final /8

    (2011)
  • ARIN

    ARIN enters phase four of the IPv4 countdown plan

    (2014)
  • ARIN

    ARIN IPv4 free pool reaches zero

    (2015)
  • S. Deering et al.

    RFC 2460: internet protocol, Version 6 (IPv6) specification

    (1998)
  • G. Huston, Ipv6: Ipv6/ipv4 comparative statistics,...
  • Google Statistics, IPv6 adoption,...
  • I.V. Beijnum

    Trading ipv4 addresses will end in tears

    (2011)
  • I.V. Beijnum

    IPv6 takes one step forward, IPv4 two steps back in 2012

    (2013)
  • A. Dul

    Economics of the IPv4 markets on IPv6 deployment

    (2011)
  • I.V. Beijnum

    The case for a free market in ipv4 addresses

    (2011)
  • W. Lehr et al.

    Running on empty: the challenge of managing internet addresses

    Proc. of TPRC

    (2008)
  • E. Osterweil et al.

    The great ipv4 land grab: resource certification for the ipv4 grey market

    Proc. of HotNets-X

    (2011)
  • I. Livadariu et al.

    A first look at IPv4 transfer markets

    Proc. of ACM SIGCOMM CoNEXT

    (2013)
  • P. Richter et al.

    A primer on ipv4 scarcity

    SIGCOMM Comput. Commun. Rev.

    (2015)
  • A. Dainotti et al.

    Lost in space: improving inference of IPv4 address space utilization

    IEEE JSAC

    (2016)
  • S. Zander et al.

    Capturing ghosts: predicting the used IPv4 space by inferring unobserved addresses

    Proc of ACM IMC

    (2014)
  • M. Mueller et al.

    Dimensioning the elephant: an empirical analysis of the ipv4 number market

    GigaNet: Global Internet Governance Academic Network, Annual Symposium

    (2012)
  • M. Mueller et al.

    Buying numbers: an empirical analysis of the ipv4 number market

    Proc of iConference

    (2013)
  • R. Wilhelm

    Developments in ipv4 transfers

    (2016)
  • E. Velea

    IPv4 transfers

    (2016)
  • R. Wilhelm

    Impact of IPv4 transfers on routing table fragmentation

    (2016)
  • A. Potter

    How to navigate getting IPv4 space in a post-run-out world

    (2016)
  • D. Huberman

    Smarter purchasing of IPv4 addresses in the market

    (2016)
  • G. Huston

    Ipv4 address exhaustion in apnic

    (2016)
  • G. Huston

    IPv4 address transfers in APNIC

    (2015)
  • I. Livadariu

    Studying the IPv4 transfer market: reported transfers

    (2016)
  • I. Livadariu

    Studying the IPv4 transfer market: reported transfers

    (2017)
  • J. Postel

    RFC 791: internet protocol

    (1981)
  • IANA IPv4 Address Space Registry,...
  • V. Fuller et al.

    RFC 1519: classless inter-domain routing (CIDR): an address assignment and aggregation strategy

    (2006)
  • R. Housley et al.

    The internet numbers registry system

    (2013)
  • ICANN, Internet assigned numbers authority (IANA) policy for allocation of IPv4 blocks to regional internet registries,...
  • NRO

    Free pool of IPv4 address space depleted

    (2011)
  • ARIN, Inter-RIR and specified transfers of Internet number resources,...
  • APNIC, IPv4 transfers,...
  • RIPE, IPv4 transfer statistics,...
  • LACNIC, Resource transfers,...
  • ARIN, Specified transfer listing service,...
  • APNIC, IPv4 transfers listing service,...
  • RIPE NCC, IPv4 transfer listing service,...
  • Cited by (16)

    • Studying the evolution of content providers in IPv4 and IPv6 internet cores

      2019, Computer Communications
      Citation Excerpt :

      The growth of IPv6 reachability and its incompatibility with IPv4 have encouraged to study differences between both networks such as path lengths, performance and perspectives at the routing system [20]. The foreseeable long-time coexistence of both protocols, in addition to the already scarce number of unallocated IPv4 prefixes, have led to inter-organization IPv4 blocks purchase, allowed by some RIRs, know as the Transfer market [34,35]. Despite the large number of transfers that have been signed since 2009, a peculiar pattern has been recently observed — Content Providers are purchasing large address blocks from American universities.

    • IPV6: Strengths and Limitations

      2024, Internet of Things
    • Back-to-the-Future Whois: An IP Address Attribution Service for Working with Historic Datasets

      2023, Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics)
    View all citing articles on Scopus
    View full text