<?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.30 (Ruby 3.4.8) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-iab-ip-geo-workshop-report-00" category="info" consensus="true" submissionType="IAB" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.31.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-00"/>
    <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="March" day="02"/>
    <keyword>geolocation</keyword>
    <keyword>privacy</keyword>
    <keyword>geofeed</keyword>
    <abstract>
      <?line 351?>

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

<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 use some form of mapping between IP addresses and a
particular geolocation (such as inferring that traffic originating from a particular
IP address means the traffic originates from a particular city). This is a widespread
practice in many aspects of Internet and web traffic, even though IP addresses are
not designed or guaranteed to have a singular or fixed location associated with them.</t>
      <t>Thus, practices around IP geolocation have a significant impact on the architecture
and realities of deploying systems on the Internet, but they frequently not documented
or incompletely documented in standards.</t>
      <t>The IAB convened a virtual workshop on IP Address Geolocation from December 3-5, 2025.
The workshop aimed to:</t>
      <ul spacing="normal">
        <li>
          <t>Understand the current use cases for publishing, discovering, and consuming IP address
geolocation data (<xref target="use-cases"/>)</t>
        </li>
        <li>
          <t>Explore areas for improvement, both in ways to update or replace IP geolocation mechanisms (<xref target="gaps-issues"/>)</t>
        </li>
        <li>
          <t>Consider mechanisms that satisfy the use cases without relying on geolocating IP addresses (<xref target="future"/>)</t>
        </li>
      </ul>
      <section anchor="about-this-workshop-report-content">
        <name>About this workshop report content</name>
        <t>This document is a report on the proceedings of the workshop. The views and positions
documented in this report are expressed during the workshop by participants and do not
necessarily reflect IAB's views and positions.</t>
        <t>Furthermore, the content of the report comes from presentations given by workshop
participants and notes taken during the discussions, without interpretation or
validation. Thus, the content of this report follows the flow and dialogue of the
workshop but does not attempt to capture a consensus.</t>
      </section>
    </section>
    <section anchor="conventions-and-definitions">
      <name>Conventions and Definitions</name>
      <t>Throughout this document, the following terms are used:</t>
      <ul spacing="normal">
        <li>
          <t>"IP geolocation" is used to refer to the notion of mapping an IP address
to one or more physical locations.</t>
        </li>
        <li>
          <t>A "geofeed" refers to a file that provides IP geolocation information.
In this document, this is usually specifically referring 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 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 user experience
or network behavior, such as:</t>
        <ul spacing="normal">
          <li>
            <t>Automatically choosing appropriate language or regional settings for content</t>
          </li>
          <li>
            <t>Providing relevant nearby content (for searches or serving advertisements)</t>
          </li>
          <li>
            <t>Optimizing network routes and server selection, generally used to optimize Content Delivery Network (CDNs)</t>
          </li>
        </ul>
        <t>For these use cases, errors in IP geolocation cause annoyance or performance issues,
but are generally recoverable (the user can change the location 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 far away 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. While
less critical than rights management, this represents the highest volume of
geolocation queries globally.</t>
        </section>
        <section anchor="network-optimization-and-cdn-selection">
          <name>Network Optimization and CDN Selection</name>
          <t>Content Delivery Networks (CDNs) and cloud providers utilize geolocation data to
route end-user traffic to the "closest" data center or edge node. While network
latency (topological distance) is the ideal metric, physical location is often
used as a heuristic for initial server selection. Misalignment here results in
suboptimal routing and increased latency for users.</t>
        </section>
        <section anchor="content-rights-management-and-licensing">
          <name>Content Rights Management and Licensing</name>
          <t>A primary driver for IP geolocation remains the enforcement of territorial licensing
agreements for streaming video, which is the largest volume of data at peak hour on
the internet today. Streaming services and media broadcasters rely heavily on
IP-to-location mapping to restrict content availability based on country or region
(Geo-blocking). Participants noted that this creates a high-stakes environment where accuracy is directly tied to contractual compliance.</t>
        </section>
        <section anchor="fraud-detection-and-security">
          <name>Fraud Detection and Security</name>
          <t>Financial institutions and identity providers use geolocation as a signal for risk
assessment. "Impossible travel" (a user logging in from two distant countries
within a short timeframe) or traffic originating from sanctioned regions are
standard triggers for security alerts.</t>
        </section>
        <section anchor="regulatory-and-legal-compliance">
          <name>Regulatory and Legal Compliance</name>
          <t>Operators increasingly use IP geolocation to comply with local laws, including:</t>
          <ul spacing="normal">
            <li>
              <t>Gambling and Betting regulations: Restricting access to users within specific jurisdictions.</t>
            </li>
            <li>
              <t>Taxation: Determining the applicable VAT or sales tax based on the consumer's location.</t>
            </li>
            <li>
              <t>Law Enforcement: Investigating cybercrime by mapping IP addresses to physical jurisdictions for warrant service.</t>
            </li>
          </ul>
        </section>
      </section>
      <section anchor="what-are-the-current-ip-geolocation-mechanisms">
        <name>What are the current IP geolocation mechanisms?</name>
        <t>Geofeeds are defined by <xref target="GEOFEED"/> as CSV-formatted mappings from IP address
subnets to locations, by country/region and city. <xref target="RFC9632"/> additionally
defines how to discover this data and to authenticate it using the
Resource Public Key Infrastructure (RPKI).</t>
        <t>Often, servers that are checking IP geolocation information are not directly
consuming geofeed information, but instead use the services of one or more
IP geolocation providers. These services provide not only a mapping from IP
address to 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 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 discussion around 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 achitectural 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.</t>
          </li>
          <li>
            <t>Lack of support in standardization; IP geolocation is a very impactful
part of deployment realities and heavily influences the experience users
have, but changes to network protocols don't necessarily account for
the impact on IP geolocation. This is seen in cases where deployments as
varied as IPv6 address support on servers and privacy proxy systems all
needed significant work and engagement with IP geolocation providers
to ensure that user experiences still functioned.</t>
          </li>
          <li>
            <t>Assumptions about the usefulness of geolocation; physical location
does not necessarily correspond to network topologies, so systems assuming
that closer physical locations will be faster can be detrimental to
network performance.</t>
          </li>
          <li>
            <t>Inconsistent effectiveness for security; IP geolocation is often
used as an element of security or compliance checks, but often has errors
and is hard to validate. It cannot be relied on for security properties,
but ends up being used as such in some scenarios.</t>
          </li>
        </ul>
      </section>
      <section anchor="geofeed-gaps-and-inaccuracies">
        <name>Geofeed gaps and inaccuracies</name>
        <t>Many of the issues raised were concerned with 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 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 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 a 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 around location borders.
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>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.</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. However, this can also come with a degredation in behavior by
servers that rely on IP geolocation services to determine how to serve content.
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 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 add 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>
        </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.
<xref target="SZAMONEK"/>, <xref target="LAOUAR"/>, and <xref target="PAULY"/> propose various ways forward here. These
explore ways to let users provide location hints with consent, and involve
trying to provide explicit signals that involve trust and verifiability.</t>
        <t>Across both of these categories, communicating information with more intentionality
and clarity is a key change.</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 careful 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="GEOFEED">
        <front>
          <title>A Format for Self-Published IP Geolocation Feeds</title>
          <author fullname="E. Kline" initials="E." surname="Kline"/>
          <author fullname="K. Duleba" initials="K." surname="Duleba"/>
          <author fullname="Z. Szamonek" initials="Z." surname="Szamonek"/>
          <author fullname="S. Moser" initials="S." surname="Moser"/>
          <author fullname="W. Kumari" initials="W." surname="Kumari"/>
          <date month="August" year="2020"/>
          <abstract>
            <t>This document records a format whereby a network operator can publish a mapping of IP address prefixes to simplified geolocation information, colloquially termed a "geolocation feed". Interested parties can poll and parse these feeds to update or merge with other geolocation data sources and procedures. This format intentionally only allows specifying coarse-level location.</t>
            <t>Some technical organizations operating networks that move from one conference location to the next have already experimentally published small geolocation feeds.</t>
            <t>This document describes a currently deployed format. At least one consumer (Google) has incorporated these feeds into a geolocation data pipeline, and a significant number of ISPs are using it to inform them where their prefixes should be geolocated.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="8805"/>
        <seriesInfo name="DOI" value="10.17487/RFC8805"/>
      </reference>
      <reference anchor="RFC9632">
        <front>
          <title>Finding and Using Geofeed Data</title>
          <author fullname="R. Bush" initials="R." surname="Bush"/>
          <author fullname="M. Candela" initials="M." surname="Candela"/>
          <author fullname="W. Kumari" initials="W." surname="Kumari"/>
          <author fullname="R. Housley" initials="R." surname="Housley"/>
          <date month="August" year="2024"/>
          <abstract>
            <t>This document specifies how to augment the Routing Policy Specification Language (RPSL) inetnum: class to refer specifically to geofeed comma-separated values (CSV) data files and describes an optional scheme that uses the Resource Public Key Infrastructure (RPKI) to authenticate the geofeed data files. This document obsoletes RFC 9092.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="9632"/>
        <seriesInfo name="DOI" value="10.17487/RFC9632"/>
      </reference>
      <reference anchor="RFC6973">
        <front>
          <title>Privacy Considerations for Internet Protocols</title>
          <author fullname="A. Cooper" initials="A." surname="Cooper"/>
          <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
          <author fullname="B. Aboba" initials="B." surname="Aboba"/>
          <author fullname="J. Peterson" initials="J." surname="Peterson"/>
          <author fullname="J. Morris" initials="J." surname="Morris"/>
          <author fullname="M. Hansen" initials="M." surname="Hansen"/>
          <author fullname="R. Smith" initials="R." surname="Smith"/>
          <date month="July" year="2013"/>
          <abstract>
            <t>This document offers guidance for developing privacy considerations for inclusion in protocol specifications. It aims to make designers, implementers, and users of Internet protocols aware of privacy-related design choices. It suggests that whether any individual RFC warrants a specific privacy considerations section will depend on the document's content.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="6973"/>
        <seriesInfo name="DOI" value="10.17487/RFC6973"/>
      </reference>
      <reference anchor="RFC9614">
        <front>
          <title>Partitioning as an Architecture for Privacy</title>
          <author fullname="M. Kühlewind" initials="M." surname="Kühlewind"/>
          <author fullname="T. Pauly" initials="T." surname="Pauly"/>
          <author fullname="C. A. Wood" initials="C. A." surname="Wood"/>
          <date month="July" year="2024"/>
          <abstract>
            <t>This document describes the principle of privacy partitioning, which selectively spreads data and communication across multiple parties as a means to improve privacy by separating user identity from user data. This document describes emerging patterns in protocols to partition what data and metadata is revealed through protocol interactions, provides common terminology, and discusses how to analyze such models.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="9614"/>
        <seriesInfo name="DOI" value="10.17487/RFC9614"/>
      </reference>
    </references>
    <?line 781?>

<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-participatns">
      <name>Workshop Participatns</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:
H4sIAAAAAAAAA7V92XLcSJblO77Ch2kzKY0hIqtrmy7mdFeFKEqiuA7JzLTM
lzEPwCPCkwggCgupkExm/Q/9NF8xPzBv/Sf9JXPPve4OByKYYhar6qFSDAC+
XL/LuYu7TyaTpLVtYQ7VwbXZVHWrFnW1Vu3KqJPZK/VDVd81q2qjqlKdXKlZ
ntemadRbUxVVpltblQeJns9rc08NnFxN6EH45iChN8yyqreHypaLKknyKiv1
mvrKa71oJ1bPJ3YzWZpq8uC+mdQ8iMlvfpM03Xxtm4a6aLcb+oaGk5Tdem7q
wySnhg+TrCobUzZdc6jaujMJjeF3yVdK10bL618ptLusq24jP9yZLf2SHyZq
opb9HPDnprb3Otu6Jwtj8uTelB11o9TStqtuTjO0ZavrbDWvdJ1/86VJHNCX
BQ20aenLVdtumsNvvolbmEq7U1t9sa0vvjBdteviIEl0166qGhOk3pVadEUh
JH+vS61OtqZc6pofmbW2xaH6ubZTa9rFX5b4e5pV633fNrT+Z/belsuqyuPP
+dH/Do/+Qt9numn3t3NbrddbdaW7Yhu30W7wy1/0ZlMY/jApq3pNK3NP1E/A
OuEvpWavzo5/POTPiZJLQ8T1tH14eOCpTKt6+U1T2Nw07j9ENKLZQzPZ6I2p
mX6laUHCSUU/MBM0E91OsqLq8kVBLEQsON3kC+nISQhx9+RCvlOX4TulW3UU
vjvgL8Iy8P8m7r+K5ICYVb2fqtm8MNvwsyNzZaLfmcfVRXVvwPPqt7/57R/o
91ez64vjm2fOX1jIc//ENpOstq3NdDEhWk9oCTaF1WVGRPinHSKQGojEX9lG
HbmPFX2sjsLHT6HE9VS90nVpmhEprm22IgmJHz5Cj+vLHy6eSY51Be6dzM22
KnNQZlnrzcpmE2I9Uxumwy4znPNX6hV/BZK4r9SJ/+qJrPCqrh7KMSuYxSJ6
sH/uR2ez69PniwIv95b+f98sw3MI5hMndERycDeeEP1/Ez15ZEbXl2/fzZ67
nmS8BvxNdqIr87pbM3c3a10UxPObZt98b8nwxex95L9l5r7Bt+rk5qp5Cilu
iRR1tVzp8ererqq1btQL1ocvBy/tp8vx2enJxXOlfl7bfAlGZ/pomr8tx6qg
aYlzl/RCiRdz05qMf9ckGLlZkLU1E73UND/Slds5E5vMbcu0bD+0A1q+ch0y
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
iwAA

-->

</rfc>
