Jump to content

Reverse domain name notation: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Line 3: Line 3:
{{One source|date=May 2011}}
{{One source|date=May 2011}}


The '''Reverse-DNS''' is a convention for components, packages, and types naming systems. A characteristic of reverse-DNS strings is that they are based on registered [[domain name]]s, and are only reversed for sorting purposes. For example, if a company making a product called "MyProduct" has the registered [[domain name]] "example.com", they could use the reverse-DNS-ish string "com.example.MyProduct" to describe it.
The '''Reverse-DNS''' is a naming convention for the components, packages, and types used by a programming language, system or framework. A characteristic of reverse-DNS strings is that they are based on registered [[domain name]]s, and are only reversed for sorting purposes. For example, if a company making a product called "MyProduct" has the registered [[domain name]] "example.com", they could use the reverse-DNS-ish string "com.example.MyProduct" to describe it.


==History==
==History==

Revision as of 17:32, 6 November 2011

The Reverse-DNS is a naming convention for the components, packages, and types used by a programming language, system or framework. A characteristic of reverse-DNS strings is that they are based on registered domain names, and are only reversed for sorting purposes. For example, if a company making a product called "MyProduct" has the registered domain name "example.com", they could use the reverse-DNS-ish string "com.example.MyProduct" to describe it.

History

Reverse-DNS first became widely used with the Java platform, and has since been used for other systems.

Examples

Examples of systems that use Reverse-DNS are Sun Microsystems' Java platform and Apple's Uniform Type Identifier or UTI.

Example of reverse-DNS strings are:

References

"Apple Developer Connection: Introduction to Uniform Type Identifiers Overview". 2005-11-09. Retrieved 2007-07-13.