Subversion Repositories oidinfo_new_design

Rev

Rev 35 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.   <title>OID repository - Home</title>
  5.   <meta charset="UTF-8"><!-- <meta content="text/html; charset=iso-8859-1" http-equiv="content-type"> -->
  6.   <meta name="google-translate-customization" content="ae799a386ca63905-075d0f84d2caa8b0-g8dbf29cdfe9cdbeb-c">
  7.   <link rel="Stylesheet" type="text/css" href="style.css">
  8.   <meta name="viewport" content="width=device-width, initial-scale=1">
  9.   <meta name="DESCRIPTION" content="This OID repository gathers information about Object Identifiers (OIDs), and provides tools to display and search for this information.">
  10.   <meta name="keywords" content="object identifier oid OID repository registration authority ISO ITU">
  11.   <link rel="icon" type="/image/png" href="images/favicon.png">
  12.   <script src="scripts.js"></script>
  13. </head>
  14. <body id="body" onload="_onload()">
  15.   <div id="global_container">
  16.     <div id="header">
  17.       <a href="index.htm">
  18.         <img src="images/treewall.jpg" width="130" height="110">
  19.       </a>
  20.       <h1 id="header_h1">OID Repository</h1><br><br><br><br>
  21.       <div id="header_url_and_menu">
  22.         <div id="header_url">www.oid-info.com</div>
  23.         <div id="header_url_right">
  24.           <ul id="header_menu">
  25.             <li><a href="index.htm">Home</a></li>
  26.             <li><a href="/cgi-bin/display?tree=">Tree display</a></li>
  27.             <li><a href="basic-search.htm">Search</a></li>
  28.             <li><a href="faq.htm">FAQ</a></li>
  29.             <li><a href="/helper">Helper</a></li>
  30.           </ul>
  31.         </div>
  32.       </div>
  33.       <div style="top: 11px; left: 694px; margin-left:-120px;" id="search">
  34.         <span style="color: rgb(226, 137, 34); font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold;">Display OID:</span> <br>
  35.         <form name="form_go" method="get" action="/cgi-bin/display" enctype="multipart/form-data">
  36.           <input type="hidden" name="action" value="display">
  37.           <input name="oid" size="20" value="" onfocus="empty();" placeholder="-- OID --" type="text"> <input value="Go" type="submit">
  38.         </form>
  39.       </div>
  40.       <div id="google_translate">
  41.         <script>
  42.           function googleTranslateElementInit() {
  43.             new google.translate.TranslateElement({ pageLanguage: 'en', layout: google.translate.TranslateElement.InlineLayout.SIMPLE, gaTrack: true, gaId: 'UA-33779649-1' }, 'google_translate_element');
  44.           }
  45.         </script>
  46.         <!--<script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit">
  47.         </script>-->
  48.       </div>
  49.     </div>
  50.   </div>
  51.   <div id="mobile_version">
  52.     <aside class="sidebar">
  53.       <nav id="navigation" role="navigation">
  54.         <form name="form_go" method="get" action="/cgi-bin/display" enctype="multipart/form-data">
  55.         <a><input name="oid" id="searchbox_mobile" size="35" value="" onfocus="empty();" placeholder="-- Display OID --" type="search"></a>
  56.         </form>
  57.         <a href="index.htm">Home</a>
  58.         <a href="/cgi-bin/display?tree=">Tree display</a>
  59.         <a href="basic-search.htm">Search</a>
  60.         <a href="faq.htm">FAQ</a>
  61.         <a href="/helper">Chatbot helper</a>
  62.       </nav>
  63.     </aside>
  64.   </div>
  65.   <div class="wrapper">
  66.     <table width="100%" id="header_mobile">
  67.       <tr>
  68.         <td width="20%">
  69.           <a href="#body" class="nav-button-open" aria-label="open navigation"></a>
  70.           <a href="#" class="nav-button-close" aria-label="close navigation"></a>
  71.         </td>
  72.         <td width="60%" valign="middle">
  73.           <h1 id="header_h1">OID Repository</h1>
  74.           <div id="header_url">www.oid-info.com</div>
  75.         </td>
  76.         <td width="20%"><a href="index.htm"><img src="images/treewall.jpg" style="height:10vh;width:auto"></a></td>
  77.       </tr>
  78.     </table>
  79.  
  80. <script src="jquery-1.8.2.min.js"></script>
  81. <script src="Carousel.js"></script>
  82. <script src="index.js"></script>
  83.  
  84. <script type="text/javascript">
  85.     $(function() {
  86.             var thumbs = $('#thumbscarousel');
  87.     $('#carousel').carouFredSel({
  88.             items: 1,
  89.             scroll: {
  90.                     fx: 'crossfade'
  91.             },
  92.             auto: {
  93.                     timeoutDuration: 8000,
  94.                     duration: 2000
  95.             },
  96.             pagination: {
  97.                     container: '#pager',
  98.                     duration: 300
  99.             }
  100.     });
  101.             thumbs.carouFredSel({
  102.             circular: false,
  103.             auto: false,
  104.             width: 115,
  105.             height: 75,
  106.             scroll: {
  107.                     duration: 200
  108.             },
  109.             items: {
  110.                     visible: 1,
  111.                     width: 115,
  112.                     height: 75
  113.             }
  114.     });
  115.     $('#pager').hover(function() {
  116.             var current = $('#carousel').triggerHandler( 'currentPosition' );
  117.             thumbs.trigger( 'slideTo', [ current, 0, true, { fx: 'none' } ] );
  118.             $('#thumbs').stop().fadeTo(300, 1);
  119.     }, function() {
  120.             $('#thumbs').stop().fadeTo(300, 0);
  121.     });
  122.     $('#pager a').mouseenter(function() {
  123.             var index = $('#pager a').index( $(this) );
  124.                     //  clear the queue
  125.             thumbs.trigger( 'queue', [[]] );
  126.                     //  scroll
  127.             thumbs.trigger( 'slideTo', [index, { queue: true }] );
  128.             });
  129.    });
  130. </script>
  131.  
  132. <style type="text/css">
  133.     #wrapper {
  134.             width: 610px;
  135.             height: 300px;
  136.             margin: 0 0 50px 0;
  137.             position: relative;
  138.     }
  139.     #carousel {
  140.             width: 500px;
  141.             height: 300px;
  142.             overflow: hidden;
  143.     }
  144.     #carousel img {
  145.             display: block;
  146.             float: left;
  147.             border-radius: 5px;
  148.             box-shadow: 0 0 5px #899;
  149.     }
  150.     #pager {
  151.             text-align: right;
  152.             padding: 20px 45px 0 0;
  153.     }
  154.     #pager a {
  155.             background-color: #F70;
  156.             display: inline-block;
  157.             width: 15px;
  158.             height: 15px;
  159.             margin-right: 6px;
  160.             border-radius: 10px;
  161.             box-shadow: 0 1px 1px #cef;
  162.     }
  163.     #pager a.selected {
  164.             background-color: #F30;
  165.     }
  166.     #pager a span {
  167.             display: none;
  168.     }
  169.     #thumbs {
  170.             display: none;
  171.             border: 1px solid rgba(0, 0, 0, 0.8);
  172.             background-color: rgba(0, 0, 0, 0.5);
  173.             width: 115px;
  174.             height: 75px;
  175.             padding: 10px;
  176.             position: absolute;
  177.             top: 200px;
  178.             right: 0px;
  179.             z-index: 10;
  180.             border-radius: 5px;
  181.     }
  182.     #thumbs img {
  183.             display: block;
  184.             float: left;
  185.     }
  186. </style>
  187.  
  188. <div id="global_content">
  189.  
  190.         <div id="remote_button">
  191.                 <p>Welcome to the OID repository, the wiki of public information about <a onclick="showdiv('what_is_an_OID'); hidediv('remote_button');" href="#">Object Identifiers</a> (OIDs)</p>
  192.  
  193.  
  194.  
  195. <!-- Begin: "Display OID" for mobile front page -->
  196.                         <div id="table_display_in_index">
  197.                                 <form method="get" action="/cgi-bin/display">
  198.                                         <table width="100%" border="0" cellpadding="0" cellspacing="0">
  199.                                                 <tbody>
  200.                                                         <tr>
  201.                                                                 <td class="withborder" valign="top" width="40%">
  202.                                                                         <span class="action_title">
  203.                                                                                 Display information about the following OID:
  204.                                                                         </span><br>&nbsp;&nbsp;&nbsp;<input name="oid" size="35" placeholder="-- OID --" type="text"><a href="javascript: switchInfoPerso('iso_mobile');"><img src="images/Info.png" alt="" width="15" height="15"></a> <input name="submit"
  205.                                                                            value="Display" type="submit"><span size="2" face="Arial, Helvetica, sans-serif">
  206.                                                                                 <input name="action" value="display" type="hidden"></span><br><div id="iso_mobile" style="display:none;">
  207.                                                                                 <br><span size="-1">
  208.                                                                                         Examples of notation:
  209.                                                                                         <ul>
  210.                                                                                                 <li>
  211.                                                                                                         <a href="/get/%7Biso%281%29%20member-body%282%29%20fr%28250%29%20type-org%281%29%7D"><code>{iso(1)
  212.                                                                                                                         member-body(2) fr(250) type-org(1)}</code></a> (ASN.1 notation)
  213.                                                                                                 </li>
  214.                                                                                                 <li>
  215.                                                                                                         <a href="/get/iso%281%29%20member-body%282%29%20fr%28250%29%20type-org%281%29"><code>iso(1)
  216.                                                                                                                         member-body(2) fr(250) type-org(1)</code></a>
  217.                                                                                                 </li>
  218.                                                                                                 <li><a href="/get/%7B1%202%20250%201%7D"><code>{1 2 250 1}</code></a> (ASN.1 notation)</li>
  219.                                                                                                 <li>
  220.                                                                                                         <a href="/get/1%202%20250%201"><code>1
  221.                                                                                                                         2 250 1</code></a>
  222.                                                                                                 </li>
  223.                                                                                                 <li><a href="/get/1.2.250.1"><code>1.2.250.1</code></a> (dot notation)</li>
  224.                                                                                                 <li>
  225.                                                                                                         <a href="/get//ISO/Member-Body/250/1"><code>/ISO/Member-Body/250/1</code></a>
  226.                                                                                                         (<a href="faq.htm#28">OID-IRI notation</a>)
  227.                                                                                                 </li>
  228.                                                                                                 <li>
  229.                                                                                                         <a href="/get//1/2/250/1"><code>/1/2/250/1</code></a> (<a href="faq.htm#28">OID-IRI
  230.                                                                                                                 notation</a>)
  231.                                                                                                 </li>
  232.                                                                                                 <li>
  233.                                                                                                         <a href="/get/urn:oid:1.2.250.1"><code>urn:oid:1.2.250.1</code></a>
  234.                                                                                                         (<a href="https://www.ietf.org/rfc/rfc3061.txt">URN notation</a>)<br></li>
  235.                                                                                         </ul>
  236.                                                                                         <span style="font-size:13px; font-weight:bold;">Note:</span> <span style="font-size:11px;">
  237.                                                                                                 To reference an OID description from your web site or in any document, you simply need to append the OID (in one of the above notations)
  238.                                                                                                 after <code>http://oid-info.com/get/</code> (<a href="faq.htm#get">more in the FAQ</a>).
  239.                                                                                         </span>
  240.                                                                                 </span>
  241.                                                                         </div>
  242.                                                                 </td>
  243.                                                         </tr>
  244.                                                 </tbody>
  245.                                         </table>
  246.                                 </form>
  247.                         </div><br><br>&nbsp;
  248.  
  249. <!-- End: "Display OID" for mobile front page -->
  250.  
  251. <!-- Begin: Mobile buttons -->
  252.                 <table width="100%" style="margin-top:20px;">
  253.                         <tr>
  254.                                 <td width="50%"><a class="myButton" href="#" onclick="showdiv('main_actions_in_index'); hidediv('remote_button');"><img src="images/Machine-to-Machine_orange.png"><br>Main actions</a></td>
  255.                                 <td width="50%"><a class="myButton" href="#" onclick="showdiv('what_is_an_OID'); hidediv('remote_button');"><img src="images/Eco_mode.png"><br>What is an OID?</a></td>
  256.                         </tr>
  257.                         <tr>
  258.                                 <td width="50%"><a class="myButton" href="#" onclick="showdiv('allocated_in_index'); hidediv('remote_button');"><img src="images/Eco_mode.png"><br>How are OIDs allocated?</a></td>
  259.                                 <td width="50%"><a class="myButton" href="#" onclick="showdiv('repository_in_index'); hidediv('remote_button');"><img src="images/tree_orange.png"><br>What is an OID repository?</a></td>
  260.                         </tr>
  261.                         <tr>
  262.                                 <td width="50%"><a class="myButton" href="#" onclick="showdiv('explanations_in_index'); hidediv('remote_button');"><img src="images/Orange_Experts_Expert_orange.png"><br>How are OIDs displayed?</a></td>
  263.                                 <td width="50%"><a class="myButton" href="faq.htm" onclick="hidediv('remote_button');"><img src="images/helper.png"><br>FAQ</a></td>
  264.                         </tr>
  265.                 </table>
  266. <!-- End: Mobile buttons -->
  267.  
  268.         </div>
  269.  
  270.         <div class="container">
  271.                 <div id="global_in_index">
  272.                         <div id="wrapper_carousel">
  273.                                 <div id="carousel">
  274.                                         <img src="images/introduction_to_OIDs_slide1.PNG" alt="slide1" width="460" height="300" border="0" /><img src="images/introduction_to_OIDs_slide2.PNG" alt="slide2" width="460" height="300" border="0" /><img src="images/introduction_to_OIDs_slide3.PNG" alt="slide3" width="460" height="300" border="0" /><img src="images/introduction_to_OIDs_slide4.PNG" alt="slide4" width="460" height="300" border="0" /><img src="images/introduction_to_OIDs_slide5.PNG" alt="slide5" width="460" height="300" border="0" /><img src="images/wordle.PNG" alt="wordle" width="460" height="300" border="0" /></div>
  275.                                 <div id="thumbs">
  276.                                         <div id="thumbscarousel">
  277.                                                 <img src="images/introduction_to_OIDs_slide1.PNG" alt="slide1" width="115" height="75" border="0" /><img src="images/introduction_to_OIDs_slide2.PNG" alt="slide2" width="115" height="75" border="0" /><img src="images/introduction_to_OIDs_slide3.PNG" alt="slide3" width="115" height="75" border="0" /><img src="images/introduction_to_OIDs_slide4.PNG" alt="slide4" width="115" height="75" border="0" /><img src="images/introduction_to_OIDs_slide5.PNG" alt="slide5" width="115" height="75" border="0" /><img src="images/wordle.PNG" alt="wordle" width="115" height="75" border="0" /></div>
  278.                                 </div>
  279.                                 <div id="pager"></div>
  280.                         </div>
  281.                         <div class="vertical_menu">
  282.                                 <ul>
  283.                                         <li><a href="#" onclick="showdiv('main_actions_in_index');">Main actions</a></li>
  284.                                         <li><a href="#" onclick="showdiv('what_is_an_OID'); hidediv('main_actions_in_index');">What is an OID?</a></li>
  285.                                         <li><a href="#" onclick="showdiv('allocated_in_index'); hidediv('main_actions_in_index');">How are OIDs allocated?</a></li>
  286.                                         <li><a href="#" onclick="showdiv('repository_in_index'); hidediv('main_actions_in_index');">What is an OID repository?</a></li>
  287.                                         <li><a href="#" onclick="showdiv('explanations_in_index'); hidediv('main_actions_in_index');">How are OIDs displayed?</a></li>
  288.                                 </ul>
  289.                         </div>
  290.                 </div>
  291.                 <br><br><div id="main_actions_in_index">
  292.                         <p><a href="#" onclick="showdiv('main_actions_in_index'); showdiv('remote_button');">Back to front page</a></p>
  293.                         <div id="table_display_in_index">
  294.                                 <form method="get" action="/cgi-bin/display">
  295.                                         <table width="100%" border="0" cellpadding="0" cellspacing="0">
  296.                                                 <tbody>
  297.                                                         <tr>
  298.                                                                 <td class="withborder" valign="top" width="100%">
  299.                                                                         <span class="action_title">
  300.                                                                                 Display information about the following OID:
  301.                                                                         </span><br>&nbsp;&nbsp;&nbsp;<input name="oid" size="35" placeholder="-- OID --" type="text"><a href="javascript: switchInfoPerso('iso');"><img src="images/Info.png" alt="" width="15" height="15"></a> <input name="submit"
  302.                                                                            value="Display" type="submit"><span size="2" face="Arial, Helvetica, sans-serif">
  303.                                                                                 <input name="action" value="display" type="hidden"></span><br><div id="iso" style="display:none;">
  304.                                                                                 <br><span size="-1">
  305.                                                                                         Examples of notation:
  306.                                                                                         <ul>
  307.                                                                                                 <li>
  308.                                                                                                         <a href="/get/%7Biso%281%29%20member-body%282%29%20fr%28250%29%20type-org%281%29%7D"><code>{iso(1)
  309.                                                                                                                         member-body(2) fr(250) type-org(1)}</code></a> (ASN.1 notation)
  310.                                                                                                 </li>
  311.                                                                                                 <li>
  312.                                                                                                         <a href="/get/iso%281%29%20member-body%282%29%20fr%28250%29%20type-org%281%29"><code>iso(1)
  313.                                                                                                                         member-body(2) fr(250) type-org(1)</code></a>
  314.                                                                                                 </li>
  315.                                                                                                 <li><a href="/get/%7B1%202%20250%201%7D"><code>{1 2 250 1}</code></a> (ASN.1 notation)</li>
  316.                                                                                                 <li>
  317.                                                                                                         <a href="/get/1%202%20250%201"><code>1
  318.                                                                                                                         2 250 1</code></a>
  319.                                                                                                 </li>
  320.                                                                                                 <li><a href="/get/1.2.250.1"><code>1.2.250.1</code></a> (dot notation)</li>
  321.                                                                                                 <li>
  322.                                                                                                         <a href="/get//ISO/Member-Body/250/1"><code>/ISO/Member-Body/250/1</code></a>
  323.                                                                                                         (<a href="faq.htm#28">OID-IRI notation</a>)
  324.                                                                                                 </li>
  325.                                                                                                 <li>
  326.                                                                                                         <a href="/get//1/2/250/1"><code>/1/2/250/1</code></a> (<a href="faq.htm#28">OID-IRI
  327.                                                                                                                 notation</a>)
  328.                                                                                                 </li>
  329.                                                                                                 <li>
  330.                                                                                                         <a href="/get/urn:oid:1.2.250.1"><code>urn:oid:1.2.250.1</code></a>
  331.                                                                                                         (<a href="https://www.ietf.org/rfc/rfc3061.txt">URN notation</a>)<br></li>
  332.                                                                                         </ul>
  333.                                                                                         <span style="font-size:13px; font-weight:bold;">Note:</span> <span style="font-size:11px;">
  334.                                                                                                 To reference an OID description from your web site or in any document, you simply need to append the OID (in one of the above notations)
  335.                                                                                                 after <code>http://oid-info.com/get/</code> (<a href="faq.htm#get">more in the FAQ</a>).
  336.                                                                                         </span>
  337.                                                                                 </span>
  338.                                                                         </div>
  339.                                                                 </td>
  340.                                                         </tr>
  341.                                                 </tbody>
  342.                                         </table>
  343.                                 </form>
  344.                         </div>
  345.                         <div id="table_draw_in_index">
  346.                                 <form method="get" action="/cgi-bin/display">
  347.                                         <table width="100%" border="0" cellpadding="0" cellspacing="0">
  348.                                                 <tbody>
  349.                                                 <tr>
  350.  
  351.                                                         <td width="100%" class="withborder" valign="top">
  352.                                                                         <img src="images/fl.png" style="width: 10px; height: 8px;"
  353.                                                                                  width="10" border="0" height="8">&nbsp;Display a <a href="/cgi-bin/display?a=random">random OID</a>
  354.                                                                 </td>
  355.                                                         <td rowspan="2" width="3%"></td>
  356.                                                 </tr>
  357.                                                 <tr><td>&nbsp;</td></tr>
  358.                                                         <tr>
  359.  
  360.                                                                 <td width="100%" class="withborder" valign="top">
  361.                                                                         <span class="color_orange">
  362.                                                                                 <img src="images/fl.png" style="width: 10px; height: 8px;"
  363.                                                                                          width="10" border="0" height="8">&nbsp;<a href="/cgi-bin/display?tree=">Tree display</a>
  364.                                                                                 <span style="font-size:11px;">(walk down the tree by folding/unfolding nodes)</span>
  365.                                                                         </span></td>
  366.                                                                 <td rowspan="2" width="3%"></td>
  367.                                                         </tr>
  368.                                                 <tr><td>&nbsp;</td></tr>
  369.                                                         <tr>
  370.                                                                 <td class="withborder" valign="top" width="100%">
  371.                                                                         <span class="action_title">
  372.                                                                                 Draw the OID tree for the following OID:
  373.                                                                         </span><br>&nbsp;&nbsp;&nbsp;<input name="oid" size="35" placeholder="-- OID --" type="text">&nbsp;&nbsp;<input name="submit2" value="Tree display" type="submit"></td>
  374.                                                         </tr>
  375.                                                 </tbody>
  376.                                         </table>
  377.                                 </form>
  378.  
  379.                         </div>
  380.                         <div id="table_add_in_index">
  381.                                 <form method="post" action="/cgi-bin/manage" enctype="multipart/form-data">
  382.                                         <table width="100%" border="0" cellpadding="0" cellspacing="0">
  383.                                                 <tbody>
  384.                                                         <tr>
  385.  
  386.                                                                 <td class="withborder" valign="top" width="100%">
  387.                                                                         <span class="color_orange">
  388.                                                                                 <img src="images/fl.png" style="width: 10px; height: 8px;"
  389.                                                                                          width="10" border="0" height="8">&nbsp;<a href="basic-search.htm">Search in the OID repository</a>
  390.                                                                         </span></td>
  391.                                                                 <td rowspan="2" width="3%"></td>
  392.                                                         </tr>
  393.                                                         <tr><td>&nbsp;</td></tr>
  394.                                                         <tr>
  395.                                                                 <td class="withborder" valign="top" width="55%">
  396.                                                                         <span class="action_title">
  397.                                                                                 Add a description for the following OID:
  398.                                                                         </span><br>&nbsp;&nbsp;&nbsp;<input name="oid" size="35" placeholder="-- OID --" type="text">&nbsp;&nbsp;<input name="submit"
  399.                                                                                                                                                                                                                                            value="Create" type="submit"><input name="action" value="create" type="hidden"></td>
  400.                                                                 <td valign="top" width="3%"></td>
  401.                                                         </tr>
  402.                                                 </tbody>
  403.                                         </table>
  404.                                 </form>
  405.                                 <table width="100%" border="0" cellpadding="0" cellspacing="0">
  406.                                         <tbody>
  407.                                                 <tr><td height="3%"><br></td></tr>
  408.                                                 <tr>
  409.                                                         <td class="withborder" valign="top" width="100%">
  410.                                                                 <img src="images/fl.png" style="width: 10px; height: 8px;"
  411.                                                                          width="10" border="0" height="8">&nbsp;<a href="submit.htm">Submit</a> XML descriptions of many OIDs
  412.                                                         </td>
  413.                                                         <td valign="top" width="3%"></td>
  414.                                                         <td width="20%"> <br></td>
  415.                                                 </tr>
  416.                                         </tbody>
  417.                                 </table>
  418.                         </div>
  419.                         <div id="number_oid_in_index">
  420.                                 <table width="100%" border="0" cellpadding="0" cellspacing="0">
  421.                                                 <tr>
  422.                                                         <td class="withborder" valign="top" width="100%">
  423.                                                                 <img src="images/fl.png"
  424.                                                                          style="width: 10px; height: 8px;" width="10" border="0" height="8">&nbsp;Display the
  425.                                                                 <a href="/cgi-bin/display?action=count_nodes">number of OIDs</a> in the repository<br></td>
  426.                                                         <td valign="top" width="3%"></td>
  427.                                                         <td rowspan="2" align="center"><br></td>
  428.                                                 </tr>
  429.                                                 <tr><td>&nbsp;</td></tr>
  430.                                                 <tr>
  431.                                                         <td class="withborder" valign="top" width="100%">
  432.                                                                 <img src="images/fl.png" style="width: 10px; height: 8px;"
  433.                                                                          width="10" border="0" height="8">&nbsp;Display the
  434.                                                                 <a href="density.htm">most populated OID arcs</a>
  435.                                                         </td>
  436.                                                         <td valign="top" width="3%"></td>
  437.                                                 </tr>
  438.                                 </table>
  439.                         </div>
  440.                         <div id="warning_in_index">
  441.                                 <span style="font-size:12px;">
  442.                                         <strong>Warning:</strong> This OID repository is a kind of wiki where any user can add information
  443.                                         about any OID (pending validation by the OID repository admin), but this
  444.                                         OID repository is not an official registration authority for OIDs, so
  445.                                         an OID can only be described in this OID repository if it has been officially
  446.                                         allocated by the registration authority of its parent OID. For more information,
  447.                                         see
  448.                                 </span><span style="font-size:11px; color:#006666;;">
  449.                                         <a href="#repo" onclick="showdiv('repository_in_index'); hidediv('main_actions_in_index'); showdiv_mobile('repository_in_index'); hidediv_mobile('remote_button');">"What is an OID repository?</a>"
  450.                                 </span>
  451.                                 <br><br></div>
  452.  
  453.  
  454.  
  455.     <div id="disclaimer_wrapper">
  456.     <div id="disclaimer">
  457.     <!--  <center><img style="border: 0px solid ; width: 760px; height: 2px;" alt="separation line" src="images/separation800.png" width="760" height="2"></center><br>-->
  458.       <span style="font-size:12px;">
  459.     <strong>Disclaimer:</strong>
  460.         The owner of this site does not warrant or assume any liability or responsibility for the accuracy, completeness, or usefulness of any information available on this page (for more information, please read the complete <a href="disclaimer.htm">disclaimer</a>).
  461.         <a href="disclaimer.htm">All rights reserved</a>, Orange SA &copy;
  462.         <script>document.write(/\d{4}/.exec(Date())[0])</script>
  463.       </span></div>
  464.     </div>
  465.  
  466.  
  467.                 </div>
  468.                 <div id="what_is_an_OID" style="display:none;">
  469.                         <p><a href="#" onclick="showdiv('what_is_an_OID'); showdiv('remote_button');">Back to front page</a></p>
  470.                         <table width="100%" border="0" cellpadding="0" cellspacing="0">
  471.                                 <tbody>
  472.                                         <tr>
  473.                                                 <td valign="middle" width="2%" height="8%"> <a name="oid"></a></td>
  474.  
  475.                                                 <td valign="middle" width="60%" height="8%" align="left">
  476.                                                         <span class="page_subtitle">
  477.                                                                 <a name="intro"></a>What is an OID?
  478.                                                         </span>
  479.                                                 </td>
  480.                                                 <td valign="middle" width="38%" height="8%" align="right">
  481.                                                         <div id="menu">
  482.                                                                 <ul>
  483.                                                                         <li>
  484.                                                                                 <a href="#" onclick="return false;">More information</a>
  485.                                                                                 <ul>
  486.                                                                                         <li><a href="introduction.htm">Introduction to OIDs</a></li>
  487.                                                                                         <li><a href="faq.htm">FAQ</a></li>
  488.                                                                                         <li><a href="http://www.itu.int/oth/T0B04000048/en">OID flyer</a></li>
  489.                                                                                         <li><a href="http://www.itu.int/pub/T-HDB-LNG.4-2010">OID handbook</a></li>
  490.                                                                                 </ul>
  491.                                                                         </li>
  492.                                                                 </ul>
  493.                                                         </div>
  494.                                                 </td>
  495.                                         </tr>
  496.                                 </tbody>
  497.                         </table>
  498.                         <table width="100%" border="0" cellpadding="0" cellspacing="0">
  499.                                 <tbody>
  500.                                         <tr>
  501.                                                 <td valign="top" width="2%"><br></td>
  502.                                                 <td valign="top" width="98%">
  503.                                                         <p>
  504.                                                                 An object identifier (OID) is an extensively used identification mechanism
  505.                                                                 jointly developed by <a href="http://www.itu.int/ITU-T">ITU-T</a> and
  506.                                                                 <a href="http://www.iso.org">ISO</a>/<a href="http://www.iec.org">IEC</a>
  507.                                                                 for naming any type of <a href="faq.htm#2">object, concept or "thing"</a>
  508.                                                                 with a globally unambiguous name which requires a persistent name (long
  509.                                                                 life-time). It is not intended to be used for transient naming. OIDs,
  510.                                                                 once allocated, should not be re-used for a different object/thing.<br><br>It is based on a hierarchical name structure based on the "<a href="faq.htm#16">OID
  511.                                                                 tree</a>". This naming structure uses a sequence of names, of which
  512.                                                                 the first name identifies a top-level "node" in the OID tree,
  513.                                                                 and the next provides further identification of arcs leading to sub-nodes
  514.                                                                 beneath the top-level, and so on to any depth.<br><br>A critical feature of this identification mechanism is that it makes
  515.                                                                 OIDs available to a great many organizations and specifications for
  516.                                                                 their own use (including countries, ITU-T Recommendations, ISO and IEC
  517.                                                                 International Standards, specifications from national, regional or international
  518.                                                                 organizations, etc.). <br></p>
  519.                                                 </td>
  520.                                         </tr>
  521.                                 </tbody>
  522.                         </table>
  523.                 </div>
  524.                 <div id="allocated_in_index">
  525.                         <p><a href="#" onclick="showdiv('allocated_in_index'); showdiv('remote_button');">Back to front page</a></p>
  526.                         <table width="100%" border="0" cellpadding="0" cellspacing="0">
  527.                                 <tbody>
  528.                                         <tr>
  529.                                                 <td valign="middle" width="2%" height="8%"> <a name="ra"></a></td>
  530.                                                 <td valign="middle" width="70%" height="8%">
  531.                                                         <span class="page_subtitle">
  532.                                                                 How are OIDs allocated and what is a registration authority?
  533.                                                         </span>
  534.                                                 </td>
  535.                                                 <td valign="middle" width="28%" height="8%" align="right">
  536.                                                         <div id="menu">
  537.                                                                 <ul>
  538.                                                                         <li>
  539.                                                                                 <a href="faq.htm#1">OID registration standards</a>
  540.                                                                         </li>
  541.                                                                 </ul>
  542.                                                         </div>
  543.                                                 </td>
  544.                                         </tr>
  545.                                 </tbody>
  546.                         </table>
  547.  
  548.                         <table width="100%" border="0" cellpadding="0" cellspacing="0">
  549.                                 <tbody>
  550.                                         <tr>
  551.                                                 <td valign="top" width="2%" height="15%"><br></td>
  552.                                                 <td valign="top" width="100%" height="15%">
  553.                                                         <p>
  554.                                                                 At each node, including the root, there is a <a href="faq.htm#29">requirement</a>
  555.                                                                 for some organization or standard to be responsible for allocating arcs
  556.                                                                 to sub-nodes and <a href="faq.htm#21">recording that allocation</a>
  557.                                                                 (together with the organization the subordinate node has been allocated
  558.                                                                 to), not necessarily publicly. This activity is called a Registration
  559.                                                                 Authority (RA).<br><br>In the OID tree, RAs are generally responsible only for allocation of
  560.                                                                 sub-arcs to other RAs that then control their own sub-nodes. In general,
  561.                                                                 the RA for a sub-node operates independently in allocating further sub-arcs
  562.                                                                 to other organizations, but can be constrained by rules imposed by its
  563.                                                                 superior, should the superior so wish.<br><br>The registration tree is indeed <a href="faq.htm#management">managed</a>
  564.                                                                 in a completely decentralized way (a node gives full power to its children).<br>The registration tree is defined and managed following the <a href="faq.htm#1">ITU-T
  565.                                                                 X.660 & X.670 Recommendation series (or the ISO/IEC 9834 series
  566.                                                                 of International Standards)</a>.<br></p>
  567.                                                 </td>
  568.                                                 <td width="3%" height="15%"></td>
  569.                                                 <td valign="middle" width="20%" height="15%"></td>
  570.                                         </tr>
  571.                                 </tbody>
  572.                         </table>
  573.  
  574.                 </div>
  575.                 <div id="repository_in_index">
  576.                         <p><a href="#" onclick="showdiv('repository_in_index'); showdiv('remote_button');">Back to front page</a></p>
  577.                         <table width="100%" border="0" cellpadding="0" cellspacing="0">
  578.                                 <tbody>
  579.                                         <tr>
  580.                                                 <td valign="middle" width="2%" height="3%"><a name="oid-repository"></a></td>
  581.                                                 <td valign="middle" width="70%" height="3%" align="left">
  582.                                                         <span class="page_subtitle">
  583.                                                                 What is an OID repository?
  584.                                                         </span>
  585.                                                 </td>
  586.                                                 <td valign="middle" width="28%" height="3%" align="right">
  587.                                                         <div id="menu">
  588.                                                                 <ul>
  589.                                                                         <li>
  590.                                                                                 <a href="faq.htm#features">Features offered by this OID repository</a>
  591.                                                                                 <!--
  592.                                                                                 <a href="#" onclick="return false;">More information</a>
  593.                                                                                 <ul>
  594.                                                                                         <li>
  595.                                                                                                 <a href="faq.htm#features">Features offered by this OID repository</a>
  596.                                                                                         </li>
  597.                                                                                 </ul>
  598.                                                                                 -->
  599.                                                                         </li>
  600.                                                                 </ul>
  601.                                                         </div>
  602.                                                 </td>
  603.                                         </tr>
  604.                                 </tbody>
  605.                         </table>
  606.                         <table width="100%" border="0" cellpadding="0" cellspacing="0">
  607.                                 <tbody>
  608.                                         <tr>
  609.                                                 <td valign="top" width="2%" height="18%"><br></td>
  610.                                                 <td valign="top" width="100%" height="18%">
  611.                                                         <!--
  612.                                                         <p>
  613.                                                         Initially, it was left for each Registration Authority in the hierarchy
  614.                                                         to maintain its own record of allocation beneath that RA, and to keep
  615.                                                         those allocations private if it so chose. There was never any policing
  616.                                                         of this. An RA in the hierarchy was its own master and operated autonomously.
  617.                                                         Interestingly, it is believed that the very few basic rules (unambiguous
  618.                                                         allocation and no re-use) were very rarely violated.<br><br>This is still pretty-well the position today, but in the early 1990s
  619.                                                         France Telecom Orange (now Orange) developed software for their internal use which
  620.                                                         was generic enough to provide a publicly available repository of OID
  621.                                                         allocations.<br><br>Primary information on sub-node allocations is often buried inside the
  622.                                                         databases (perhaps only paper) maintained by an immense numbers of RAs.
  623.                                                         The information can be hard to access and is sometimes private. So today
  624.                                                         this OID repository is regarded as the easiest way to access a large
  625.                                                         amount of the publicly available information on the OID tree, but the
  626.                                                         only OIDs and nodes listed are those that have been voluntarily contributed.
  627.                                                         It does not (and cannot) contain all OIDs, but <a href="/cgi-bin/display?action=count_nodes">many OIDs are recorded</a>.<br><br>This OID repository is not an official Registration Authority, so any
  628.                                                         OID described in this OID repository has to be officially allocated
  629.                                                         by the Registration Authority of its parent OID. This OID repository
  630.                                                         is based on crowdsourcing and gathers information about OIDs that have
  631.                                                         been submitted by any user of this web site (and validated by the webmaster
  632.                                                         of this web site).<br></p>
  633.                                                         -->
  634.                                                         Initially, it was left for each Registration Authority (RA)in the hierarchy
  635.                                                         to maintain its own record of allocation beneath that RA, and to keep
  636.                                                         those allocations private if it so chose. There was never any policing
  637.                                                         of this. An RA in the hierarchy was its own master and operated autonomously.<br><br>In the early 1990s Orange developed software for their internal use
  638.                                                         which was generic enough to provide a publicly available repository
  639.                                                         of OID allocations.<br><br>Information on OIDs is often buried inside the databases (perhaps sometimes
  640.                                                         paper) maintained by an immense number of RAs. The information can be
  641.                                                         hard to access and is sometimes private. Today this OID repository is
  642.                                                         regarded as the easiest way to access a large amount of the publicly
  643.                                                         available information on OIDs: <a href="/cgi-bin/display?a=count_nodes">Many
  644.                                                         OIDs are recorded</a> but it does not contain all existing OIDs.<br><br>This OID repository is not an official Registration Authority, so any
  645.                                                         OID described on this web site has to be officially allocated by the
  646.                                                         RA of its parent OID. The accuracy and completeness of this OID repository
  647.                                                         rely on crowdsourcing, <i>i.e.</i>, each user is welcome to contribute
  648.                                                         data.<br></td>
  649.                                                 <td width="2%" height="18%"></td>
  650.                                                 <td valign="middle" width="20%" height="18%"></td>
  651.                                         </tr>
  652.                                 </tbody>
  653.                         </table>
  654.  
  655.                 </div>
  656.                 <div id="explanations_in_index">
  657.                         <p><a href="#" onclick="showdiv('explanations_in_index'); showdiv('remote_button');">Back to front page</a></p>
  658.                         <a name="exp"></a>
  659.                         <span class="page_subtitle">How are OIDs displayed</span><br><br><img src="images/grey_captions.png" alt="" width="100%"></div>
  660. </div>
  661.  
  662. </div>
  663.  
  664.  
  665.  
  666.     <center id="footer">
  667.       <img style="border: 0px solid ; width: 760px; height: 2px;" alt="separation line" src="images/separation800.png" width="760" height="2"><br><br>
  668.       <table width="710" cellspacing="0" cellpadding="0" border="0">
  669.         <tr valign="baseline">
  670.           <td width="34">
  671.             <a href="/helper">
  672.               <img src="images/enveloppe.png" width="30" height="13" name="mail" border="0" alt="OID helper">
  673.             </a>
  674.           </td>
  675.           <td width="58" align="center"><font size="-2">Webmaster</font></td>
  676.           <td width="10" align="center"><img src="images/pointorange_small.gif" width="14" height="10"></td>
  677.           <td width="78" align="center">
  678.             <font size="-2">
  679.               <script language="JavaScript">
  680.               d=new Date(document.lastModified)
  681.               month=new Array("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec")
  682.               if (Date.parse(document.lastModified) != 0)
  683.                 document.write(d.getDate()+" "+month[d.getMonth()]+" "+d.getFullYear());
  684.               </script>
  685.             </font>
  686.           </td>
  687.           <td width="24" align="center"><img src="images/pointorange_small.gif" width="14" height="10"></td>
  688.           <td align="center" width="409">
  689.             <font size=-1>
  690.               &nbsp;
  691.             </font>
  692.           </td>
  693.           <td height="20" width="162" valign="middle" align="right"><a href="#top"><img src="images/page_top.png" width="150" height="17" border="0"></a></td>
  694.         </tr>
  695.       </table><br>
  696.     </center>
  697.   </div>
  698. </body>
  699. </html>
  700.