<?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-03" 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-03"/>
    <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="July" day="02"/>
    <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 were 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 Networks (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>
            <li>
              <t>Age-based content restrictions: As various juridictions <xref target="RFC9998"/> define regulation to restrict access
to content based on age, IP geolocation is being used to determine which regulations apply (see <xref target="BARNES"/>).</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 lack of explicit standardization support
has led to deployment challenges in various scenarios: adding IPv6 address
support to servers, deploying privacy proxy systems, and more. These
deployments required significant work and engagement with multiple
IP geolocation providers to ensure that user experiences were still functional.</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="RFC9998">
        <front>
          <title>Report from the IAB/W3C Workshop on Age-Based Restrictions on Content Access</title>
          <author fullname="M. Nottingham" initials="M." surname="Nottingham"/>
          <author fullname="M. Thomson" initials="M." surname="Thomson"/>
          <date month="June" year="2026"/>
          <abstract>
            <t>The Workshop on Age-Based Restrictions on Content Access was convened by the Internet Architecture Board (IAB) and World Wide Web Consortium (W3C) in October 2025. This report summarizes the significant points of discussion and identifies topics that may warrant further consideration and work.</t>
            <t>Note that this document is a report on the proceedings of the workshop. The views and positions documented in this report are those of the workshop participants and do not necessarily reflect IAB or W3C views and positions.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="9998"/>
        <seriesInfo name="DOI" value="10.17487/RFC9998"/>
      </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 836?>

<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:
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
/JfkPwGmzA3ecJQAAA==

-->

</rfc>
