<?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-01" 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-01"/>
    <author fullname="Daniel Smullen">
      <organization>CableLabs</organization>
      <address>
        <email>d.smullen@cablelabs.com</email>
      </address>
    </author>
    <date year="2025" month="May" day="21"/>
    <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-smullen-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-smullen-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:
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
5PNfr7YkQnf1G1319bPXcVVpvfh/GBoWOumOAAA=

-->

</rfc>
