Subversion Repositories oidinfo_new_design

Rev

Rev 8 | 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>
11 daniel-mar 212
                <br><br><div id="main_actions_in_index">
213
                        <p><a href="#" onclick="showdiv('main_actions_in_index'); showdiv('remote_button');">Back to front page</a></p>
2 daniel-mar 214
                        <div id="table_display_in_index">
215
                                <form method="get" action="/cgi-bin/display">
216
                                        <table width="100%" border="0" cellpadding="0" cellspacing="0">
217
                                                <tbody>
218
                                                        <tr>
219
                                                                <td class="withborder" valign="top" width="100%">
220
                                                                        <span class="action_title">
221
                                                                                Display information about the following OID:
222
                                                                        </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"
223
                                                                           value="Display" type="submit"><span size="2" face="Arial, Helvetica, sans-serif">
224
                                                                                <input name="action" value="display" type="hidden"></span><br><div id="iso" style="display:none;">
225
                                                                                <br><span size="-1">
226
                                                                                        Examples of notation:
227
                                                                                        <ul>
228
                                                                                                <li>
229
                                                                                                        <a href="/get/%7Biso%281%29%20member-body%282%29%20fr%28250%29%20type-org%281%29%7D"><code>{iso(1)
230
                                                                                                                        member-body(2) fr(250) type-org(1)}</code></a> (ASN.1 notation)
231
                                                                                                </li>
232
                                                                                                <li>
233
                                                                                                        <a href="/get/iso%281%29%20member-body%282%29%20fr%28250%29%20type-org%281%29"><code>iso(1)
234
                                                                                                                        member-body(2) fr(250) type-org(1)</code></a>
235
                                                                                                </li>
236
                                                                                                <li><a href="/get/%7B1%202%20250%201%7D"><code>{1 2 250 1}</code></a> (ASN.1 notation)</li>
237
                                                                                                <li>
238
                                                                                                        <a href="/get/1%202%20250%201"><code>1
239
                                                                                                                        2 250 1</code></a>
240
                                                                                                </li>
241
                                                                                                <li><a href="/get/1.2.250.1"><code>1.2.250.1</code></a> (dot notation)</li>
242
                                                                                                <li>
243
                                                                                                        <a href="/get//ISO/Member-Body/250/1"><code>/ISO/Member-Body/250/1</code></a>
244
                                                                                                        (<a href="faq.htm#28">OID-IRI notation</a>)
245
                                                                                                </li>
246
                                                                                                <li>
247
                                                                                                        <a href="/get//1/2/250/1"><code>/1/2/250/1</code></a> (<a href="faq.htm#28">OID-IRI
248
                                                                                                                notation</a>)
249
                                                                                                </li>
250
                                                                                                <li>
251
                                                                                                        <a href="/get/urn:oid:1.2.250.1"><code>urn:oid:1.2.250.1</code></a>
252
                                                                                                        (<a href="https://www.ietf.org/rfc/rfc3061.txt">URN notation</a>)<br></li>
253
                                                                                        </ul>
254
                                                                                        <span style="font-size:13px; font-weight:bold;">Note:</span> <span style="font-size:11px;">
255
                                                                                                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)
256
                                                                                                after <code>http://oid-info.com/get/</code> (<a href="faq.htm#get">more in the FAQ</a>).
257
                                                                                        </span>
258
                                                                                </span>
259
                                                                        </div>
260
                                                                </td>
261
                                                        </tr>
262
                                                </tbody>
263
                                        </table>
264
                                </form>
265
                        </div>
266
                        <div id="table_draw_in_index">
267
                                <form method="get" action="/cgi-bin/display">
268
                                        <table width="100%" border="0" cellpadding="0" cellspacing="0">
269
                                                <tbody>
270
                                                <tr>
271
 
272
                                                        <td width="100%" class="withborder" valign="top">
273
                                                                        <img src="images/fl.png" style="width: 10px; height: 8px;"
274
                                                                                 width="10" border="0" height="8">&nbsp;Display a <a href="/cgi-bin/display?a=random">random OID</a>
275
                                                                </td>
276
                                                        <td rowspan="2" width="3%"></td>
277
                                                </tr>
278
                                                <tr><td>&nbsp;</td></tr>
279
                                                        <tr>
280
 
281
                                                                <td width="100%" class="withborder" valign="top">
282
                                                                        <span class="color_orange">
283
                                                                                <img src="images/fl.png" style="width: 10px; height: 8px;"
284
                                                                                         width="10" border="0" height="8">&nbsp;<a href="/cgi-bin/display?tree=">Tree display</a>
285
                                                                                <span style="font-size:11px;">(walk down the tree by folding/unfolding nodes)</span>
286
                                                                        </span></td>
287
                                                                <td rowspan="2" width="3%"></td>
288
                                                        </tr>
289
                                                <tr><td>&nbsp;</td></tr>
290
                                                        <tr>
291
                                                                <td class="withborder" valign="top" width="100%">
292
                                                                        <span class="action_title">
293
                                                                                Draw the OID tree for the following OID:
294
                                                                        </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>
295
                                                        </tr>
296
                                                </tbody>
297
                                        </table>
298
                                </form>
299
 
300
                        </div>
301
                        <div id="table_add_in_index">
302
                                <form method="post" action="/cgi-bin/manage" enctype="multipart/form-data">
303
                                        <table width="100%" border="0" cellpadding="0" cellspacing="0">
304
                                                <tbody>
305
                                                        <tr>
306
 
307
                                                                <td class="withborder" valign="top" width="100%">
308
                                                                        <span class="color_orange">
309
                                                                                <img src="images/fl.png" style="width: 10px; height: 8px;"
310
                                                                                         width="10" border="0" height="8">&nbsp;<a href="basic-search.htm">Search in the OID repository</a>
311
                                                                        </span></td>
312
                                                                <td rowspan="2" width="3%"></td>
313
                                                        </tr>
314
                                                        <tr><td>&nbsp;</td></tr>
315
                                                        <tr>
316
                                                                <td class="withborder" valign="top" width="55%">
317
                                                                        <span class="action_title">
318
                                                                                Add a description for the following OID:
319
                                                                        </span><br>&nbsp;&nbsp;&nbsp;<input name="oid" size="35" placeholder="-- OID --" type="text">&nbsp;&nbsp;<input name="submit"
320
                                                                                                                                                                                                                                           value="Create" type="submit"><input name="action" value="create" type="hidden"></td>
321
                                                                <td valign="top" width="3%"></td>
322
                                                        </tr>
323
                                                </tbody>
324
                                        </table>
325
                                </form>
326
                                <table width="100%" border="0" cellpadding="0" cellspacing="0">
327
                                        <tbody>
328
                                                <tr><td height="3%"><br></td></tr>
329
                                                <tr>
330
                                                        <td class="withborder" valign="top" width="100%">
331
                                                                <img src="images/fl.png" style="width: 10px; height: 8px;"
332
                                                                         width="10" border="0" height="8">&nbsp;<a href="submit.htm">Submit</a> XML descriptions of many OIDs
333
                                                        </td>
334
                                                        <td valign="top" width="3%"></td>
335
                                                        <td width="20%"> <br></td>
336
                                                </tr>
337
                                        </tbody>
338
                                </table>
339
                        </div>
340
                        <div id="number_oid_in_index">
341
                                <table width="100%" border="0" cellpadding="0" cellspacing="0">
342
                                                <tr>
343
                                                        <td class="withborder" valign="top" width="100%">
344
                                                                <img src="images/fl.png"
345
                                                                         style="width: 10px; height: 8px;" width="10" border="0" height="8">&nbsp;Display the
346
                                                                <a href="/cgi-bin/display?action=count_nodes">number of OIDs</a> in the repository<br></td>
347
                                                        <td valign="top" width="3%"></td>
348
                                                        <td rowspan="2" align="center"><br></td>
349
                                                </tr>
350
                                                <tr><td>&nbsp;</td></tr>
351
                                                <tr>
352
                                                        <td class="withborder" valign="top" width="100%">
353
                                                                <img src="images/fl.png" style="width: 10px; height: 8px;"
354
                                                                         width="10" border="0" height="8">&nbsp;Display the
355
                                                                <a href="density.htm">most populated OID arcs</a>
356
                                                        </td>
357
                                                        <td valign="top" width="3%"></td>
358
                                                </tr>
359
                                </table>
360
                        </div>
361
                        <div id="warning_in_index">
362
                                <span style="font-size:12px;">
363
                                        <strong>Warning:</strong> This OID repository is a kind of wiki where any user can add information
364
                                        about any OID (pending validation by the OID repository admin), but this
365
                                        OID repository is not an official registration authority for OIDs, so
366
                                        an OID can only be described in this OID repository if it has been officially
367
                                        allocated by the registration authority of its parent OID. For more information,
368
                                        see
369
                                </span><span style="font-size:11px; color:#006666;;">
370
                                        <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>"
371
                                </span>
372
                                <br><br></div>
373
 
374
 
375
 
376
    <div id="disclaimer_wrapper">
377
    <div id="disclaimer">
378
    <!--  <center><img style="border: 0px solid ; width: 760px; height: 2px;" alt="separation line" src="images/separation800.png" width="760" height="2"></center><br>-->
379
      <span style="font-size:12px;">
380
    <strong>Disclaimer:</strong>
381
        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>).
382
        <a href="disclaimer.htm">All rights reserved</a>, Orange SA &copy;
383
        <script>document.write(/\d{4}/.exec(Date())[0])</script>
384
      </span></div>
385
    </div>
386
 
387
 
388
                </div>
389
                <div id="what_is_an_OID" style="display:none;">
11 daniel-mar 390
                        <p><a href="#" onclick="showdiv('what_is_an_OID'); showdiv('remote_button');">Back to front page</a></p>
2 daniel-mar 391
                        <table width="100%" border="0" cellpadding="0" cellspacing="0">
392
                                <tbody>
393
                                        <tr>
394
                                                <td valign="middle" width="2%" height="8%"> <a name="oid"></a></td>
395
 
396
                                                <td valign="middle" width="60%" height="8%" align="left">
397
                                                        <span class="page_subtitle">
398
                                                                <a name="intro"></a>What is an OID?
399
                                                        </span>
400
                                                </td>
401
                                                <td valign="middle" width="38%" height="8%" align="right">
402
                                                        <div id="menu">
403
                                                                <ul>
404
                                                                        <li>
405
                                                                                <a href="#" onclick="return false;">More information</a>
406
                                                                                <ul>
407
                                                                                        <li><a href="introduction.htm">Introduction to OIDs</a></li>
408
                                                                                        <li><a href="faq.htm">FAQ</a></li>
409
                                                                                        <li><a href="http://www.itu.int/oth/T0B04000048/en">OID flyer</a></li>
410
                                                                                        <li><a href="http://www.itu.int/pub/T-HDB-LNG.4-2010">OID handbook</a></li>
411
                                                                                </ul>
412
                                                                        </li>
413
                                                                </ul>
414
                                                        </div>
415
                                                </td>
416
                                        </tr>
417
                                </tbody>
418
                        </table>
419
                        <table width="100%" border="0" cellpadding="0" cellspacing="0">
420
                                <tbody>
421
                                        <tr>
422
                                                <td valign="top" width="2%"><br></td>
423
                                                <td valign="top" width="98%">
424
                                                        <p>
425
                                                                An object identifier (OID) is an extensively used identification mechanism
426
                                                                jointly developed by <a href="http://www.itu.int/ITU-T">ITU-T</a> and
427
                                                                <a href="http://www.iso.org">ISO</a>/<a href="http://www.iec.org">IEC</a>
428
                                                                for naming any type of <a href="faq.htm#2">object, concept or "thing"</a>
429
                                                                with a globally unambiguous name which requires a persistent name (long
430
                                                                life-time). It is not intended to be used for transient naming. OIDs,
431
                                                                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
432
                                                                tree</a>". This naming structure uses a sequence of names, of which
433
                                                                the first name identifies a top-level "node" in the OID tree,
434
                                                                and the next provides further identification of arcs leading to sub-nodes
435
                                                                beneath the top-level, and so on to any depth.<br><br>A critical feature of this identification mechanism is that it makes
436
                                                                OIDs available to a great many organizations and specifications for
437
                                                                their own use (including countries, ITU-T Recommendations, ISO and IEC
438
                                                                International Standards, specifications from national, regional or international
439
                                                                organizations, etc.). <br></p>
440
                                                </td>
441
                                        </tr>
442
                                </tbody>
443
                        </table>
444
                </div>
445
                <div id="allocated_in_index">
11 daniel-mar 446
                        <p><a href="#" onclick="showdiv('allocated_in_index'); showdiv('remote_button');">Back to front page</a></p>
2 daniel-mar 447
                        <table width="100%" border="0" cellpadding="0" cellspacing="0">
448
                                <tbody>
449
                                        <tr>
450
                                                <td valign="middle" width="2%" height="8%"> <a name="ra"></a></td>
451
                                                <td valign="middle" width="70%" height="8%">
452
                                                        <span class="page_subtitle">
453
                                                                How are OIDs allocated and what is a registration authority?
454
                                                        </span>
455
                                                </td>
456
                                                <td valign="middle" width="28%" height="8%" align="right">
457
                                                        <div id="menu">
458
                                                                <ul>
459
                                                                        <li>
460
                                                                                <a href="faq.htm#1">OID registration standards</a>
461
                                                                        </li>
462
                                                                </ul>
463
                                                        </div>
464
                                                </td>
465
                                        </tr>
466
                                </tbody>
467
                        </table>
468
 
469
                        <table width="100%" border="0" cellpadding="0" cellspacing="0">
470
                                <tbody>
471
                                        <tr>
472
                                                <td valign="top" width="2%" height="15%"><br></td>
473
                                                <td valign="top" width="100%" height="15%">
474
                                                        <p>
475
                                                                At each node, including the root, there is a <a href="faq.htm#29">requirement</a>
476
                                                                for some organization or standard to be responsible for allocating arcs
477
                                                                to sub-nodes and <a href="faq.htm#21">recording that allocation</a>
478
                                                                (together with the organization the subordinate node has been allocated
479
                                                                to), not necessarily publicly. This activity is called a Registration
480
                                                                Authority (RA).<br><br>In the OID tree, RAs are generally responsible only for allocation of
481
                                                                sub-arcs to other RAs that then control their own sub-nodes. In general,
482
                                                                the RA for a sub-node operates independently in allocating further sub-arcs
483
                                                                to other organizations, but can be constrained by rules imposed by its
484
                                                                superior, should the superior so wish.<br><br>The registration tree is indeed <a href="faq.htm#management">managed</a>
485
                                                                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
486
                                                                X.660 & X.670 Recommendation series (or the ISO/IEC 9834 series
487
                                                                of International Standards)</a>.<br></p>
488
                                                </td>
489
                                                <td width="3%" height="15%"></td>
490
                                                <td valign="middle" width="20%" height="15%"></td>
491
                                        </tr>
492
                                </tbody>
493
                        </table>
494
 
495
                </div>
496
                <div id="repository_in_index">
11 daniel-mar 497
                        <p><a href="#" onclick="showdiv('repository_in_index'); showdiv('remote_button');">Back to front page</a></p>
2 daniel-mar 498
                        <table width="100%" border="0" cellpadding="0" cellspacing="0">
499
                                <tbody>
500
                                        <tr>
501
                                                <td valign="middle" width="2%" height="3%"><a name="oid-repository"></a></td>
502
                                                <td valign="middle" width="70%" height="3%" align="left">
503
                                                        <span class="page_subtitle">
504
                                                                What is an OID repository?
505
                                                        </span>
506
                                                </td>
507
                                                <td valign="middle" width="28%" height="3%" align="right">
508
                                                        <div id="menu">
509
                                                                <ul>
510
                                                                        <li>
511
                                                                                <a href="faq.htm#features">Features offered by this OID repository</a>
512
                                                                                <!--
513
                                                                                <a href="#" onclick="return false;">More information</a>
514
                                                                                <ul>
515
                                                                                        <li>
516
                                                                                                <a href="faq.htm#features">Features offered by this OID repository</a>
517
                                                                                        </li>
518
                                                                                </ul>
519
                                                                                -->
520
                                                                        </li>
521
                                                                </ul>
522
                                                        </div>
523
                                                </td>
524
                                        </tr>
525
                                </tbody>
526
                        </table>
527
                        <table width="100%" border="0" cellpadding="0" cellspacing="0">
528
                                <tbody>
529
                                        <tr>
530
                                                <td valign="top" width="2%" height="18%"><br></td>
531
                                                <td valign="top" width="100%" height="18%">
532
                                                        <!--
533
                                                        <p>
534
                                                        Initially, it was left for each Registration Authority in the hierarchy
535
                                                        to maintain its own record of allocation beneath that RA, and to keep
536
                                                        those allocations private if it so chose. There was never any policing
537
                                                        of this. An RA in the hierarchy was its own master and operated autonomously.
538
                                                        Interestingly, it is believed that the very few basic rules (unambiguous
539
                                                        allocation and no re-use) were very rarely violated.<br><br>This is still pretty-well the position today, but in the early 1990s
540
                                                        France Telecom Orange (now Orange) developed software for their internal use which
541
                                                        was generic enough to provide a publicly available repository of OID
542
                                                        allocations.<br><br>Primary information on sub-node allocations is often buried inside the
543
                                                        databases (perhaps only paper) maintained by an immense numbers of RAs.
544
                                                        The information can be hard to access and is sometimes private. So today
545
                                                        this OID repository is regarded as the easiest way to access a large
546
                                                        amount of the publicly available information on the OID tree, but the
547
                                                        only OIDs and nodes listed are those that have been voluntarily contributed.
548
                                                        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
549
                                                        OID described in this OID repository has to be officially allocated
550
                                                        by the Registration Authority of its parent OID. This OID repository
551
                                                        is based on crowdsourcing and gathers information about OIDs that have
552
                                                        been submitted by any user of this web site (and validated by the webmaster
553
                                                        of this web site).<br></p>
554
                                                        -->
555
                                                        Initially, it was left for each Registration Authority (RA)in the hierarchy
556
                                                        to maintain its own record of allocation beneath that RA, and to keep
557
                                                        those allocations private if it so chose. There was never any policing
558
                                                        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
559
                                                        which was generic enough to provide a publicly available repository
560
                                                        of OID allocations.<br><br>Information on OIDs is often buried inside the databases (perhaps sometimes
561
                                                        paper) maintained by an immense number of RAs. The information can be
562
                                                        hard to access and is sometimes private. Today this OID repository is
563
                                                        regarded as the easiest way to access a large amount of the publicly
564
                                                        available information on OIDs: <a href="/cgi-bin/display?a=count_nodes">Many
565
                                                        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
566
                                                        OID described on this web site has to be officially allocated by the
567
                                                        RA of its parent OID. The accuracy and completeness of this OID repository
568
                                                        rely on crowdsourcing, <i>i.e.</i>, each user is welcome to contribute
569
                                                        data.<br></td>
570
                                                <td width="2%" height="18%"></td>
571
                                                <td valign="middle" width="20%" height="18%"></td>
572
                                        </tr>
573
                                </tbody>
574
                        </table>
575
 
576
                </div>
577
                <div id="explanations_in_index">
11 daniel-mar 578
                        <p><a href="#" onclick="showdiv('explanations_in_index'); showdiv('remote_button');">Back to front page</a></p>
2 daniel-mar 579
                        <a name="exp"></a>
580
                        <span class="page_subtitle">How are OIDs displayed</span><br><br><img src="images/grey_captions.png" alt="" width="100%"></div>
581
</div>
582
 
583
</div>
584