• Download
  • Products
    • Product Highlights
      • DataHub Smart MQTT Broker
      • DataHub IoT Gateway
      • DataHub OPC Gateway
      • DataHub service for Azure
      • DataHub OPC Bridge
      • OPC DataHub
      • DataHub WebView
      • DataHub Modbus OPC Server
    • Tunnellers
      • DataHub UA Tunneller
      • DataHub DA Tunneller
      • DataHub Tunnel A&E
      • DataHub Modbus Tunneller
      • DataHub DDE Tunneller
      • Individual Features
        • Redundancy
        • Data Diode Mode
        • Monitoring
    • Historians
      • Connect to InfluxDB
      • Connect to Amazon Kinesis
      • Connect to AVEVA Historian
      • Connect to AVEVA Insight
      • Connect to AVEVA PI
      • Connect to RESTful Systems
      • Connect to Kafka
      • Connect to ODBC
      • Connect to Azure Event Hubs
      • Connect to OPC Classic HDA
    • Notifications
      • Alarm and Notification
      • Email / SMS
      • OPC A&E support
      • OPC UA A&C support
    • Excel and DDE
      • DataHub Add-In
        for Microsoft Excel
      • DDE / Excel
    • Loggers
      • DataHub OPC Logger
      • DataHub Modbus Logger
  • Purchasing
    • How to Purchase
    • Request a Quote
    • Feature Matrix
    • Software Subscription Plan
    • Maintenance Support Plan
    • Educational Program
  • Learning Hub
    • Industries & Use Cases
      • Wind & Solar
      • Conventional Energy
      • Oil & Gas
      • Minerals & Mining
      • Manufacturing
      • Food & Beverage
      • Pharma & Healthcare
      • System Integration
      • Machines & Tools
    • Knowledge Center
      • Videos
      • Webinars
      • How-To
      • Case Studies
      • White Papers
      • Essential Guides
        • MQTT & Sparkplug Essentials
        • DataHub Security Essentials
    • Connecting
      • Industrial AI
      • Industrial IoT
      • Secure OT to IT
      • OPC
      • Historian
      • MQTT
        • Sparkplug
      • Database
      • Modbus
      • Excel
      • Web
      • Embedded
      • Open APIs
      • DHTP
      • Architecture
  • Support
    • FAQ
    • Documentation
    • Release Notes
    • Technical Specifications
  • About
    • Partners
    • Customers
    • Testimonials
    • Privacy Policy
    • Terms of Use
    • Legal Notices
  • Click to open the search input field Click to open the search input field Search
  • Menu Menu
  • Download
  • Products
    • DataHub Smart MQTT Broker
    • DataHub IoT Gateway
    • DataHub OPC Gateway
    • DataHub service for Azure
    • DataHub OPC Bridge
    • OPC DataHub
    • DataHub WebView
    • DataHub Modbus OPC Server
    • Tunnellers
      • DataHub UA Tunneller
      • DataHub DA Tunneller
      • Tunnel A&E
      • DataHub Modbus Tunneller
      • DataHub DDE Tunneller
    • Historians
      • Connect to InfluxDB
      • Connect to Amazon Kinesis
      • Connect to AVEVA Historian
      • Connect to AVEVA Insight
      • Connect to AVEVA PI
      • Connect to RESTful Systems
      • Connect to Kafka
      • Connect to Azure Event Hubs
      • Connect to ODBC
      • Connect to OPC Classic HDA
    • Notifications
      • Alarm and Notification
      • Email / SMS
      • OPC A&E support
      • OPC UA A&C support
    • Excel and DDE
      • DataHub Add-in for Microsoft Excel
      • DDE / Excel
    • Loggers
      • DataHub OPC Logger
      • DataHub Modbus Logger
      • Monitoring
    • Individual Features
      • Redundancy
      • Data Diode Mode
      • Monitoring
  • Purchasing
    • How to Purchase
    • Request a Quote
    • Feature Matrix
    • Software Subscription Plan
    • Maintenance Support Plan
    • Educational Program
  • Learning Hub
    • Industries & Use Cases
      • Wind and Solar
      • Conventional Energy
      • Oil & Gas
      • Minerals & Mining
      • Manufacturing
      • Food and Beverage
      • Pharma and Healthcare
      • System Integration
      • Machines and Tools
    • Knowledge Center
      • Videos
      • Webinars
      • How-to
      • Case Studies
      • White Papers
    • Essential Guides
      • MQTT and Sparkplug Essentials
      • DataHub Security Essentials
    • Connecting
      • Industrial AI
      • Industrial IoT
      • Secure OT to IT
      • OPC
      • Historian
      • MQTT
        • Sparkplug
      • Database
      • Modbus
      • Excel
      • Web
      • Embedded
      • Open APIs
      • DHTP
      • Architecture
  • Support
    • FAQ
    • Documentation
    • Release Notes
    • Technical Specifications
  • About
    • Partners
    • Customers
    • Testimonials
    • Privacy Policy
    • Terms of Use
    • Legal Notices

Fractal Unified Namespace — Frequently Asked Questions

Diagram of a monolithic Unified Namespace with all nodes connected through a single centralized broker
Diagram of a fractal Unified Namespace with self-similar namespaces replicated at multiple operational levels
Book-open Book-open Read the White Paper

Understanding the Unified Namespace

What is a Unified Namespace (UNS)?

A Unified Namespace (UNS) connects all data sources and users across a plant or enterprise — PLCs, sensors, historians, ERP systems, and more — into a single, queryable data fabric. Typically, this is implemented with a single centralized broker that handles protocol conversion, naming conventions, engineering units, security, and edge-to-cloud bridging.

What is the problem with a monolithic Unified Namespace?

A single-broker Unified Namespace introduces several risks. It creates a single point of failure — if the broker goes down, visibility across the entire plant or enterprise is lost. It increases latency as all data flows through one central point. It makes OT network segmentation difficult. And it expands the blast radius of any security breach, because every node can potentially reach every other node. A compromised HMI in one building could have a direct path to a corporate historian.

What is a fractal Unified Namespace?

A fractal Unified Namespace replicates the same namespace structure at every level of the operations hierarchy — machine, line, factory, site, enterprise, and cloud. Each higher level contains the important information from the levels below, mirroring their structure. Think of it like the Internet’s DNS system: local resolvers handle nearby queries, regional servers handle broader ones, and root servers handle global lookups. Each layer is self-similar, fully functional, and autonomous.

Benefits and Common Objections

What are the main advantages of a fractal Unified Namespace over a monolithic one?

A fractal UNS provides five key structural advantages:

  • Fault isolation — A failure at one level does not cascade to other levels. Each layer operates independently and degrades gracefully.
  • Contained blast radius — A compromised node can only reach what it is architecturally permitted to reach. Lateral movement is constrained by design, not just by policy.
  • Defined data sovereignty — Bounded namespaces let you enforce what data crosses which boundaries, which is important for multi-site operations, joint ventures, and regulatory compliance.
  • Scalable governance — Schema ownership is distributed to the teams closest to the data, rather than centralized in one group.
  • Predictable performance — Traffic stays local until it needs to go broader, so high-frequency process data does not compete with enterprise reporting queries.

Doesn’t a fractal UNS add complexity?

A monolithic UNS is only “simple” until something goes wrong — a misconfigured MQTT client or a compromised node can flood the broker and cause a total loss of visibility across the entire plant. A fractal architecture distributes complexity to the teams who actually understand the data, such as the engineers running a specific production line. Changes can be made on the spot by those responsible for the process.

Doesn’t a fractal approach break the "single source of truth"?

No UNS is a “single source of truth”. The source of truth for a measurement is the physical system – that is the authoritative source for that value. Every communication level above that is a delegate for that authority. The PLC is not the truth if a wire is broken. A SCADA system is not the truth if an OPC server crashes. An MQTT broker is not the source of truth if a network connection is lost or congested. At each communication level, the lower level acts as the authority for the data it sends to the level above. That only works in practice when every level in the communication chain reliably reports loss of authority (e.g., the network connection to the level below breaks) to the levels above it.

At best a UNS is a “single point of contact” for the truth at that level. To be reliable, the UNS must state with certainty that either it knows its value to be correct and current, or it knows it to be disconnected from the physical system somewhere along the transmission chain. This isn’t a question of monolithic vs. fractal UNS. It is a question of whether the broker and protocol can provide the guarantees required to make a single point of contact act as a reliable source of truth. MQTT does not provide the quality of service or failure handling that provides this. You need purpose-built software and protocols to make the UNS trustworthy, monolithic or not.

Won’t an architecture-based approach be too rigid to adapt?

The opposite is true. A fractal UNS delegates decisions to the people closest to the process. The team running a stamping line owns their namespace and can make changes on the spot. Corporate data architects own the enterprise aggregation layer. This distributed ownership makes the system more adaptable, not less.

Can I build a fractal UNS by connecting multiple MQTT brokers together?

No. MQTT’s pub/sub architecture offers a simple, secure way for devices to connect, but its QoS guarantees do not propagate reliably across more than one broker connection. The result is a fragile system that looks distributed but behaves poorly under stress. A fractal UNS requires purpose-built software, such as Cogent DataHub software from Skkynet that guarantees data consistency from each source to each user across all levels of the hierarchy.

Implementation and Security

What happens if communication between levels breaks in a fractal UNS?

If communication between levels breaks, or if a server at any level goes down, that data is flagged as not connected. The other servers in the system continue functioning on that basis. Local operations are not affected by disruptions at higher levels, and the system resumes normal data flow when the connection is restored.

How does a fractal UNS address OT security concerns?

IT/OT convergence has extended enterprise threat surfaces deep into plant environments. A fractal architecture addresses this structurally — each layer enforces its own access controls, so security does not depend on policy alone. Even when policies are misconfigured, documentation is outdated, or a team is responding to an incident at 2 AM, the architectural boundaries hold.

Additionally, a fractal UNS can support multiple-hop connections for a DMZ, to segment OT and IT networks effectively.

What questions should I ask when designing a UNS implementation?

Rather than asking “how do we get everything connected,” consider:

  • What is the right boundary for each namespace segment?
  • What data genuinely needs to cross each boundary, and in which direction?
  • What is the failure mode when any single component goes down?
  • What is the containment boundary if a node is compromised?
  • Who governs each layer of the hierarchy?

A flat UNS can answer some of these with policy and configuration. A fractal UNS answers them with architecture.

Does a fractal UNS mean abandoning the UNS concept?

Not at all. Unifying your namespace is the right goal. A fractal UNS provides the same unified data benefits while restoring the structural segmentation that prevents local issues from becoming enterprise-wide disasters. It requires implementing the UNS vision with the same rigor you would apply to any critical OT system.

Learning Hub Posts

  • Fractal Unified Namespace — Frequently Asked Questions
  • webinar-OT-network-segmentation
    OT Network Segmentation Webinar Hosted by MAC Solutions
  • webinar-iiot-world-energy-panel
    IIoT World Energy Day: Extending Grid Capacity with IIoT and AI: From Data to Capital Decisions
  • UNS-white-paper-featured-image
    Stop Unifying Everything
  • How to access process data through a Data Diode
    How to Access Process Data Through a Data Diode
  • Cogent DataHub Service for Azure
    Cogent DataHub Service for Microsoft Azure from Skkynet
  • Secure OPC networking: OT to IT and the Cloud webinar
    Webinar: Secure OPC networking – OT to IT and the Cloud
  • How to connect OPC UA to OPC DA featured image
    How to convert OPC UA to OPC DA
  • Network Security is not enough for OT Data
  • best-practices-OT-to-IT-series-featured-image
    Best Practices: OT to IT
  • how-to-video-redundancy-featured-image
    How to Configure Redundancy
  • for-mqtt-smarter-is-better banner
    White Paper: For MQTT Smarter is Better
  • Use Case: Wind Farm Access featured image
    Use Case: Wind Farm Access
  • DataHub Apache Kafka title card
    New Historian Connections for DataHub Version 11
  • DataHub WebView Pages and Solutions title card
    WebView Enhancements for DataHub version 11
  • DataHub Security Model title card
    New Security Model for
    DataHub version 11
Cogent DataHub footer logo white
  • Download
  • Products
  • Purchasing
  • Learning Hub
  • Support
  • About
  • Back to Top
  • LinkedIn iconTwitter iconYouTube icon

Skkynet
302-2233 Argentia Road
Mississauga, ON L5N 2X7

International: 1-905-702-7851
US toll free: 1-888-702-7851

[email protected]
[email protected]
[email protected]
[email protected]

© 2026 Skkynet | All rights reserved | Legal notices
Scroll to top Scroll to top Scroll to top

We are using cookies to give you the best experience on our website.

You can find out more about which cookies we are using or switch them off in .

Cogent DataHub Logo
Powered by  GDPR Cookie Compliance
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.

Strictly Necessary Cookies

Strictly Necessary Cookie should be enabled at all times so that we can save your preferences for cookie settings.

3rd Party Cookies

This website uses Google Analytics to collect anonymous information such as the number of visitors to the site, and the most popular pages.

Keeping this cookie enabled helps us to improve our website.

Cookie Policy

More information about our Cookie Policy