Subversion Repositories oidinfo_new_design

Rev

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

Rev Author Line No. Line
2 daniel-mar 1
<script src="jquery-1.8.2.min.js"></script>
2
<script src="Carousel.js"></script>
3
<script src="index.js"></script>
4
 
5
<script type="text/javascript">
6
    $(function() {
7
            var thumbs = $('#thumbscarousel');
8
    $('#carousel').carouFredSel({
9
            items: 1,
10
            scroll: {
11
                    fx: 'crossfade'
12
            },
13
            auto: {
14
                    timeoutDuration: 8000,
15
                    duration: 2000
16
            },
17
            pagination: {
18
                    container: '#pager',
19
                    duration: 300
20
            }
21
    });
22
            thumbs.carouFredSel({
23
            circular: false,
24
            auto: false,
25
            width: 115,
26
            height: 75,
27
            scroll: {
28
                    duration: 200
29
            },
30
            items: {
31
                    visible: 1,
32
                    width: 115,
33
                    height: 75
34
            }
35
    });
36
    $('#pager').hover(function() {
37
            var current = $('#carousel').triggerHandler( 'currentPosition' );
38
            thumbs.trigger( 'slideTo', [ current, 0, true, { fx: 'none' } ] );
39
            $('#thumbs').stop().fadeTo(300, 1);
40
    }, function() {
41
            $('#thumbs').stop().fadeTo(300, 0);
42
    });
43
    $('#pager a').mouseenter(function() {
44
            var index = $('#pager a').index( $(this) );
45
                    //  clear the queue
46
            thumbs.trigger( 'queue', [[]] );
47
                    //  scroll
48
            thumbs.trigger( 'slideTo', [index, { queue: true }] );
49
            });
50
   });
51
</script>
52
 
53
<style type="text/css">
54
    #wrapper {
55
            width: 610px;
56
            height: 300px;
57
            margin: 0 0 50px 0;
58
            position: relative;
59
    }
60
    #carousel {
61
            width: 500px;
62
            height: 300px;
63
            overflow: hidden;
64
    }
65
    #carousel img {
66
            display: block;
67
            float: left;
68
            border-radius: 5px;
69
            box-shadow: 0 0 5px #899;
70
    }
71
    #pager {
72
            text-align: right;
73
            padding: 20px 45px 0 0;
74
    }
75
    #pager a {
76
            background-color: #F70;
77
            display: inline-block;
78
            width: 15px;
79
            height: 15px;
80
            margin-right: 6px;
81
            border-radius: 10px;
82
            box-shadow: 0 1px 1px #cef;
83
    }
84
    #pager a.selected {
85
            background-color: #F30;
86
    }
87
    #pager a span {
88
            display: none;
89
    }
90
    #thumbs {
91
            display: none;
92
            border: 1px solid rgba(0, 0, 0, 0.8);
93
            background-color: rgba(0, 0, 0, 0.5);
94
            width: 115px;
95
            height: 75px;
96
            padding: 10px;
97
            position: absolute;
98
            top: 200px;
99
            right: 0px;
100
            z-index: 10;
101
            border-radius: 5px;
102
    }
103
    #thumbs img {
104
            display: block;
105
            float: left;
106
    }
107
</style>
108
 
109
<div id="global_content">
110
 
111
        <div id="remote_button">
8 daniel-mar 112
                <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>
2 daniel-mar 113
 
114
 
115
 
116
<!-- Begin: "Display OID" for mobile front page -->
117
                        <div id="table_display_in_index">
118
                                <form method="get" action="/cgi-bin/display">
119
                                        <table width="100%" border="0" cellpadding="0" cellspacing="0">
120
                                                <tbody>
121
                                                        <tr>
122
                                                                <td class="withborder" valign="top" width="40%">
123
                                                                        <span class="action_title">
124
                                                                                Display information about the following OID:
125
                                                                        </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"
126
                                                                           value="Display" type="submit"><span size="2" face="Arial, Helvetica, sans-serif">
127
                                                                                <input name="action" value="display" type="hidden"></span><br><div id="iso_mobile" style="display:none;">
128
                                                                                <br><span size="-1">
129
                                                                                        Examples of notation:
130
                                                                                        <ul>
131
                                                                                                <li>
132
                                                                                                        <a href="/get/%7Biso%281%29%20member-body%282%29%20fr%28250%29%20type-org%281%29%7D"><code>{iso(1)
133
                                                                                                                        member-body(2) fr(250) type-org(1)}</code></a> (ASN.1 notation)
134
                                                                                                </li>
135
                                                                                                <li>
136
                                                                                                        <a href="/get/iso%281%29%20member-body%282%29%20fr%28250%29%20type-org%281%29"><code>iso(1)
137
                                                                                                                        member-body(2) fr(250) type-org(1)</code></a>
138
                                                                                                </li>
139
                                                                                                <li><a href="/get/%7B1%202%20250%201%7D"><code>{1 2 250 1}</code></a> (ASN.1 notation)</li>
140
                                                                                                <li>
141
                                                                                                        <a href="/get/1%202%20250%201"><code>1
142
                                                                                                                        2 250 1</code></a>
143
                                                                                                </li>
144
                                                                                                <li><a href="/get/1.2.250.1"><code>1.2.250.1</code></a> (dot notation)</li>
145
                                                                                                <li>
146
                                                                                                        <a href="/get//ISO/Member-Body/250/1"><code>/ISO/Member-Body/250/1</code></a>
147
                                                                                                        (<a href="faq.htm#28">OID-IRI notation</a>)
148
                                                                                                </li>
149
                                                                                                <li>
150
                                                                                                        <a href="/get//1/2/250/1"><code>/1/2/250/1</code></a> (<a href="faq.htm#28">OID-IRI
151
                                                                                                                notation</a>)
152
                                                                                                </li>
153
                                                                                                <li>
154
                                                                                                        <a href="/get/urn:oid:1.2.250.1"><code>urn:oid:1.2.250.1</code></a>
155
                                                                                                        (<a href="https://www.ietf.org/rfc/rfc3061.txt">URN notation</a>)<br></li>
156
                                                                                        </ul>
157
                                                                                        <span style="font-size:13px; font-weight:bold;">Note:</span> <span style="font-size:11px;">
158
                                                                                                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)
159
                                                                                                after <code>http://oid-info.com/get/</code> (<a href="faq.htm#get">more in the FAQ</a>).
160
                                                                                        </span>
161
                                                                                </span>
162
                                                                        </div>
163
                                                                </td>
164
                                                        </tr>
165
                                                </tbody>
166
                                        </table>
167
                                </form>
168
                        </div><br><br>&nbsp;
169
 
170
<!-- End: "Display OID" for mobile front page -->
171
 
172
<!-- Begin: Mobile buttons -->
173
                <table width="100%" style="margin-top:20px;">
174
                        <tr>
175
                                <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>
176
                                <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>
177
                        </tr>
178
                        <tr>
179
                                <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>
180
                                <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>
181
                        </tr>
182
                        <tr>
183
                                <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>
184
                                <td width="50%"><a class="myButton" href="faq.htm" onclick="hidediv('remote_button');"><img src="images/helper.png"><br>FAQ</a></td>
185
                        </tr>
186
                </table>
187
<!-- End: Mobile buttons -->
188
 
189
        </div>
190
 
191
        <div class="container">
192
                <div id="global_in_index">
193
                        <div id="wrapper_carousel">
194
                                <div id="carousel">
195
                                        <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>
196
                                <div id="thumbs">
197
                                        <div id="thumbscarousel">
198
                                                <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>
199
                                </div>
200
                                <div id="pager"></div>
201
                        </div>
202
                        <div class="vertical_menu">
203
                                <ul>
204
                                        <li><a href="#" onclick="showdiv('main_actions_in_index');">Main actions</a></li>
205
                                        <li><a href="#" onclick="showdiv('what_is_an_OID'); hidediv('main_actions_in_index');">What is an OID?</a></li>
206
                                        <li><a href="#" onclick="showdiv('allocated_in_index'); hidediv('main_actions_in_index');">How are OIDs allocated?</a></li>
207
                                        <li><a href="#" onclick="showdiv('repository_in_index'); hidediv('main_actions_in_index');">What is an OID repository?</a></li>
208
                                        <li><a href="#" onclick="showdiv('explanations_in_index'); hidediv('main_actions_in_index');">How are OIDs displayed?</a></li>
209
                                </ul>
210
                        </div>
211
                </div>
212
                <br><br><br><div id="main_actions_in_index">
213
                        <div id="table_display_in_index">
214
                                <form method="get" action="/cgi-bin/display">
215
                                        <table width="100%" border="0" cellpadding="0" cellspacing="0">
216
                                                <tbody>
217
                                                        <tr>
218
                                                                <td class="withborder" valign="top" width="100%">
219
                                                                        <span class="action_title">
220
                                                                                Display information about the following OID:
221
                                                                        </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"
222
                                                                           value="Display" type="submit"><span size="2" face="Arial, Helvetica, sans-serif">
223
                                                                                <input name="action" value="display" type="hidden"></span><br><div id="iso" style="display:none;">
224
                                                                                <br><span size="-1">
225
                                                                                        Examples of notation:
226
                                                                                        <ul>
227
                                                                                                <li>
228
                                                                                                        <a href="/get/%7Biso%281%29%20member-body%282%29%20fr%28250%29%20type-org%281%29%7D"><code>{iso(1)
229
                                                                                                                        member-body(2) fr(250) type-org(1)}</code></a> (ASN.1 notation)
230
                                                                                                </li>
231
                                                                                                <li>
232
                                                                                                        <a href="/get/iso%281%29%20member-body%282%29%20fr%28250%29%20type-org%281%29"><code>iso(1)
233
                                                                                                                        member-body(2) fr(250) type-org(1)</code></a>
234
                                                                                                </li>
235
                                                                                                <li><a href="/get/%7B1%202%20250%201%7D"><code>{1 2 250 1}</code></a> (ASN.1 notation)</li>
236
                                                                                                <li>
237
                                                                                                        <a href="/get/1%202%20250%201"><code>1
238
                                                                                                                        2 250 1</code></a>
239
                                                                                                </li>
240
                                                                                                <li><a href="/get/1.2.250.1"><code>1.2.250.1</code></a> (dot notation)</li>
241
                                                                                                <li>
242
                                                                                                        <a href="/get//ISO/Member-Body/250/1"><code>/ISO/Member-Body/250/1</code></a>
243
                                                                                                        (<a href="faq.htm#28">OID-IRI notation</a>)
244
                                                                                                </li>
245
                                                                                                <li>
246
                                                                                                        <a href="/get//1/2/250/1"><code>/1/2/250/1</code></a> (<a href="faq.htm#28">OID-IRI
247
                                                                                                                notation</a>)
248
                                                                                                </li>
249
                                                                                                <li>
250
                                                                                                        <a href="/get/urn:oid:1.2.250.1"><code>urn:oid:1.2.250.1</code></a>
251
                                                                                                        (<a href="https://www.ietf.org/rfc/rfc3061.txt">URN notation</a>)<br></li>
252
                                                                                        </ul>
253
                                                                                        <span style="font-size:13px; font-weight:bold;">Note:</span> <span style="font-size:11px;">
254
                                                                                                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)
255
                                                                                                after <code>http://oid-info.com/get/</code> (<a href="faq.htm#get">more in the FAQ</a>).
256
                                                                                        </span>
257
                                                                                </span>
258
                                                                        </div>
259
                                                                </td>
260
                                                        </tr>
261
                                                </tbody>
262
                                        </table>
263
                                </form>
264
                        </div>
265
                        <div id="table_draw_in_index">
266
                                <form method="get" action="/cgi-bin/display">
267
                                        <table width="100%" border="0" cellpadding="0" cellspacing="0">
268
                                                <tbody>
269
                                                <tr>
270
 
271
                                                        <td width="100%" class="withborder" valign="top">
272
                                                                        <img src="images/fl.png" style="width: 10px; height: 8px;"
273
                                                                                 width="10" border="0" height="8">&nbsp;Display a <a href="/cgi-bin/display?a=random">random OID</a>
274
                                                                </td>
275
                                                        <td rowspan="2" width="3%"></td>
276
                                                </tr>
277
                                                <tr><td>&nbsp;</td></tr>
278
                                                        <tr>
279
 
280
                                                                <td width="100%" class="withborder" valign="top">
281
                                                                        <span class="color_orange">
282
                                                                                <img src="images/fl.png" style="width: 10px; height: 8px;"
283
                                                                                         width="10" border="0" height="8">&nbsp;<a href="/cgi-bin/display?tree=">Tree display</a>
284
                                                                                <span style="font-size:11px;">(walk down the tree by folding/unfolding nodes)</span>
285
                                                                        </span></td>
286
                                                                <td rowspan="2" width="3%"></td>
287
                                                        </tr>
288
                                                <tr><td>&nbsp;</td></tr>
289
                                                        <tr>
290
                                                                <td class="withborder" valign="top" width="100%">
291
                                                                        <span class="action_title">
292
                                                                                Draw the OID tree for the following OID:
293
                                                                        </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>
294
                                                        </tr>
295
                                                </tbody>
296
                                        </table>
297
                                </form>
298
 
299
                        </div>
300
                        <div id="table_add_in_index">
301
                                <form method="post" action="/cgi-bin/manage" enctype="multipart/form-data">
302
                                        <table width="100%" border="0" cellpadding="0" cellspacing="0">
303
                                                <tbody>
304
                                                        <tr>
305
 
306
                                                                <td class="withborder" valign="top" width="100%">
307
                                                                        <span class="color_orange">
308
                                                                                <img src="images/fl.png" style="width: 10px; height: 8px;"
309
                                                                                         width="10" border="0" height="8">&nbsp;<a href="basic-search.htm">Search in the OID repository</a>
310
                                                                        </span></td>
311
                                                                <td rowspan="2" width="3%"></td>
312
                                                        </tr>
313
                                                        <tr><td>&nbsp;</td></tr>
314
                                                        <tr>
315
                                                                <td class="withborder" valign="top" width="55%">
316
                                                                        <span class="action_title">
317
                                                                                Add a description for the following OID:
318
                                                                        </span><br>&nbsp;&nbsp;&nbsp;<input name="oid" size="35" placeholder="-- OID --" type="text">&nbsp;&nbsp;<input name="submit"
319
                                                                                                                                                                                                                                           value="Create" type="submit"><input name="action" value="create" type="hidden"></td>
320
                                                                <td valign="top" width="3%"></td>
321
                                                        </tr>
322
                                                </tbody>
323
                                        </table>
324
                                </form>
325
                                <table width="100%" border="0" cellpadding="0" cellspacing="0">
326
                                        <tbody>
327
                                                <tr><td height="3%"><br></td></tr>
328
                                                <tr>
329
                                                        <td class="withborder" valign="top" width="100%">
330
                                                                <img src="images/fl.png" style="width: 10px; height: 8px;"
331
                                                                         width="10" border="0" height="8">&nbsp;<a href="submit.htm">Submit</a> XML descriptions of many OIDs
332
                                                        </td>
333
                                                        <td valign="top" width="3%"></td>
334
                                                        <td width="20%"> <br></td>
335
                                                </tr>
336
                                        </tbody>
337
                                </table>
338
                        </div>
339
                        <div id="number_oid_in_index">
340
                                <table width="100%" border="0" cellpadding="0" cellspacing="0">
341
                                                <tr>
342
                                                        <td class="withborder" valign="top" width="100%">
343
                                                                <img src="images/fl.png"
344
                                                                         style="width: 10px; height: 8px;" width="10" border="0" height="8">&nbsp;Display the
345
                                                                <a href="/cgi-bin/display?action=count_nodes">number of OIDs</a> in the repository<br></td>
346
                                                        <td valign="top" width="3%"></td>
347
                                                        <td rowspan="2" align="center"><br></td>
348
                                                </tr>
349
                                                <tr><td>&nbsp;</td></tr>
350
                                                <tr>
351
                                                        <td class="withborder" valign="top" width="100%">
352
                                                                <img src="images/fl.png" style="width: 10px; height: 8px;"
353
                                                                         width="10" border="0" height="8">&nbsp;Display the
354
                                                                <a href="density.htm">most populated OID arcs</a>
355
                                                        </td>
356
                                                        <td valign="top" width="3%"></td>
357
                                                </tr>
358
                                </table>
359
                        </div>
360
                        <div id="warning_in_index">
361
                                <span style="font-size:12px;">
362
                                        <strong>Warning:</strong> This OID repository is a kind of wiki where any user can add information
363
                                        about any OID (pending validation by the OID repository admin), but this
364
                                        OID repository is not an official registration authority for OIDs, so
365
                                        an OID can only be described in this OID repository if it has been officially
366
                                        allocated by the registration authority of its parent OID. For more information,
367
                                        see
368
                                </span><span style="font-size:11px; color:#006666;;">
369
                                        <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>"
370
                                </span>
371
                                <br><br></div>
372
 
373
 
374
 
375
    <div id="disclaimer_wrapper">
376
    <div id="disclaimer">
377
    <!--  <center><img style="border: 0px solid ; width: 760px; height: 2px;" alt="separation line" src="images/separation800.png" width="760" height="2"></center><br>-->
378
      <span style="font-size:12px;">
379
    <strong>Disclaimer:</strong>
380
        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>).
381
        <a href="disclaimer.htm">All rights reserved</a>, Orange SA &copy;
382
        <script>document.write(/\d{4}/.exec(Date())[0])</script>
383
      </span></div>
384
    </div>
385
 
386
 
387
                </div>
388
                <div id="what_is_an_OID" style="display:none;">
389
                        <table width="100%" border="0" cellpadding="0" cellspacing="0">
390
                                <tbody>
391
                                        <tr>
392
                                                <td valign="middle" width="2%" height="8%"> <a name="oid"></a></td>
393
 
394
                                                <td valign="middle" width="60%" height="8%" align="left">
395
                                                        <span class="page_subtitle">
396
                                                                <a name="intro"></a>What is an OID?
397
                                                        </span>
398
                                                </td>
399
                                                <td valign="middle" width="38%" height="8%" align="right">
400
                                                        <div id="menu">
401
                                                                <ul>
402
                                                                        <li>
403
                                                                                <a href="#" onclick="return false;">More information</a>
404
                                                                                <ul>
405
                                                                                        <li><a href="introduction.htm">Introduction to OIDs</a></li>
406
                                                                                        <li><a href="faq.htm">FAQ</a></li>
407
                                                                                        <li><a href="http://www.itu.int/oth/T0B04000048/en">OID flyer</a></li>
408
                                                                                        <li><a href="http://www.itu.int/pub/T-HDB-LNG.4-2010">OID handbook</a></li>
409
                                                                                </ul>
410
                                                                        </li>
411
                                                                </ul>
412
                                                        </div>
413
                                                </td>
414
                                        </tr>
415
                                </tbody>
416
                        </table>
417
                        <table width="100%" border="0" cellpadding="0" cellspacing="0">
418
                                <tbody>
419
                                        <tr>
420
                                                <td valign="top" width="2%"><br></td>
421
                                                <td valign="top" width="98%">
422
                                                        <p>
423
                                                                An object identifier (OID) is an extensively used identification mechanism
424
                                                                jointly developed by <a href="http://www.itu.int/ITU-T">ITU-T</a> and
425
                                                                <a href="http://www.iso.org">ISO</a>/<a href="http://www.iec.org">IEC</a>
426
                                                                for naming any type of <a href="faq.htm#2">object, concept or "thing"</a>
427
                                                                with a globally unambiguous name which requires a persistent name (long
428
                                                                life-time). It is not intended to be used for transient naming. OIDs,
429
                                                                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
430
                                                                tree</a>". This naming structure uses a sequence of names, of which
431
                                                                the first name identifies a top-level "node" in the OID tree,
432
                                                                and the next provides further identification of arcs leading to sub-nodes
433
                                                                beneath the top-level, and so on to any depth.<br><br>A critical feature of this identification mechanism is that it makes
434
                                                                OIDs available to a great many organizations and specifications for
435
                                                                their own use (including countries, ITU-T Recommendations, ISO and IEC
436
                                                                International Standards, specifications from national, regional or international
437
                                                                organizations, etc.). <br></p>
438
                                                </td>
439
                                        </tr>
440
                                </tbody>
441
                        </table>
442
                </div>
443
                <div id="allocated_in_index">
444
                        <table width="100%" border="0" cellpadding="0" cellspacing="0">
445
                                <tbody>
446
                                        <tr>
447
                                                <td valign="middle" width="2%" height="8%"> <a name="ra"></a></td>
448
                                                <td valign="middle" width="70%" height="8%">
449
                                                        <span class="page_subtitle">
450
                                                                How are OIDs allocated and what is a registration authority?
451
                                                        </span>
452
                                                </td>
453
                                                <td valign="middle" width="28%" height="8%" align="right">
454
                                                        <div id="menu">
455
                                                                <ul>
456
                                                                        <li>
457
                                                                                <a href="faq.htm#1">OID registration standards</a>
458
                                                                        </li>
459
                                                                </ul>
460
                                                        </div>
461
                                                </td>
462
                                        </tr>
463
                                </tbody>
464
                        </table>
465
 
466
                        <table width="100%" border="0" cellpadding="0" cellspacing="0">
467
                                <tbody>
468
                                        <tr>
469
                                                <td valign="top" width="2%" height="15%"><br></td>
470
                                                <td valign="top" width="100%" height="15%">
471
                                                        <p>
472
                                                                At each node, including the root, there is a <a href="faq.htm#29">requirement</a>
473
                                                                for some organization or standard to be responsible for allocating arcs
474
                                                                to sub-nodes and <a href="faq.htm#21">recording that allocation</a>
475
                                                                (together with the organization the subordinate node has been allocated
476
                                                                to), not necessarily publicly. This activity is called a Registration
477
                                                                Authority (RA).<br><br>In the OID tree, RAs are generally responsible only for allocation of
478
                                                                sub-arcs to other RAs that then control their own sub-nodes. In general,
479
                                                                the RA for a sub-node operates independently in allocating further sub-arcs
480
                                                                to other organizations, but can be constrained by rules imposed by its
481
                                                                superior, should the superior so wish.<br><br>The registration tree is indeed <a href="faq.htm#management">managed</a>
482
                                                                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
483
                                                                X.660 & X.670 Recommendation series (or the ISO/IEC 9834 series
484
                                                                of International Standards)</a>.<br></p>
485
                                                </td>
486
                                                <td width="3%" height="15%"></td>
487
                                                <td valign="middle" width="20%" height="15%"></td>
488
                                        </tr>
489
                                </tbody>
490
                        </table>
491
 
492
                </div>
493
                <div id="repository_in_index">
494
                        <table width="100%" border="0" cellpadding="0" cellspacing="0">
495
                                <tbody>
496
                                        <tr>
497
                                                <td valign="middle" width="2%" height="3%"><a name="oid-repository"></a></td>
498
                                                <td valign="middle" width="70%" height="3%" align="left">
499
                                                        <span class="page_subtitle">
500
                                                                What is an OID repository?
501
                                                        </span>
502
                                                </td>
503
                                                <td valign="middle" width="28%" height="3%" align="right">
504
                                                        <div id="menu">
505
                                                                <ul>
506
                                                                        <li>
507
                                                                                <a href="faq.htm#features">Features offered by this OID repository</a>
508
                                                                                <!--
509
                                                                                <a href="#" onclick="return false;">More information</a>
510
                                                                                <ul>
511
                                                                                        <li>
512
                                                                                                <a href="faq.htm#features">Features offered by this OID repository</a>
513
                                                                                        </li>
514
                                                                                </ul>
515
                                                                                -->
516
                                                                        </li>
517
                                                                </ul>
518
                                                        </div>
519
                                                </td>
520
                                        </tr>
521
                                </tbody>
522
                        </table>
523
                        <table width="100%" border="0" cellpadding="0" cellspacing="0">
524
                                <tbody>
525
                                        <tr>
526
                                                <td valign="top" width="2%" height="18%"><br></td>
527
                                                <td valign="top" width="100%" height="18%">
528
                                                        <!--
529
                                                        <p>
530
                                                        Initially, it was left for each Registration Authority in the hierarchy
531
                                                        to maintain its own record of allocation beneath that RA, and to keep
532
                                                        those allocations private if it so chose. There was never any policing
533
                                                        of this. An RA in the hierarchy was its own master and operated autonomously.
534
                                                        Interestingly, it is believed that the very few basic rules (unambiguous
535
                                                        allocation and no re-use) were very rarely violated.<br><br>This is still pretty-well the position today, but in the early 1990s
536
                                                        France Telecom Orange (now Orange) developed software for their internal use which
537
                                                        was generic enough to provide a publicly available repository of OID
538
                                                        allocations.<br><br>Primary information on sub-node allocations is often buried inside the
539
                                                        databases (perhaps only paper) maintained by an immense numbers of RAs.
540
                                                        The information can be hard to access and is sometimes private. So today
541
                                                        this OID repository is regarded as the easiest way to access a large
542
                                                        amount of the publicly available information on the OID tree, but the
543
                                                        only OIDs and nodes listed are those that have been voluntarily contributed.
544
                                                        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
545
                                                        OID described in this OID repository has to be officially allocated
546
                                                        by the Registration Authority of its parent OID. This OID repository
547
                                                        is based on crowdsourcing and gathers information about OIDs that have
548
                                                        been submitted by any user of this web site (and validated by the webmaster
549
                                                        of this web site).<br></p>
550
                                                        -->
551
                                                        Initially, it was left for each Registration Authority (RA)in the hierarchy
552
                                                        to maintain its own record of allocation beneath that RA, and to keep
553
                                                        those allocations private if it so chose. There was never any policing
554
                                                        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
555
                                                        which was generic enough to provide a publicly available repository
556
                                                        of OID allocations.<br><br>Information on OIDs is often buried inside the databases (perhaps sometimes
557
                                                        paper) maintained by an immense number of RAs. The information can be
558
                                                        hard to access and is sometimes private. Today this OID repository is
559
                                                        regarded as the easiest way to access a large amount of the publicly
560
                                                        available information on OIDs: <a href="/cgi-bin/display?a=count_nodes">Many
561
                                                        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
562
                                                        OID described on this web site has to be officially allocated by the
563
                                                        RA of its parent OID. The accuracy and completeness of this OID repository
564
                                                        rely on crowdsourcing, <i>i.e.</i>, each user is welcome to contribute
565
                                                        data.<br></td>
566
                                                <td width="2%" height="18%"></td>
567
                                                <td valign="middle" width="20%" height="18%"></td>
568
                                        </tr>
569
                                </tbody>
570
                        </table>
571
 
572
                </div>
573
                <div id="explanations_in_index">
574
                        <a name="exp"></a>
575
                        <span class="page_subtitle">How are OIDs displayed</span><br><br><img src="images/grey_captions.png" alt="" width="100%"></div>
576
</div>
577
 
578
</div>
579