home *** CD-ROM | disk | FTP | other *** search
/ Handbook of Infosec Terms 2.0 / Handbook_of_Infosec_Terms_Version_2.0_ISSO.iso / text / rfcs / rfc1431.txt < prev    next >
Text File  |  1996-05-07  |  43KB  |  669 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. Network Working Group                                          P. Barker Request for Comments: 1431                     University College London                                                            February 1993 
  8.  
  9.                                DUA Metrics 
  10.  
  11. Status of this Memo 
  12.  
  13.    This memo provides information for the Internet community.  It does    not specify an Internet standard.  Distribution of this memo is    unlimited. 
  14.  
  15. Abstract 
  16.  
  17.    This RFC is being distributed to members of the Internet community in    order to solicit their reactions to the proposals contained in it.    While the issues discussed may not be directly relevant to the    research problems of the Internet, they may be interesting to a    number of researchers and implementers. 
  18.  
  19.    This document defines a set of criteria by which a DUA    implementation, or more precisely a Directory user interface, may be    judged.  Particular issues covered include terminal requirements;    style of interface; target user; default object classes and attribute    types; use of DAP; error handling.  The focus of the note is on    "white pages" DUAs: this is a reflection of the current information    base.  Nevertheless much of the document will be applicable to DUAs    developed for other types of Directory usage. 
  20.  
  21.    Please send comments to the author or to the discussion group <osi-    ds@CS.UCL.AC.UK>. 
  22.  
  23. Table of Contents 
  24.  
  25.    1.  Overview................................................       2    2.  General Information.....................................       3    3.  Conformance to OSI Standards............................       5        3.1    Directory protocols..............................       5        3.2    Protocol stacks..................................       5        3.3    Schema ..........................................       5        3.4    DIT structure  ..................................       5    4.  Conformance to Research Community Standards.............       6    5.  The General Style of the DUA............................       6    6.  Schema..................................................       7        6.1    Object Classes and Attribute Types...............       7        6.2    DIT structure....................................       8    7.  Entering queries........................................       9 
  26.  
  27.  
  28.  
  29. Barker                                                          [Page 1] 
  30.  RFC 1431                      DUA Metrics                  February 1993 
  31.  
  32.     8.  Strategy for locating entries...........................       9    9.  Displaying results......................................      10    10. Association Handling....................................      11    11. Suitability for management..............................      12    12. Query Resolution........................................      13    13. International Languages.................................      16    14. User Friendliness.......................................      16    15. Operational Use.........................................      17    16. Security Considerations.................................      19    17. Author's Address........................................      19 
  33.  
  34. 1.  Overview 
  35.  
  36.    The purpose of this document is to define some metrics by which DUA    products can be measured.  It should be first be noted that the use    of the term "DUA" is rather misleading.  There is an assumption here    that the DUA is implemented correctly and is able to "talk" valid    X.500 protocol: this is a sine qua non.  Instead, this document seeks    to draw out the characteristics of Directory user interfaces.    However, the term DUA is persisted with as it is used by most people    when referring to Directory user interfaces.  The format of these DUA    metrics is essentially a questionnaire which extracts a detailed    description of a user interface.  DUAs come in very different forms.    Many make use of windowing environments, offering a "high-tech" view    of the Directory, while others are designed to work in a terminal    environment.  Some interfaces offer extensive control over the    Directory, and thus may be well-suited to Directory managers, while    others are aimed more at the novice user.  Some interfaces are    configurable to allow searches for any attribute in any part of the    DIT, while others lack this generality but are focussed on handling    the most typical queries well.  In many aspects, it is almost    impossible to say that one DUA is better than other from looking at    the responses to question in this document.  A flexible management    tool will be better for management than a DUA aimed at servicing    simple look-ups, and vice-versa.  Furthermore, in other areas, there    are several radically different approaches to a problem, but it is    not as yet clear whether one approach is better than another.  One    example of this is the extent to which a DUA provides an abstraction    of the underlying DIT hierarchy, either emphasising the world as a    tree or trying to conceal this from the user. 
  37.  
  38.    However, other aspects, such as whether the DUA can actually find the    entries required, and if so, how quickly, can be directly measured in    some way.  Throughout this document, some of the questions posed are    annotated with a square-bracketed points score and an explanation as    to how the points should be allocated.  For example, a question might    be appended with "[2 if yes]", indicating score 2 points for an    affirmative answer to that question.  These points scores should be 
  39.  
  40.  
  41.  
  42. Barker                                                          [Page 2] 
  43.  RFC 1431                      DUA Metrics                  February 1993 
  44.  
  45.     collated in Table 1 at the end of the document, and this table    constitutes a measure of the DUA. The metrics are on a section by    section basis, which should help the reader who is seeking, for    example, a DUA with good management capabilities which runs on a wide    variety of platforms, to focus on the critical aspects of a DUA for    the particular requirement. 
  46.  
  47. 2.  General Information 
  48.  
  49.    This section contains general information about the implementation    under discussion. 
  50.  
  51.    1.  Name of the implementation ...................................... 
  52.  
  53.    2.  Version number of the DUA described in this document ............ 
  54.  
  55.    3.  Are further versions planned?  [3 if yes] ....................... 
  56.  
  57.    4.  Name and address of supplier or person to contact ...............     ....................................................................     ....................................................................     ....................................................................     ....................................................................     ....................................................................     .................................................................... 
  58.  
  59.    5.  Describe the hardware and software platforms on which the DUA will        run.  Some DUAs are split into a user interface part, and a DUA        server part, communicating by means of a protocol.  If the DUA is        of the type where the DUA protocol machinery and user agent are        implemented in a single process, complete only the user interface        section, and indicate "n/a" for the DUA server and        communications protocol questions. 
  60.  
  61.       (a)  User interface part [1 per platform, up to a maximum of 4] 
  62.  
  63.            i.  Hardware (If appropriate, can summarise as, for example, 
  64.  
  65.           ii.  O/S (state version if critical) 
  66.  
  67.                A.  UNIX (be sure to indicate which flavour - e.g., SYSV,                    BSD, SUNOS, etc) ....................................                 ........................................................ 
  68.  
  69.                B.  VMS) ................................................ 
  70.  
  71.                C.  MS-DOS .............................................. 
  72.  
  73.  
  74.  
  75.  Barker                                                          [Page 3] 
  76.  RFC 1431                      DUA Metrics                  February 1993 
  77.  
  78.                 D.  MS-Windows .......................................... 
  79.  
  80.                E.  Macintosh ........................................... 
  81.  
  82.                F.  Other) .............................................. 
  83.  
  84.       (b)  DUA server part (or n/a) .................................... 
  85.  
  86.            i.  Hardware (If appropriate, can summarise as, for example,                "generic UNIX platform", or "386 PC") ............... 
  87.  
  88.           ii.  O/S (state version if critical) 
  89.  
  90.                A.  UNIX (be sure to indicate which flavour - e.g., SYSV,                    BSD, SUNOS, etc) .................................... 
  91.  
  92.                B.  VMS) ................................................ 
  93.  
  94.                C.  MS-DOS .............................................. 
  95.  
  96.                D.  Macintosh ........................................... 
  97.  
  98.                E.  Other) .............................................. 
  99.  
  100.          iii.  How does the user interface communicate with the DUA                server? 
  101.  
  102.                A.  Directory Assistance Service, as described in RFC1202                 ........................................................ 
  103.  
  104.                B.  DIXIE protocol, as described in RFC1249 ............. 
  105.  
  106.                C.  LDAP protocol, as described in Internet Draft OSI-DS                    26 
  107.  
  108.                D.  Other ............................................... 
  109.  
  110.       (c)  Name any other software required to run the DUA which is not            supplied with the operating system or with the DUA software            itself.  Examples might include X.500 DAP libraries, or            communications software ..................................... 
  111.  
  112.    6.  Is the software free?  If the DUA needs other packages, are these        also freely available?  [3 if completely free] ..................     .................................................................... 
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  Barker                                                          [Page 4] 
  119.  RFC 1431                      DUA Metrics                  February 1993 
  120.  
  121.  3.  Conformance to OSI Standards 
  122.  
  123. 3.1  Directory protocols 
  124.  
  125.    7.  Please list all conformance testing work applied to the DUA        implementation (here the term DUA is used correctly in the sense        of the DUA protocol machinery) [2 if any conformance work has been        done] ...........................................................     .................................................................... 
  126.  
  127. 3.2  Protocol stacks 
  128.  
  129.    For the next two questions, [2 per stack supported for up to 4    stacks] 
  130.  
  131.    8.  Which of the following transport and network layer protocols does        the DUA support: 
  132.  
  133.       (a)  TP.x over CONS (state transport class) ...................... 
  134.  
  135.       (b)  TP.4 over CLNS .............................................. 
  136.  
  137.    9.  Does the DUA support other transport and "network" layer        protocols? 
  138.  
  139.       (a)  TP.x over RFC1006 over TCP/IP (state transport class) ....... 
  140.  
  141.       (b)  TP.x over X.25(1980) (state transport class) ................ 
  142.  
  143.       (c)  State any other options supported.  ......................... 
  144.  
  145.    10. Does the DUA also run over any lightweight stack?  If so, describe        it with reference to the OSI seven layer model [3] ..............     .................................................................... 
  146.  
  147. 3.3  Schema 
  148.  
  149.    11. Does the DUA support the full schema in X.520 and X.521 (y/n)?        (Omissions should be described in response to a later question) [2        for full schema support] ........................................ 
  150.  
  151. 3.4  DIT structure 
  152.  
  153.    12. Does the DUA only follow object class hierarchies which conform to        the suggested DIT structure in X.521?............................ 
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  Barker                                                          [Page 5] 
  160.  RFC 1431                      DUA Metrics                  February 1993 
  161.  
  162.  4.  Conformance to Research Community Standards 
  163.  
  164.    The COSINE and Internet Directory Pilots have agreed a set of    extensions to the standard, which make for a more cohesive pilot.    This section is about conformance to these extensions. 
  165.  
  166.    13. Does the DUA fully support RFC1274, "The COSINE and Internet        X.500 Schema" (y/n)?  (Omissions should be described in response        to a later question) [2 for full support] ....................... 
  167.  
  168.    14. Can the DUA handle referrals whose network addresses conform to        RFC1277, "Encoding Network Addresses to support operation over        non-OSI lower layers"?  [2 if yes] ............................. 
  169.  
  170.    15. Does the DUA handle the Distinguished Name string syntax described        in OSI-DS 23, "A String Representation of Distinguished Names"        [2 if yes] ......................................................     .................................................................... 
  171.  
  172.    16. Does the DUA use the user-friendly naming query resolution        described in OSI-DS 24, "Using the OSI Directory to achieve User        Friendly Naming" [2 if yes] .................................... 
  173.  
  174.    17. Does the DUA make use of the Quality of Service schema extensions        described in OSI-DS 15, "Handling QOS (Quality of service) in the        Directory" [2 if yes] .......................................... 
  175.  
  176. 5.  The General Style of the DUA 
  177.  
  178.    18. Is this a "white pages" interface, designed to give access to        information about people within organisations?  If not, state the        types of information at which this interface is targetted .......     .................................................................... 
  179.  
  180.    19. If this is a white pages DUA, who is it principally designed to        serve?  Indicate more than one of the following categories if        appropriate (but please do not fill in so may categories as to        hide due emphasis):  [mark allocated should be the highest for any        single classification] 
  181.  
  182.       (a)  The ordinary user, who has no understanding of X.500, the            hierarchical DIT, the state of advancement of the pilot, etc.            [10] ........................................................ 
  183.  
  184.       (b)  A secretary who wants to do telephone or room number look-ups            within their department or organisation [8] ................. 
  185.  
  186.       (c)  A computer-literate user, who habitually uses a wide-range of 
  187.  
  188.  
  189.  
  190. Barker                                                          [Page 6] 
  191.  RFC 1431                      DUA Metrics                  February 1993 
  192.  
  193.             network services [6] ........................................ 
  194.  
  195.       (d)  An organisation's (or department's) data manager [4] ........ 
  196.  
  197.       (e)  A Directory system manager [2] .............................. 
  198.  
  199.    20. Which best describes the use the DUA makes of the user's terminal? 
  200.  
  201.       (a)  Scrolling, line-mode interface .............................. 
  202.  
  203.       (b)  Full screen, "vt100" style interface ...................... 
  204.  
  205.       (c)  X-Windows ................................................... 
  206.  
  207.       (d)  MS-Windows .................................................. 
  208.  
  209.       (e)  Macintosh ................................................... 
  210.  
  211.       (f)  Other ....................................................... 
  212.  
  213.    21. Does the DUA tend to emphasise or de-emphasise the DIT hierarchy?     .................................................................... 
  214.  
  215.    22. Describe the interface in your own terms (up to about 50 words)     ....................................................................     ....................................................................     ....................................................................     ....................................................................     ....................................................................     ....................................................................     .................................................................... 
  216.  
  217. 6.  Schema 
  218.  
  219. 6.1  Object Classes and Attribute Types 
  220.  
  221.    Some DUAs are tightly focussed on answering particular queries:  for    example, white pages look-ups for information about people.  Others    offer more general capabilities.  Please answer this question    accordingly. 
  222.  
  223.    23. If the DUA has a tight focus, state: 
  224.  
  225.       (a)  The target object classes ...................................         ................................................................ 
  226.  
  227.       (b)  The default attribute types .................................         ................................................................ 
  228.  
  229.  
  230.  
  231. Barker                                                          [Page 7] 
  232.  RFC 1431                      DUA Metrics                  February 1993 
  233.  
  234.        (c)  Other attribute types which may be configured.  This might be            answered as, for example, "all barring photo and audio", or            as a list of supported attribute types ......................         ................................................................ 
  235.  
  236.    24. If the DUA has more general capabilities, state: 
  237.  
  238.       (a)  State any object classes in X.521 which cannot be searched for         ................................................................ 
  239.  
  240.       (b)  State any object classes in RFC1274 which cannot be searched            for..........................................................         ................................................................ 
  241.  
  242.       (c)  State any attributes in X.521 which cannot be displayed......         ................................................................ 
  243.  
  244.       (d)  State any attributes in RFC1274 which cannot be displayed....         ................................................................ 
  245.  
  246. 6.2  DIT structure 
  247.  
  248.    25. DUAs often have a default object class hierarchy (e.g., it might        assume countries at the root of the DIT, organisations immediately        under countries, and people somewhere under organisations.        Describe the type of hierarchy which the DUA most closely accords        to: 
  249.  
  250.       (a)  Rigid ....................................................... 
  251.  
  252.       (b)  Rigid, but several hierarchies supported .................... 
  253.  
  254.       (c)  Default hierarchy offered, but many hierarchies are supported         ................................................................ 
  255.  
  256.       (d)  Default hierarchy offered, but DUA fully flexible ........... 
  257.  
  258.       (e)  No default hierarchy, DUA fully flexible .................... 
  259.  
  260.    26. If a default hierarchy is offered, please describe it ...........     ....................................................................     ....................................................................     .................................................................... 
  261.  
  262.    27. State any hierarchies, which are valid according to X.521's        suggested DIT structure, but which cannot be queried (exclude        hierarchies which cannot be queried because the DUA does not query        for entries of particular object classes) ....................... 
  263.  
  264.  
  265.  
  266. Barker                                                          [Page 8] 
  267.  RFC 1431                      DUA Metrics                  February 1993 
  268.  
  269.      .................................................................... 
  270.  
  271. 7.  Entering queries 
  272.  
  273.    The term "querying" is used here as a generic term for finding an    entry, whether it be as a simple look-up, or the prelude to a    modification operation. 
  274.  
  275.    28. Which best describes the query entry style? 
  276.  
  277.       (a)  Form filling (user responds to a set of prompts) ............ 
  278.  
  279.            i.  Query specified first, then resolved .................... 
  280.  
  281.           ii.  Query entry and resolution mixed ........................ 
  282.  
  283.          iii.  Both modes possible ..................................... 
  284.  
  285.       (b)  Queries entered as "user-friendly names" .................. 
  286.  
  287.       (c)  Querying is by "navigating" around the DIT, the user            searching and selecting ..................................... 
  288.  
  289.       (d)  Other (please describe) .....................................         ................................................................ 
  290.  
  291. 8.  Strategy for locating entries 
  292.  
  293.    A number of strategies are employed by DUAs to find the entry the    user is looking for.  These have implications for user-friendliness    and performance.  For example, an interface which makes extensive use    of search operations may be excellent at finding entries, but at the    cost of being intolerably slow. 
  294.  
  295.    29. Which of the following strategies most closely accords with the        behaviour of the DUA? 
  296.  
  297.       (a)  The DUA always uses search operations to find entries ....... 
  298.  
  299.       (b)  The DUA offers users a list of entries, and invites the user            to select from the list ..................................... 
  300.  
  301.       (c)  The DUA only tries read operations (i.e., the DN must be            exactly right) .............................................. 
  302.  
  303.       (d)  The DUA tries read operations first, then searches for            something similar if no entry can be found .................. 
  304.  
  305.  
  306.  
  307.  Barker                                                          [Page 9] 
  308.  RFC 1431                      DUA Metrics                  February 1993 
  309.  
  310.        (e)  The DUA tries read operations first, then offers a list of            possible entries if no entry can be found ................... 
  311.  
  312.       (f)  User explicitly controls the X.500 operation which is invoked 
  313.  
  314.       (g)  Other.  Please describe......................................         ................................................................ 
  315.  
  316.    30. Does the DUA allow a user to "list" (either by the list        operation or by a single level search operation) all the child        entries of a node (notwithstanding administrative limits)?  ..... 
  317.  
  318.    31. Does the DUA follow aliases?  ...................................        If so, does it do so: 
  319.  
  320.       (a)  Always?  .................................................... 
  321.  
  322.       (b)  Optionally?  ................................................ 
  323.  
  324.    32. Will the DUA optionally follow links to other entries by using        attributes such as seeAlso and roleOccupant with a DN syntax?  .. 
  325.  
  326. 9.  Displaying results 
  327.  
  328.    33. Are the strings used to describe attribute types freely and        independently configurable?  [2] ................................ 
  329.  
  330.    34. Name any attribute types where the attribute values may be        presented in local formats?  (For example, it may be possible to        configure the display of telephone numbers so that local numbers        are shown as extensions, rather than with the full international        dialling code.)  [1 per attribute, up to a maximum of 4] ........     .................................................................... 
  331.  
  332.    35. Does the DUA allow for the display of more than one result at a        time (showing attribute values other than the name of the entry)?        If so, how many entries may be displayed in response to a single        query?  [2 if feature provided] .................................     .................................................................... 
  333.  
  334.    36. Does the DUA support the notion of a quick synopsis, where a small        core of attributes is retrieved initially, and a larger set is        returned if required?  [2 if yes] ............................... 
  335.  
  336.    37. What does the DUA do with attribute types it doesn't support in        its sub-schema, but which have a standard syntax?  .............. 
  337.  
  338.  
  339.  
  340.  
  341.  
  342. Barker                                                         [Page 10] 
  343.  RFC 1431                      DUA Metrics                  February 1993 
  344.  
  345.     38. What does the DUA do with attributes which have are not in its        sub-schema, and which have a non-standard syntax? 
  346.  
  347.       (a)  Ignore them?  ............................................... 
  348.  
  349.       (b)  Tell user, but don't display?  .............................. 
  350.  
  351.       (c)  Display hex BER encoded value?  ............................. 
  352.  
  353.       (d)  Display in some other format?  .............................. 
  354.  
  355. 10.  Association Handling 
  356.  
  357.    This section is concerned with how a DUA handles its association with    the Directory. 
  358.  
  359.    39. How/where is the access point to the Directory configured?  If        more than one method, indicate which ways are possible.  [1 per        method, up to maximum of 3] 
  360.  
  361.       (a)  In a system-wide tailor file ................................ 
  362.  
  363.       (b)  In a per user tailor file ................................... 
  364.  
  365.       (c)  As a run-time command line argument ......................... 
  366.  
  367.       (d)  Other.  Please describe .....................................         ................................................................ 
  368.  
  369.    40. Does the DUA allow for automatic connection to a back-up DSA if        the access point DSA is unavailable?  [2 if yes] ................ 
  370.  
  371.    41. Can the DUA keep connections open to more than one DSA at a time?        [1 if yes] ......................................................     .................................................................... 
  372.  
  373.    42. Does the DUA keep an idle connection open to the DSA(s).  If not,        describe the timeout strategy.  [1 if yes] ......................     .................................................................... 
  374.  
  375.    43. Does the DUA handle referrals automatically?  [2 if yes] ........        If not:  does the DUA handle referrals at all?  [1 if yes] ...... 
  376.  
  377.    44. Does the DUA make use of asynchronous operations? 
  378.  
  379.       (a)  Does the DUA bind asynchronously?  [2 if yes]................ 
  380.  
  381.       (b)  Are the operations handled asynchronously?  ................. 
  382.  
  383.  
  384.  
  385. Barker                                                         [Page 11] 
  386.  RFC 1431                      DUA Metrics                  February 1993 
  387.  
  388.             If so, is this true for: 
  389.  
  390.            i.  All operations?  [2 if yes] ............................. 
  391.  
  392.           ii.  Some operations?  [1 if yes] ............................ 
  393.  
  394.    45. Does the DUA use size and time limits by default?  [2 if no        limits, or limits may be over-ridden] If so:  ................... 
  395.  
  396.       (a)  What size limit is used?  ................................... 
  397.  
  398.       (b)  What time limit is used?  ................................... 
  399.  
  400.       (c)  Are these limits overridable?  .............................. 
  401.  
  402. 11.  Suitability for management 
  403.  
  404.    This section is intended to establish the range of operations    supported by the DUA and, in particular, whether it is suitable for    management tasks. 
  405.  
  406.    46. Is it possible to invoke all the operations in the Directory        Abstract Service?  If not, say which operations it does use [2 if        all] ............................................................     .................................................................... 
  407.  
  408.    47. Is the user given full control over the service controls?  If not,        say which may be controlled, or none at all [2 if full, 1 if some        control] ........................................................     .................................................................... 
  409.  
  410.    48. Is it possible to manage system attributes with the DUA? If so,        indicate which DSA implementations for which this DUA provides        management capabilities.  ....................................... 
  411.  
  412.       (a)  Knowledge [1]................................................ 
  413.  
  414.       (b)  Replication information [1] ................................. 
  415.  
  416.       (c)  Other ....................................................... 
  417.  
  418.    49. Access control notwithstanding, does the DUA allow the following? 
  419.  
  420.       (a)  Attribute management [2 for all below, 1 for some] 
  421.  
  422.            i.  Addition ................................................ 
  423.  
  424.           ii.  Modification ............................................ 
  425.  
  426.  
  427.  
  428. Barker                                                         [Page 12] 
  429.  RFC 1431                      DUA Metrics                  February 1993 
  430.  
  431.           iii.  Deletion ................................................ 
  432.  
  433.       (b)  Entry management [2 for all below, 1 for some] 
  434.  
  435.            i.  Addition ................................................ 
  436.  
  437.           ii.  Modification ............................................ 
  438.  
  439.          iii.  Deletion ................................................ 
  440.  
  441.           iv.  Renaming ................................................ 
  442.  
  443. 12.  Query Resolution 
  444.  
  445.    This section discusses the process of query resolution.  While two    DUAs may both be able to resolve a query using the same information,    one may do so much more quickly than the other.  Some DUAs may be    more "economic" in their use of DAP operations to achieve the same    results.  Some DUAs may find the correct results even when the users'    input corresponds rather weakly to Directory names.  Three aspects of    query resolution are measured: 
  446.  
  447.     o  Does the DUA actually find the required entry? 
  448.  
  449.     o  If the required entry is found, how many entries were returned as        well? 
  450.  
  451.     o  How "expensive" was the query in terms of underlying X.500        operations, whether the query was resolved successfully or not? 
  452.  
  453.    The following set of queries might all conceivably be resolved such    that the author's Directory entry be found.  The queries are split    into 2 groups:  the first group SHOULD pose no difficulties for a    reasonable DUA; the second group are more problematic.  In each case,    award [2] marks if the query found the author's entry successfully.    The expensiveness of each query should be measured using the    following formula, which introduces the notion of SearchStones!  The    SearchStone rating is calculated by adding together the total    operations used in attempting to resolve a query, weighted thus: 
  454.  
  455.     o  Bind [5] 
  456.  
  457.     o  Read operation [1] 
  458.  
  459.     o  List operation [2] 
  460.  
  461.     o  Search single level for countries, organisations or        localities [3] 
  462.  
  463.  
  464.  
  465. Barker                                                         [Page 13] 
  466.  RFC 1431                      DUA Metrics                  February 1993 
  467.  
  468.      o  Search single level for organisational units, people or roles [3] 
  469.  
  470.     o  Search subtree [5] 
  471.  
  472.       Note: The single level searches have been separated into two       categories in acknowledgement that certain types of search are       much more likely to span multiple DSAs than others.  The       weightings are the same for the moment because of the       pervasiveness of the Quipu implementation, which replicates all       sibling entries in a single DSA, whatever the level in the DIT. 
  473.  
  474.    The notion of SearchStones merits some further explanation and the    statement of some caveats. 
  475.  
  476.    The idea is to give some broad brush view of the work being    undertaken by a DUA to retrieve an entry.  There will be some    correspondence between a low SearchStone rating and a DUA responding    quickly, and vice-versa, although this correlation is not consistent,    for reasons given below.  It would be desirable to be able to have    some timing information for the resolution of queries, but such    results would only be meaningful if the tests were for target entries    widely distributed throughout the DIT. Maybe this is something for    the future?  In the meantime it is worth noting some of the factors    which militate against simple minded interpretation of the    SearchStones. 
  477.  
  478.     o  The DIT is not uniform, with the depth varying considerably 
  479.  
  480.     o  While the DIT is currently mastered mostly by DSAs of a single        implementation, this will be decreasingly the case, and other DSAs        may have very different performance profiles. 
  481.  
  482.     o  Different directory domains are already adopting different        strategies on information replication with profound performance        implications. 
  483.  
  484.     o  No weighting is given to different search filters, or to boolean        combinations of filters. 
  485.  
  486.    While acknowledging the difficulty of the exercise, there are counter    arguments: 
  487.  
  488.     o  Some DUAs are better than others at finding the required results 
  489.  
  490.     o  Some DUAs will get the required results more quickly than most 
  491.  
  492.     o  DUA designers have to build DUAs in the knowledge that the DIT is        heterogeneous with respect to DSA implementation and DIT structure 
  493.  
  494.  
  495.  
  496. Barker                                                         [Page 14] 
  497.  RFC 1431                      DUA Metrics                  February 1993 
  498.  
  499.     One possible way forward would be to refine the test queries such    that they better represented the diversity of the DIT. However, as a    first step, the tests are restricted to queries which could    reasonably be constructed as searches for the author's entry.  The    author's entry is held in part of the DIT which is representative of    much of the current DIT.  It is suggested that in order to normalise    the tests as much as possible, that testing be performed by    connecting to the target DSA directly.  The DSA's name is "cn=Vicuna,    c=GB", and the addresses of the DSA may be found in the presentation    address attribute for that entry.  Note that the SearchStone rating    should be shown even for queries which cannot be resolved. 
  500.  
  501.    First, the straightforward queries: 
  502.  
  503.    50. NAME=Paul Barker, OU=Computer Science, O=University College        London, C=GB 
  504.  
  505.    51. NAME=Paul Barker, OU=Computer Science, O=UCL, C=GB 
  506.  
  507.    52. NAME=Barker, OU=Computer, O=UCL, C=GB 
  508.  
  509.    53. NAME=Barker, O=UCL, C=GB 
  510.  
  511.    54. NAME=p barker, O=university college, C=GB 
  512.  
  513.    55. NAME=paul b, OU=cs, O=university college, C=GB 
  514.  
  515.    More difficult queries: 
  516.  
  517.    56. NAME=p b, O=university college, C=uk 
  518.  
  519.    57. NAME=Paul Barker, OU=Computer Networking, O=london college, C=GB 
  520.  
  521.    58. NAME=Paul Baker (sic), OU=cs, O=ucl, C=Britain 
  522.  
  523.    59. NAME=p baker (sic), O=UCL, C=England 
  524.  
  525.    60. NAME=Paul Barker, OU=Directories, O=london, C=United Kingdom 
  526.  
  527.    Other general questions: 
  528.  
  529.    61. Will the DUA attempt a query of the form "Find all the Smiths in        Britain"?  ..................................................... 
  530.  
  531.        If so, does it do it by: 
  532.  
  533.       (a)  A single query under the country node?  ..................... 
  534.  
  535.  
  536.  
  537.  Barker                                                         [Page 15] 
  538.  RFC 1431                      DUA Metrics                  February 1993 
  539.  
  540.        (b)  Multiple queries under all organisation nodes?  ............. 
  541.  
  542.    62. Does the DUA allow "hands-off" querying whereby the details of a        query may be entered in one go, and the DUA attempts to resolve        the query without any further user intervention?  ............... 
  543.  
  544. 13.  International Languages 
  545.  
  546.    63. Does the DUA offer multi-lingual support.  If so:  .............. 
  547.  
  548.       (a)  State which languages are already supported [1 per language up            to a maximum of 3] ..........................................         ................................................................ 
  549.  
  550.    64. Can the DUA handle national language characters not found in        PrintableString?  [2 if yes] .................................... 
  551.  
  552. 14.  User Friendliness 
  553.  
  554.    65. Is run-time help available?  [2 if yes] .........................        If so: 
  555.  
  556.       (a)  Is context-sensitive help available?  [1 if yes] ............ 
  557.  
  558.       (b)  How many screens/windows?  .................................. 
  559.  
  560.       (c)  How many bytes of help information?  [2 if more than 5 Kbytes            of text, 1 if more than 3 Kbytes] ........................... 
  561.  
  562.    66. Are the error messages terse renderings of the X.500 service        errors, or user-friendly!?  As an example, provide the error        message displayed to the user if an administrative limit is        exceeded.  [2 if user-orientated, 1 if administrator-orientated, 0        if no message at all] ...........................................     ....................................................................     .................................................................... 
  563.  
  564.    67. If modify operations are provided, is there support for editing        the attributes correctly with the appropriate syntax (e.g., does        the DUA guide the user that addresses are of up to 6 lines of up        to 30 characters; what support is given for entering distinguished        names) [2 for postal address support, 2 for DN support, 1 for any        other support] .................................................. 
  565.  
  566.    68. Is the user allowed to see what sort of entries are in the        Directory if they are unable to find the entry they are looking        for?  [1 if yes] ................................................ 
  567.  
  568.  
  569.  
  570.  Barker                                                         [Page 16] 
  571.  RFC 1431                      DUA Metrics                  February 1993 
  572.  
  573.     69. Does the DUA allow automatic following of attributes with DN        values, such as seeAlso and roleOccupant?  [1 if yes]............ 
  574.  
  575. 15.  Operational Use 
  576.  
  577.    The DUA exists.  But is there any evidence to suggest that it is a    usable tool? 
  578.  
  579.    70. Is this DUA widely in use?  [5 if used by more than 20 orgs, 3 if        by more than 10 orgs, 2 if by more than 5 orgs, 1 if used        operationally to provide a service anywhere] .................... 
  580.  
  581.       (a)  Is this DUA in use anywhere in the COSINE/Internet Pilot?  ..         ................................................................ 
  582.  
  583.       (b)  Is this DUA in use in any other major pilot?  ............... 
  584.  
  585.       (c)  Is this DUA in use anywhere else operationally?  ............ 
  586.  
  587.    71. Has this DUA been assessed by groups outside of the software        developers or providers?  ....................................... 
  588.  
  589.    72. If so, are the assessments public?  Please provide copies of these        assessments if they are available ............................... 
  590.  
  591.  
  592.  
  593.  
  594.  
  595.  
  596.  
  597.  
  598.  
  599.  
  600.  
  601.  
  602.  
  603.  
  604.  
  605.  
  606.  
  607.  
  608.  
  609.  
  610.  
  611.  
  612.  
  613.  
  614.  
  615.  
  616.  
  617. Barker                                                         [Page 17] 
  618.  RFC 1431                      DUA Metrics                  February 1993 
  619.  
  620.     __________________________________________________________    |_____Section_____|_____Points____|______________________|    |No._|Description_|Maximum_|Scored|______________________|    |    |            |        |      |                      |    |__2_|Gen_Info____|__10____|...___|__________n/a_________|    |    |            |        |      |                      |    |__3_|Conf_to_OSI_|__15____|...___|__________n/a_________|    |    |Conf to Res |        |      |                      |    |__4_|Comm_stds___|__10____|...___|__________n/a_________|    |    |            |        |      |                      |    |__5_|Gen_Style___|__10____|_...__|__________n/a_________|    |    |            |        |      |                      |    |__9_|Disp_Res____|__10____|_...__|__________n/a_________|    |    |            |        |      |                      |    |_10_|Assoc_hand._|__15____|_...__|__________n/a_________|    |    |            |        |      |                      |    |_11_|Man_cap_____|__10____|_...__|__________n/a_________|    | 12 |Query res   |        |      |Search |No.  of other |    |    |            |        |      |Stones |entries found |    |____|Q._50_______|__2_____|_...__|_...___|:_...._....___|    |    |            |        |      |       |              |    |____|Q._51_______|__2_____|_...__|_...___|:_...._....___|    |    |            |        |      |       |              |    |____|Q._52_______|__2_____|_...__|_...___|:_...._....___|    |    |            |        |      |       |              |    |____|Q._53_______|__2_____|_...__|_...___|:_...._....___|    |    |            |        |      |       |              |    |____|Q._54_______|__2_____|_...__|_...___|:_...._....___| 
  621.  
  622.  
  623.  
  624.  
  625.  
  626.  
  627.  
  628.  
  629.  
  630.  
  631.  
  632.  
  633.  
  634.  
  635.  
  636.  
  637.  
  638.  
  639.  
  640.  
  641.  
  642.  
  643.  
  644. Barker                                                         [Page 18] 
  645.  RFC 1431                      DUA Metrics                  February 1993 
  646.  
  647.     __________________________________________________________    |_____Section_____|_____Points____|______________________|    |No._|Description_|Maximum_|Scored|______________________|    |    |            |        |      |       |              |    |____|Q._55_______|__2_____|_...__|_...___|:_...._....___|    |    |            |        |      |       |              |    |____|Q._56_______|__2_____|_...__|_...___|:_...._....___|    |    |            |        |      |       |              |    |____|Q._57_______|__2_____|_...__|_...___|:_...._....___|    |    |            |        |      |       |              |    |____|Q._58_______|__2_____|_...__|_...___|:_...._....___|    |    |            |        |      |       |              |    |____|Q._59_______|__2_____|_...__|_...___|:_...._....___|    |    |            |        |      |       |              |    |____|Q._60_______|__2_____|_...__|_...___|:_...._....___|    |    |            |        |      |                      |    |_13_|Int_Lang____|__5_____|_...__|__________n/a_________|    | 14 |User-fr     |        |      |                      |    |    |            |        |      |                      |    |    |Query DUA   |  10    | .... |         n/a          |    |    |            |        |      |                      |    |____|Modify_DUA__|__15____|_...__|__________n/a_________|    |    |            |        |      |                      |    |_15_|Op_use______|__5_____|_...__|__________n/a_________| 
  648.  
  649.                            Table 1:  DUA Metrics 
  650.  
  651. 16.  Security Considerations 
  652.  
  653.    Security issues are not discussed in this memo. 
  654.  
  655. 17.  Author's Address 
  656.  
  657.    Paul Barker    Department of Computer Science    University College London    Gower Street    London    WC1E 6BT    United Kingdom 
  658.  
  659.    Phone: +44 71 380 7366    Fax:   +44 71 387 1397    Email: P.Barker@cs.ucl.ac.uk 
  660.  
  661.  
  662.  
  663.  
  664.  
  665.  
  666.  
  667. Barker                                                         [Page 19] 
  668.  
  669.