<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.39 (Ruby 3.4.9) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-iab-ip-geo-workshop-report-02" category="info" consensus="true" submissionType="IAB" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.34.0 -->
  <front>
    <title abbrev="IP-Geo Workshop">Report from the IAB Workshop on IP Address Geolocation</title>
    <seriesInfo name="Internet-Draft" value="draft-iab-ip-geo-workshop-report-02"/>
    <author fullname="Jana Iyengar">
      <organization/>
      <address>
        <email>jri.ietf@gmail.com</email>
      </address>
    </author>
    <author fullname="Jason Livingood">
      <organization/>
      <address>
        <email>Jason_Livingood@comcast.com</email>
      </address>
    </author>
    <author fullname="Tommy Pauly">
      <organization/>
      <address>
        <email>tpauly@apple.com</email>
      </address>
    </author>
    <date year="2026" month="June" day="25"/>
    <keyword>geolocation</keyword>
    <keyword>privacy</keyword>
    <keyword>geofeed</keyword>
    <abstract>
      <?line 373?>

<t>The IAB Workshop on IP Address Geolocation (IP-GEO) was held from December 3-5, 2025,
as a three-day virtual meeting. It covered the use cases and background on
using IP addresses as indicators of geolocation, explored various problems and
challenges that exist in that ecosystem, and discussed future directions
and opportunities to improve or replace the current practices.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        The latest revision of this draft can be found at <eref target="https://intarchboard.github.io/draft-iab-ip-geo-workshop-report/draft-iab-ip-geo-workshop-report.html"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-iab-ip-geo-workshop-report/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/intarchboard/draft-iab-ip-geo-workshop-report"/>.</t>
    </note>
  </front>
  <middle>
    <?line 382?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>The Internet Architecture Board (IAB) holds occasional workshops designed to consider
long-term issues and strategies for the Internet, and to suggest future directions for
the Internet architecture. This long-term planning function of the IAB is complementary
to the ongoing engineering efforts performed by working groups of the
Internet Engineering Task Force (IETF).</t>
      <t>Many services on the Internet map client IP addresses to a
particular geolocation. For example, they might infer that traffic originating from a particular
IP address means the traffic originates from a particular city. This practice is widespread
even though IP addresses are
not designed or guaranteed to have a singular or fixed location associated with them.</t>
      <t>Use of IP geolocation has a significant impact on the architecture
and realities of deploying systems on the Internet, but is frequently not documented
or incompletely documented in standards.</t>
      <t>The IAB convened a virtual workshop on IP Address Geolocation from December 3-5, 2025.
The workshop aimed to:</t>
      <ul spacing="normal">
        <li>
          <t>Understand the current use cases for publishing, discovering, and consuming IP address
geolocation data (<xref target="use-cases"/>)</t>
        </li>
        <li>
          <t>Explore areas for improvement, both in ways to update or replace IP geolocation mechanisms (<xref target="gaps-issues"/>)</t>
        </li>
        <li>
          <t>Consider mechanisms that satisfy the use cases without relying on geolocating IP addresses (<xref target="future"/>)</t>
        </li>
      </ul>
      <section anchor="about-this-workshop-report-content">
        <name>About this workshop report content</name>
        <t>This document is a report on the proceedings of the workshop. The views and positions
documented in this report are expressed during the workshop by participants and do not
necessarily reflect IAB's views and positions.</t>
        <t>Furthermore, the content of the report comes from presentations given by workshop
participants and notes taken during the discussions, without interpretation or
validation. Thus, the content of this report follows the flow and dialogue of the
workshop but does not attempt to capture a consensus.</t>
      </section>
    </section>
    <section anchor="conventions-and-definitions">
      <name>Conventions and Definitions</name>
      <t>Throughout this document, the following terms are used:</t>
      <ul spacing="normal">
        <li>
          <t>"IP geolocation" is used to refer to the notion of mapping an IP address
to one or more physical locations.</t>
        </li>
        <li>
          <t>A "geofeed" refers to a file that provides IP geolocation information.
In this document, this usually refers specifically to the format defined
in <xref target="GEOFEED"/>.</t>
        </li>
      </ul>
    </section>
    <section anchor="use-cases">
      <name>Current uses of IP geolocation</name>
      <t>The initial discussion of the workshop focused on identifying the current
use cases for IP geolocation, and how they interact with today's mechanisms
and the ecosystem around IP geolocation.</t>
      <section anchor="why-is-ip-geolocation-used">
        <name>Why is IP geolocation used?</name>
        <t>Some of the identified use cases were focused on optimizations to the user experience
or network behavior, such as:</t>
        <ul spacing="normal">
          <li>
            <t>Automatically choosing appropriate language or regional settings for content</t>
          </li>
          <li>
            <t>Providing relevant nearby content (for searches or serving advertisements)</t>
          </li>
          <li>
            <t>Optimizing network routes and server selection, generally used to optimize Content Delivery Network (CDNs)</t>
          </li>
        </ul>
        <t>For these use cases, errors in IP geolocation cause annoyance or performance issues,
but are generally recoverable (the user can change their location preference or update their search).</t>
        <t>Other use cases treat the accuracy of the IP geolocation as a more critical piece of
information:</t>
        <ul spacing="normal">
          <li>
            <t>Enforcing legal or compliance-related requirements</t>
          </li>
          <li>
            <t>Enforcing contractual requirements between corporations</t>
          </li>
          <li>
            <t>Providing information for disaster relief or law enforcement when other location signals are unavailable</t>
          </li>
        </ul>
        <t>IP geolocation is often not the only signal used to satisfy these use cases,
but it is often used as an important piece of them.</t>
        <t>All of these use cases are relying on IP geolocation being a passive and
implicit signal, without explicit intent being communicated on network connections.</t>
        <t>Details of some of these use cases are included below.</t>
        <section anchor="localized-and-relevant-content">
          <name>Localized and Relevant Content</name>
          <t>As discussed in <xref target="KLINE"/>, one of the major motivations for the development
of the current geofeed format <xref target="GEOFEED"/> was to improve how search results
were displayed based on client IP addresses. When users are performing
searches or accessing sites that localize content, and the IP geolocation is
incorrect, the user may be presented with content that is not relevant
(seeing results for a faraway city when searching for "pizza near me")
or isn't localized appropriately (seeing content in an unexpected language,
or prices in an unexpected currency).</t>
          <t>In the case of the development of <xref target="GEOFEED"/>, these issues were seen
when deploying IPv6, highlighting that the ecosystem had mainly only mapped
out IPv4 addresses previously.</t>
        </section>
        <section anchor="targeted-advertising">
          <name>Targeted Advertising</name>
          <t>The ad-tech ecosystem relies on geolocation to serve localized advertisements. This
use represents the highest volume of geolocation queries globally.</t>
        </section>
        <section anchor="network-optimization-and-server-selection">
          <name>Network Optimization and Server Selection</name>
          <t>In general, CDNs and cloud providers route traffic
from clients based on optimizing network topological distance, but IP geolocation
is sometimes used as an input to DNS-based routing systems to assist in server selection
(see <xref target="NYGREN"/> and <xref target="BROWN"/>). Misalignment here results in
suboptimal routing and increased latency for users.</t>
        </section>
        <section anchor="content-rights-management-and-licensing">
          <name>Content Rights Management and Licensing</name>
          <t>A primary driver for IP geolocation remains the enforcement of territorial licensing
agreements for streaming video, which is the largest volume of data at peak hour on
the Internet today. Streaming services and media broadcasters rely heavily on
IP-to-location mapping to restrict content availability based on country or region
(Geo-blocking). Participants noted that this creates a high-stakes environment where accuracy is directly tied to contractual compliance.</t>
        </section>
        <section anchor="fraud-detection-and-security">
          <name>Fraud Detection and Security</name>
          <t>Financial institutions and identity providers use geolocation as a signal for risk
assessment. "Impossible travel" (a user logging in from two distant countries
within a short timeframe) or traffic originating from sanctioned regions are
standard triggers for security alerts.</t>
        </section>
        <section anchor="regulatory-and-legal-compliance">
          <name>Regulatory and Legal Compliance</name>
          <t>Operators increasingly use IP geolocation to comply with local laws, including:</t>
          <ul spacing="normal">
            <li>
              <t>Gambling and Betting regulations: Restricting access to users within specific jurisdictions.</t>
            </li>
            <li>
              <t>Taxation: Determining the applicable VAT or sales tax based on the consumer's location.</t>
            </li>
            <li>
              <t>Law Enforcement: Investigating cybercrime by mapping IP addresses to physical jurisdictions for warrant service.</t>
            </li>
          </ul>
        </section>
      </section>
      <section anchor="what-are-the-current-ip-geolocation-mechanisms">
        <name>What are the current IP geolocation mechanisms?</name>
        <t>Geofeeds are defined by <xref target="GEOFEED"/> as CSV-formatted mappings from IP address
subnets to locations, by country/region and city. <xref target="RFC9632"/> additionally
defines how to discover this data and to authenticate it using the
Resource Public Key Infrastructure (RPKI).</t>
        <t>Often, servers that are checking IP geolocation information are not directly
consuming geofeed information, but instead use the services of one or more
IP geolocation providers. These services provide not only a mapping from IP
address to the location, but add in other information, such as notions of
IP address "reputation" (indicating if they think this IP address represents
traffic from a human user, an automated bot, or a malicious attacker) or
a categorization (indicating if an address is associated with proxied or
VPN traffic).</t>
        <t>IP geolocation providers use various signals to improve the
accuracy of their mapping from IP address to location, and have notions
of confidence in the validity of the mapping. The workshop noted that
various providers won't necessarily agree on mappings, and even when
they do agree, that does not guarantee that the mapping is accurate.
Additionally, the certainty around a location mapping is not something
expressed in a standard format for geofeeds, so ambiguity is hidden.</t>
        <t>The workshop discussion noted that current mechanisms generally assume that
there is a single (generally stable) location associated with an IP address.
This is flawed for various reasons: an associated location may change (as
in cellular networks or satellite networks), and often there may be many
users at different locations behind a single address.</t>
      </section>
      <section anchor="what-does-ip-geolocation-mean">
        <name>What does IP geolocation mean?</name>
        <t>One of the key points that was raised in the discussion was that different use cases
and different parties involved in using IP geolocation can have vastly different assumptions
about what a particular IP-address-to-location mapping means. For any use case or
deployment, a question needs to be asked: what is the claim being made about
the IP geolocation mapping?</t>
        <t>There are various possible interpretations of a mapping. The location could mean:</t>
        <ul spacing="normal">
          <li>
            <t>The physical location of a user</t>
          </li>
          <li>
            <t>The location of a network egress</t>
          </li>
          <li>
            <t>The location of network infrastructure</t>
          </li>
          <li>
            <t>The regulatory jurisdiction associated with a network</t>
          </li>
        </ul>
        <t>Geofeeds provide mappings of IP addresses to locations, but they do not define
any ontology to describe what these mappings are claiming.</t>
      </section>
    </section>
    <section anchor="gaps-issues">
      <name>IP geolocation gaps &amp; issues</name>
      <t>The workshop also focused on identifying challenges with
the status quo mechanisms, specifically looking at gaps in current solutions
and issues that they raise.</t>
      <t>These issues fall into different categories, detailed here.</t>
      <section anchor="architectural-issues">
        <name>Architectural issues</name>
        <t>At an architectural level, IP addresses are not designed to be indications
of physical location. This point was brought up in many contexts. This
underlying issue causes various problems:</t>
        <ul spacing="normal">
          <li>
            <t>Geolocation effectiveness is reduced; accuracy issues often stem from
the IP address being a poor indicator of location due to not having
stable location or a one-to-one relationship with users.</t>
          </li>
          <li>
            <t>Privacy and lack of consent; the passive nature of looking at IP
addresses and mapping them to locations means that users can have
their location targeted without their knowledge, consent, or ability
to opt out. Non-consensual geolocation also has a second-order effect
of IP geolocation providers profiling Internet users through undisclosed
mechanisms to increase geolocation accuracy.</t>
          </li>
          <li>
            <t>Lack of support in standardization; IP geolocation is a very impactful
part of deployment realities and heavily influences the experience users
have, but changes to network protocols don't necessarily account for
the impact on IP geolocation. This is seen in cases where deployments as
varied as IPv6 address support on servers and privacy proxy systems all
needed significant work and engagement with IP geolocation providers
to ensure that user experiences still functioned.</t>
          </li>
          <li>
            <t>Assumptions about the usefulness of geolocation; physical location
does not necessarily correspond to network topologies, so systems assuming
that closer physical locations will be faster can be detrimental to
network performance.</t>
          </li>
          <li>
            <t>Inconsistent effectiveness for security; IP geolocation is often
used as an element of security or compliance checks, but often has errors
and is hard to validate. It cannot be relied on for security properties,
but ends up being used as such in some scenarios.</t>
          </li>
        </ul>
      </section>
      <section anchor="geofeed-gaps-and-inaccuracies">
        <name>Geofeed gaps and inaccuracies</name>
        <t>Many of the issues raised were concerned with the specifics of geofeeds.
These take various forms, such as details that cannot currently be expressed
in geofeeds, or inaccurate content in feeds.</t>
        <t>The issues raised include:</t>
        <ul spacing="normal">
          <li>
            <t>Entries cannot express an address being mapped to multiple locations, or
express varying levels of confidence in a location mapping</t>
          </li>
          <li>
            <t>Names of regions and cities may not be consistent across geofeeds (due to
typos, different languages, etc.)</t>
          </li>
          <li>
            <t>Identities of regions and cities may vary or have problematic geopolitical
nuances</t>
          </li>
          <li>
            <t>False specificity occurs when feeds map an address to a city, but the
location associated with the address is much bigger than the city</t>
          </li>
          <li>
            <t>Geofeed entries may be blatantly incorrect due to staleness or intentional
inaccuracies</t>
          </li>
          <li>
            <t>Geofeeds may be out of date or stale, without a time-to-live or refresh mechanism</t>
          </li>
        </ul>
        <t>Some participants also expressed the diminishing utility of IP geolocation for
compliance due to issues with accuracy and ease of circumvention <xref target="CLARK"/>.</t>
        <t>Some of the biggest challenges for providing an accurate geofeed are in dealing
with satellite networks or mobile networks using Carrier-Grade NATs (CGNAT).
A client device may have a particular true location, but its traffic may exit
to the Internet via a gateway in a different region. Geo-locating the IP
identifies the gateway, not the user, rendering the data coarse or misleading
for hyper-local applications.</t>
        <t>While country-level accuracy in geofeedds is generally high (estimated &gt;95%), city-level
or coordinate-level accuracy degrades significantly. Participants noted instances
where IP geolocation defaults to the geographical center of a country or state
when specific data is missing, creating "digital sinkholes" (e.g., a farm in
Kansas is mapped to millions of IP addresses).</t>
      </section>
      <section anchor="ecosystem-issues">
        <name>Ecosystem issues</name>
        <t>Some issues relate to the deployment and commercial realities of the
IP geolocation ecosystem.</t>
        <t>IP geolocation providers currently use differing proprietary formats and
techniques. Methodologies for determining location are proprietary, and
there is no standardized feedback loop for Internet Service Providers (ISPs)
to correct erroneous data in third-party databases.</t>
        <t>Additionally, updating the version of an IP geolocation database used by a server
is asynchronous and can be a manual process. When there is a major change, such
as when an IP address block is transferred from an ISP in Asia to one in Europe,
the addresses may remain "located" in Asia in some databases for weeks or months.</t>
        <t>With IPv4 exhaustion, the secondary market for address space is active and exacerbates
these problems. IP address blocks are frequently sold and moved globally. The "legacy"
location data often sticks to these blocks in WHOIS registries or static datasets,
leading to persistent misidentification of the new owners' locations.</t>
      </section>
      <section anchor="location-based-issues">
        <name>Location-based issues</name>
        <t>Assigning geolocation to addresses is fraught with issues related to location boundaries.
The discussion covered anecdotes of incorrect behavior that came from mobile
devices being used near jurisdictional borders between two countries, where
the device's IP geolocation could frequently "jump" between countries. Similarly,
on borders between timezones, the correct behavior is often ambiguous if derived
from IP addresses alone.</t>
      </section>
      <section anchor="privacy-issues">
        <name>Privacy issues</name>
        <t>As discussed in <xref target="RFC6973"/>, IP addresses can be used as identifiers to correlate
user activity and reveal user identity. IP addresses are often considered
Personally Identifiable Information (PII), and the correlation to geolocation
makes this very sensitive information that can be correlated to other metadata
that identifies users.</t>
        <t>Commercial services enrich their datasets to improve
their location estimates, and can often succeed in pinpointing approximate
geographical coordinates and postal code of a user.</t>
        <t>The source IP addresses of a connection established by a client device working
on behalf of a user does not come along with any specific consent for how the IP
address will be used, and does not imply intent for geolocation or otherwise.
In essence:
Since IP addresses were not designed for geolocating end-users, IP geolocation
 amounts to abuse of network-layer metadata to derive private information
 about Internet users without their knowledge or consent.</t>
        <t>Virtual Private Networks (VPNs) or proxies (such as privacy proxies discussed in
<xref target="RFC9614"/>) allow users to anonymize their specific IP addresses to avoid
correlation, and are often used partly for this purpose <xref target="DUTKOWSKA-ZUK"/>.</t>
        <t>Sometimes VPNs or proxies intentionally obfuscate or change how the user is
represented to IP geolocation providers, but other deployments of privacy services
do use geofeeds to preserve the general user location to avoid user experience
or compliance issues.</t>
      </section>
    </section>
    <section anchor="future">
      <name>Considering the future of geolocation</name>
      <t>The final day of the workshop focused on the next steps around IP geolocation,
both in how to improve mechanisms and in how to build mechanisms that address
the use cases in new ways.</t>
      <t>One key recognition from the workshop was that IP geolocation, and the
ecosystem around it, isn't going to go away or disappear. While it was
not necessarily an intentional part of the Internet architecture, large
parts of how the Internet functions have been established based on assumptions.</t>
      <t>However, it was also recognized that the role and functionality of IP geolocation
can change, and in many ways ought to change. This section discusses some
of the considerations raised and suggests next steps.</t>
      <section anchor="why-should-ip-geolocation-change">
        <name>Why should IP geolocation change?</name>
        <t>Various motivations for changing the status quo of the IP geolocation ecosystem
were raised:</t>
        <ul spacing="normal">
          <li>
            <t>Existing geofeeds have technical gaps that need addressing in order
to scale well and continue to be used effectively</t>
          </li>
          <li>
            <t>New network deployments, such as satellite networks and privacy proxies,
are stretching and challenging the status quo mechanisms</t>
          </li>
          <li>
            <t>Pressure from new policies or regulations adds requirements for accurate
assessment of client location, which IP addresses cannot always provide</t>
          </li>
          <li>
            <t>The bar for security and privacy is increasing, challenging the
use of passive identifiers, like IP addresses being used to tag location</t>
          </li>
          <li>
            <t>There are already ways to perform consensual geolocation at
the application layer, such as with APIs that meet the W3C Geolocation
specifications.</t>
          </li>
        </ul>
        <t>These various motivations and pressures are often in conflict and create
requirements in different directions. Economic and regulatory incentives
have shaped the status quo mechanisms, and will continue to shape the evolution
of this space.</t>
        <t>The technical community and the various stakeholders in the ecosystem,
play an important role in deciding how to handle these pressures and drive
the change in the space of IP geolocation.</t>
      </section>
      <section anchor="in-what-ways-could-ip-geolocation-change">
        <name>In what ways could IP geolocation change?</name>
        <t>Two high-level categories of changes were discussed.</t>
        <t>First, there are a number of ways in which geofeeds themselves can be improved:</t>
        <ul spacing="normal">
          <li>
            <t>Add the ability to express infrastructure vs. user locations</t>
          </li>
          <li>
            <t>Get beyond the assumption that an IP address always maps to a single location</t>
          </li>
          <li>
            <t>Better handle the dynamic nature of geolocation (time-to-live indications, timestamps,
live updates to feeds)</t>
          </li>
          <li>
            <t>More accurately represent the granularity and specificity of geolocation mappings; be
able to express certainty levels</t>
          </li>
          <li>
            <t>Improve tooling for publishing, validating, and consuming geofeeds</t>
          </li>
          <li>
            <t>Improve measurements for determining accurate geolocation</t>
          </li>
          <li>
            <t>Rely more on the RPKI to more reliably verify location claims</t>
          </li>
        </ul>
        <t>Second, and more ambitiously, the community can consider alternative solutions
to the use cases behind IP geolocation that do not rely on IP address mapping.
Some of the workshop contributions proposed possible ways forward here:</t>
        <ul spacing="normal">
          <li>
            <t><xref target="SZAMONEK"/> describes a model where a "Trusted Verifier" can attest to
user location and issue a certificate of some form that is bound to the
requesting user. A user device can then present that proof to a service
that needs to validate location.</t>
          </li>
          <li>
            <t><xref target="LAOUAR"/> proposes a similar model with a trusted third party as a "Geo-CA"
(geolocation certificate authority) that can provide proof of location separate
from IP address.</t>
          </li>
          <li>
            <t><xref target="PAULY"/> proposes sending coarse geographic information (city or region)
in HTTP headers. This can either be a signed and trusted signal for cases
that require it, or an untrusted signal to satisfy use cases that don't require
proof of location.</t>
          </li>
        </ul>
        <t>Collectively, these proposals explore ways to let users provide location hints
with consent, and involve trying to provide explicit signals that are based on
trust and verifiability.</t>
        <t>Across both cases of (1) incremental improvements and (2) entirely new architectures,
there is a common theme of communicating information with more intentionality
and clarity.</t>
      </section>
      <section anchor="considerations-for-future-work">
        <name>Considerations for future work</name>
        <t>When looking toward future work, the workshop discussion raised some key points to
consider:</t>
        <ul spacing="normal">
          <li>
            <t>The community should work to explain clearly what geofeeds and IP geolocation are
able to solve, and what problems they are ill-suited for.</t>
          </li>
          <li>
            <t>As new technologies are introduced (either updated geofeeds or new alternative mechanisms),
there need to be clear plans for transitions and incremental adoption.</t>
          </li>
          <li>
            <t>New solutions need to avoid "ossification" and build in ways to continue to evolve
and update.</t>
          </li>
          <li>
            <t>New solutions should be carefully designed to avoid creating worse privacy problems. For example,
a pressure to have explicit signals for location could lead to increased sharing of more
specific user location coordinates (such as from GPS data).</t>
          </li>
          <li>
            <t>It is unlikely that any one new technical solution can address the various use cases
that currently passively use IP geolocation. Different technical solutions will be
fit for purpose for different use cases, and will not be one-size-fits-all.</t>
          </li>
        </ul>
      </section>
      <section anchor="further-work-and-consideration-is-needed">
        <name>Further work and consideration is needed</name>
        <t>A final conclusion of the workshop was that collaboration and discussion amongst the
various stakeholders in this space will be a necessary part of making technical
improvements. Not all of the stakeholders in this space are currently actively participating
in standards discussions within the IETF, but standards work would benefit from
working on improvements in this space.</t>
        <t>Some of the stakeholders include, but are not limited to:</t>
        <ul spacing="normal">
          <li>
            <t>IP geolocation providers</t>
          </li>
          <li>
            <t>Client device platforms</t>
          </li>
          <li>
            <t>Content publishers</t>
          </li>
          <li>
            <t>Network operators</t>
          </li>
          <li>
            <t>Data brokers</t>
          </li>
          <li>
            <t>Enterprises</t>
          </li>
          <li>
            <t>Firewall operators and vendors</t>
          </li>
          <li>
            <t>VPN / proxy operators and vendors</t>
          </li>
          <li>
            <t>IP address leasers</t>
          </li>
          <li>
            <t>Policymakers</t>
          </li>
          <li>
            <t>End-users</t>
          </li>
        </ul>
        <t>The exact shape of a forum for this community is not yet determined, but this
report encourages further work and discussion in this space.</t>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>This document is a workshop report and does not impact the security of the Internet.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document has no IANA actions.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-informative-references">
      <name>Informative References</name>
      <reference anchor="ABLEY" target="https://www.ietf.org/slides/slides-ipgeows-paper-geo-network-operations-at-cloudflare-00.pdf">
        <front>
          <title>Geo-Network Operations at Cloudflare</title>
          <author initials="J." surname="Abley" fullname="Joe Abley">
            <organization/>
          </author>
          <date year="2025" month="November"/>
        </front>
      </reference>
      <reference anchor="BARNES" target="https://www.ietf.org/slides/slides-ipgeows-paper-ip-geolocation-is-critical-for-compliance-01.pdf">
        <front>
          <title>IP Geolocation is Critical for Compliance</title>
          <author initials="R." surname="Barnes" fullname="Richard Barnes">
            <organization/>
          </author>
          <date year="2025" month="November"/>
        </front>
      </reference>
      <reference anchor="BROWN" target="https://www.ietf.org/slides/slides-ipgeows-paper-moving-beyond-geographic-inference-00.pdf">
        <front>
          <title>Moving Beyond Geographic Inference</title>
          <author initials="J." surname="Brown" fullname="Jeff Brown">
            <organization/>
          </author>
          <date year="2025" month="November"/>
        </front>
      </reference>
      <reference anchor="CLARK" target="https://www.ietf.org/slides/slides-ipgeows-paper-geocomplycom-00.pdf">
        <front>
          <title>geocomply.com</title>
          <author initials="J." surname="Clark" fullname="James Clark">
            <organization/>
          </author>
          <date year="2025" month="November"/>
        </front>
      </reference>
      <reference anchor="CROGHAN" target="https://www.ietf.org/slides/slides-ipgeows-paper-the-geolocation-conundrum-for-small-isps-00.pdf">
        <front>
          <title>The Geolocation Conundrum for Small ISPs</title>
          <author initials="T." surname="Croghan" fullname="Thomas (Tommy) Croghan">
            <organization/>
          </author>
          <date year="2025" month="November"/>
        </front>
      </reference>
      <reference anchor="ELKINS" target="https://www.ietf.org/slides/slides-ipgeows-paper-bridging-the-gaps-in-ip-geolocation-strengthening-detection-and-defense-against-cyber-threats-00.txt">
        <front>
          <title>Bridging the Gaps in IP Geolocation: Strengthening Detection and Defense Against Cyber Threats</title>
          <author initials="N." surname="Elkins" fullname="Nalini Elkins">
            <organization/>
          </author>
          <author initials="M." surname="Nguyen" fullname="Mark Nguyen">
            <organization/>
          </author>
          <author initials="B." surname="Jouris" fullname="Bill Jouris">
            <organization/>
          </author>
          <date year="2025" month="December"/>
        </front>
      </reference>
      <reference anchor="FAYED" target="https://www.ietf.org/slides/slides-ipgeows-paper-does-ip-geolocation-answer-the-right-questions-00.pdf">
        <front>
          <title>Does IP geolocation answer the right questions?</title>
          <author initials="M." surname="Fayed" fullname="Marwan Fayed">
            <organization/>
          </author>
          <date year="2025" month="November"/>
        </front>
      </reference>
      <reference anchor="GAO" target="https://www.ietf.org/slides/slides-ipgeows-paper-on-the-use-challenges-alternatives-of-ip-geolocation-data-00.pdf">
        <front>
          <title>On the Use, Challenges, Alternatives of IP Geolocation Data</title>
          <author initials="P." surname="Gao" fullname="Paul Gao">
            <organization/>
          </author>
          <author initials="E." surname="Lee" fullname="Enock Lee">
            <organization/>
          </author>
          <author initials="Y." surname="Zhang" fullname="Yaozhong Zhang">
            <organization/>
          </author>
          <date year="2025" month="November"/>
        </front>
      </reference>
      <reference anchor="GASSER" target="https://www.ietf.org/slides/slides-ipgeows-paper-challenges-of-working-with-geofeeds-00.pdf">
        <front>
          <title>On the Use, Challenges, Alternatives of IP Geolocation Data</title>
          <author initials="O." surname="Gasser" fullname="Oliver Gasser">
            <organization/>
          </author>
          <author initials="W." surname="Leung" fullname="William Leung">
            <organization/>
          </author>
          <author initials="M." surname="Mouchet" fullname="Maxime Mouchet">
            <organization/>
          </author>
          <date year="2025" month="November"/>
        </front>
      </reference>
      <reference anchor="HOSFELT" target="https://www.ietf.org/slides/slides-ipgeows-paper-position-paper-by-fastly-for-iab-workshop-on-ip-address-geolocation-00.pdf">
        <front>
          <title>Position Paper by Fastly</title>
          <author initials="R." surname="Hosfelt" fullname="Ricky Hosfelft">
            <organization/>
          </author>
          <author initials="B." surname="Haberman" fullname="Brian Haberman">
            <organization/>
          </author>
          <author initials="J." surname="Jaeggli" fullname="Joel Jaeggli">
            <organization/>
          </author>
          <author initials="S." surname="Strowes" fullname="Stephen Strowes">
            <organization/>
          </author>
          <date year="2025" month="November"/>
        </front>
      </reference>
      <reference anchor="HOWARD" target="https://www.ietf.org/slides/slides-ipgeows-paper-ip-geolocation-paper-00.pdf">
        <front>
          <title>IP geolocation paper</title>
          <author initials="L." surname="Howard" fullname="Lee Howard">
            <organization/>
          </author>
          <date year="2025" month="November"/>
        </front>
      </reference>
      <reference anchor="HUSTON" target="https://www.ietf.org/slides/slides-ipgeows-paper-geolocation-and-starlink-00.txt">
        <front>
          <title>Geolocation and Starlink</title>
          <author initials="G." surname="Huston" fullname="Geoff Huston">
            <organization/>
          </author>
          <date year="2025" month="September"/>
        </front>
      </reference>
      <reference anchor="IZHIKEVICH" target="https://www.ietf.org/slides/slides-ipgeows-paper-trust-but-verify-operator-reported-geolocation-00.pdf">
        <front>
          <title>Trust, But Verify, Operator-Reported Geolocation</title>
          <author initials="K." surname="Izhikevich" fullname="Katherine Izhikevich">
            <organization/>
          </author>
          <author initials="B." surname="Du" fullname="Ben Du">
            <organization/>
          </author>
          <author initials="M." surname="Tran" fullname="Manda Tran">
            <organization/>
          </author>
          <author initials="S." surname="Rao" fullname="Sumanth Rao">
            <organization/>
          </author>
          <author initials="A." surname="Ukani" fullname="Alisha Ukani">
            <organization/>
          </author>
          <author initials="L." surname="Izhikevich" fullname="Liz Izhikevich">
            <organization/>
          </author>
          <date year="2025" month="November"/>
        </front>
      </reference>
      <reference anchor="KATIRA" target="https://www.ietf.org/slides/slides-ipgeows-paper-incorporating-user-agency-in-internet-geolocation-00.pdf">
        <front>
          <title>Incorporating user agency in internet geolocation</title>
          <author initials="D." surname="Katira" fullname="Divyank Katira">
            <organization/>
          </author>
          <author initials="G." surname="Grover" fullname="Gurshabad Grover">
            <organization/>
          </author>
          <date year="2025" month="November"/>
        </front>
      </reference>
      <reference anchor="KHAN" target="https://www.ietf.org/slides/slides-ipgeows-paper-from-surveillance-to-consent-a-privacy-first-approach-to-ip-geolocation-00.pdf">
        <front>
          <title>From Surveillance to Consent: A Privacy-First Approach to IP Geolocation</title>
          <author initials="K." surname="Khan" fullname="Md. Kamruzzaman Khan">
            <organization/>
          </author>
          <date year="2025" month="November"/>
        </front>
      </reference>
      <reference anchor="KISTELEKI" target="https://www.ietf.org/slides/slides-ipgeows-paper-ripe-ipmap-the-ripe-nccs-approach-to-infrastructure-ip-geolocation-00.pdf">
        <front>
          <title>RIPE IPmap - The RIPE NCC’s Approach to Infrastructure IP Geolocation</title>
          <author initials="R." surname="Kisteleki" fullname="Robert Kisteleki">
            <organization/>
          </author>
          <date year="2025" month="November"/>
        </front>
      </reference>
      <reference anchor="KLINE" target="https://www.ietf.org/slides/slides-ipgeows-paper-anecdotal-history-of-rfc-00.pdf">
        <front>
          <title>Anecdotal History of RFC 8805</title>
          <author initials="E." surname="Kline" fullname="Erik Kline">
            <organization/>
          </author>
          <date year="2025" month="November"/>
        </front>
      </reference>
      <reference anchor="LAOUAR" target="https://www.ietf.org/slides/slides-ipgeows-paper-rethinking-geolocalization-on-the-internet-00.pdf">
        <front>
          <title>Rethinking Geolocalization on the Internet</title>
          <author initials="A." surname="Laouar" fullname="Augustin Laouar">
            <organization/>
          </author>
          <author initials="L." surname="Desgeorges" fullname="Loïc Desgeorges">
            <organization/>
          </author>
          <author initials="P." surname="Schmitt" fullname="Paul Schmitt">
            <organization/>
          </author>
          <author initials="F." surname="Bronzino" fullname="Francesco Bronzino">
            <organization/>
          </author>
          <date year="2025" month="November"/>
        </front>
      </reference>
      <reference anchor="MATHUR" target="https://www.ietf.org/slides/slides-ipgeows-paper-improvements-ideas-from-an-ip-geolocation-api-provider-00.pdf">
        <front>
          <title>Improvements Ideas from an IP Geolocation API Provider</title>
          <author initials="S." surname="Mathur" fullname="Siddharth &quot;Sid&quot; Mathur">
            <organization/>
          </author>
          <date year="2025" month="November"/>
        </front>
      </reference>
      <reference anchor="MUKHERJEE" target="https://www.ietf.org/slides/slides-ipgeows-paper-gaps-and-problems-in-current-ip-geolocation-approaches-00.pdf">
        <front>
          <title>Gaps and problems in current IP-Geolocation Approaches</title>
          <author initials="D." surname="Mukherjee" fullname="Debayan Mukherjee">
            <organization/>
          </author>
          <date year="2025" month="November"/>
        </front>
      </reference>
      <reference anchor="NYGREN" target="https://www.ietf.org/slides/slides-ipgeows-paper-akamai-position-paper-for-iab-workshop-on-ip-address-geolocation-ip-geo-00.pdf">
        <front>
          <title>Akamai Position Paper for 2025 IAB Workshop on IP Address Geolocation</title>
          <author initials="E." surname="Nygren" fullname="Erik Nygren">
            <organization/>
          </author>
          <author initials="R." surname="Dhanidina" fullname="Rizwan Dhanidina">
            <organization/>
          </author>
          <date year="2025" month="November"/>
        </front>
      </reference>
      <reference anchor="OWENS" target="https://www.ietf.org/slides/slides-ipgeows-paper-position-paper-starlink-00.pdf">
        <front>
          <title>Starlink</title>
          <author initials="N." surname="Owens" fullname="Nathan Owens">
            <organization/>
          </author>
          <date year="2025" month="October"/>
        </front>
      </reference>
      <reference anchor="PAN" target="https://www.ietf.org/slides/slides-ipgeows-paper-geofeed-in-the-wild-a-case-study-on-starlinkispnet-00.pdf">
        <front>
          <title>GeoFeed in the wild: A case study on StarlinkISP.net</title>
          <author initials="J." surname="Pan" fullname="Jianping Pan">
            <organization/>
          </author>
          <author initials="J." surname="Zhao" fullname="Jinwei Zhao">
            <organization/>
          </author>
          <date year="2025" month="November"/>
        </front>
      </reference>
      <reference anchor="PAULY" target="https://www.ietf.org/slides/slides-ipgeows-paper-the-ip-geolocation-http-client-hint-00.pdf">
        <front>
          <title>The IP Geolocation HTTP Client Hint</title>
          <author initials="T." surname="Pauly" fullname="Tommy Pauly">
            <organization/>
          </author>
          <author initials="D." surname="Schinazi" fullname="David Schinazi">
            <organization/>
          </author>
          <author initials="C." surname="McMullin" fullname="Ciara McMullin">
            <organization/>
          </author>
          <author initials="D." surname="Mitchell" fullname="Dustin Mitchell">
            <organization/>
          </author>
          <date year="2025" month="November"/>
        </front>
      </reference>
      <reference anchor="RAMANATHAN" target="https://www.ietf.org/slides/slides-ipgeows-paper-systematic-detection-and-correction-of-ip-geolocation-anomalies-in-network-measurements-00.pdf">
        <front>
          <title>Systematic Detection and Correction of IP Geolocation Anomalies in Network Measurements</title>
          <author initials="A." surname="Ramanathan" fullname="Alagappan Ramanathan">
            <organization/>
          </author>
          <author initials="S. A." surname="Jyothi" fullname="Sangeetha Abdu Jyothi">
            <organization/>
          </author>
          <date year="2025" month="November"/>
        </front>
      </reference>
      <reference anchor="SCHATTE" target="https://www.ietf.org/slides/slides-ipgeows-paper-iab-workshop-on-ip-address-geolocation-daniel-schatte-00.pdf">
        <front>
          <title>IAB Workshop on IP Address Geolocation</title>
          <author initials="D." surname="Schatte" fullname="Daniel Schatte">
            <organization/>
          </author>
          <date year="2025" month="December"/>
        </front>
      </reference>
      <reference anchor="SHARMA" target="https://www.ietf.org/slides/slides-ipgeows-paper-position-paper-for-iab-workshop-on-ip-address-geolocation-ipgeows-00.pdf">
        <front>
          <title>Position Paper for IAB Workshop on IP Address Geolocation</title>
          <author initials="O. P." surname="Sharma" fullname="Om Prakash Sharma">
            <organization/>
          </author>
          <date year="2025" month="November"/>
        </front>
      </reference>
      <reference anchor="SZAMONEK" target="https://www.ietf.org/slides/slides-ipgeows-paper-the-need-for-an-alternative-to-ip-based-geolocation-00.pdf">
        <front>
          <title>The Need for an Alternative to IP-Based Geolocation</title>
          <author initials="Z." surname="Szamonek" fullname="Zoltan Szamonek">
            <organization/>
          </author>
          <date year="2025" month="November"/>
        </front>
      </reference>
      <reference anchor="TARIQ" target="https://www.ietf.org/slides/slides-ipgeows-paper-ip-address-geolocation-use-cases-gaps-and-future-directions-00.pdf">
        <front>
          <title>IP Address Geolocation – Use Cases, Gaps, and Future Directions</title>
          <author initials="M." surname="Tariq" fullname="Mudassar Tariq">
            <organization/>
          </author>
          <date year="2025" month="November"/>
        </front>
      </reference>
      <reference anchor="VERMEULEN" target="https://www.ietf.org/slides/slides-ipgeows-paper-ip-geolocation-through-the-lens-of-an-academic-where-do-we-stand-00.pdf">
        <front>
          <title>IP geolocation through the lens of an academic: Where do we stand?</title>
          <author initials="K." surname="Vermeulen" fullname="Kevin Vermeulen">
            <organization/>
          </author>
          <date year="2025" month="November"/>
        </front>
      </reference>
      <reference anchor="DUTKOWSKA-ZUK" target="https://www.usenix.org/system/files/sec22-dutkowska-zuk.pdf">
        <front>
          <title>How and Why People Use Virtual Private Networks</title>
          <author initials="A." surname="Dutkowska-Zuk" fullname="Agnieszka Dutkowska-Zuk">
            <organization/>
          </author>
          <author initials="A." surname="Hounsel" fullname="Austin Hounsel">
            <organization/>
          </author>
          <author initials="A." surname="Morrill" fullname="Amy Morrill">
            <organization/>
          </author>
          <author initials="A." surname="Xiong" fullname="Andre Xiong">
            <organization/>
          </author>
          <author initials="M." surname="Chetty" fullname="Marshini Chetty">
            <organization/>
          </author>
          <author initials="N." surname="Feamster" fullname="Nick Feamster">
            <organization/>
          </author>
          <date year="2022" month="August"/>
        </front>
      </reference>
      <reference anchor="GEOFEED">
        <front>
          <title>A Format for Self-Published IP Geolocation Feeds</title>
          <author fullname="E. Kline" initials="E." surname="Kline"/>
          <author fullname="K. Duleba" initials="K." surname="Duleba"/>
          <author fullname="Z. Szamonek" initials="Z." surname="Szamonek"/>
          <author fullname="S. Moser" initials="S." surname="Moser"/>
          <author fullname="W. Kumari" initials="W." surname="Kumari"/>
          <date month="August" year="2020"/>
          <abstract>
            <t>This document records a format whereby a network operator can publish a mapping of IP address prefixes to simplified geolocation information, colloquially termed a "geolocation feed". Interested parties can poll and parse these feeds to update or merge with other geolocation data sources and procedures. This format intentionally only allows specifying coarse-level location.</t>
            <t>Some technical organizations operating networks that move from one conference location to the next have already experimentally published small geolocation feeds.</t>
            <t>This document describes a currently deployed format. At least one consumer (Google) has incorporated these feeds into a geolocation data pipeline, and a significant number of ISPs are using it to inform them where their prefixes should be geolocated.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="8805"/>
        <seriesInfo name="DOI" value="10.17487/RFC8805"/>
      </reference>
      <reference anchor="RFC9632">
        <front>
          <title>Finding and Using Geofeed Data</title>
          <author fullname="R. Bush" initials="R." surname="Bush"/>
          <author fullname="M. Candela" initials="M." surname="Candela"/>
          <author fullname="W. Kumari" initials="W." surname="Kumari"/>
          <author fullname="R. Housley" initials="R." surname="Housley"/>
          <date month="August" year="2024"/>
          <abstract>
            <t>This document specifies how to augment the Routing Policy Specification Language (RPSL) inetnum: class to refer specifically to geofeed comma-separated values (CSV) data files and describes an optional scheme that uses the Resource Public Key Infrastructure (RPKI) to authenticate the geofeed data files. This document obsoletes RFC 9092.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="9632"/>
        <seriesInfo name="DOI" value="10.17487/RFC9632"/>
      </reference>
      <reference anchor="RFC6973">
        <front>
          <title>Privacy Considerations for Internet Protocols</title>
          <author fullname="A. Cooper" initials="A." surname="Cooper"/>
          <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
          <author fullname="B. Aboba" initials="B." surname="Aboba"/>
          <author fullname="J. Peterson" initials="J." surname="Peterson"/>
          <author fullname="J. Morris" initials="J." surname="Morris"/>
          <author fullname="M. Hansen" initials="M." surname="Hansen"/>
          <author fullname="R. Smith" initials="R." surname="Smith"/>
          <date month="July" year="2013"/>
          <abstract>
            <t>This document offers guidance for developing privacy considerations for inclusion in protocol specifications. It aims to make designers, implementers, and users of Internet protocols aware of privacy-related design choices. It suggests that whether any individual RFC warrants a specific privacy considerations section will depend on the document's content.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="6973"/>
        <seriesInfo name="DOI" value="10.17487/RFC6973"/>
      </reference>
      <reference anchor="RFC9614">
        <front>
          <title>Partitioning as an Architecture for Privacy</title>
          <author fullname="M. Kühlewind" initials="M." surname="Kühlewind"/>
          <author fullname="T. Pauly" initials="T." surname="Pauly"/>
          <author fullname="C. A. Wood" initials="C. A." surname="Wood"/>
          <date month="July" year="2024"/>
          <abstract>
            <t>This document describes the principle of privacy partitioning, which selectively spreads data and communication across multiple parties as a means to improve privacy by separating user identity from user data. This document describes emerging patterns in protocols to partition what data and metadata is revealed through protocol interactions, provides common terminology, and discusses how to analyze such models.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="9614"/>
        <seriesInfo name="DOI" value="10.17487/RFC9614"/>
      </reference>
    </references>
    <?line 833?>

<section anchor="position-papers">
      <name>Position Papers</name>
      <t>30 position papers were accepted to the workshop. All papers are available at <eref target="https://datatracker.ietf.org/group/ipgeows/materials/">https://datatracker.ietf.org/group/ipgeows/materials/</eref>.</t>
      <t>The position papers are listed here:</t>
      <ul spacing="normal">
        <li>
          <t>J. Abley: Geo-Network Operations at Cloudflare <xref target="ABLEY"/></t>
        </li>
        <li>
          <t>R. Barnes: IP Geolocation is Critical for Compliance <xref target="BARNES"/></t>
        </li>
        <li>
          <t>J. Brown: Moving Beyond Geographic Inference <xref target="BROWN"/></t>
        </li>
        <li>
          <t>J. Clark: geocomply.com <xref target="CLARK"/></t>
        </li>
        <li>
          <t>T. Croghan: The Geolocation Conundrum for Small ISPs <xref target="CROGHAN"/></t>
        </li>
        <li>
          <t>N. Elkins, M. Nguyen, B. Jouris: Bridging the Gaps in IP Geolocation: Strengthening Detection and Defense Against Cyber Threats <xref target="ELKINS"/></t>
        </li>
        <li>
          <t>M. Fayed: Does IP geolocation answer the right questions? <xref target="FAYED"/></t>
        </li>
        <li>
          <t>P. Gao, E. Lee, Y. Zhang: On the Use, Challenges, Alternatives of IP Geolocation Data <xref target="GAO"/></t>
        </li>
        <li>
          <t>O. Gasser, W. Leung, M. Mouchet: Challenges of Working With Geofeeds <xref target="GASSER"/></t>
        </li>
        <li>
          <t>R. Hosfelt, B. Haberman, J. Jaeggli, S. Strowes: Position paper by Fastly <xref target="HOSFELT"/></t>
        </li>
        <li>
          <t>L. Howard: IP geolocation paper <xref target="HOWARD"/></t>
        </li>
        <li>
          <t>G. Huston: Geolocation and Starlink <xref target="HUSTON"/></t>
        </li>
        <li>
          <t>K. Izhikevich, B. Du, M. Tran, S. Rao, A. Ukani, L. Izhikevich: Trust, But Verify, Operator-Reported Geolocation <xref target="IZHIKEVICH"/></t>
        </li>
        <li>
          <t>D. Katira, G. Grover: Incorporating user agency in internet geolocation <xref target="KATIRA"/></t>
        </li>
        <li>
          <t>K. Khan: From Surveillance to Consent: A Privacy-First Approach to IP Geolocation <xref target="KHAN"/></t>
        </li>
        <li>
          <t>R. Kisteleki: RIPE IPmap - The RIPE NCC’s Approach to Infrastructure IP Geolocation <xref target="KISTELEKI"/></t>
        </li>
        <li>
          <t>E. Kline: Anecdotal History of RFC 8805 <xref target="KLINE"/></t>
        </li>
        <li>
          <t>A. Laouar, L. Desgoerges, P. Schmitt, F. Bronzino: Rethinking Geolocalization on the Internet <xref target="LAOUAR"/></t>
        </li>
        <li>
          <t>S. Mathur: Improvements Ideas from an IP Geolocation API Provider <xref target="MATHUR"/></t>
        </li>
        <li>
          <t>D. Mukherjee: Gaps and problems in current IP-Geolocation Approaches <xref target="MUKHERJEE"/></t>
        </li>
        <li>
          <t>E. Nygren, R. Dhanidina: Akamai Position Paper for 2025 IAB Workshop on IP Address Geolocation <xref target="NYGREN"/></t>
        </li>
        <li>
          <t>N. Owens: Starlink <xref target="OWENS"/></t>
        </li>
        <li>
          <t>J. Pan, J. Zhao: GeoFeed in the wild: A case study on StarlinkISP.net <xref target="PAN"/></t>
        </li>
        <li>
          <t>T. Pauly, D. Schinazi, C. McMullin, D. Mitchell: The IP Geolocation HTTP Client Hint <xref target="PAULY"/></t>
        </li>
        <li>
          <t>A. Ramanathan, S. A. Jyothi: Systematic Detection and Correction of IP Geolocation Anomalies in Network Measurements <xref target="RAMANATHAN"/></t>
        </li>
        <li>
          <t>D. Schatte: IAB Workshop on IP Address Geolocation <xref target="SCHATTE"/></t>
        </li>
        <li>
          <t>O. P. Sharma: Position Paper for IAB Workshop on IP Address Geolocation <xref target="SHARMA"/></t>
        </li>
        <li>
          <t>Z. Szamonek: The Need for an Alternative to IP-Based Geolocation <xref target="SZAMONEK"/></t>
        </li>
        <li>
          <t>M. Tariq: IP Address Geolocation – Use Cases, Gaps, and Future Directions <xref target="TARIQ"/></t>
        </li>
        <li>
          <t>K. Vermeulen: IP geolocation through the lens of an academic: Where do we stand? <xref target="VERMEULEN"/></t>
        </li>
      </ul>
    </section>
    <section anchor="workshop-participants">
      <name>Workshop Participants</name>
      <t>The workshop participants were Alagappan Ramanathan, Andrew Chen, Augustin Laouar, Bill Jouris,
Bob Hinden, Brian Haberman, Calvin Ardi, Carlos Martinez, Christopher Luna, Cindy Morgan,
Daniel Schatte, David Schinazi, Debayan Mukherjee, Dhruv Dhody, Divyank Katira, Elizabeth Cronan,
Enock Lee, Erik Kline, Erik Nygren, Francesco Bronzino, Gannon Barnett, Geoff Huston, Glenn Deen,
Gurshabad Grover, Haniel Abrasos Malik Hayato Kazama, Hiroki Kawabata, James Clark, Jamie Sherry,
Jana Iyengar, Jason Livingood, Jeff Brown, Jianping Pan, Jinwei Zhao, Joe Abley, Joel Jaeggli,
Jordan Holland, Julien Gamba, Kaitlyn Pellak, Katherine Izhikevich, Kevin Phair, Lee Howard,
Loïc Desgeorges, Marwan Fayed, Matthew Wilder, Max Mouchet, Md. Kamruzzaman Khan, Mudassar Tariq,
Nalini Elkins, Nathan Owens, Nobuhiro Takamizawa, Oliver Gasser, Om Prakash Sharma, Paul Gao,
Richard Barnes, Ricky Hosfelt, Rob Seastrom, Robert Kisteleki, Sid Mathur, Stephen Strowes,
Suresh Krishnan, Tommy Croghan, Tommy Pauly, Warren Kumari, William Leung, Yaozhong Zhang,
Yoshiki Ishida, and Zoltan Szamonek.</t>
    </section>
    <section anchor="workshop-program-committee">
      <name>Workshop Program Committee</name>
      <t>The workshop program committee members were Glenn Deen, Jana Iyengar, Mirja Kühlewind,
Warren Kumari, Jason Livingood, and Tommy Pauly.</t>
    </section>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>Thanks to all of the workshop participants who attended and contributed papers to this effort!</t>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA7V93XbcRrbePZ6iQq/EVBa67bFnJmc4OWemRVESRYlkSNqK
fZNVDVR3l4kGevBDqqWltc475CpPkRfI3XmT8yTZ395VhQK6adHDOXMxFhtA
/ezaP9/+qarJZJK0ti3MkTq4MpuqbtWirtaqXRl1Onuu3lf1bbOqNqoq1eml
muV5bZpGvTJVUWW6tVV5kOj5vDZ31MDp5YQehG8OEnrDLKt6e6RsuaiSJK+y
Uq+pr7zWi3Zi9XxiN5OlqSb37ptJzYOYfPtd0nTztW0a6qLdbugbGk5Sduu5
qY+SnBo+SrKqbEzZdM2RauvOJDSG75OvlK6Nlte/Umh3WVfdRn64NVv6JT9K
1EQt+zngz01t73S2dU8WxuTJnSk76kappW1X3ZxmaMtW19lqXuk6/+ZLkzig
LwsaaNPSl6u23TRH33wTtzCVdqe2+mJbX3xhumrXxUGS6K5dVTUmSL0rteiK
Qkj+RpdanW5NudQ1PzJrbYsj9Uttp9a0i78u8fc0q9b7vm1o/d/aO1suqyqP
P+dH/ys8+it9n+mm3d/OTbVeb9Wl7opt3Ea7wS9/1ZtNYfjDpKzqNa3MHVE/
AeuEv5SaPX978tMRf06UXBoirqft/f09T2Va1ctvmsLmpnH/IaIRze6byUZv
TM30K00LEk4q+oGZoJnodpIVVZcvCmKhybffTjf5QjpyEkLcPTmX79RF+E7p
Vh2H7w74i7AM/L+J+68iOSBmVW+majYvzDb87Mhcmeh35nF1Xt0Z8Lz67tvv
/kC/P59dnZ9cP3H+wkKe+ye2mWS1bW2miwnRekJLsCmsLjMiwu92iEBqIBJ/
ZRt17D5W9LE6Dh8/hhJXU/Vc16VpRqS4stmKJCR++AA9ri7enz+RHOsK3DuZ
m21V5qDMstablc0mxHqmNkyHXWZ4x1+p5/wVSOK+Uqf+q0eywvO6ui/HrGAW
i+jB/rkfv51dnT1dFHi5t/T/+2YZnkMwHzmhY5KD2/GE6P+b6MkDM7q6ePV6
9tT1JOM14G+yE12Z192aubtZ66Ignt80++Z7Q4YvZu9j/y0z9zW+VafXl81j
SHFDpKir5UqPV/dmVa11ow5ZHz4bvLSfLidvz07Pnyr189rmSzA600fT/G05
VgVNS5y7pBdKvJib1mT8uybByM2CrK2Z6KWm+ZGu3M6Z2GRuW6Zl+6Ed0PK5
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
xZqgMOGjZhU/f4Cxfp69uzg/eWrJAjR7CYMJyhHOjzJ4LnQyJ6P35bAnafpz
WEzQikQsyhpJlGTyHM38Vlr9TIT6qNdVacYlED9XRUv9DJ7uJ9TN7Or0fzw9
1L+PhTj7SfNqeidg0XGMJLdO0+3lr/3Mo/79X/838m/qGE2mnORPWXG+5EbV
i9DoIzPEN7q2fxsR7l2X66bRdfRwP91+PLl6d/LD2yfj/ZFJaVd11S1XzHgF
gUFYHfBdpnOzJut0T14I0a+a3AOxgaRfTqm4NhmroU2YF2IO3+aReo9GVV6p
e+A3avRROfazKWL4a9MVO0D/zNyRmRo+3U/GFz/cnF28vz6bTX7+4VeElVip
tB+EmGw/v1nYAiQ12XffTfKuvSWK3urJx+52hxqvq3tmk/crgkOm2hScxlU/
2rrtdCHBy9Z4o/pYQ/oi9PlzN5a+2ZJ0fPPxVu99a09jr6uubMwYB80EBw0f
7vn6HQEHu4OiZoT+hk/2fPo/iT/GieNZSbI3eLJHdo5Xpm3HkPOdrpsVil0G
T/e4QC+NXtMqjoMU5za7HT4TppFIFVjmu2Q6nSbJZDJRet60tc7aJLl5dAGx
OkSc4OTimbrXjSJwmUvcJdje7yd/SJk104Re0BAdQ+Kmt+rOscua4A15I1N1
2qoMUX1S2xAs4lB2gCREMdcZ1wLTP6sy6Rr4LzQkpyXxEoBcbjNkvlggI4FN
lfmwKSq0fEdaqOqaPuRBjSd9CQP1rFt62xJ12BnDX1klIiLKMbdN1jUwLqJ7
Va97EzyvNsi6dSVZdLRXKRflUmSparMpNKL9ND8faNmA5jYzDS0Dr8Pa5nlh
kuQrBCXrKu+4cbcqPh0zq8mXANjFCJ6jIJmWYvb8mVpVRU7zz4h09BXR10OT
RpGutMsS5K0U8hgIgSVFhaIyUizKNk3nqA1GaM0SE4CBjQOkQgRqoemWRLB2
lwr4JIk/UToaLFmJlW1U3y1RpOTysUVXBrDuS9jpTa5gZEiu621CHeMZfV3h
G1o0S3Ci5n8vqOOWltbUKDqmec63ytWjKK4jb1zTSRjZSfT9jW5IWKqa1ufw
9OTm5TNakHe63KrG1HdYoHGsWCHhIC7pkBdpkDrZ6JqWtSvI9EWsOEUPxGAa
k0rR3JYWHPVYXK8qHEfUXyzInalqS8OTvJyEM1XfatJ3STKky4bHNv7UNLtf
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

-->

</rfc>
