<?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.29 (Ruby 3.2.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-dsmullen-ppd-architecture-03" category="info" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.28.1 -->
  <front>
    <title abbrev="PPDArch">Privacy Preference Declaration for Home Networks</title>
    <seriesInfo name="Internet-Draft" value="draft-dsmullen-ppd-architecture-03"/>
    <author fullname="Daniel Smullen">
      <organization>CableLabs</organization>
      <address>
        <email>d.smullen@cablelabs.com</email>
      </address>
    </author>
    <author fullname="Brian Scriber">
      <organization>CableLabs</organization>
      <address>
        <email>brian.scriber@computer.org</email>
      </address>
    </author>
    <date year="2025" month="June" day="09"/>
    <keyword>next generation</keyword>
    <keyword>unicorn</keyword>
    <keyword>sparkling distributed ledger</keyword>
    <abstract>
      <?line 42?>

<t>This document proposes a framework that empowers users to define and enforce privacy policies within their home networks through a Privacy Preference Declaration (PPD) protocol. As connected devices proliferate, this approach enhances user control by enabling user-defined privacy settings for different data types, automatic policy discovery by new devices, and accountability measures such as notifications, network restrictions, or perhaps reporting non-compliance with users' defined preferences to designated authorities. The framework aims to cultivate a privacy-conscious home network environment through clear, enforceable privacy governance.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        The latest revision of this draft can be found at <eref target="https://drspangle.github.io/draft-dsmullen-ppd-architecture/draft-dsmullen-ppd-architecture.html"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-dsmullen-ppd-architecture/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/drspangle/draft-dsmullen-ppd-architecture"/>.</t>
    </note>
  </front>
  <middle>
    <?line 46?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>The rapid growth of Internet-connected devices in the home has introduced new and often overwhelming challenges to personal privacy.
While many of these devices collect sensitive data by design, the tools offered to users to understand or control that collection are fragmented, confusing, or entirely absent.
When privacy settings do exist, they are often buried in obscure menus, expressed in legal or technical jargon, and lack the contextual clarity needed to support meaningful decision-making.</t>
      <t>This results in a deeply flawed model: users are expected to defend their own privacy across a chaotic landscape of inconsistent, ad hoc controls—many of which are ineffective or misleading.
At the same time, device vendors face growing pressure to meet user expectations and comply with evolving privacy regulations.
In response, they often develop bespoke privacy mechanisms that are complex to implement, difficult to maintain, and ultimately fail to provide users with clarity or confidence.
These mechanisms are typically built in isolation, without shared patterns or cross-device consistency, leading to privacy interfaces that are overengineered, underused, and poorly aligned with real user needs.</t>
      <t><xref target="RFC7258"/> frames mass data collection as a technical threat, urging protocol designers to limit exposure through encryption and data minimization.
While this principle is crucial in adversarial, internet-scale contexts, the model proposed in this document takes a different approach: rather than hiding data flows, it seeks to govern them.
Privacy here is not achieved by making devices blind, but by ensuring they are accountable to user-defined preferences.</t>
      <t>This shift benefits both users and developers.
End users gain the ability to make contextual, informed privacy decisions without being overwhelmed by constant prompts or opaque controls.
Developers, in turn, are provided with a clearer, more predictable way to meet privacy expectations—reducing the need to reinvent complex and often inadequate consent and configuration systems.
What is needed is not more prompts or disclaimers, but a coherent mechanism for devices to retrieve, interpret, and respect user-directed privacy choices.</t>
    </section>
    <section anchor="conventions-and-definitions">
      <name>Conventions and Definitions</name>
      <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
      <?line -18?>

<t>Privacy, as framed in this document, is not centered on anonymity or data minimization in the abstract, but rather on empowering users to understand and shape how their data is collected, used, and shared within their home networks.
This framework introduces a definition of privacy grounded in two core pillars: transparency and user control.
Transparency requires individuals to be provided with a clear and comprehensive understanding of what data is being collected by devices in their environment, how that data is processed and shared, and under what conditions.
This understanding must be accessible and meaningful to non-expert users, ensuring that privacy decisions are made with full awareness of their implications.
User control refers to the ability of individuals to define and enforce privacy preferences across the entire device ecosystem within their home.
Control must be both actionable and enforceable, enabling users to express nuanced policies—such as permitting temperature data collection while prohibiting third-party sharing—and ensuring that devices are held accountable to these expectations.</t>
      <t>The perspective of this document stands in contrast to the approach taken in <xref target="RFC6973"/>, which emphasizes privacy as the reduction of observability, linkability, and identifiability within protocol design.
<xref target="RFC6973"/> recommends minimizing data collection and anonymizing information wherever possible, framing privacy primarily as a technical safeguard against unwanted inference.
In this framework, by contrast, privacy is not defined solely by what is withheld, but by what is understood and governed by the user.
In emphasizing user agency and data governance, this work finds conceptual alignment with <xref target="RFC8280"/>, which frames privacy as a fundamental human right that protocol designers should consider.
<xref target="RFC8280"/> underscores the importance of enabling user autonomy and informed decision-making, values that resonate strongly with this document’s goals.
However, the perspective of this document is more operationally focused: rather than advocating for abstract rights-respecting design principles, it proposes a concrete architectural approach to operationalize those rights within the home environment.
Where <xref target="RFC8280"/> calls for privacy-supportive capabilities in protocol design, this document seeks to instantiate those capabilities through specific, enforceable mechanisms that allow users to express, distribute, and apply their privacy preferences in practice.
Ultimately, this framework reconceives privacy not as a static property to be preserved by systems, but as a dynamic relationship between users and their devices—one that must be actively mediated through transparency and meaningful control.</t>
      <section anchor="privacy">
        <name>Privacy</name>
        <t>Privacy is not about anonymity, but about providing end users with the ability to be aware of how their data is being collected, used, and shared.
It aims to empower users with the knowledge and tools necessary to manage their personal information effectively.</t>
      </section>
      <section anchor="transparency">
        <name>Transparency</name>
        <t>Transparency holds that users possess a clear and comprehensive understanding of what data is collected, how it is utilized, and how it is shared by devices within their network.
It involves making the data practices of devices visible and comprehensible to ensure users are fully informed.</t>
      </section>
      <section anchor="user-control">
        <name>User Control</name>
        <t>User control empowers users to exert meaningful influence over the data collection and dissemination practices of these devices.
It ensures that users have the capability to define their privacy preferences and enforce policies that align with their comfort levels and expectations.</t>
      </section>
    </section>
    <section anchor="limitations-of-existing-mechanisms">
      <name>Limitations of Existing Mechanisms</name>
      <t>Current mechanisms for managing data privacy within the home environment exhibit limitations.</t>
      <section anchor="device-specific-configurations">
        <name>Device-specific Configurations</name>
        <t>Individual devices often employ unique privacy settings, thereby complicating user management of privacy across the entire network.
This complexity can inadvertently lead to unintended data sharing</t>
      </section>
      <section anchor="ineffective-and-unusable-user-interfaces">
        <name>Ineffective and Unusable User Interfaces</name>
        <t>Navigating and configuring privacy settings on individual devices can be a time-consuming and frustrating experience for users.
These ineffective interfaces often lead users to habitually agree to relax their privacy preferences without fully understanding the implications of their decisions.
This fosters a general resignation towards privacy management, making it difficult for users to exert meaningful control over their personal data and ultimately compromising their privacy expectations.</t>
      </section>
      <section anchor="dnt-and-p3p">
        <name>DNT and P3P</name>
        <t>Protocols like Do Not Track (DNT) and Platform for Privacy Preferences Project (P3P) have not achieved widespread adoption and have proven inadequate for addressing nuanced privacy needs.
These protocols lack the granularity required to express fine-grained user preferences and may not effectively prevent unintended data collection or sharing.
For instance, consider a smart security camera within a home network.
While DNT or P3P can signal a user's general preference not to be tracked or share data, they do not enable users to specify detailed privacy settings, such as allowing the camera to record video but not audio, or restricting data sharing to only within the home network.
Users need more precise control options to manage their privacy effectively and ensure their preferences are respected across different devices and contexts.
These limitations, coupled with the increasing complexity of the IoT ecosystem, hinder the effective exercise of user control over their data within the home environment and pose a significant threat to user privacy.</t>
      </section>
    </section>
    <section anchor="vision">
      <name>Vision</name>
      <t>This document proposes a framework aimed at changing how users express their privacy preferences within their home network.
The new paradigm aspires to achieve a seamless and user-friendly experience, where privacy settings do not hinder the use of devices, reduce the burden of configuration management, and eliminate the need to navigate through long, unintelligible legal-language privacy policies.
By simplifying the process for defining privacy preferences, this approach aims to alleviate privacy fatigue and combat the pervasive feelings of resignation that users often experience regarding their privacy choices.
This will empower users to make informed decisions without duress, fostering greater trust and confidence in integrating internet-of-things devices into their homes.
In essence, the vision is to provide users with intuitive mechanisms for expressing privacy preferences, thus ensuring their concerns are addressed effectively and promoting a more private home environment.</t>
      <section anchor="use-case-smart-thermostat-with-location-tracking">
        <name>Use Case: Smart Thermostat with Location Tracking</name>
        <t>Scenario: A user purchases a smart thermostat that offers location-based temperature adjustments.</t>
        <t>User Preference: The user desires temperature adjustments based on their presence at home but wishes to prevent the thermostat from collecting and transmitting precise location data.</t>
        <t>Expected Outcome: The PPD protocol allows the user to define a policy where the thermostat can only determine presence/absence within the home without collecting precise GPS coordinates.
The thermostat must clearly inform the user of this limitation and any potential impact on functionality (e.g., less precise temperature adjustments).
Regulatory frameworks such as the General Data Protection Regulation (GDPR) in the EU and the California Consumer Privacy Act (CCPA) in the U.S. already require companies to obtain explicit consent before collecting and processing sensitive personal data, including precise location information.
The PPD protocol ensures that consent is gathered in a manner that is transparent and comprehensible to the user, preventing scenarios where users might feel pressured or overwhelmed by the decision-making process.</t>
        <t>This protocol empowers individuals to make educated choices regarding their privacy settings by offering clear and concise information about data collection practices, potential risks, and benefits.
It places the user in control, fostering an environment where privacy decisions are made without duress, thus promoting confidence and trust in integrating internet-of-things devices into their daily lives.</t>
      </section>
      <section anchor="use-case-smart-speaker-with-selective-voice-recording-retention">
        <name>Use Case: Smart Speaker with Selective Voice Recording Retention</name>
        <t>Scenario: A user gets a smart speaker that can record and store voice data.</t>
        <t>User Preference: The user wants to keep general conversations for service improvement but prefers sensitive information to be selectively deleted and not retained.</t>
        <t>Expected Outcome: The PPD protocol enables the user to configure the speaker to identify and delete recordings containing sensitive information while retaining other voice data as long as necessary.
The speaker must inform the user about its data collection and storage practices, providing an option to manage selective deletion.</t>
        <t>This outcome significantly enhances the user experience by ensuring privacy preferences are respected seamlessly within the context of their own network.
Users can manage their sensitive information without needing to reveal details to the smart speaker service, which means the user's privacy is upheld.
The smart speaker service only sees the retention preferences, avoiding the risks associated with handling sensitive data, including the preferences themselves which may be considered sensitive.</t>
        <t>Moreover, this streamlined approach means that device manufacturers do not need to expend resources on developing special user interfaces for managing these preferences.
Instead, the preferences are integrated within the home network, allowing for a cohesive and user-friendly experience.
This integration prevents the need for users to navigate separate interfaces or endure educational prompts to manage their privacy settings, fostering a smoother and more intuitive interaction with the device.</t>
      </section>
      <section anchor="use-case-home-security-camera-with-facial-recognition">
        <name>Use Case: Home Security Camera with Facial Recognition</name>
        <t>Scenario: A user installs a home security camera with facial recognition capabilities.</t>
        <t>User Preference: The user desires facial recognition for security purposes but wishes to restrict the storage of captured images and the use of facial recognition data for any purpose other than security within the home.</t>
        <t>Expected Outcome: The PPD protocol allows the user to configure the camera to only store and process facial recognition data for security purposes within the home network and prohibits the sharing of this data with third parties.</t>
        <t>This approach provides numerous benefits for both the camera manufacturer and the user.
For the user, it ensures that their privacy preferences are respected and that their personal data is used solely for the intended security purposes.
By having control over the storage and usage of their facial recognition data, users can feel more secure and confident in their privacy being upheld.
This can lead to a higher level of trust in the device and its manufacturer.</t>
        <t>For the camera manufacturer, implementing such a protocol reduces the risk of data breaches and the misuse of sensitive facial recognition data, which can lead to legal complications and damage to their reputation.
It streamlines the development process, as they do not need to create complex user interfaces for managing these preferences.
Instead, integrating the PPD protocol within the home network allows for seamless and user-friendly privacy management.
This approach can also make the product more attractive to privacy-conscious consumers, increasing its marketability and potentially leading to higher sales.
This outcome showcases a mutually beneficial relationship where user privacy is prioritized, and manufacturers can offer a more privacy-preserving and appealing product.</t>
      </section>
    </section>
    <section anchor="goals">
      <name>Goals</name>
      <section anchor="enhance-user-control">
        <name>Enhance User Control</name>
        <ul spacing="normal">
          <li>
            <t>Empower users with the ability to define and enforce clear, concise, and easily understandable privacy policies for their home networks.</t>
          </li>
          <li>
            <t>Provide users with the means to effectively exercise control over the collection, use, and dissemination of their personal data by devices within their home network.</t>
          </li>
        </ul>
      </section>
      <section anchor="promote-interoperability">
        <name>Promote Interoperability</name>
        <ul spacing="normal">
          <li>
            <t>Establish a standardized mechanism for devices from diverse manufacturers to discover and adhere to user-defined privacy policies, thereby facilitating consistent privacy management across the home network.</t>
          </li>
        </ul>
      </section>
      <section anchor="enable-flexibility">
        <name>Enable Flexibility</name>
        <ul spacing="normal">
          <li>
            <t>Provide a framework that allows for the customization of privacy policies to accommodate the unique privacy requirements and preferences of individual users and households.</t>
          </li>
        </ul>
      </section>
      <section anchor="facilitate-transparency">
        <name>Facilitate Transparency</name>
        <ul spacing="normal">
          <li>
            <t>Ensure that devices within the home network are obligated to provide clear and concise information regarding their data collection and usage practices to users.</t>
          </li>
          <li>
            <t>Establish a mechanism for users to easily understand the implications of their privacy policy settings on the functionality of devices within their home network.</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="scope">
      <name>Scope</name>
      <t>This document focuses on defining a high-level architectural framework for a Privacy Preference Declaration (PPD) protocol specifically designed for home network environments.
This document concentrates on the conceptual framework, key architectural components, and fundamental principles for enabling users to express and enforce their privacy preferences on devices within their home networks.</t>
      <t>This document does not delve into specific implementation details, such as message formats, data structures, security algorithms, or user interface design.
Furthermore, this document does not address enforcement mechanisms, legal and regulatory considerations, or specific security protocols.</t>
      <t>Specific implementation details and message formats will be addressed in subsequent RFCs.
This document aims to be complementary to existing and future standards related to home networking, IoT security, and data privacy.</t>
      <t>This document provides the foundation for subsequent work, including:</t>
      <ul spacing="normal">
        <li>
          <t>Privacy Preference Declaration Taxonomy: This document will define a taxonomy of privacy preference categories and attributes, including a mechanism for registration and management of these categories.</t>
        </li>
        <li>
          <t>Privacy Preference Declaration Protocol Specification: This document will specify the message formats, data structures, and communication procedures for the PPD protocol, including mechanisms for device discovery, policy retrieval, and compliance reporting.</t>
        </li>
      </ul>
    </section>
    <section anchor="architecture-overview">
      <name>Architecture Overview</name>
      <section anchor="assumptions">
        <name>Assumptions</name>
        <t>This document makes the following assumptions:</t>
        <ul spacing="normal">
          <li>
            <t>User Control: It is assumed that users have a reasonable level of control over their home network infrastructure.
This includes the ability to configure routers, install software updates, and manage device access to the network.
This control is essential for users to effectively manage their privacy preferences and enforce them on devices within their home network.</t>
          </li>
          <li>
            <t>Resource Constraints: It is assumed that the home network environment and devices operating therein have resource limitations, such as limited processing power and bandwidth.
We limit this assumption by considering that the PPD protocol and its associated mechanisms should be designed with these constraints in mind, minimizing overhead and ensuring efficient operation even on resource-constrained devices.</t>
          </li>
          <li>
            <t>Security Considerations: It is assumed that home networks in scope of this document are susceptible to typical security threats, including insider threats (or non-malicious misconfiguration) and vulnerability to local attacks.
We limit this assumption by considering specific security threats to protect user privacy and the integrity of the privacy policy.
This includes considerations for secure policy dissemination, device authentication, and protection against unauthorized access and modification of privacy preferences.</t>
          </li>
          <li>
            <t>Single User Policy: This document assumes that each device implementing the protocol is governed by a single, unified privacy policy defined by its primary user.
While other individuals within the same physical environment (e.g., household) may have different privacy preferences, the protocol is designed with the expectation that a device conforms to the policy established by its primary user.
Future extensions could explore mechanisms for managing and reconciling multiple user-defined policies on a single device, particularly in shared or multi-user environments.</t>
          </li>
          <li>
            <t>Policy Agreement: It is assumed that devices joining the network are expected not only to retrieve the household privacy policy but also to explicitly agree to abide by its terms.
This agreement forms a crucial part of the association process and is essential for ensuring device compliance with user privacy preferences. Failing to agree to the policy is a failure to adhere to the protocol.</t>
          </li>
          <li>
            <t>Policy Enforcement: At a minimum, devices must acknowledge that they have received and reviewed the user's privacy policy.
This acknowledgment provides a basic mechanism for users to ensure device accountability and decide whether to onboard it onto the network.
Future extensions could introduce more robust enforcement mechanisms to address non-compliance, such as network access restrictions or reporting to a designated authority.
These measures would enhance the integrity of the privacy framework and reinforce user trust.</t>
          </li>
        </ul>
      </section>
      <section anchor="key-components">
        <name>Key Components</name>
        <t>User Interface: A user-friendly interface (e.g., mobile app, web portal) for creating and managing privacy preferences.</t>
        <t>Preference Repository: A secure and reliable mechanism for storing user preferences (e.g., local device, cloud service).</t>
        <t>Declaration Protocol: A standardized protocol for devices to:</t>
        <ul spacing="normal">
          <li>
            <t>Discover and retrieve user-defined privacy policies.</t>
          </li>
          <li>
            <t>Report their data collection and sharing practices.</t>
          </li>
          <li>
            <t>Request user consent for specific data uses.</t>
          </li>
        </ul>
        <t>Enforcement Mechanisms: Mechanisms for devices to enforce user-defined privacy restrictions.</t>
      </section>
      <section anchor="data-flows">
        <name>Data Flows</name>
        <t>This section outlines the high-level data interactions between users, devices, and the Preference Repository in the Privacy Preference Declaration (PPD) framework.
It describes how privacy preferences are defined by users, retrieved by devices, and used to guide behavior in a home network environment.</t>
        <t>The process begins when a user defines a set of privacy preferences that apply to their household.
These preferences may express rules such as which types of data may be collected, under what conditions data may be processed or shared, or which retention practices are acceptable.
The design of the user interface used to author these preferences, including its presentation, usability, or input modalities, is out of scope for this document, and will be addressed separately.
Likewise, the underlying vocabulary and structure of the privacy preferences, including data categories and associated constraints, is specified in (Privacy Preference Declaration Taxonomy).</t>
        <t>Once created, the user’s preferences are stored in a secure Preference Repository, which may reside locally on a networked controller or be accessible through other trusted infrastructure.
When a new device joins the home network, it initiates an onboarding process during which it discovers the repository and establishes a secure channel.
Following onboarding, the device performs association, which involves retrieving the household privacy policy and issuing a formal acknowledgment of its terms.
Devices may optionally report their data handling declarations to the repository at this stage.</t>
        <t>If a device seeks to perform actions not permitted under the baseline policy, for example, collecting or sharing data beyond what the user has authorized may initiate a consent request workflow.
However, the design and behavior of this consent mechanism is explicitly out of scope for this document.
Inappropriate or poorly designed consent flows, such as those that involve excessive prompting, ambiguous language, or misleading options, can inadvertently pressure users into accepting data practices that conflict with their preferences.
Even without malicious intent, these experiences may degrade trust and lead to outcomes inconsistent with user expectations.
Future specifications should ensure that consent interactions are clear, proportionate, and respectful, helping users make informed decisions without friction or fatigue.</t>
        <t>When the household policy is updated, or when a device’s previous association has expired, the device is required to re-associate by re-retrieving and accepting the latest version of the policy.
Reassociation ensures that devices remain accountable to current user expectations over time.
Devices are not expected to re-collect consent for data uses already covered by existing, valid consent.</t>
        <t>To support efficient transmission of privacy policies, consent records, and compliance data (particularly in constrained environments typical of home IoT systems) a compact, machine-readable encoding is recommended.
<xref target="RFC8949"/>, offers an efficient format for structured data that is well-suited for this context.
CBOR balances low-overhead serialization with the ability to represent extensible and semantically rich policy structures.
While this document does not mandate any specific encoding, CBOR should be considered as a candidate for future protocol-level message formats.</t>
        <t>It is important to note that the minimum requirement under this architecture is limited to the discovery, retrieval, and formal acknowledgment of the user’s privacy policy.
This acknowledgment provides a foundational mechanism for establishing device accountability.
However, this document does not define how policy enforcement must be carried out by the device, nor does it specify how to handle cases where a device cannot fully comply with a given policy.
These aspects, including runtime enforcement, conflict resolution, or auditing, may be addressed in future work.</t>
        <t>Finally, while this document defines the overall data flow and interaction sequence, it does not define message formats, communication protocol details, or consent interface specifications.
These elements will be specified in a companion document, (Privacy Preference Declaration Protocol Specification).</t>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>For a privacy framework to be effective, it must not only support the expression of user preferences but also ensure that those preferences are protected during transmission, retrieval, and enforcement.
This section outlines the necessary safeguards for ensuring the confidentiality, authenticity, and integrity of the privacy policy, as well as the anonymity of the household during key protocol operations.</t>
      <section anchor="secure-policy-dissemination">
        <name>Secure Policy Dissemination</name>
        <t>Communication between devices and the Preference Repository must be protected against unauthorized access and tampering.
Cryptographic mechanisms such as encryption and mutual authentication should be employed to ensure that only legitimate devices can retrieve privacy policies and that those policies are delivered without modification.</t>
      </section>
      <section anchor="anonymity-and-metadata-protection">
        <name>Anonymity and Metadata Protection</name>
        <t>Even when privacy policies themselves do not contain sensitive personal information, the act of retrieving or acknowledging a policy may reveal characteristics about the household—such as the types of devices in use, specific user preferences, or behavioral patterns over time.
<xref target="RFC7258"/> cautions against protocol designs that expose unnecessary metadata, treating the accumulation of such information as a legitimate technical threat.
This framework takes that warning seriously: metadata exposure during policy retrieval and device onboarding must be minimized to avoid turning privacy infrastructure into a new source of privacy leakage.
Concepts from <xref target="RFC9577"/> may help inform this effort. <xref target="RFC9577"/> introduces techniques for authorization without identification, enabling a client to prove it is authorized without revealing who it is.
While <xref target="RFC9577"/> is optimized for pseudonymous web authentication over the public internet, and assumes a centralized token issuer model, its core ideas—particularly around unlinkable token presentation—could be adapted to the PPD protocol to reduce metadata correlation and minimize household identifiability during policy exchanges.
However, this must be done carefully, as the assumptions of <xref target="RFC9577"/> do not fully align with the goals or context of a local, user-governed home network.</t>
      </section>
      <section anchor="policy-integrity">
        <name>Policy Integrity</name>
        <t>Devices must be guaranteed that the policy retrieved is authentic and unaltered. Integrity protections, such as digital signatures, are necessary to ensure that users’ preferences cannot be tampered with—either in transit or at rest—by other devices, malicious actors, or misconfigurations.</t>
      </section>
      <section anchor="device-authentication">
        <name>Device Authentication</name>
        <t>Devices participating in the privacy framework must authenticate themselves before accessing the Preference Repository.
This ensures that policy dissemination is limited to known, authorized devices, and that users can maintain trust in the integrity of their home network's privacy relationships.
By aligning with the concerns raised in <xref target="RFC7258"/> and incorporating ideas from <xref target="RFC9577"/> where appropriate, this framework seeks to protect users not only from overt data collection, but also from silent inference and passive metadata surveillance.
At the same time, it avoids treating anonymity as an end in itself.
The goal is to support privacy with accountability—where user-defined preferences are respected, devices are identifiable only as much as necessary, and no more, and the user retains ultimate visibility and influence over what occurs within their domain.</t>
      </section>
      <section anchor="policy-agreement-and-enforcement">
        <name>Policy Agreement and Enforcement</name>
        <t>Devices must not only acknowledge receipt of the privacy policy but also explicitly agree to abide by its terms.
This agreement should be recorded and verifiable.
Enforcement mechanisms should be in place to address non-compliance, including network access restrictions or reporting to a designated authority.</t>
      </section>
    </section>
    <section anchor="policy-language">
      <name>Policy Language</name>
      <t>The specific details of the Privacy Policy Language, including its syntax, structure, and extensibility mechanisms, are considered out of scope for this document, which focuses on the overall framework.
The Privacy Policy Language, along with a taxonomy of privacy concepts and attributes, will be fully defined in a separate RFC, the "Privacy Preference Declaration Taxonomy," allowing for more detailed exploration and development of this crucial component of the PPD framework.</t>
      <section anchor="language-requirements">
        <name>Language Requirements</name>
        <ul spacing="normal">
          <li>
            <t>Human-readable: Policies should be easily understandable by users.</t>
          </li>
          <li>
            <t>Machine-readable: Policies should be machine-processable for automated enforcement.</t>
          </li>
          <li>
            <t>Extensible: The language should be flexible enough to accommodate evolving privacy needs and technologies.</t>
          </li>
          <li>
            <t>Internationalization-compatible: Policies and identifiers used within them may need to support multilingual environments and non-ASCII characters.</t>
          </li>
        </ul>
        <t>To ensure consistent interpretation and comparison of string-based policy elements, such as device names, labels, or category identifier string handling practices should align with the guidelines defined in <xref target="RFC7564"/>.
This is particularly important when identifiers or user-facing labels are created, stored, or matched across vendors or systems that operate in different locales or character encodings.</t>
      </section>
      <section anchor="proposed-approach">
        <name>Proposed Approach</name>
        <t>Consider leveraging existing privacy policy languages (e.g., P3P) or drawing lessons from privacy labeling systems used in modern application ecosystems—such as Apple’s App Privacy Labels and Google’s Data Safety section for Android apps.
While these approaches are not protocols per se, they demonstrate how structured, declarative privacy metadata can be communicated to users and systems in a consistent way.</t>
        <t>Alternatively, a new, concise, and user-friendly privacy policy language may be developed specifically for the PPD framework.
One possibility is to define an intermediate representation—similar in spirit to the intermediate representation used in compilers such as LLVM—that captures the fundamental privacy constraints and regulatory considerations (e.g., from GDPR, CCPA) in a machine-readable form.
This representation would support automated enforcement while being straightforward to translate into human-readable language.</t>
        <t>Future specifications should also define guidance for how string identifiers—such as device roles, policy tags, or consent status labels—are formatted, compared, and stored, to avoid ambiguities across systems.
In contexts where internationalized strings are involved, alignment with <xref target="RFC7564"/> should be considered to ensure interoperability and consistency.</t>
      </section>
    </section>
    <section anchor="future-work">
      <name>Future Work</name>
      <t>This document defines an architectural framework for enabling users to express and enforce privacy preferences within home network environments.
Several aspects critical to a fully operational implementation are intentionally left out of scope here and are expected to be addressed in future specifications or companion documents.</t>
      <section anchor="policy-taxonomy-and-semantics">
        <name>Policy Taxonomy and Semantics</name>
        <t>A separate document, tentatively titled "Privacy Preference Declaration Taxonomy", will define:</t>
        <ul spacing="normal">
          <li>
            <t>A common vocabulary and set of categories for expressing privacy preferences.</t>
          </li>
          <li>
            <t>Attributes and semantics for data types, sharing constraints, and processing conditions.</t>
          </li>
          <li>
            <t>An extensibility model for incorporating future data types and policy dimensions.</t>
          </li>
        </ul>
        <t>This taxonomy is foundational for consistent policy interpretation across heterogeneous devices and vendors.</t>
      </section>
      <section anchor="protocol-specification-and-message-formats">
        <name>Protocol Specification and Message Formats</name>
        <t>A companion document, "Privacy Preference Declaration Protocol Specification", is expected to define:</t>
        <ul spacing="normal">
          <li>
            <t>Message formats for device onboarding, policy retrieval, acknowledgment, and compliance reporting.</t>
          </li>
          <li>
            <t>Optional mechanisms for consent request flows.</t>
          </li>
          <li>
            <t>Transport-layer considerations and discovery mechanisms.</t>
          </li>
          <li>
            <t>Recommended encoding formats, such as <xref target="RFC8949"/>, for efficient representation of structured data.</t>
          </li>
        </ul>
      </section>
      <section anchor="consent-request-workflow-design-specifications">
        <name>Consent Request Workflow Design Specifications</name>
        <t>The mechanism by which devices request additional user consent for data uses not covered by the baseline policy is out of scope.
However, future specifications should:</t>
        <ul spacing="normal">
          <li>
            <t>Define clear constraints to prevent manipulative or fatiguing consent flows (e.g., dark patterns).</t>
          </li>
          <li>
            <t>Ensure that consent interactions are transparent, infrequent, proportionate, and user-respecting.</t>
          </li>
          <li>
            <t>Explore user interface standards or API affordances to preserve meaningful choice.</t>
          </li>
        </ul>
        <t>This is a particularly sensitive area and must balance user experience, privacy expectations, and implementation feasibility.</t>
      </section>
      <section anchor="enforcement-and-policy-compliance">
        <name>Enforcement and Policy Compliance</name>
        <t>This architecture does not define how privacy policies are to be enforced by devices or how non-compliance is to be detected or remediated.
Future work may include:</t>
        <ul spacing="normal">
          <li>
            <t>Runtime enforcement models and device-side implementation expectations.</t>
          </li>
          <li>
            <t>Auditing mechanisms for verifying compliance.</t>
          </li>
          <li>
            <t>Deconfliction strategies for devices unable to meet all user-defined constraints.</t>
          </li>
          <li>
            <t>Options for escalation (e.g., network access restrictions, notifications, or isolation).</t>
          </li>
        </ul>
      </section>
      <section anchor="user-interface-design-specifications">
        <name>User Interface Design Specifications</name>
        <t>The user-facing interface used to author, modify, and review privacy preferences is out of scope.
Future design guidance may address:</t>
        <ul spacing="normal">
          <li>
            <t>User experience design principles for presenting privacy concepts clearly and accessibly.</t>
          </li>
          <li>
            <t>Models for progressive disclosure of policy impact.</t>
          </li>
          <li>
            <t>Multi-user and household-role-specific control models (e.g., parental vs. administrative roles).</t>
          </li>
        </ul>
      </section>
      <section anchor="internationalization-and-identifier-comparison">
        <name>Internationalization and Identifier Comparison</name>
        <t>In contexts where privacy preferences or taxonomy elements involve user-facing or vendor-defined string identifiers, additional work may be required to:</t>
        <ul spacing="normal">
          <li>
            <t>Define string normalization and comparison rules, particularly for internationalized text.</t>
          </li>
          <li>
            <t>Ensure identifier consistency across diverse vendors and locales.</t>
          </li>
          <li>
            <t>Consider alignment with the <xref target="RFC7564"/> for handling Unicode-aware identifiers in a secure and interoperable way.</t>
          </li>
        </ul>
      </section>
      <section anchor="interoperability-testing-and-reference-implementations">
        <name>Interoperability Testing and Reference Implementations</name>
        <t>Future work may also include:</t>
        <ul spacing="normal">
          <li>
            <t>Development of reference implementations of the PPD protocol and repository components.</t>
          </li>
          <li>
            <t>Interoperability testing across devices and vendors.</t>
          </li>
          <li>
            <t>Conformance guidelines and self-certification procedures.</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document has no IANA actions.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="RFC8949">
          <front>
            <title>Concise Binary Object Representation (CBOR)</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <date month="December" year="2020"/>
            <abstract>
              <t>The Concise Binary Object Representation (CBOR) is a data format whose design goals include the possibility of extremely small code size, fairly small message size, and extensibility without the need for version negotiation. These design goals make it different from earlier binary serializations such as ASN.1 and MessagePack.</t>
              <t>This document obsoletes RFC 7049, providing editorial improvements, new details, and errata fixes while keeping full compatibility with the interchange format of RFC 7049. It does not create a new version of the format.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="94"/>
          <seriesInfo name="RFC" value="8949"/>
          <seriesInfo name="DOI" value="10.17487/RFC8949"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC7258">
          <front>
            <title>Pervasive Monitoring Is an Attack</title>
            <author fullname="S. Farrell" initials="S." surname="Farrell"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <date month="May" year="2014"/>
            <abstract>
              <t>Pervasive monitoring is a technical attack that should be mitigated in the design of IETF protocols, where possible.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="188"/>
          <seriesInfo name="RFC" value="7258"/>
          <seriesInfo name="DOI" value="10.17487/RFC7258"/>
        </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="RFC8280">
          <front>
            <title>Research into Human Rights Protocol Considerations</title>
            <author fullname="N. ten Oever" initials="N." surname="ten Oever"/>
            <author fullname="C. Cath" initials="C." surname="Cath"/>
            <date month="October" year="2017"/>
            <abstract>
              <t>This document aims to propose guidelines for human rights considerations, similar to the work done on the guidelines for privacy considerations (RFC 6973). The other parts of this document explain the background of the guidelines and how they were developed.</t>
              <t>This document is the first milestone in a longer-term research effort. It has been reviewed by the Human Rights Protocol Considerations (HRPC) Research Group and also by individuals from outside the research group.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8280"/>
          <seriesInfo name="DOI" value="10.17487/RFC8280"/>
        </reference>
        <reference anchor="RFC9577">
          <front>
            <title>The Privacy Pass HTTP Authentication Scheme</title>
            <author fullname="T. Pauly" initials="T." surname="Pauly"/>
            <author fullname="S. Valdez" initials="S." surname="Valdez"/>
            <author fullname="C. A. Wood" initials="C. A." surname="Wood"/>
            <date month="June" year="2024"/>
            <abstract>
              <t>This document defines an HTTP authentication scheme for Privacy Pass, a privacy-preserving authentication mechanism used for authorization. The authentication scheme specified in this document can be used by Clients to redeem Privacy Pass tokens with an Origin. It can also be used by Origins to challenge Clients to present Privacy Pass tokens.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9577"/>
          <seriesInfo name="DOI" value="10.17487/RFC9577"/>
        </reference>
        <reference anchor="RFC7564">
          <front>
            <title>PRECIS Framework: Preparation, Enforcement, and Comparison of Internationalized Strings in Application Protocols</title>
            <author fullname="P. Saint-Andre" initials="P." surname="Saint-Andre"/>
            <author fullname="M. Blanchet" initials="M." surname="Blanchet"/>
            <date month="May" year="2015"/>
            <abstract>
              <t>Application protocols using Unicode characters in protocol strings need to properly handle such strings in order to enforce internationalization rules for strings placed in various protocol slots (such as addresses and identifiers) and to perform valid comparison operations (e.g., for purposes of authentication or authorization). This document defines a framework enabling application protocols to perform the preparation, enforcement, and comparison of internationalized strings ("PRECIS") in a way that depends on the properties of Unicode characters and thus is agile with respect to versions of Unicode. As a result, this framework provides a more sustainable approach to the handling of internationalized strings than the previous framework, known as Stringprep (RFC 3454). This document obsoletes RFC 3454.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7564"/>
          <seriesInfo name="DOI" value="10.17487/RFC7564"/>
        </reference>
      </references>
    </references>
    <?line 469?>

<section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>TODO acknowledge.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
dUsWAvDeuY8t5TyTaC0KRMws9l7TVw4j955Lpgv1Ju/BMdxuP7D+t/v8X0fn
rddyduPHNedFGjts2s7ZDlUdzsVlO3Lau5a/pdSmENk85gdvn2yIsYkiE0m/
Jh0S4fIuwAUdDfoBK28GJfjgqslL968j4gvJiwa1c2QXNqOGgf2B9u6uh+LS
5sR6iy/Rlddx+qkjFKspfuGpYtGx07aie968SGynCsJjpEiLRKTaTtMeZKPD
isK5i1aQj2UnY9Mvtm0lqkFhy3XL0/TW+gY6VPHfEsVQ6obUruyzi1fv794h
V8T/Zz+/5n+/ff4/39++fX6Df9/9dPXypf/HTH9x99Pr9y9vwr/CldevX716
/vONXEyfZslHs4tXV/9yIRO6eP3m3e3rn69eXhxv1lw80MoFKSBM7GdkeDjb
4A3+w/Wb//sfX32T/frrfyPr9sevvvqerJv88d1X335Df5ByqktoG/gr/hP7
bUabn9SLTUxNwQGFdQNl1HMYwH4LV42FInF+8b8gmf99mf3Tqth/9c0/6weY
cPKhySz5kGV2/MnRxSLEEx+deIyXZvL5RNLpeK/+Jfnb5B59+E9/rpFILb76
7s//TCqkdo2lwd7i2J7OTesLhIHwemzn2+awU596ZPAzb3ok85NNobaXvtb8
ztKhaUiK/5GD3SOkftSYip9R+ciX/aN3jeqNzyeAS7GjIdnwITo7Cr9rEGv5
bIGcW1OqQB4pL+FNX9UUSzCQkjdAO+DhJRKJEj56XPx1R/am6jhRKCuyfGR6
e1X6k6bQB16d2yLAp1AvSIetMSLCfPBCERvtRSN5QJybVF2cK81VrtEdaByF
xNxBnhph4cnyOJpdWWm0x/JMR7Ube7gLODe6VQX7jRtEQTfNGdkjLHgn9g3h
fvCO+XDCEcFC7Mhmi4gAZWT5IyRLD9HMiKaHcNHS2eXsfZx9sz9lgcfukKPv
ZDmewhiihFYjetxLUiALs13Rit84VsTl7FoHY0JiH55zKJabpKKcdZ4CBjw+
zYuyZkQKW3rgg5ygZfUkV9qUnKbTOPaAKBCoTWO/Rw7HaM231aqSX2+rrlyQ
wpJksPr0Gd1WBhUvj6kVFoXCgXIayUiaGrvopTgihAF7y1vWEyfAKsS6ymuW
94NfLQNWENSxXZEA9x+///br336ba2JEU6W8u/o7YzOad8kKcXRgO5vyTNc9
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
XsdVpeXs/wFgILlYUY8AAA==

-->

</rfc>
