Subversion Repositories oidinfo_new_design

Compare Revisions

Regard whitespace Rev 1 → Rev 2

/trunk/doc/OID-tutorial_fichiers/outline.htm
0,0 → 1,1441
<html>
 
<head>
<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
<meta name=ProgId content=PowerPoint.Slide>
<meta name=Generator content="Microsoft PowerPoint 9">
<link id=Main-File rel=Main-File href="../OID-tutorial.htm">
<link rel=Preview href=preview.wmf>
<meta name=Robots content=NoIndex>
<script src=script.js></script>
<script><!--
 
if( !(IsWin("PPTOtl")||IsWin("PPTNav")||IsWin("PPTOtlNav")) )
{
obj = document.all.item("Main-File")
parent.location.href=obj.href
}
 
var gOtlHiliteClr="#FFFFFF",gOtlNormalClr="#000000",gOtlActiveClr="#FFFF00",gSelected="",gTxtState=false,gChildEntryTable=new Array()
 
function Load()
{
if( IsWin("PPTOtl" ) ){ LoadOtl(); parent.gOtlLoaded=true; return }
if( IsWin("PPTNav" ) ){ LoadNav("NavObj",UpdNav); parent.gNavLoaded=true; return }
if( IsWin("PPTOtlNav" ) ){ LoadNav("OtlNavObj",UpdOtlNav); parent.gOtlNavLoaded=true; return }
}
function Upd(){ if( IsWin("PPTNav") ) LoadNav("NavObj",UpdNav) }
function LoadNav( oId,UpdFunc )
{
document.ondragstart=CancelDrag
document.onselectstart=CancelDrag
document.body.style.margin=2
UpdFunc()
obj=document.all.item(oId)
obj.style.display="block"
obj.style.visibility="visible"
document.bgColor="threedface"
}
function LoadOtl()
{
document.ondragstart=CancelDrag
document.onselectstart=CancelDrag
OtlObj.style.display="block"
OtlObj.style.visibility="visible"
if( gOtlActiveClr == "" ) gOtlActiveClr=document.linkColor
if( gOtlHiliteClr == "" ) gOtlHiliteClr=document.fgColor
if( gOtlNormalClr == "" )
gOtlNormalClr=document.bgColor
else
document.bgColor=gOtlNormalClr
 
InitArray()
 
if( ObjExists( parent.gCurSld ) ) {
ChangeState( parent.gCurSld,gOtlNormalClr,gOtlHiliteClr )
gSelected=parent.gCurSld
}
else gSelected = -1
 
UpdOtl()
}
function UpdOtl(){ UpdIdx(parent.gCurSld) }
function UpdIdx( idx )
{
if( gSelected != idx ) {
if( gSelected > 0 )
ChangeState( gSelected,gOtlHiliteClr,gOtlNormalClr )
 
if( ObjExists( idx ) ) {
gSelected = idx
ChangeState( gSelected,gOtlNormalClr,gOtlHiliteClr )
}
else gSelected = -1
}
 
if( gTxtState != parent.gOtlTxtExp ) {
state = "block"
if( !parent.gOtlTxtExp )
state="none"
 
for(ii=0; ii<gChildEntryTable.length; ii++) {
obj=gChildEntryTable[ii];
if( obj.id == null ) continue;
 
if( obj.id.indexOf("PPTC") >= 0 )
obj.style.display=state;
}
gTxtState=parent.gOtlTxtExp
if( ObjExists( gSelected ) )
ChangeState( gSelected,gOtlNormalClr,gOtlHiliteClr )
}
}
function InitArray()
{
count=0
for(ii=0; ii<document.all.tags("DIV").length; ii++) {
obj=document.all.tags("DIV").item(ii)
if( obj.id == null ) continue
 
if( obj.id.indexOf("PPTC") >= 0 ) {
gChildEntryTable[count++]=obj
obj.children.tags("TABLE").item(0).style.borderColor=gOtlNormalClr
}
}
}
function ChangeState( idx,fgColor,bgColor )
{
obj=document.all.item("PPTL"+idx)
obj.style.color=fgColor
 
obj=document.all.item("PPTP"+idx)
obj.style.backgroundColor=bgColor
 
obj=document.all.item("PPTB"+idx)
if( obj )
obj.style.borderLeftColor=obj.style.borderBottomColor=bgColor
}
function ChgClr( o,clr ){ if( o.id != "PPTL"+gSelected ) o.style.color=clr }
function Over( obj ){ ChgClr(obj,gOtlActiveClr) }
function Out( obj ){ ChgClr(obj,gOtlHiliteClr) }
function ObjExists( ii ) { obj=document.all("PPTP"+ii ); return( obj ) }
function GoToSld( href ){ UpdIdx(parent.GetSldNum(href)); parent.GoToSld( href ) }
function CancelDrag(){ window.event.cancelBubble=true;window.event.returnValue=false}
 
function UpdNav()
{
txt = "<center>";
if( parent.GetHrefObj( parent.gCurSld ).mOrigVis == 1 )
txt += "Diapositive " + parent.GetCurSldNum() + " sur " + parent.GetNumSlds()
else
txt += "Diapositive masquée"
txt += "</center>";
nav_text.innerHTML = txt;
 
if( !parent.HasPrevSld() )
gBtnArr["nb_prev"].Enabled(0)
else
gBtnArr["nb_prev"].Enabled(1)
 
if( !parent.HasNextSld() )
gBtnArr["nb_next"].Enabled(0)
else
gBtnArr["nb_next"].Enabled(1)
gBtnArr["nb_nts"].SetEnabled()
gBtnArr["nb_nts"].SetFlag( parent.gHasNts )
 
gBtnArr["nb_sldshw"].Enabled(1)
gBtnArr["nb_voice"].Enabled(1)
}
 
function UpdOtlNav()
{
gBtnArr["nb_otl"].SetEnabled();
 
if( parent.gOtlOpen )
gBtnArr["nb_otlTxt"].Enabled( true );
else
document.all.item("nb_otlTxtBorder").style.visibility = "hidden";
}
 
 
 
//-->
</script>
<style>
<!--.PTxt
{position:relative;
width:100%;
margin-top:5px;
padding-left:5px;
font-weight:bold;}
.CTxt
{position:relative;
width:100%;
padding-left:10px;}
.CBorder
{position:relative;
width:100%;
border-style:solid;
border-width:1px;
border-color:black;
padding-bottom:5px;}
a
{color:white;
text-decoration:none;}
.button
{position:absolute;
width:32px;
height:20px;
border-style:solid;
border-width:1px;
border-color:threedface;}
-->
</style>
</head>
 
<body onload="Load()">
 
<div id=NavObj onload="Load()" onmouseover="BtnOnOver()"
onmousedown="BtnOnDown()" onmouseout="BtnOnOut()" onmouseup="BtnOnUp()"
onkeypress="_KPH()" style='display:none;visibility:hidden'>
 
<table style='position:absolute;width:70px;visibility:hidden' align=left
cellpadding=0 cellspacing=0>
<td nowrap>
<div id="nb_ntsElem" align=center style='position:relative;padding:3px;
font-family:Arial;color:buttontext;font-size:9pt'><img src="../../../en/tools/oid/doc/OID-tutorial_fichiers/notes_flag.gif"
border=0 id="notes_flag" style='display:none'><span style="mso-spacerun:
yes">  </span>Commentaires</div>
<div title="Afficher/Masquer les commentaires" id="nb_nts" style='position:
absolute;top:0%;left:0%;width:100%;height:100%'></div>
</td>
</table>
 
<table style='position:relative' align=right cellpadding=0 cellspacing=0>
<td>
<div id="nb_sldshwBorder" style='position:absolute;left:-20px;width:20px;
height:20px'>
<div style='position:absolute;clip:rect(0px, 18px, 18px, 0px)'><img
src=buttons.gif id="nb_sldshw" title="Diaporama plein écran" style='position:
relative;left:-254px'></div>
</div>
</td>
<td>
<div id="nb_voiceBorder" style='display:none;position:absolute;left:-40px;
width:20px;height:20px'>
<div style='position:absolute;clip:rect(0px, 18px, 18px, 0px)'><img
src=buttons.gif id="nb_voice" title="Suspendre/Lire la narration"
style='position:relative;left:-290px'></div>
</div>
</td>
</table>
 
<table style='position:relative' align=center cellpadding=0 cellspacing=0>
<td nowrap>
<div id="nb_prevBorder" class=button style='left:-30px'>
<div style='position:absolute;clip:rect(0px, 30px, 18px, 0px)'><img
src=buttons.gif id="nb_prev" title="Diapositive précédente" style='position:
relative;left:0px'></div>
</div>
<span id="nav_text" style='position:relative;top:3px;width:100px;font-family:
Arial;color:buttontext;font-size:9pt'></span>
<div id="nb_nextBorder" class=button>
<div style='position:absolute;clip:rect(0px, 30px, 18px, 0px)'><img
src=buttons.gif id="nb_next" title="Diapositive suivante" style='position:
relative;left:-90px'></div>
</div>
</td>
</table>
 
</div>
 
<div id=OtlNavObj onload="Load()" onmouseover="BtnOnOver()"
onmousedown="BtnOnDown()" onmouseout="BtnOnOut()" onmouseup="BtnOnUp()"
onkeypress="_KPH()" style='display:none;visibility:hidden'>
 
<table style='position:relative;width:70px' align=left cellpadding=0
cellspacing=0>
<td nowrap>
<div id="nb_otlElem" align=center style='position:relative;padding:3px;
font-family:Arial;color:buttontext;font-size:9pt'>Plan</div>
<div title="Afficher/Masquer le plan" id="nb_otl" style='position:absolute;
top:0%;left:0%;width:100%;height:100%'></div>
</td>
</table>
 
<table style='position:relative' align=center cellpadding=0 cellspacing=0>
<td>
<div style='position:absolute;left:-18px;width:24px;height:20px;border-style:
solid;border-width:1px;border-color:threedface' id="nb_otlTxtBorder">
<div style='position:absolute;clip:rect(0px, 22px, 18px, 0px)'><img
src=buttons.gif id="nb_otlTxt" title="Développer/Réduire le plan"
style='position:relative;left:-157px'></div>
</div>
</td>
</table>
 
</div>
 
<div id=OtlObj style='display:none;visibility:hidden'>
 
<table width="100%" style='font-family:Arial;font-size:9pt'>
<tr>
<td>
<div id=PPTP1 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0036.htm');" onmouseover="Over(this)"
id=PPTL1 onmouseout="Out(this)">Registration Authorities<br>
for OID components</a></font></div>
</td>
</tr>
<tr>
<td>
<div id=PPTP2 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0155.htm');" onmouseover="Over(this)"
id=PPTL2 onmouseout="Out(this)">Protocols need to carry names!</a></font></div>
<div id=PPTC2 class=CTxt style='display:none'>
<table style='color:white' id=PPTB2 class=CBorder>
<tr>
<td width=5 nowrap></td>
<td width="100%"></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>Generic carrier protocols need names for their
contents</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>Directory (X.500) protocols need names for
things they are trying to access</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>E-mail (X.400) protocols need names for
originator and recipient names</font></td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td>
<div id=PPTP3 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0149.htm');" onmouseover="Over(this)"
id=PPTL3 onmouseout="Out(this)">Historical contributions to the naming
problem</a></font></div>
<div id=PPTC3 class=CTxt style='display:none'>
<table style='color:white' id=PPTB3 class=CBorder>
<tr>
<td width=5 nowrap></td>
<td width="100%"></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>One of the first attempts at a naming standard
for data communication was X.121, used in X.25.</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>32-bit Ethernet name allocation was another
important piece of standardisation.</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>Network Service Access Point addresses in OSI
(NSAP addresses) made an important contribution.</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>ASN.1 definition of the Object Identifier Tree
in about 1986 was a seminal contribution.</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>UUID naming mechanisms developed in the 1990s
introduced new concepts to naming.</font></td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td>
<div id=PPTP4 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0150.htm');" onmouseover="Over(this)"
id=PPTL4 onmouseout="Out(this)">Hierarchical v Central</a></font></div>
<div id=PPTC4 class=CTxt style='display:none'>
<table style='color:white' id=PPTB4 class=CBorder>
<tr>
<td width=5 nowrap></td>
<td width="100%"></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>I'm the Registration Authority, and that's it
(the Monolithic Approach).</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>I will do my bit, you can add to it<br>
(the Hierarchical Approach).</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>Let's use as much as possible of existing
naming<br>
(the Pragmatic Approach).</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>Marriages, marriages, marriages.</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>For example, ISO Biometrics work uses a
centralised registration authority (Monolithic Approach), but has an Annex
that formally defines its allocations as part of an ASN.1 OID (Hierachical
Approach)</font></td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td>
<div id=PPTP5 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0199.htm');" onmouseover="Over(this)"
id=PPTL5 onmouseout="Out(this)">Character versus binary naming</a></font></div>
<div id=PPTC5 class=CTxt style='display:none'>
<table style='color:white' id=PPTB5 class=CBorder>
<tr>
<td width=5 nowrap></td>
<td width="100%"></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>Character versus binary protocols remains an
area of contention – preferred naming often follows this decision.</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>Current work on &quot;Fast Web Services&quot; in
ITU-T can be stated as &quot;binary encodings for Web Services
exchanges&quot;</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>Fast Web Services may or may not gain acceptance
against XML (character-based) encodings for Web Services, but it is a fight
worth fighting! Please fight!</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>Historically, ITU-T (CCITT before it) has backed
both binary *and* character-based naming horses.</font></td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td>
<div id=PPTP6 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0198.htm');" onmouseover="Over(this)"
id=PPTL6 onmouseout="Out(this)">ASN.1 grasped the nettle</a></font></div>
<div id=PPTC6 class=CTxt style='display:none'>
<table style='color:white' id=PPTB6 class=CBorder>
<tr>
<td width=5 nowrap></td>
<td width=20 nowrap></td>
<td width="100%"></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=2><font size=2>The easy bit:</font></td>
</tr>
<tr>
<td colspan=2></td>
<td colspan=1><font size=2>Combine the Hierarchical Approach and the
Pragmatic approach</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=2><font size=2>The hard bit:</font></td>
</tr>
<tr>
<td colspan=2></td>
<td colspan=1><font size=2>Long character strings versus obscure binary
representations</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=2><font size=2>A lot of blood was spilled in 1985.</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=2><font size=2>Went for binary!!!! (In the encoding, characters
in the value notation – see later)</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=2><font size=2><span style="mso-spacerun: yes"> </span>OIDs are
essentially binary encodings.</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=2><font size=2>Even when sent with XML they are things<br>
like 0.2.693.57. etc – encoded in characters, but it is still binary!</font></td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td>
<div id=PPTP7 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0212.htm');" onmouseover="Over(this)"
id=PPTL7 onmouseout="Out(this)">Notation for OID values – human-readable</a></font></div>
<div id=PPTC7 class=CTxt style='display:none'>
<table style='color:white' id=PPTB7 class=CBorder>
<tr>
<td width=5 nowrap></td>
<td width="100%"></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>Early notation for OID values (allocations)
looked like:</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2><span style="mso-spacerun: yes">       
</span>{iso standard 8571 etc}</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>SNMP started the rot:<span style="mso-spacerun:
yes">  </span>use simply a character representation of the encoding:<span
style="mso-spacerun: yes">  </span>1.0.8571.etc for human consumption.</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>The change from &quot;ccitt&quot; to
&quot;itu-t&quot; in<br>
&quot;joint-iso-ccitt&quot; also caused problems.</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>The numeric form is now accepted as valid
notation.</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>Names are now regarded as not normative.</font></td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td>
<div id=PPTP8 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0200.htm');" onmouseover="Over(this)"
id=PPTL8 onmouseout="Out(this)">X.400 and X.500</a></font></div>
<div id=PPTC8 class=CTxt style='display:none'>
<table style='color:white' id=PPTB8 class=CBorder>
<tr>
<td width=5 nowrap></td>
<td width="100%"></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>X.500 went for what became called
&quot;long-names&quot; – character-based.</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>X.400 used both forms! (Differed a bit in the
1984 vs. 1988 versions)</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2><span style="mso-spacerun: yes"> </span>Major
fight on introduction of &quot;short-names&quot; into X.500 around 1988ish</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>Accepted, but never really took off or
implemented.<span style="mso-spacerun: yes">  </span>Today, X.500
distinguished names are not considered &quot;long&quot; – compared, for
example with Certificate Revocation Lists (CRLs).</font></td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td>
<div id=PPTP9 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0213.htm');" onmouseover="Over(this)"
id=PPTL9 onmouseout="Out(this)">Navigating the tree</a></font></div>
<div id=PPTC9 class=CTxt style='display:none'>
<table style='color:white' id=PPTB9 class=CBorder>
<tr>
<td width=5 nowrap></td>
<td width="100%"></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>X.500 also added the concept that a sub-arc
might be identified by a pair of values (for example, organisational unit
and location), rather than just by a single value.</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>This is the principal difference (apart from
character v binary representation) between the X.500 use of the RH-name
tree concept and the ASN.1 use of the RH-name tree concept for the Object
Identifier tree.</font></td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td>
<div id=PPTP10 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0151.htm');" onmouseover="Over(this)"
id=PPTL10 onmouseout="Out(this)">Moving to the Web</a></font></div>
<div id=PPTC10 class=CTxt style='display:none'>
<table style='color:white' id=PPTB10 class=CBorder>
<tr>
<td width=5 nowrap></td>
<td width="100%"></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>Publication of naming allocations on the Web is
increasingly common but adds cost for an RA.</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>The ITU-T OID description database is an
excellent example, with over 50,000 entries.</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>OID repository: http://oid.elibel.tm.fr</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>Automatic allocations (possibly using Fast Web
Services protocols) reduces the cost of running an RA.</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>First done by IANA for ASN.1 OID components for
SNMP.</font></td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td>
<div id=PPTP11 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0152.htm');" onmouseover="Over(this)"
id=PPTL11 onmouseout="Out(this)">ASN.1 Project and ITU-T support</a></font></div>
<div id=PPTC11 class=CTxt style='display:none'>
<table style='color:white' id=PPTB11 class=CBorder>
<tr>
<td width=5 nowrap></td>
<td width="100%"></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>We live in interesting times!</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>An immense amount done already on the module
database and the OID registry.</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>Suggestions for automatic machine access to
ASN.1 modules from the database – Sun Microsystems involvement, tool vendor
agreement to provide clients.</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>Suggestions for automatic registration of UUID
values for an OID component (see later).</font></td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td>
<div id=PPTP12 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0153.htm');" onmouseover="Over(this)"
id=PPTL12 onmouseout="Out(this)">Enough of history and futures – what of the
NOW?</a></font></div>
<div id=PPTC12 class=CTxt style='display:none'>
<table style='color:white' id=PPTB12 class=CBorder>
<tr>
<td width=5 nowrap></td>
<td width="100%"></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>The revised X.660 and X.670 series
Recommendations are just that – revisions.</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>Incorporate amendments, update tables and lists,
and improve editorial clarity.</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>Don't bother to read them!</font></td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td>
<div id=PPTP13 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0165.htm');" onmouseover="Over(this)"
id=PPTL13 onmouseout="Out(this)">What are these Recommendations? <br>
(Yuck,
he's getting serious – time to walk out to my main meeting!)</a></font></div>
<div id=PPTC13 class=CTxt style='display:none'>
<table style='color:white' id=PPTB13 class=CBorder>
<tr>
<td width=5 nowrap></td>
<td width="100%"></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>Sorry folks, but one slide per Recommendation
(could just be two or three for some!).</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>I owe that to the authors that spent a lot of
time on the original work.</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>Walk out if you like, but this is the guts of
the presentation.</font></td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td>
<div id=PPTP14 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0214.htm');" onmouseover="Over(this)"
id=PPTL14 onmouseout="Out(this)">General contents</a></font></div>
<div id=PPTC14 class=CTxt style='display:none'>
<table style='color:white' id=PPTB14 class=CBorder>
<tr>
<td width=5 nowrap></td>
<td width="100%"></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>(Sometimes) provides information on Registration
Hierarchical name trees.</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>Usually specifies procedures for the operation
of a Registration Authority.</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>Mainly defines procedures for allocation under a
specific ASN.1 Object Identifier arc.</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>Revision makes no real technical changes –
incorporates amendments, changes CCITT to ITU-T, clarifies, etc.</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>Makes UPU legitimate!</font></td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td>
<div id=PPTP15 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0201.htm');" onmouseover="Over(this)"
id=PPTL15 onmouseout="Out(this)">X.660 (ISO/IEC 9834-1)</a></font></div>
<div id=PPTC15 class=CTxt style='display:none'>
<table style='color:white' id=PPTB15 class=CBorder>
<tr>
<td width=5 nowrap></td>
<td width="100%"></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>Title:<span style="mso-spacerun: yes">   </span>INFORMATION<span
style="mso-spacerun: yes">  </span>TECHNOLOGY<span style="mso-spacerun:
yes">  </span>–<span style="mso-spacerun: yes">  </span>OPEN<span
style="mso-spacerun: yes">  </span>SYSTEMS<span style="mso-spacerun: yes"> 
</span>INTERCONNECTION<span style="mso-spacerun: yes">  </span>–<span
style="mso-spacerun: yes">  </span>PROCEDURES FOR<span style="mso-spacerun:
yes">  </span>THE<span style="mso-spacerun: yes">  </span>OPERATION<span
style="mso-spacerun: yes">  </span>OF<span style="mso-spacerun: yes"> 
</span>OSI<span style="mso-spacerun: yes">  </span>REGISTRATION
AUTHORITIES:<span style="mso-spacerun: yes">  </span>GENERAL<span
style="mso-spacerun: yes">  </span>PROCEDURES</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>A bad title!<span style="mso-spacerun: yes"> 
</span>Still not quite settled!</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>This describes the RH-Name tree, and specifies
general procedures for registration authorities in this area.</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>These procedures are referenced from other parts
of the series.</font></td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td>
<div id=PPTP16 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0202.htm');" onmouseover="Over(this)"
id=PPTL16 onmouseout="Out(this)">No X.661 (ISO/IEC 9834-2)</a></font></div>
<div id=PPTC16 class=CTxt style='display:none'>
<table style='color:white' id=PPTB16 class=CBorder>
<tr>
<td width=5 nowrap></td>
<td width="100%"></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>FTAM Document type registration.</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>Many registrations within the ISO profiles work.</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>ISO work never supported by ITU-T.</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>Will not be revised, and not of interest.</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1></td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td>
<div id=PPTP17 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0203.htm');" onmouseover="Over(this)"
id=PPTL17 onmouseout="Out(this)">X.662 (ISO/IEC 9834-3)</a></font></div>
<div id=PPTC17 class=CTxt style='display:none'>
<table style='color:white' id=PPTB17 class=CBorder>
<tr>
<td width=5 nowrap></td>
<td width="100%"></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2><span style="mso-spacerun:
yes"> </span>Title:<span style="mso-spacerun: yes">   </span>INFORMATION<span
style="mso-spacerun: yes">  </span>TECHNOLOGY<span style="mso-spacerun:
yes">  </span>–<span style="mso-spacerun: yes">  </span>OPEN<span
style="mso-spacerun: yes">  </span>SYSTEMS<span style="mso-spacerun: yes"> 
</span>INTERCONNECTION<span style="mso-spacerun: yes">  </span>–<span
style="mso-spacerun: yes">  </span>PROCEDURES FOR<span style="mso-spacerun:
yes">  </span>THE<span style="mso-spacerun: yes">  </span>OPERATION<span
style="mso-spacerun: yes">  </span>OF<span style="mso-spacerun: yes"> 
</span>OSI<span style="mso-spacerun: yes">  </span>REGISTRATION
AUTHORITIES:<span style="mso-spacerun: yes">  </span>REGISTRATION<span
style="mso-spacerun: yes">  </span>OF<span style="mso-spacerun: yes"> 
</span>ASN.1 OBJECT IDENTIFIER ARCS FOR<span style="mso-spacerun: yes"> 
</span>JOINT<span style="mso-spacerun: yes">  </span>ISO<span
style="mso-spacerun: yes">  </span>AND<span style="mso-spacerun: yes"> 
</span>ITU-T<span style="mso-spacerun: yes">  </span>WORK</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>This is an important Recommendation</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>Provides the Registration of areas of joint work
with ITU-T and ISO.</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>About 25 current allocations.</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>ANSI remains the Registration Authority.</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>Simple resolution from SG17 and SC6.</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1></td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td>
<div id=PPTP18 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0204.htm');" onmouseover="Over(this)"
id=PPTL18 onmouseout="Out(this)">No X.663 (ISO/IEC 9834-4)</a></font></div>
<div id=PPTC18 class=CTxt style='display:none'>
<table style='color:white' id=PPTB18 class=CBorder>
<tr>
<td width=5 nowrap></td>
<td width="100%"></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>VT profile registration.</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>Many registrations within the ISO profiles work.</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>ISO work never supported by ITU-T.</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>Will not be revised, and not of interest.</font></td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td>
<div id=PPTP19 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0205.htm');" onmouseover="Over(this)"
id=PPTL19 onmouseout="Out(this)">No X.664 (ISO/IEC 9834-5)</a></font></div>
<div id=PPTC19 class=CTxt style='display:none'>
<table style='color:white' id=PPTB19 class=CBorder>
<tr>
<td width=5 nowrap></td>
<td width="100%"></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2><span style="mso-spacerun: yes"> </span>VT
control object registration.</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>Many registrations within the ISO profiles work.</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>ISO work never supported by ITU-T.</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>Will not be revised, and not of interest.</font></td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td>
<div id=PPTP20 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0206.htm');" onmouseover="Over(this)"
id=PPTL20 onmouseout="Out(this)">X.665 (ISO/IEC 9834-6)</a></font></div>
<div id=PPTC20 class=CTxt style='display:none'>
<table style='color:white' id=PPTB20 class=CBorder>
<tr>
<td width=5 nowrap></td>
<td width="100%"></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>Title:<span style="mso-spacerun: yes">   </span>INFORMATION<span
style="mso-spacerun: yes">  </span>TECHNOLOGY<span style="mso-spacerun:
yes">  </span>–<span style="mso-spacerun: yes">  </span>OPEN<span
style="mso-spacerun: yes">  </span>SYSTEMS<span style="mso-spacerun: yes"> 
</span>INTERCONNECTION<span style="mso-spacerun: yes">  </span>–<span
style="mso-spacerun: yes">  </span>PROCEDURES FOR<span style="mso-spacerun:
yes">  </span>THE<span style="mso-spacerun: yes">  </span>OPERATION<span
style="mso-spacerun: yes">  </span>OF<span style="mso-spacerun: yes"> 
</span>OSI<span style="mso-spacerun: yes">  </span>REGISTRATION
AUTHORITIES:<span style="mso-spacerun: yes">  </span>APPLICATION<span
style="mso-spacerun: yes">  </span>PROCESSES<span style="mso-spacerun:
yes">  </span>AND<span style="mso-spacerun: yes">  </span>APPLICATION<span
style="mso-spacerun: yes">  </span>ENTITIES</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>Joint with ISO.</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>Will be formally revised, but defunct and not of
interest.</font></td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td>
<div id=PPTP21 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0207.htm');" onmouseover="Over(this)"
id=PPTL21 onmouseout="Out(this)">X.666 (ISO/IEC 9834-7)</a></font></div>
<div id=PPTC21 class=CTxt style='display:none'>
<table style='color:white' id=PPTB21 class=CBorder>
<tr>
<td width=5 nowrap></td>
<td width="100%"></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2><span style="mso-spacerun:
yes"> </span>Title:<span style="mso-spacerun: yes">   </span>INFORMATION<span
style="mso-spacerun: yes">  </span>TECHNOLOGY<span style="mso-spacerun:
yes">  </span>–<span style="mso-spacerun: yes">  </span>OPEN<span
style="mso-spacerun: yes">  </span>SYSTEMS<span style="mso-spacerun: yes"> 
</span>INTERCONNECTION<span style="mso-spacerun: yes">  </span>–<span
style="mso-spacerun: yes">  </span>PROCEDURES FOR<span style="mso-spacerun:
yes">  </span>THE<span style="mso-spacerun: yes">  </span>OPERATION<span
style="mso-spacerun: yes">  </span>OF<span style="mso-spacerun: yes"> 
</span>OSI<span style="mso-spacerun: yes">  </span>REGISTRATION
AUTHORITIES:<span style="mso-spacerun: yes">  </span>JOINT ISO AND ITU-T
REGISTRATION OF INTERNATIONAL<span style="mso-spacerun: yes"> 
</span>ORGANIZATIONS</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>This is one of two Recommendations for
registration of International Organizations (see X.669 later).</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>Registers international organisations under the
ASN.1 joint ITU-T and ISO &quot;international-organisation&quot; arcs, but
also<span style="mso-spacerun: yes">  </span>defines X.500 and X.400 naming
of International Organisations</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>For X.400 it defines the PRMD and ADMD concepts.</font></td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td>
<div id=PPTP22 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0215.htm');" onmouseover="Over(this)"
id=PPTL22 onmouseout="Out(this)">X.667 (ISO/IEC 9834-8)</a></font></div>
<div id=PPTC22 class=CTxt style='display:none'>
<table style='color:white' id=PPTB22 class=CBorder>
<tr>
<td width=5 nowrap></td>
<td width="100%"></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2><span style="mso-spacerun:
yes"> </span>Title:<span style="mso-spacerun: yes">   </span>INFORMATION<span
style="mso-spacerun: yes">  </span>TECHNOLOGY<span style="mso-spacerun:
yes">  </span>–<span style="mso-spacerun: yes">  </span>OPEN<span
style="mso-spacerun: yes">  </span>SYSTEMS<span style="mso-spacerun: yes"> 
</span>INTERCONNECTION<span style="mso-spacerun: yes">  </span>–<span
style="mso-spacerun: yes">  </span>PROCEDURES FOR<span style="mso-spacerun:
yes">  </span>THE<span style="mso-spacerun: yes">  </span>OPERATION<span
style="mso-spacerun: yes">  </span>OF<span style="mso-spacerun: yes"> 
</span>OSI<span style="mso-spacerun: yes">  </span>REGISTRATION
AUTHORITIES:<span style="mso-spacerun: yes">  </span>GENERATION AND
REGISTRATION OF UNIVERSALLY UNIQUE IDENTIFIERS (UUIDS)</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>This is an important new Recommendation, for
approval at the March 2004 meeting of SG17.</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>The history of UUID (GUID) work is worth several
slides on its own!</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>It involves Microsoft, IETF Draft RFCs and the
Open Group.</font></td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td>
<div id=PPTP23 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0216.htm');" onmouseover="Over(this)"
id=PPTL23 onmouseout="Out(this)">Wow! A second slide!</a></font></div>
<div id=PPTC23 class=CTxt style='display:none'>
<table style='color:white' id=PPTB23 class=CBorder>
<tr>
<td width=5 nowrap></td>
<td width="100%"></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>UUIDs are extremely widely used, but with no
standard specifying them!</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>They are used in Bluetooth specifications and in
ISO/IEC/JTC1/SC37 BioAPI<span style="mso-spacerun: yes">  </span>and CBEFF
specifications (probably many others).</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>References in the ISO work rely on this
Recommendation | International Standard</font></td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td>
<div id=PPTP24 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0217.htm');" onmouseover="Over(this)"
id=PPTL24 onmouseout="Out(this)">And a third!</a></font></div>
<div id=PPTC24 class=CTxt style='display:none'>
<table style='color:white' id=PPTB24 class=CBorder>
<tr>
<td width=5 nowrap></td>
<td width="100%"></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>UUIDs are quite big – 16 octets.</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>They can be self-allocated on a transient basis
that guarantees uniqueness up to AD 3400, with allocations of up to 10
million per second.</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>They can also be allocated for permanent
identification.</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>Registration is not required, but reduces
probable uniqueness from 99% certain to 100% certain.</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>Can be used as ASN.1 OID components.</font></td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td>
<div id=PPTP25 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0209.htm');" onmouseover="Over(this)"
id=PPTL25 onmouseout="Out(this)">Not X.668 (Not ISO/IEC 9834-9)</a></font></div>
<div id=PPTC25 class=CTxt style='display:none'>
<table style='color:white' id=PPTB25 class=CBorder>
<tr>
<td width=5 nowrap></td>
<td width="100%"></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>The one that got away.</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>Proposed as the RA Standard for Biometric
Registration.</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>X.600 series had a lot to offer, and much text
from that series is being used.</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>But decided to proceed with pure ISO/SC37
Standard, as a second part of CBEFF.</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>Pity, but we tried!</font></td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td>
<div id=PPTP26 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0210.htm');" onmouseover="Over(this)"
id=PPTL26 onmouseout="Out(this)">X.669</a></font></div>
<div id=PPTC26 class=CTxt style='display:none'>
<table style='color:white' id=PPTB26 class=CBorder>
<tr>
<td width=5 nowrap></td>
<td width="100%"></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>Title:<span style="mso-spacerun: yes">   </span>INFORMATION<span
style="mso-spacerun: yes">  </span>TECHNOLOGY<span style="mso-spacerun:
yes">  </span>–<span style="mso-spacerun: yes">  </span>OPEN<span
style="mso-spacerun: yes">  </span>SYSTEMS<span style="mso-spacerun: yes"> 
</span>INTERCONNECTION<span style="mso-spacerun: yes">  </span>–<span
style="mso-spacerun: yes">  </span>PROCEDURES FOR<span style="mso-spacerun:
yes">  </span>THE<span style="mso-spacerun: yes">  </span>OPERATION<span
style="mso-spacerun: yes">  </span>OF<span style="mso-spacerun: yes"> 
</span>OSI<span style="mso-spacerun: yes">  </span>REGISTRATION
AUTHORITIES:<span style="mso-spacerun: yes">  </span>ITU-T
REGISTRATION<span style="mso-spacerun: yes">  </span>OF INTERNATIONAL
ORGANIZATIONS REGISTRATION</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>This is one of two Recommendations for
registration of International Organizations.</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>This registers under the ITU-T arc to ITU-T
Members.</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>The other (X.666) registers organisations under
the joint ISO/ITU-T arc.</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>For totally historical reasons, this is quite
different from X.666 text.<span style="mso-spacerun: yes">  </span>X.666 is
probably the more important and better text.</font></td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td>
<div id=PPTP27 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0211.htm');" onmouseover="Over(this)"
id=PPTL27 onmouseout="Out(this)">X.670</a></font></div>
<div id=PPTC27 class=CTxt style='display:none'>
<table style='color:white' id=PPTB27 class=CBorder>
<tr>
<td width=5 nowrap></td>
<td width="100%"></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>Title:<span style="mso-spacerun: yes">   </span>PROCEDURES
FOR REGISTRATION AGENTS OPERATING ON BEHALF OF ORGANIZATIONS TO REGISTER
ORGANIZATION NAMES SUBORDINATE TO COUNTRY NAMES.</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>This is a Recommendation for software to
register International Organizations under multiple countries (see X.671).</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>It is believed that neither this Recommendation
nor X.671 has been implemented, and revision is a formality to ensure
coherence of the series.</font></td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td>
<div id=PPTP28 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0160.htm');" onmouseover="Over(this)"
id=PPTL28 onmouseout="Out(this)">X.671</a></font></div>
<div id=PPTC28 class=CTxt style='display:none'>
<table style='color:white' id=PPTB28 class=CBorder>
<tr>
<td width=5 nowrap></td>
<td width="100%"></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>Title:<span style="mso-spacerun: yes">   </span>PROCEDURES
FOR A REGISTRATION AUTHORITY OPERATING ON BEHALF OF COUNTRIES TO REGISTER
ORGANIZATION NAMES SUBORDINATE TO COUNTRY NAMES.</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>This is a Recommendation for the operation of a
Registration Authority in a country to register International Organization
names under that country name (see also X.670).</font></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>It is believed that neither this Recommendation
nor X.670 has been implemented, and revision is a formality to ensure
coherence of the series.</font></td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td>
<div id=PPTP29 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0097.htm');" onmouseover="Over(this)"
id=PPTL29 onmouseout="Out(this)">If you have lasted this far, you have been
very patient</a></font></div>
<div id=PPTC29 class=CTxt style='display:none'>
<table style='color:white' id=PPTB29 class=CBorder>
<tr>
<td width=5 nowrap></td>
<td width="100%"></td>
</tr>
<tr>
<td colspan=1></td>
<td colspan=1><font size=2>Good-bye!</font></td>
</tr>
</table>
</div>
</td>
</tr>
</table>
 
</div>
 
<div style='display:none'><a href="v3_document.htm"></a><a href=preview.wmf></a><a
href="v3_next_active.gif"></a><a href="v3_next_disabled.gif"></a><a
href="v3_prev_active.gif"></a><a href="v3_prev_disabled.gif"></a><a
href="v3_outline_collapse.gif"></a><a href="v3_outline_expand.gif"></a><a
href="v3_space.gif"></a><a href="v3_endshow.htm"></a><a
href="v3_navigation_bar.htm"></a><a href="v3_outline_navigation_bar.htm"></a><a
href="v3_outline_collapsed.htm"></a><a href="v3_outline_expanded.htm"></a><a
href="v3_blank_notes.htm"></a><a href=master03.htm></a><a href=master03.xml></a><a
href=master02.htm></a><a href=pres.xml></a><a href="v3_slide0036.htm"></a><a
href="v3_master03_background.gif"></a><a href="v3_slide0036_image001.gif"></a><a
href="v3_slide0036_image002.gif"></a><a href="v3_slide0155.htm"></a><a
href="v3_slide0155_image003.gif"></a><a href="v3_slide0149.htm"></a><a
href="v3_slide0149_background.gif"></a><a href="v3_slide0150.htm"></a><a
href="v3_slide0150_image004.gif"></a><a href="v3_slide0150_image005.gif"></a><a
href="v3_slide0199.htm"></a><a href="v3_slide0199_image006.gif"></a><a
href="v3_slide0198.htm"></a><a href="v3_slide0198_background.gif"></a><a
href="v3_slide0212.htm"></a><a href="v3_slide0212_image007.gif"></a><a
href="v3_slide0200.htm"></a><a href="v3_slide0200_background.gif"></a><a
href="v3_slide0213.htm"></a><a href="v3_slide0213_image008.gif"></a><a
href="v3_slide0151.htm"></a><a href="v3_slide0151_image009.gif"></a><a
href="v3_slide0152.htm"></a><a href="v3_slide0152_image010.gif"></a><a
href="v3_slide0153.htm"></a><a href="v3_slide0153_background.gif"></a><a
href="v3_slide0165.htm"></a><a href="v3_slide0165_image011.gif"></a><a
href="v3_slide0165_image012.gif"></a><a href="v3_slide0214.htm"></a><a
href="v3_slide0214_image013.gif"></a><a href="v3_slide0201.htm"></a><a
href="v3_slide0201_image014.gif"></a><a href="v3_slide0201_image015.gif"></a><a
href="v3_slide0202.htm"></a><a href="v3_slide0202_image016.gif"></a><a
href="v3_slide0203.htm"></a><a href="v3_slide0203_image017.gif"></a><a
href="v3_slide0204.htm"></a><a href="v3_slide0204_image018.gif"></a><a
href="v3_slide0205.htm"></a><a href="v3_slide0205_image019.gif"></a><a
href="v3_slide0206.htm"></a><a href="v3_slide0206_image020.gif"></a><a
href="v3_slide0207.htm"></a><a href="v3_slide0207_image021.gif"></a><a
href="v3_slide0207_image022.gif"></a><a href="v3_slide0215.htm"></a><a
href="v3_slide0215_image023.gif"></a><a href="v3_slide0215_image024.gif"></a><a
href="v3_slide0216.htm"></a><a href="v3_slide0216_image025.gif"></a><a
href="v3_slide0217.htm"></a><a href="v3_slide0217_image026.gif"></a><a
href="v3_slide0217_image027.gif"></a><a href="v3_slide0209.htm"></a><a
href="v3_slide0209_image028.gif"></a><a href="v3_slide0210.htm"></a><a
href="v3_slide0210_image029.gif"></a><a href="v3_slide0210_image030.gif"></a><a
href="v3_slide0211.htm"></a><a href="v3_slide0211_image031.gif"></a><a
href="v3_slide0160.htm"></a><a href="v3_slide0160_image032.gif"></a><a
href="v3_slide0160_image033.gif"></a><a href="v3_slide0097.htm"></a><a
href="v3_slide0097_image034.gif"></a><a href=slide0036.htm></a><a
href="master03_background.gif"></a><a href=slide0155.htm></a><a
href="slide0155_image035.gif"></a><a href=slide0149.htm></a><a
href="slide0149_image036.gif"></a><a href=slide0150.htm></a><a
href="slide0150_image037.gif"></a><a href=slide0199.htm></a><a
href="slide0199_image038.gif"></a><a href=slide0198.htm></a><a
href="slide0198_image039.gif"></a><a href=slide0212.htm></a><a
href="slide0212_image040.gif"></a><a href=slide0200.htm></a><a
href="slide0200_image041.gif"></a><a href=slide0213.htm></a><a
href="slide0213_image042.gif"></a><a href=slide0151.htm></a><a
href="slide0151_image043.gif"></a><a href=slide0152.htm></a><a
href="slide0152_image044.gif"></a><a href=slide0153.htm></a><a
href="slide0153_image045.gif"></a><a href=slide0165.htm></a><a
href="slide0165_image046.gif"></a><a href=slide0214.htm></a><a
href="slide0214_image047.gif"></a><a href=slide0201.htm></a><a
href="slide0201_image048.gif"></a><a href=slide0202.htm></a><a
href="slide0202_image049.gif"></a><a href=slide0203.htm></a><a
href="slide0203_image050.gif"></a><a href=slide0204.htm></a><a
href="slide0204_image051.gif"></a><a href=slide0205.htm></a><a
href="slide0205_image052.gif"></a><a href=slide0206.htm></a><a
href="slide0206_image053.gif"></a><a href=slide0207.htm></a><a
href="slide0207_image054.gif"></a><a href=slide0215.htm></a><a
href="slide0215_image055.gif"></a><a href=slide0216.htm></a><a
href="slide0216_image056.gif"></a><a href=slide0217.htm></a><a
href="slide0217_image057.gif"></a><a href=slide0209.htm></a><a
href="slide0209_image058.gif"></a><a href=slide0210.htm></a><a
href="slide0210_image059.gif"></a><a href=slide0211.htm></a><a
href="slide0211_image060.gif"></a><a href=slide0160.htm></a><a
href="slide0160_image061.gif"></a><a href=slide0097.htm></a><a
href="slide0097_image062.gif"></a><a href=master01.htm></a><a
href="master03_stylesheet.css"></a><a href=font004.eot></a><a href=font012.eot></a><a
href=font016.eot></a><a href=font017.eot></a><a href=font018.eot></a><a
href=font019.eot></a><a href=script.js></a><a href="../OID-tutorial.htm"></a><a
href=error.htm></a><a href=fullscreen.htm></a><a href=buttons.gif></a><a
href=frame.htm></a><a href=outline.htm></a></div>
 
</body>
 
</html>