Subversion Repositories oidinfo_new_design

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 daniel-mar 1
<html>
2
 
3
<head>
4
<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
5
<meta name=ProgId content=PowerPoint.Slide>
6
<meta name=Generator content="Microsoft PowerPoint 10">
7
<link id=Main-File rel=Main-File
8
href="../bosn010_object-identification-and-registration.htm">
9
<link rel=Preview href=preview.wmf>
10
<meta name=Robots content=NoIndex>
11
<script src=script.js></script>
12
<script><!--
13
if( !(IsWin("PPTOtl")||IsWin("PPTNav")||IsWin("PPTOtlNav")) )
14
{
15
        obj = GetObj("Main-File")
16
        parent.location.href=obj.href
17
}
18
var gOtlHiliteClr="#ffffff",gOtlNormalClr="#000000",gOtlActiveClr="#ffff00",gSelected="",gTxtState=false,gChildEntryTable=new Array()
19
function Load()
20
{
21
        if( IsWin("PPTOtl" ) ){ LoadOtl(); parent.gOtlLoaded=true; return }
22
        if( g_supportsPPTHTML ) {
23
                if( IsWin("PPTNav" ) ){ LoadNav("NavObj",UpdNav); parent.gNavLoaded=true; return }
24
                if( IsWin("PPTOtlNav" ) ){ LoadNav("OtlNavObj",UpdOtlNav); parent.gOtlNavLoaded=true; return }
25
        }
26
}
27
function Upd(){ if( IsWin("PPTNav") ) LoadNav("NavObj",UpdNav) }
28
function LoadNav( oId,UpdFunc )
29
{
30
        document.ondragstart=CancelDrag
31
        document.onselectstart=CancelDrag
32
        document.body.style.margin=2
33
        UpdFunc()
34
        obj=document.all.item(oId)
35
        obj.style.display="block"
36
        obj.style.visibility="visible"
37
        document.bgColor="threedface"
38
        if( parent.frames["PPTNts"] )
39
                notesBtn.style.display = ""
40
        if( parent.gHasNarration )
41
                nb_voiceBorder.style.display = ""
42
}
43
function LoadOtl()
44
{
45
        var otl=GetObj("OtlObj")
46
        otl.style.display="block"
47
        otl.style.visibility="visible"
48
        if( gOtlActiveClr == "" ) gOtlActiveClr=document.linkColor
49
        if( gOtlHiliteClr == "" ) gOtlHiliteClr=document.fgColor
50
        if( gOtlNormalClr == "" )
51
                gOtlNormalClr=document.bgColor
52
        else
53
                document.bgColor=gOtlNormalClr
54
        InitArray()
55
        if( ObjExists( parent.gCurSld ) ) {
56
                ChangeState( parent.gCurSld,gOtlNormalClr,gOtlHiliteClr )
57
                gSelected=parent.gCurSld
58
        }
59
        else gSelected = -1
60
        UpdOtl()
61
}
62
function UpdOtl(){ UpdIdx(parent.gCurSld) }
63
function UpdIdx( idx )
64
{
65
        if( gSelected != idx ) {
66
                if( gSelected > 0 )
67
                        ChangeState( gSelected,gOtlHiliteClr,gOtlNormalClr )
68
                if( ObjExists( idx ) ) {
69
                        gSelected = idx
70
                        ChangeState( gSelected,gOtlNormalClr,gOtlHiliteClr )
71
                }
72
                else gSelected = -1
73
        }
74
        if( gTxtState != parent.gOtlTxtExp ) {
75
                state = "block"
76
                if( !parent.gOtlTxtExp )
77
                        state="none"
78
                for(ii=0; ii<gChildEntryTable.length; ii++) {
79
                        obj=gChildEntryTable[ii];
80
                        if( obj.id == null ) continue;
81
                        if( obj.id.indexOf("PPTC") >= 0 )
82
                                obj.style.display=state;
83
                }
84
                gTxtState=parent.gOtlTxtExp
85
                if( ObjExists( gSelected ) )
86
                        ChangeState( gSelected,gOtlNormalClr,gOtlHiliteClr )
87
        }
88
}
89
function InitArray()
90
{
91
        count=0
92
        var list=GetTags(document,"DIV");
93
        for(ii=0; ii<list.length; ii++) {
94
                obj=list.item(ii)
95
                if( obj.id == null ) continue
96
                if( obj.id.indexOf("PPTC") >= 0 )
97
                        gChildEntryTable[count++]=obj
98
        }
99
}
100
function ChangeState( idx,fgColor,bgColor )
101
{
102
        obj=GetObj("PPTL"+idx)
103
        obj.style.color=fgColor
104
        obj=GetObj("PPTP"+idx)
105
        obj.style.backgroundColor=bgColor
106
}
107
function ChgClr( o,clr ){ if( o.id != "PPTL"+gSelected ) o.style.color=clr }
108
function Over( src ){ ChgClr(GetLink(src),gOtlActiveClr) }
109
function Out( src ){ ChgClr(GetLink(src),gOtlHiliteClr) }
110
function Follow(src){ window.location.href = GetLink(src).href; }
111
function ObjExists( ii ) { obj=GetObj("PPTP"+ii ); return( obj ) }
112
function GoToSld( href ){ UpdIdx(parent.GetSldNum(href)); parent.GoToSld( href ) }
113
function CancelDrag(){ window.event.cancelBubble=true;window.event.returnValue=false}
114
function GetLink(src)
115
{
116
   if(src.tagName=="A") return src
117
   else return GetTags(src,"A").item(0)
118
}
119
function UpdNav()
120
{
121
        txt = "<center>";
122
        if( parent.GetHrefObj( parent.gCurSld ).mOrigVis == 1 )
123
                txt += "Diapositive " + parent.GetCurSldNum() + " sur " + parent.GetNumSlds()
124
        else
125
                txt += "Diapositive masquée"
126
        txt += "</center>";
127
        nav_text.innerHTML = txt;
128
        if( !parent.HasPrevSld() )
129
                gBtnArr["nb_prev"].Enabled(0)
130
        else
131
                gBtnArr["nb_prev"].Enabled(1)
132
        if( !parent.HasNextSld() )
133
                gBtnArr["nb_next"].Enabled(0)
134
        else
135
                gBtnArr["nb_next"].Enabled(1)
136
        gBtnArr["nb_nts"].SetEnabled()
137
        gBtnArr["nb_nts"].SetFlag( parent.gHasNts )
138
        gBtnArr["nb_sldshw"].Enabled(1)
139
        gBtnArr["nb_voice"].Enabled(1)
140
}
141
function UpdOtlNav()
142
{
143
        gBtnArr["nb_otl"].SetEnabled();
144
        if( parent.gOtlOpen )
145
                gBtnArr["nb_otlTxt"].Enabled( true );
146
        else
147
                document.all.item("nb_otlTxtBorder").style.visibility = "hidden";
148
}
149
 
150
//--></script>
151
<style>
152
<!--.PTxt
153
        {position:relative;
154
        width:100%;
155
        margin-top:5px;
156
        padding-left:2px;
157
        font-weight:bold;}
158
.CTxt
159
        {position:relative;
160
        width:100%;
161
        margin-top:5px;}
162
a
163
        {color:white;
164
        text-decoration:none;}
165
ul
166
        {color:white;
167
        margin-bottom:0px;
168
        margin-left:20px;}
169
.sldNum
170
        {margin-top:5px;
171
        color:white;}
172
.button
173
        {position:absolute;
174
        width:32px;
175
        height:20px;
176
        border-style:solid;
177
        border-width:1px;
178
        border-color:threedface;}
179
-->
180
</style>
181
</head>
182
 
183
<body onload="Load()" style='margin:2px'>
184
 
185
<div id=NavObj onload="Load()" onmouseover="BtnOnOver()"
186
onmousedown="BtnOnDown()" onmouseout="BtnOnOut()" onmouseup="BtnOnUp()"
187
onkeypress="_KPH()" style='display:none;visibility:hidden'>
188
<table id="notesBtn" style='position:absolute;display:none;width:70px' align=left cellpadding=0
189
 cellspacing=0>
190
 <td nowrap>
191
 <div id="nb_ntsElem" align=center style='position:relative;padding:3px;
192
 font-family:Arial;color:buttontext;font-size:9pt'><img src="../../../en/tools/oid/doc/bosn010_object-identification-and-registration_fichiers/notes_flag.gif"
193
 border=0 id="notes_flag" style='display:none'><span
194
style='mso-spacerun:yes'>  </span>Commentaires</div>
195
 <div title="Afficher/Masquer
196
les commentaires" id="nb_nts" style='position:absolute;top:0%;
197
 left:0%;width:100%;height:100%'></div>
198
 </td>
199
</table>
200
 
201
<table style='position:relative;width:70px' align=right cellpadding=0 cellspacing=0>
202
 <td nowrap>
203
 <div id="nb_sldshwText" title="Diaporama
204
plein écran" align=center style='position:relative;margin-left:20px;padding:3px;
205
 font-family:Arial;color:buttontext;font-size:9pt;cursor:default'>Diaporama</div>
206
 <div id="nb_sldshwBorder" title="Diaporama
207
plein écran" style='position:absolute;top:0%;left:0%;width:100%;height:20px'>
208
          <div style='position:absolute;clip:rect(0px, 18px, 18px, 0px)'><img
209
 src="buttons.gif" id="nb_sldshw" style='position:relative;left:-254px'></div>
210
 </div>
211
 </td>
212
 <td>
213
 <div id="nb_voiceBorder" style='display:none;position:absolute;top:0;left:-40px;
214
 width:20px;height:20px'>
215
          <div style='position:absolute;clip:rect(0px, 18px, 18px, 0px)'><img
216
 src="buttons.gif" id="nb_voice" title="Suspendre/Lire la narration" style='position:
217
 relative;left:-290px'></div>
218
 </div>
219
 </td>
220
</table>
221
 
222
<table style='position:relative' align=center cellpadding=0 cellspacing=0>
223
 <td nowrap>
224
 <div id="nb_prevBorder" class=button style='left:-30px'>
225
          <div style='position:absolute;clip:rect(0px, 30px, 18px, 0px)'><img
226
 src="buttons.gif" id="nb_prev" title="Diapositive précédente" style='position:relative;
227
 left:0px'></div>
228
 </div>
229
 <span id="nav_text" style='position:relative;top:3px;width:100px;font-family:
230
 Arial;color:buttontext;font-size:9pt'></span>
231
 <div id="nb_nextBorder" class=button>
232
          <div style='position:absolute;clip:rect(0px, 30px, 18px, 0px)'><img
233
 src="buttons.gif" id="nb_next" title="Diapositive suivante" style='position:relative;
234
 left:-90px'></div>
235
 </div>
236
 </td>
237
</table>
238
</div>
239
 
240
<div id=OtlNavObj onload="Load()" onmouseover="BtnOnOver()"
241
onmousedown="BtnOnDown()" onmouseout="BtnOnOut()" onmouseup="BtnOnUp()"
242
onkeypress="_KPH()" style='display:none;visibility:hidden'>
243
 
244
<table style='position:relative;width:70px' align=left cellpadding=0 cellspacing=0>
245
 <td nowrap><div title="Afficher/Masquer
246
le plan" id="nb_otl"
247
 style='position:absolute;top:0%;left:0%;width:100%;height:100%;cursor:default'>
248
 <div id="nb_otlElem" align=center style='position:relative;padding:3px;font-family:Arial;
249
 color:buttontext;font-size:9pt'>Plan</div></div>
250
 </td>
251
</table>
252
 
253
<table style='position:relative' align=center cellpadding=0 cellspacing=0>
254
 <td>
255
 <div style='position:absolute;left:-18px;width:24px;height:20px;border-style:
256
 solid;border-width:1px;border-color:threedface' id="nb_otlTxtBorder">
257
          <div style='position:absolute;clip:rect(0px, 22px, 18px, 0px)'><img
258
 src=buttons.gif id="nb_otlTxt" title="Développer/Réduire le plan"
259
 style='position:relative;left:-157px'></div>
260
 </div>
261
 </td>
262
</table>
263
 
264
</div>
265
 
266
<div id=OtlObj style='display:none;visibility:hidden;'>
267
 
268
 
269
<table width="100%" style='font-family:Arial;font-size:9pt'>
270
 <tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
271
  style='cursor:hand'>
272
  <td align=right valign=top>
273
  <div class=sldNum><font size=2>1</font></div>
274
  </td>
275
  <td width="100%">
276
  <div id=PPTP1 class=PTxt><font size=2><a
277
  href="javascript:GoToSld('slide0079.htm');" id=PPTL1>Object Identification
278
  and Registration</a></font></div>
279
  <div id=PPTC1 class=CTxt style='display:none'><font size=2>
280
  <ul>
281
   <li>William E Lyons<br>
282
              USA</li>
283
  </ul>
284
  </font></div>
285
  </td>
286
 </tr>
287
 <tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
288
  style='cursor:hand'>
289
  <td align=right valign=top>
290
  <div class=sldNum><font size=2>2</font></div>
291
  </td>
292
  <td>
293
  <div id=PPTP2 class=PTxt><font size=2><a
294
  href="javascript:GoToSld('slide0068.htm');" id=PPTL2>Introduction</a></font></div>
295
  <div id=PPTC2 class=CTxt style='display:none'><font size=2>
296
  <ul>
297
   <li>Information Objects<br>
298
              An information object is a well-defined piece of information that
299
       requires a name in order to identify its use in an instance of
300
       communication.</li>
301
   <br>
302
   <br>
303
   <li>An Object Identifier</li>
304
   <ul>
305
    <li>A value (distinguishable from all others) which is associated with an
306
        object.</li>
307
    <li>Can identify anything (algorithm, business, file format, organization,
308
        policy, product, role, service, standard, address, schema, document
309
        version, device)</li>
310
    <li>Infinite series of integers - {<span style='mso-spacerun:yes'
311
        </span>1<span style='mso-spacerun:yes'>  </span>2<span
312
        style='mso-spacerun:yes'>  </span>3<span style='mso-spacerun:yes'
313
        </span>4<span style='mso-spacerun:yes'>  </span>}</li>
314
    <li>Globally unique</li>
315
    <li>Called OIDs<span style='mso-spacerun:yes'>  </span>-<span
316
        style='mso-spacerun:yes'>  </span>ISO/IEC 9834-1:1992 | X.660</li>
317
   </ul>
318
   <li><span style='mso-spacerun:yes'>                                
319
       </span>ISO/IEC 8824-1:1998 | X.680</li>
320
   <li>Many standards require the assignment of object identifiers.</li>
321
   <ul>
322
    <li>X9.57, X9.42, and X9.73</li>
323
    <li>Most of the recent X9 security standards</li>
324
    <br>
325
    <br>
326
   </ul>
327
   <li>Object identifiers will facilitate the implementation most standards
328
       involving cryptography and/or electronic transactions</li>
329
   <ul>
330
    <li><span style='mso-spacerun:yes'> </span>Industry, consumers, trade,
331
        governments, distributors.</li>
332
    <li>organizations and individuals engaged in Electronic Commerce that use
333
        standardized transactions</li>
334
   </ul>
335
  </ul>
336
  </font></div>
337
  </td>
338
 </tr>
339
 <tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
340
  style='cursor:hand'>
341
  <td align=right valign=top>
342
  <div class=sldNum><font size=2>3</font></div>
343
  </td>
344
  <td>
345
  <div id=PPTP3 class=PTxt><font size=2><a
346
  href="javascript:GoToSld('slide0067.htm');" id=PPTL3>Purpose</a></font></div>
347
  <div id=PPTC3 class=CTxt style='display:none'><font size=2>
348
  <ul>
349
   <li>Define a standard methodology for assigning and registering object
350
       identifiers in an automated manner that</li>
351
   <ul>
352
    <li>Provides a working registration schema<br>
353
                DomainCertificate { iso<span style='mso-spacerun:yes'
354
        </span>identified-organization<span style='mso-spacerun:yes'
355
        </span>tc68(133) country(16)<span style='mso-spacerun:yes'
356
        </span>x9(840)<span style='mso-spacerun:yes'>  </span>x9Standards(9)<span
357
        style='mso-spacerun:yes'>  </span>x9-68(68) modules(0)<span
358
        style='mso-spacerun:yes'>  </span>domainCertificate(1) }</li>
359
    <li>Does not require any allocations to be made</li>
360
    <li>Allows automatic allocation for standards</li>
361
    <li>Can be modified or ignored by any member</li>
362
    <li>Allows member arc to be used for other purposes</li>
363
    <li>Identifies country with ISO 3166 code</li>
364
    <br>
365
    <br>
366
   </ul>
367
   <li>Single location to enter and obtain object registration information that
368
       provides easy access and searches</li>
369
   <ul>
370
    <li>Reduce redundancy</li>
371
    <li>Ensure uniqueness</li>
372
    <li>Obtain identifiers easily and quickly</li>
373
    <li>Facilitate dissemination of identifiers</li>
374
    <br>
375
    <br>
376
   </ul>
377
  </ul>
378
  </font></div>
379
  </td>
380
 </tr>
381
 <tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
382
  style='cursor:hand'>
383
  <td align=right valign=top>
384
  <div class=sldNum><font size=2>4</font></div>
385
  </td>
386
  <td>
387
  <div id=PPTP4 class=PTxt><font size=2><a
388
  href="javascript:GoToSld('slide0081.htm');" id=PPTL4>Facilitate Use of
389
  Objects</a></font></div>
390
  </td>
391
 </tr>
392
 <tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
393
  style='cursor:hand'>
394
  <td align=right valign=top>
395
  <div class=sldNum><font size=2>5</font></div>
396
  </td>
397
  <td>
398
  <div id=PPTP5 class=PTxt><font size=2><a
399
  href="javascript:GoToSld('slide0052.htm');" id=PPTL5>Identification
400
  Relationships</a></font></div>
401
  </td>
402
 </tr>
403
 <tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
404
  style='cursor:hand'>
405
  <td align=right valign=top>
406
  <div class=sldNum><font size=2>6</font></div>
407
  </td>
408
  <td>
409
  <div id=PPTP6 class=PTxt><font size=2><a
410
  href="javascript:GoToSld('slide0071.htm');" id=PPTL6>Structure</a></font></div>
411
  <div id=PPTC6 class=CTxt style='display:none'><font size=2>
412
  <ul>
413
   <li>Header</li>
414
   <ul>
415
    <li>Parent Object</li>
416
    <ul>
417
     <li><span style='mso-spacerun:yes'> </span>ID</li>
418
     <li>Description</li>
419
    </ul>
420
    <li>Short Name      Numeric - Includes link to Higher Level Parent</li>
421
    <li>Long Name       Numeric with Alpha descriptors – Same information as above</li>
422
    <li>Last Update     Date</li>
423
    <li>Status          Active, Inactive, Obsolete, or Suspect</li>
424
    <li>Organization Name       Contact Information</li>
425
    <li>Contact Name    Contact Information</li>
426
    <li>Mailing Address Contact Information</li>
427
    <li>Phone Number    Contact Information</li>
428
    <li>Fax Number      Contact Information</li>
429
    <li>Email Address   Contact Information</li>
430
    <li>URL             Contact Information</li>
431
   </ul>
432
   <li>Detail</li>
433
   <ul>
434
    <li>Suffix          Numeric – 1<sup>st</sup><span style='mso-spacerun:yes'
435
        </span>digit is category, 2<sup>nd</sup> digit is instance of category</li>
436
    <li>Category        Category is owner defined keyword list that is shared</li>
437
    <li>Name            Name of object (20 char or less)</li>
438
    <li>Status          Active, Inactive, Obsolete, or Suspect</li>
439
    <li>Description     Description of object</li>
440
    <br>
441
    <br>
442
   </ul>
443
  </ul>
444
  </font></div>
445
  </td>
446
 </tr>
447
 <tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
448
  style='cursor:hand'>
449
  <td align=right valign=top>
450
  <div class=sldNum><font size=2>7</font></div>
451
  </td>
452
  <td>
453
  <div id=PPTP7 class=PTxt><font size=2><a
454
  href="javascript:GoToSld('slide0070.htm');" id=PPTL7>Categories</a></font></div>
455
  <div id=PPTC7 class=CTxt style='display:none'><font size=2>
456
  <ul>
457
   <li>Page<br>
458
              Page owners propagate new page owners by using page as a
459
       category.<span style='mso-spacerun:yes'>  </span>The object definition
460
       shall then be entered on the propagated page.</li>
461
   <br>
462
   <br>
463
   <li>Cat<br>
464
              Defines an object category.<span style='mso-spacerun:yes'
465
       </span>Pick from drop down list or add new category which is added to
466
       drop down list.<span style='mso-spacerun:yes'>  </span>Drop list is
467
       shared with all object definitions.<span style='mso-spacerun:yes'
468
       </span>Typical user defined categories are shown below (this will be
469
       expanded with use).</li>
470
   <ul>
471
    <li>Algorithm</li>
472
    <li>Attribute</li>
473
    <li>Business Identifier</li>
474
    <li>Certificate Extension</li>
475
    <li>Certificate Policy</li>
476
    <li>Certificate Policy Element</li>
477
    <li>Module</li>
478
    <li>Organization</li>
479
    <li>Standard</li>
480
   </ul>
481
   <br>
482
  </ul>
483
  </font></div>
484
  </td>
485
 </tr>
486
 <tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
487
  style='cursor:hand'>
488
  <td align=right valign=top>
489
  <div class=sldNum><font size=2>8</font></div>
490
  </td>
491
  <td>
492
  <div id=PPTP8 class=PTxt><font size=2><a
493
  href="javascript:GoToSld('slide0072.htm');" id=PPTL8>Status</a></font></div>
494
  <div id=PPTC8 class=CTxt style='display:none'><font size=2>
495
  <ul>
496
   <li>Active (Default)<br>
497
              Owner is actively maintaining the information related to object
498
       identified by the OID.<span style='mso-spacerun:yes'>  </span>This is
499
       the Default status.</li>
500
   <br>
501
   <br>
502
   <li>Inactive (Set by Owner or RA)<br>
503
              Owner is no longer maintaining the information related to Object
504
       identified by the OID.</li>
505
   <br>
506
   <br>
507
   <li>Obsolete (Set by Owner)<br>
508
              Object identified by the OID is obsolete.</li>
509
   <br>
510
   <br>
511
   <li>Suspect (Set or removed by RA)<br>
512
              Owner has been notified that information related to the Object
513
       identified by the OID is faulty and the fault has not been
514
       resolved.<span style='mso-spacerun:yes'>  </span>Upon resolution the
515
       status reverts to the status before the dispute.</li>
516
   <br>
517
   <br>
518
   <br>
519
   <br>
520
  </ul>
521
  </font></div>
522
  </td>
523
 </tr>
524
 <tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
525
  style='cursor:hand'>
526
  <td align=right valign=top>
527
  <div class=sldNum><font size=2>9</font></div>
528
  </td>
529
  <td>
530
  <div id=PPTP9 class=PTxt><font size=2><a
531
  href="javascript:GoToSld('slide0082.htm');" id=PPTL9>Other</a></font></div>
532
  <div id=PPTC9 class=CTxt style='display:none'><font size=2>
533
  <ul>
534
   <li>Pages<br>
535
              Propagated pages inherit all properties of the parent page.<span
536
       style='mso-spacerun:yes'>  </span>If a page is deleted, then all
537
       definitions are then part of the parent page.</li>
538
   <li> All pages are password protected with the intent to use certificates in
539
       the future.</li>
540
   <br>
541
   <br>
542
   <li>Withdrawal<br>
543
              Object identifiers shall<span style='mso-spacerun:yes'
544
       </span>not be reissued, reused, or withdrawn after they have been made
545
       available to the public.<span style='mso-spacerun:yes'>   </span>Object
546
       identifiers shall be designated as obsolete.</li>
547
   <br>
548
   <br>
549
   <li>Uniqueness<br>
550
              No OID may identify more than one object.<span
551
       style='mso-spacerun:yes'>  </span><br>
552
              More than OID may identify the same object.</li>
553
   <br>
554
   <br>
555
   <li>Maintenance<br>
556
              Object owners are required to keep object page current, including
557
       all child pages.</li>
558
   <br>
559
   <br>
560
   <li>Publication<br>
561
              The list of registered OIDs will be freely available from a
562
       Website that facilitates browsing and searching.</li>
563
   <br>
564
   <br>
565
   <br>
566
  </ul>
567
  </font></div>
568
  </td>
569
 </tr>
570
 <tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
571
  style='cursor:hand'>
572
  <td align=right valign=top>
573
  <div class=sldNum><font size=2>10</font></div>
574
  </td>
575
  <td>
576
  <div id=PPTP10 class=PTxt><font size=2><a
577
  href="javascript:GoToSld('slide0075.htm');" id=PPTL10>Ownership</a></font></div>
578
  <div id=PPTC10 class=CTxt style='display:none'><font size=2>
579
  <ul>
580
   <li>Owners may establish sub-authorities to register objects within their
581
       organizations.</li>
582
   <br>
583
   <br>
584
   <li>Owner shall ensure that no duplicates OIDs are created within their own
585
       OID.</li>
586
   <br>
587
   <br>
588
   <li>Ownership may be transferred with appropriate identification of the
589
       parties making the change.</li>
590
   <br>
591
   <br>
592
  </ul>
593
  </font></div>
594
  </td>
595
 </tr>
596
 <tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
597
  style='cursor:hand'>
598
  <td align=right valign=top>
599
  <div class=sldNum><font size=2>11</font></div>
600
  </td>
601
  <td>
602
  <div id=PPTP11 class=PTxt><font size=2><a
603
  href="javascript:GoToSld('slide0077.htm');" id=PPTL11>Parent Page</a></font></div>
604
  </td>
605
 </tr>
606
 <tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
607
  style='cursor:hand'>
608
  <td align=right valign=top>
609
  <div class=sldNum><font size=2>12</font></div>
610
  </td>
611
  <td>
612
  <div id=PPTP12 class=PTxt><font size=2><a
613
  href="javascript:GoToSld('slide0080.htm');" id=PPTL12>Child Page with
614
  category field in object definition</a></font></div>
615
  </td>
616
 </tr>
617
 <tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
618
  style='cursor:hand'>
619
  <td align=right valign=top>
620
  <div class=sldNum><font size=2>13</font></div>
621
  </td>
622
  <td>
623
  <div id=PPTP13 class=PTxt><font size=2><a
624
  href="javascript:GoToSld('slide0078.htm');" id=PPTL13>Child Page without
625
  category fields in object definition</a></font></div>
626
  </td>
627
 </tr>
628
 <tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
629
  style='cursor:hand'>
630
  <td align=right valign=top>
631
  <div class=sldNum><font size=2>14</font></div>
632
  </td>
633
  <td>
634
  <div id=PPTP14 class=PTxt><font size=2><a
635
  href="javascript:GoToSld('slide0074.htm');" id=PPTL14>Registration Process</a></font></div>
636
  <div id=PPTC14 class=CTxt style='display:none'><font size=2>
637
  <ul>
638
   <li>Registration</li>
639
   <ul>
640
    <li>Organization applies to RA</li>
641
    <li>RA establishes root OID</li>
642
    <li>OID owner maintains OID information via a Web interface.</li>
643
    <br>
644
    <br>
645
   </ul>
646
   <li>Error Correction</li>
647
   <ul>
648
    <li>Person noting error contacts owner</li>
649
    <li>Owner corrects errors</li>
650
    <li>If owner fails to correct error in a timely manner</li>
651
    <ul>
652
     <li>person noting error notifies RA</li>
653
     <li>RA acknowledges receipt of error notification and formally notifies
654
         Owner of the alleged error and reminds the owner that discrepancies
655
         are to be resolved in 10 business days.</li>
656
     <li>RA changes status of affected OIDs to Suspect</li>
657
     <li>Owner resolves discrepancies and notifies RA of resolution</li>
658
     <li>Upon verifying that the dispute has been resolved, the RA resets the
659
         status of the affected OIDs to the status prior the dispute.</li>
660
    </ul>
661
   </ul>
662
   <br>
663
  </ul>
664
  </font></div>
665
  </td>
666
 </tr>
667
 <tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
668
  style='cursor:hand'>
669
  <td align=right valign=top>
670
  <div class=sldNum><font size=2>15</font></div>
671
  </td>
672
  <td>
673
  <div id=PPTP15 class=PTxt><font size=2><a
674
  href="javascript:GoToSld('slide0083.htm');" id=PPTL15>Summary</a></font></div>
675
  <div id=PPTC15 class=CTxt style='display:none'><font size=2>
676
  <ul>
677
   <li>Features</li>
678
   <ul>
679
    <li>Owners create and update</li>
680
    <li>Owners create new categories</li>
681
    <li>Categories shared by all owners</li>
682
    <br>
683
    <br>
684
   </ul>
685
   <li>Parent Page</li>
686
   <ul>
687
    <li>Links to Registration Authority</li>
688
    <li>Defines children pages</li>
689
    <li>Does not have to have children pages</li>
690
    <br>
691
    <br>
692
   </ul>
693
   <li>Child Page</li>
694
   <ul>
695
    <li>Links to Parent</li>
696
    <li>Created by use of Page Category in Parent</li>
697
    <li>May define have children pages</li>
698
    <br>
699
    <br>
700
   </ul>
701
   <li>Based upon Internet Technology</li>
702
   <ul>
703
    <li>Easy access</li>
704
    <li>Easy updating</li>
705
    <li>Easy registration</li>
706
    <li>Easy expansion</li>
707
    <br>
708
    <br>
709
   </ul>
710
  </ul>
711
  </font></div>
712
  </td>
713
 </tr>
714
 <tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
715
  style='cursor:hand'>
716
  <td align=right valign=top>
717
  <div class=sldNum><font size=2>16</font></div>
718
  </td>
719
  <td>
720
  <div id=PPTP16 class=PTxt><font size=2><a
721
  href="javascript:GoToSld('slide0069.htm');" id=PPTL16>References</a></font></div>
722
  </td>
723
 </tr>
724
</table>
725
 
726
 
727
 
728
</div>
729
 
730
<div style='display:none'><a href=master03.htm></a><a href=master03.xml></a><a
731
href=preview.wmf></a><a href=master02.htm></a><a href=pres.xml></a><a
732
href=slide0079.htm></a><a href="master03_image001.gif"></a><a
733
href="master03_image002.gif"></a><a href="slide0079_image003.gif"></a><a
734
href=slide0068.htm></a><a href=slide0067.htm></a><a href=slide0081.htm></a><a
735
href="slide0081_image004.gif"></a><a href="slide0081_image005.gif"></a><a
736
href="slide0081_image006.gif"></a><a href=slide0052.htm></a><a
737
href="slide0052_image007.gif"></a><a href="slide0052_image008.gif"></a><a
738
href=slide0071.htm></a><a href=slide0070.htm></a><a href=slide0072.htm></a><a
739
href=slide0082.htm></a><a href=slide0075.htm></a><a href=slide0077.htm></a><a
740
href="slide0077_image009.wmz"></a><a href=oledata.mso></a><a
741
href="slide0077_image010.gif"></a><a href=slide0080.htm></a><a
742
href="slide0080_image011.wmz"></a><a href="slide0080_image012.gif"></a><a
743
href=slide0078.htm></a><a href="slide0078_image013.wmz"></a><a
744
href="slide0078_image014.gif"></a><a href=slide0074.htm></a><a
745
href=slide0083.htm></a><a href=slide0069.htm></a><a href=master01.htm></a><a
746
href="master03_stylesheet.css"></a><a href=script.js></a><a
747
href="../bosn010_object-identification-and-registration.htm"></a><a
748
href=fullscreen.htm></a><a href=buttons.gif></a><a href=frame.htm></a><a
749
href=outline.htm></a></div>
750
 
751
</body>
752
 
753
</html>