<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.secondtruth-labs.com/index.php?action=history&amp;feed=atom&amp;title=Ordnung_Name_System</id>
	<title>Ordnung Name System - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.secondtruth-labs.com/index.php?action=history&amp;feed=atom&amp;title=Ordnung_Name_System"/>
	<link rel="alternate" type="text/html" href="http://wiki.secondtruth-labs.com/index.php?title=Ordnung_Name_System&amp;action=history"/>
	<updated>2026-06-19T09:25:52Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>http://wiki.secondtruth-labs.com/index.php?title=Ordnung_Name_System&amp;diff=5&amp;oldid=prev</id>
		<title>imported&gt;Import at 16:36, 31 December 2025</title>
		<link rel="alternate" type="text/html" href="http://wiki.secondtruth-labs.com/index.php?title=Ordnung_Name_System&amp;diff=5&amp;oldid=prev"/>
		<updated>2025-12-31T16:36:32Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Infobox protocol&lt;br /&gt;
| name            = Ordnung Name System&lt;br /&gt;
| developer       = [[secondtruthLabs]]&lt;br /&gt;
| status          = Draft&lt;br /&gt;
| first_published = 2025&lt;br /&gt;
| based_on        = [[wp:Domain Name System|DNS]]&lt;br /&gt;
| transport       = [[wp:User Datagram Protocol|UDP]]/[[wp:Transmission Control Protocol|TCP]]&lt;br /&gt;
| default_port    = 53&lt;br /&gt;
| license         = [[wp:Public domain|Public Domain]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;Ordnung Name System&amp;#039;&amp;#039;&amp;#039; (&amp;#039;&amp;#039;&amp;#039;ONS&amp;#039;&amp;#039;&amp;#039;) is a semantic data query system that repurposes the [[wp:Domain Name System|DNS]] CHAOS (CH) class for structured data retrieval. Developed by [[secondtruthLabs]], ONS enables semantic queries using existing DNS infrastructure without requiring new protocol implementations.&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
ONS leverages an underutilized feature of DNS—the CHAOS class—to create a parallel query namespace for semantic data. This approach provides:&lt;br /&gt;
&lt;br /&gt;
* Zero protocol overhead&lt;br /&gt;
* Complete freedom in data organization&lt;br /&gt;
* Compatibility with existing DNS tools&lt;br /&gt;
* Built-in caching via DNS infrastructure&lt;br /&gt;
&lt;br /&gt;
=== Design philosophy ===&lt;br /&gt;
&lt;br /&gt;
ONS prioritizes simplicity and compatibility:&lt;br /&gt;
&lt;br /&gt;
* No new protocols to implement&lt;br /&gt;
* Works with standard DNS tools (&amp;lt;code&amp;gt;dig&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;nslookup&amp;lt;/code&amp;gt;)&lt;br /&gt;
* Domain-agnostic naming&lt;br /&gt;
* Minimal structural requirements&lt;br /&gt;
&lt;br /&gt;
== Technical specification ==&lt;br /&gt;
&lt;br /&gt;
=== Query format ===&lt;br /&gt;
&lt;br /&gt;
ONS queries use standard DNS [[wp:List_of_DNS_record_types|TXT record]] queries with the CHAOS class:&lt;br /&gt;
&lt;br /&gt;
{{Code example&lt;br /&gt;
| language = bash&lt;br /&gt;
| caption  = Basic ONS query&lt;br /&gt;
| code     = dig &amp;lt;name&amp;gt;.&amp;lt;domain&amp;gt; CH TXT&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
&lt;br /&gt;
{{Code example&lt;br /&gt;
| language = bash&lt;br /&gt;
| caption  = Query examples&lt;br /&gt;
| code     = # Query a concept definition&lt;br /&gt;
dig ai-agent.concepts.example.com CH TXT&lt;br /&gt;
&lt;br /&gt;
# Query project metadata&lt;br /&gt;
dig secondmind.projects.stlabs.example CH TXT&lt;br /&gt;
&lt;br /&gt;
# Query organizational info&lt;br /&gt;
dig stlabs.orgs.example.com CH TXT&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Response format ===&lt;br /&gt;
&lt;br /&gt;
Responses are standard DNS TXT records containing structured data:&lt;br /&gt;
&lt;br /&gt;
{{Code example&lt;br /&gt;
| language = text&lt;br /&gt;
| caption  = Example response&lt;br /&gt;
| code     = ai-agent.concepts.example.com. CH TXT &amp;quot;An autonomous software entity capable of perceiving its environment and taking actions to achieve goals.&amp;quot;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Related specifications ==&lt;br /&gt;
&lt;br /&gt;
ONS is part of a family of specifications:&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Ordnung Data Schema]]&amp;#039;&amp;#039;&amp;#039; (ODS) – Standard field conventions for ONS data&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Ordnung Data Retrieval System]]&amp;#039;&amp;#039;&amp;#039; (ODRS) – Global namespace using &amp;lt;code&amp;gt;.o&amp;lt;/code&amp;gt; TLD&lt;br /&gt;
&lt;br /&gt;
== Implementations ==&lt;br /&gt;
&lt;br /&gt;
ONS can be implemented using:&lt;br /&gt;
&lt;br /&gt;
* [[wp:BIND (DNS server)|BIND]] with CH class zones&lt;br /&gt;
* [[wp:CoreDNS|CoreDNS]] with custom plugins&lt;br /&gt;
* Any DNS server supporting CHAOS class&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [[Ordnung Data Schema]]&lt;br /&gt;
* [[Ordnung Data Retrieval System]]&lt;br /&gt;
* [[wp:Domain Name System]]&lt;br /&gt;
* [[wp:Multicast DNS]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Schema Specifications]]&lt;br /&gt;
[[Category:Data Exchange Formats]]&lt;br /&gt;
{{stLabs protocol}}&lt;/div&gt;</summary>
		<author><name>imported&gt;Import</name></author>
	</entry>
</feed>