<?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-04" 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-04"/>
    <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="21"/>
    <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>
      <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 views and positions.</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 383?>

<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 837?>

<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="iab-members-at-the-time-of-approval">
      <name>IAB Members at the Time of Approval</name>
      <t>Internet Architecture Board members at the time this document was approved for publication were:</t>
      <ul spacing="normal">
        <li>
          <t>Ali C. Begen</t>
        </li>
        <li>
          <t>Matthew Bocci</t>
        </li>
        <li>
          <t>Roman Danyliw</t>
        </li>
        <li>
          <t>Dhruv Dhody</t>
        </li>
        <li>
          <t>Jana Iyengar</t>
        </li>
        <li>
          <t>Suresh Krishnan</t>
        </li>
        <li>
          <t>Jason Livingood</t>
        </li>
        <li>
          <t>Warren Kumari</t>
        </li>
        <li>
          <t>Mark Nottingham</t>
        </li>
        <li>
          <t>Yingzhen Qu</t>
        </li>
        <li>
          <t>Alvaro Retana</t>
        </li>
        <li>
          <t>Yaroslav Rosomakho</t>
        </li>
        <li>
          <t>Nick Sullivan</t>
        </li>
      </ul>
    </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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
v0T/H9xKKg68lgAA

-->

</rfc>
