<?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-02" 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-02"/>
    <author fullname="Daniel Smullen">
      <organization>CableLabs</organization>
      <address>
        <email>d.smullen@cablelabs.com</email>
      </address>
    </author>
    <date year="2025" month="May" day="22"/>
    <keyword>next generation</keyword>
    <keyword>unicorn</keyword>
    <keyword>sparkling distributed ledger</keyword>
    <abstract>
      <?line 37?>

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

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

<section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>TODO acknowledge.</t>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA61925LjRpLlO78Cm3polYxkj7rVIyltdnqyM6uktK1S1dal
ZWNr+wACQRKdIMDBJbPYMpnNR+zLvu237KfMl6wfv8QFRGbVyPZBpeQNiPDw
8MvxE47VarUYqqF2l9nFm666z4tT9qZzW9e5pnDZjSvqvMuHqm2ybdtlP7YH
l/3khoe2u+svFvlm07l7/PTNzVVX7C8WRT64XdudLrOq2baLRdkWTX6gq5dd
vh1WZX8Y69o1q+OxXOX0i2pwxTB2bvUPf1j04+ZQ9T3dazgd6Se3z9+/yLIv
srzuW7pH1ZTu6OifZrhYZheurIa2q/IaL26v/kL/owFe3L59/+Ji0YyHjesu
FyUN53JRtE3vmn7sL7OhG92CRvzHBV23c/lldvX2+RW9wIx2XTseL7Off8h+
pldVs8t+wDuLO3eij8vLRbbKGvdxyHaucSIVvDU2VdF2/Gd/zLu7Gr8sq37o
qs04uDKrXblz3eLeNSON5oss8zfCC5lsekd6+5BXNb7yL+5jfjjWbl20B7wP
qV1m+2E49pe//3304e/pcnTpatiPGxJX2dFgml3tfv8J0V/Qr2qSUz/Qr+y6
/tdrueC6aj91nU99vt4Ph/piscjHYd92ECbdOMu29G1RkYubvKlcnb2TC1zw
x223o3f/zsK+zK7zTe1e5pueP3Mio4tyrff8lwKf1/Q5BEL3atruQD+9J7Ev
oJDh1WK1WmX0xaHLi2GxeL+v+oyUdTyQemXHrj22veuzPNt2NDYoRzbs84Fu
eWwfXNdnY49/hzYr3bZqXJY3ZeZwB9o1R91Ix7auioou80AyrBq6gqu6bI89
1OgeovdowXd7utMntt+XtMeeYWRDW7T1OrvqM9LrhmRLGla6+6qgG9HHdbWF
brolXZrmlB/pvbzY0+D2eYPvYOT46UDfzTYn+oCEBtXDByuZTunn0LthoA97
3v5lteWhDRltrJw1t19mtKAt5FrIhE/Q/aK9d90Jl2/cgw1vyVLKi6IdmyHf
VHU1nLKDy3vSjj7rRxpl3mdNO1TbquBZ009UUhl9hTZUoe/SYI6u2+fHnj44
th3GSL9sVrTux7rCTFnqsk6/y8K0TLi6eH21a3KIUNSyGmi91tn7vYtWPq8O
/O1irEl76Nu0WiqfFWxLUbVjn6wrCfW+6tqGtcmWuKhd3i1NS6CpXso7iKvB
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
rxdbEqG7+JWu+vrmdVxVWi/+H9LNrQDrjgAA

-->

</rfc>
