Subversion Repositories oidinfo_new_design

Rev

Rev 2 | Rev 8 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 daniel-mar 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="SHORTCUT ICON" href="/images/favicon.ico">
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>
6 daniel-mar 20
      <h1 id="header_h1">OID Repository</h1><br><br><br><br>
2 daniel-mar 21
      <div id="header_url_and_menu">
6 daniel-mar 22
        <div id="header_url">www.oid-info.com</div>
2 daniel-mar 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">
6 daniel-mar 73
          <h1 id="header_h1">OID Repository</h1>
74
          <div id="header_url">www.oid-info.com</div>
2 daniel-mar 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
                <h2>Welcome to the OID repository, the wiki of public information about <a href="link to What is an OID?">Object Identifiers</a> (OIDs)</h2>
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><br><div id="main_actions_in_index">
292
                        <div id="table_display_in_index">
293
                                <form method="get" action="/cgi-bin/display">
294
                                        <table width="100%" border="0" cellpadding="0" cellspacing="0">
295
                                                <tbody>
296
                                                        <tr>
297
                                                                <td class="withborder" valign="top" width="100%">
298
                                                                        <span class="action_title">
299
                                                                                Display information about the following OID:
300
                                                                        </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"
301
                                                                           value="Display" type="submit"><span size="2" face="Arial, Helvetica, sans-serif">
302
                                                                                <input name="action" value="display" type="hidden"></span><br><div id="iso" style="display:none;">
303
                                                                                <br><span size="-1">
304
                                                                                        Examples of notation:
305
                                                                                        <ul>
306
                                                                                                <li>
307
                                                                                                        <a href="/get/%7Biso%281%29%20member-body%282%29%20fr%28250%29%20type-org%281%29%7D"><code>{iso(1)
308
                                                                                                                        member-body(2) fr(250) type-org(1)}</code></a> (ASN.1 notation)
309
                                                                                                </li>
310
                                                                                                <li>
311
                                                                                                        <a href="/get/iso%281%29%20member-body%282%29%20fr%28250%29%20type-org%281%29"><code>iso(1)
312
                                                                                                                        member-body(2) fr(250) type-org(1)</code></a>
313
                                                                                                </li>
314
                                                                                                <li><a href="/get/%7B1%202%20250%201%7D"><code>{1 2 250 1}</code></a> (ASN.1 notation)</li>
315
                                                                                                <li>
316
                                                                                                        <a href="/get/1%202%20250%201"><code>1
317
                                                                                                                        2 250 1</code></a>
318
                                                                                                </li>
319
                                                                                                <li><a href="/get/1.2.250.1"><code>1.2.250.1</code></a> (dot notation)</li>
320
                                                                                                <li>
321
                                                                                                        <a href="/get//ISO/Member-Body/250/1"><code>/ISO/Member-Body/250/1</code></a>
322
                                                                                                        (<a href="faq.htm#28">OID-IRI notation</a>)
323
                                                                                                </li>
324
                                                                                                <li>
325
                                                                                                        <a href="/get//1/2/250/1"><code>/1/2/250/1</code></a> (<a href="faq.htm#28">OID-IRI
326
                                                                                                                notation</a>)
327
                                                                                                </li>
328
                                                                                                <li>
329
                                                                                                        <a href="/get/urn:oid:1.2.250.1"><code>urn:oid:1.2.250.1</code></a>
330
                                                                                                        (<a href="https://www.ietf.org/rfc/rfc3061.txt">URN notation</a>)<br></li>
331
                                                                                        </ul>
332
                                                                                        <span style="font-size:13px; font-weight:bold;">Note:</span> <span style="font-size:11px;">
333
                                                                                                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)
334
                                                                                                after <code>http://oid-info.com/get/</code> (<a href="faq.htm#get">more in the FAQ</a>).
335
                                                                                        </span>
336
                                                                                </span>
337
                                                                        </div>
338
                                                                </td>
339
                                                        </tr>
340
                                                </tbody>
341
                                        </table>
342
                                </form>
343
                        </div>
344
                        <div id="table_draw_in_index">
345
                                <form method="get" action="/cgi-bin/display">
346
                                        <table width="100%" border="0" cellpadding="0" cellspacing="0">
347
                                                <tbody>
348
                                                <tr>
349
 
350
                                                        <td width="100%" class="withborder" valign="top">
351
                                                                        <img src="images/fl.png" style="width: 10px; height: 8px;"
352
                                                                                 width="10" border="0" height="8">&nbsp;Display a <a href="/cgi-bin/display?a=random">random OID</a>
353
                                                                </td>
354
                                                        <td rowspan="2" width="3%"></td>
355
                                                </tr>
356
                                                <tr><td>&nbsp;</td></tr>
357
                                                        <tr>
358
 
359
                                                                <td width="100%" class="withborder" valign="top">
360
                                                                        <span class="color_orange">
361
                                                                                <img src="images/fl.png" style="width: 10px; height: 8px;"
362
                                                                                         width="10" border="0" height="8">&nbsp;<a href="/cgi-bin/display?tree=">Tree display</a>
363
                                                                                <span style="font-size:11px;">(walk down the tree by folding/unfolding nodes)</span>
364
                                                                        </span></td>
365
                                                                <td rowspan="2" width="3%"></td>
366
                                                        </tr>
367
                                                <tr><td>&nbsp;</td></tr>
368
                                                        <tr>
369
                                                                <td class="withborder" valign="top" width="100%">
370
                                                                        <span class="action_title">
371
                                                                                Draw the OID tree for the following OID:
372
                                                                        </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>
373
                                                        </tr>
374
                                                </tbody>
375
                                        </table>
376
                                </form>
377
 
378
                        </div>
379
                        <div id="table_add_in_index">
380
                                <form method="post" action="/cgi-bin/manage" enctype="multipart/form-data">
381
                                        <table width="100%" border="0" cellpadding="0" cellspacing="0">
382
                                                <tbody>
383
                                                        <tr>
384
 
385
                                                                <td class="withborder" valign="top" width="100%">
386
                                                                        <span class="color_orange">
387
                                                                                <img src="images/fl.png" style="width: 10px; height: 8px;"
388
                                                                                         width="10" border="0" height="8">&nbsp;<a href="basic-search.htm">Search in the OID repository</a>
389
                                                                        </span></td>
390
                                                                <td rowspan="2" width="3%"></td>
391
                                                        </tr>
392
                                                        <tr><td>&nbsp;</td></tr>
393
                                                        <tr>
394
                                                                <td class="withborder" valign="top" width="55%">
395
                                                                        <span class="action_title">
396
                                                                                Add a description for the following OID:
397
                                                                        </span><br>&nbsp;&nbsp;&nbsp;<input name="oid" size="35" placeholder="-- OID --" type="text">&nbsp;&nbsp;<input name="submit"
398
                                                                                                                                                                                                                                           value="Create" type="submit"><input name="action" value="create" type="hidden"></td>
399
                                                                <td valign="top" width="3%"></td>
400
                                                        </tr>
401
                                                </tbody>
402
                                        </table>
403
                                </form>
404
                                <table width="100%" border="0" cellpadding="0" cellspacing="0">
405
                                        <tbody>
406
                                                <tr><td height="3%"><br></td></tr>
407
                                                <tr>
408
                                                        <td class="withborder" valign="top" width="100%">
409
                                                                <img src="images/fl.png" style="width: 10px; height: 8px;"
410
                                                                         width="10" border="0" height="8">&nbsp;<a href="submit.htm">Submit</a> XML descriptions of many OIDs
411
                                                        </td>
412
                                                        <td valign="top" width="3%"></td>
413
                                                        <td width="20%"> <br></td>
414
                                                </tr>
415
                                        </tbody>
416
                                </table>
417
                        </div>
418
                        <div id="number_oid_in_index">
419
                                <table width="100%" border="0" cellpadding="0" cellspacing="0">
420
                                                <tr>
421
                                                        <td class="withborder" valign="top" width="100%">
422
                                                                <img src="images/fl.png"
423
                                                                         style="width: 10px; height: 8px;" width="10" border="0" height="8">&nbsp;Display the
424
                                                                <a href="/cgi-bin/display?action=count_nodes">number of OIDs</a> in the repository<br></td>
425
                                                        <td valign="top" width="3%"></td>
426
                                                        <td rowspan="2" align="center"><br></td>
427
                                                </tr>
428
                                                <tr><td>&nbsp;</td></tr>
429
                                                <tr>
430
                                                        <td class="withborder" valign="top" width="100%">
431
                                                                <img src="images/fl.png" style="width: 10px; height: 8px;"
432
                                                                         width="10" border="0" height="8">&nbsp;Display the
433
                                                                <a href="density.htm">most populated OID arcs</a>
434
                                                        </td>
435
                                                        <td valign="top" width="3%"></td>
436
                                                </tr>
437
                                </table>
438
                        </div>
439
                        <div id="warning_in_index">
440
                                <span style="font-size:12px;">
441
                                        <strong>Warning:</strong> This OID repository is a kind of wiki where any user can add information
442
                                        about any OID (pending validation by the OID repository admin), but this
443
                                        OID repository is not an official registration authority for OIDs, so
444
                                        an OID can only be described in this OID repository if it has been officially
445
                                        allocated by the registration authority of its parent OID. For more information,
446
                                        see
447
                                </span><span style="font-size:11px; color:#006666;;">
448
                                        <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>"
449
                                </span>
450
                                <br><br></div>
451
 
452
 
453
 
454
    <div id="disclaimer_wrapper">
455
    <div id="disclaimer">
456
    <!--  <center><img style="border: 0px solid ; width: 760px; height: 2px;" alt="separation line" src="images/separation800.png" width="760" height="2"></center><br>-->
457
      <span style="font-size:12px;">
458
    <strong>Disclaimer:</strong>
459
        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>).
460
        <a href="disclaimer.htm">All rights reserved</a>, Orange SA &copy;
461
        <script>document.write(/\d{4}/.exec(Date())[0])</script>
462
      </span></div>
463
    </div>
464
 
465
 
466
                </div>
467
                <div id="what_is_an_OID" style="display:none;">
468
                        <table width="100%" border="0" cellpadding="0" cellspacing="0">
469
                                <tbody>
470
                                        <tr>
471
                                                <td valign="middle" width="2%" height="8%"> <a name="oid"></a></td>
472
 
473
                                                <td valign="middle" width="60%" height="8%" align="left">
474
                                                        <span class="page_subtitle">
475
                                                                <a name="intro"></a>What is an OID?
476
                                                        </span>
477
                                                </td>
478
                                                <td valign="middle" width="38%" height="8%" align="right">
479
                                                        <div id="menu">
480
                                                                <ul>
481
                                                                        <li>
482
                                                                                <a href="#" onclick="return false;">More information</a>
483
                                                                                <ul>
484
                                                                                        <li><a href="introduction.htm">Introduction to OIDs</a></li>
485
                                                                                        <li><a href="faq.htm">FAQ</a></li>
486
                                                                                        <li><a href="http://www.itu.int/oth/T0B04000048/en">OID flyer</a></li>
487
                                                                                        <li><a href="http://www.itu.int/pub/T-HDB-LNG.4-2010">OID handbook</a></li>
488
                                                                                </ul>
489
                                                                        </li>
490
                                                                </ul>
491
                                                        </div>
492
                                                </td>
493
                                        </tr>
494
                                </tbody>
495
                        </table>
496
                        <table width="100%" border="0" cellpadding="0" cellspacing="0">
497
                                <tbody>
498
                                        <tr>
499
                                                <td valign="top" width="2%"><br></td>
500
                                                <td valign="top" width="98%">
501
                                                        <p>
502
                                                                An object identifier (OID) is an extensively used identification mechanism
503
                                                                jointly developed by <a href="http://www.itu.int/ITU-T">ITU-T</a> and
504
                                                                <a href="http://www.iso.org">ISO</a>/<a href="http://www.iec.org">IEC</a>
505
                                                                for naming any type of <a href="faq.htm#2">object, concept or "thing"</a>
506
                                                                with a globally unambiguous name which requires a persistent name (long
507
                                                                life-time). It is not intended to be used for transient naming. OIDs,
508
                                                                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
509
                                                                tree</a>". This naming structure uses a sequence of names, of which
510
                                                                the first name identifies a top-level "node" in the OID tree,
511
                                                                and the next provides further identification of arcs leading to sub-nodes
512
                                                                beneath the top-level, and so on to any depth.<br><br>A critical feature of this identification mechanism is that it makes
513
                                                                OIDs available to a great many organizations and specifications for
514
                                                                their own use (including countries, ITU-T Recommendations, ISO and IEC
515
                                                                International Standards, specifications from national, regional or international
516
                                                                organizations, etc.). <br></p>
517
                                                </td>
518
                                        </tr>
519
                                </tbody>
520
                        </table>
521
                </div>
522
                <div id="allocated_in_index">
523
                        <table width="100%" border="0" cellpadding="0" cellspacing="0">
524
                                <tbody>
525
                                        <tr>
526
                                                <td valign="middle" width="2%" height="8%"> <a name="ra"></a></td>
527
                                                <td valign="middle" width="70%" height="8%">
528
                                                        <span class="page_subtitle">
529
                                                                How are OIDs allocated and what is a registration authority?
530
                                                        </span>
531
                                                </td>
532
                                                <td valign="middle" width="28%" height="8%" align="right">
533
                                                        <div id="menu">
534
                                                                <ul>
535
                                                                        <li>
536
                                                                                <a href="faq.htm#1">OID registration standards</a>
537
                                                                        </li>
538
                                                                </ul>
539
                                                        </div>
540
                                                </td>
541
                                        </tr>
542
                                </tbody>
543
                        </table>
544
 
545
                        <table width="100%" border="0" cellpadding="0" cellspacing="0">
546
                                <tbody>
547
                                        <tr>
548
                                                <td valign="top" width="2%" height="15%"><br></td>
549
                                                <td valign="top" width="100%" height="15%">
550
                                                        <p>
551
                                                                At each node, including the root, there is a <a href="faq.htm#29">requirement</a>
552
                                                                for some organization or standard to be responsible for allocating arcs
553
                                                                to sub-nodes and <a href="faq.htm#21">recording that allocation</a>
554
                                                                (together with the organization the subordinate node has been allocated
555
                                                                to), not necessarily publicly. This activity is called a Registration
556
                                                                Authority (RA).<br><br>In the OID tree, RAs are generally responsible only for allocation of
557
                                                                sub-arcs to other RAs that then control their own sub-nodes. In general,
558
                                                                the RA for a sub-node operates independently in allocating further sub-arcs
559
                                                                to other organizations, but can be constrained by rules imposed by its
560
                                                                superior, should the superior so wish.<br><br>The registration tree is indeed <a href="faq.htm#management">managed</a>
561
                                                                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
562
                                                                X.660 & X.670 Recommendation series (or the ISO/IEC 9834 series
563
                                                                of International Standards)</a>.<br></p>
564
                                                </td>
565
                                                <td width="3%" height="15%"></td>
566
                                                <td valign="middle" width="20%" height="15%"></td>
567
                                        </tr>
568
                                </tbody>
569
                        </table>
570
 
571
                </div>
572
                <div id="repository_in_index">
573
                        <table width="100%" border="0" cellpadding="0" cellspacing="0">
574
                                <tbody>
575
                                        <tr>
576
                                                <td valign="middle" width="2%" height="3%"><a name="oid-repository"></a></td>
577
                                                <td valign="middle" width="70%" height="3%" align="left">
578
                                                        <span class="page_subtitle">
579
                                                                What is an OID repository?
580
                                                        </span>
581
                                                </td>
582
                                                <td valign="middle" width="28%" height="3%" align="right">
583
                                                        <div id="menu">
584
                                                                <ul>
585
                                                                        <li>
586
                                                                                <a href="faq.htm#features">Features offered by this OID repository</a>
587
                                                                                <!--
588
                                                                                <a href="#" onclick="return false;">More information</a>
589
                                                                                <ul>
590
                                                                                        <li>
591
                                                                                                <a href="faq.htm#features">Features offered by this OID repository</a>
592
                                                                                        </li>
593
                                                                                </ul>
594
                                                                                -->
595
                                                                        </li>
596
                                                                </ul>
597
                                                        </div>
598
                                                </td>
599
                                        </tr>
600
                                </tbody>
601
                        </table>
602
                        <table width="100%" border="0" cellpadding="0" cellspacing="0">
603
                                <tbody>
604
                                        <tr>
605
                                                <td valign="top" width="2%" height="18%"><br></td>
606
                                                <td valign="top" width="100%" height="18%">
607
                                                        <!--
608
                                                        <p>
609
                                                        Initially, it was left for each Registration Authority in the hierarchy
610
                                                        to maintain its own record of allocation beneath that RA, and to keep
611
                                                        those allocations private if it so chose. There was never any policing
612
                                                        of this. An RA in the hierarchy was its own master and operated autonomously.
613
                                                        Interestingly, it is believed that the very few basic rules (unambiguous
614
                                                        allocation and no re-use) were very rarely violated.<br><br>This is still pretty-well the position today, but in the early 1990s
615
                                                        France Telecom Orange (now Orange) developed software for their internal use which
616
                                                        was generic enough to provide a publicly available repository of OID
617
                                                        allocations.<br><br>Primary information on sub-node allocations is often buried inside the
618
                                                        databases (perhaps only paper) maintained by an immense numbers of RAs.
619
                                                        The information can be hard to access and is sometimes private. So today
620
                                                        this OID repository is regarded as the easiest way to access a large
621
                                                        amount of the publicly available information on the OID tree, but the
622
                                                        only OIDs and nodes listed are those that have been voluntarily contributed.
623
                                                        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
624
                                                        OID described in this OID repository has to be officially allocated
625
                                                        by the Registration Authority of its parent OID. This OID repository
626
                                                        is based on crowdsourcing and gathers information about OIDs that have
627
                                                        been submitted by any user of this web site (and validated by the webmaster
628
                                                        of this web site).<br></p>
629
                                                        -->
630
                                                        Initially, it was left for each Registration Authority (RA)in the hierarchy
631
                                                        to maintain its own record of allocation beneath that RA, and to keep
632
                                                        those allocations private if it so chose. There was never any policing
633
                                                        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
634
                                                        which was generic enough to provide a publicly available repository
635
                                                        of OID allocations.<br><br>Information on OIDs is often buried inside the databases (perhaps sometimes
636
                                                        paper) maintained by an immense number of RAs. The information can be
637
                                                        hard to access and is sometimes private. Today this OID repository is
638
                                                        regarded as the easiest way to access a large amount of the publicly
639
                                                        available information on OIDs: <a href="/cgi-bin/display?a=count_nodes">Many
640
                                                        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
641
                                                        OID described on this web site has to be officially allocated by the
642
                                                        RA of its parent OID. The accuracy and completeness of this OID repository
643
                                                        rely on crowdsourcing, <i>i.e.</i>, each user is welcome to contribute
644
                                                        data.<br></td>
645
                                                <td width="2%" height="18%"></td>
646
                                                <td valign="middle" width="20%" height="18%"></td>
647
                                        </tr>
648
                                </tbody>
649
                        </table>
650
 
651
                </div>
652
                <div id="explanations_in_index">
653
                        <a name="exp"></a>
654
                        <span class="page_subtitle">How are OIDs displayed</span><br><br><img src="images/grey_captions.png" alt="" width="100%"></div>
655
</div>
656
 
657
</div>
658
 
659
 
660
 
661
    <center id="footer">
662
      <img style="border: 0px solid ; width: 760px; height: 2px;" alt="separation line" src="images/separation800.png" width="760" height="2"><br><br>
663
      <table width="710" cellspacing="0" cellpadding="0" border="0">
664
        <tr valign="baseline">
665
          <td width="34">
666
            <a href="/helper">
667
              <img src="images/enveloppe.png" width="30" height="13" name="mail" border="0" alt="OID helper">
668
            </a>
669
          </td>
670
          <td width="58" align="center"><font size="-2">Webmaster</font></td>
671
          <td width="10" align="center"><img src="images/pointorange_small.gif" width="14" height="10"></td>
672
          <td width="78" align="center">
673
            <font size="-2">
674
              <!--<script language="JavaScript">
675
              d=new Date(document.lastModified)
676
              month=new Array("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec")
677
              if (Date.parse(document.lastModified) != 0)
678
                document.write(d.getDate()+" "+month[d.getMonth()]+" "+d.getFullYear());
679
              </script>-->
6 daniel-mar 680
              25 Nov 2022
2 daniel-mar 681
            </font>
682
          </td>
683
          <td width="24" align="center"><img src="images/pointorange_small.gif" width="14" height="10"></td>
684
          <td align="center" width="409">
685
            <font size=-1>
686
              &nbsp;
687
            </font>
688
          </td>
689
          <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>
690
        </tr>
691
      </table><br>
692
    </center>
693
  </div>
694
</body>
695
</html>