home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1997 December / Internet_Info_CD-ROM_Walnut_Creek_December_1997.iso / ietf / find / find-minutes-96mar.txt < prev    next >
Text File  |  1996-05-23  |  8KB  |  145 lines

  1. Editor's note:  These minutes have not been edited.
  2.  
  3.  
  4.  
  5. Minutes of the FIND Working Group
  6. 35th IETF, Los Angeles
  7. March 6, 1996
  8.  
  9. Co-Chairs: Patrik Faltstrom, Roland Hedberg Mailing list: find@bunyip.com
  10. Subscribe: find-request@bunyip.com
  11. In body of message "subscribe"
  12. Reported by: Sally Hambridge, Intel Corporation 
  13.  
  14. Patrik introduced Roland as the new co-chair. There was no discussion on the minutes of the meeting at the 34th IETF in Dallas. Charter revision was postponed to the end of the meeting, but Patrik went through the milestones:
  15. - We have a current draft: draft-ietf-find-cip-00.txt - The indexing protocol has been published from WHOIS++ work: 
  16. RFC 1913.
  17. - The group missed on having the 3 papers for Client Interface, 
  18. Server Interface, and Server Engine.
  19.  
  20. The current paper (cip-00) has a few changes since March 95 - there is a little more on tokenization. What we need is a minimal set of requirements with the "cool features" to be added later. 
  21.  
  22. There was discussion on whether all servers in the mesh had to speak all protocols to be able to direct a client to all sorts of data. The CIP allows a client to use native code to go to a server to respond in the same protocol about the location of a service. The client can then go to that service. In order that all servers do not have to speak all protocols, there will have to be gateway servers. Clients may also have to advertise what protocols they are able to accept. (This may be an optimization.) There are problems with URL referrals in replication and caching. We will need to devise a scheme which either limits indexing to orginals or has the ability to de-dup the data. We discussed whether the mesh model was the correct one, and the decision that it was - for scalability. 
  23.  
  24. We discussed the Data Changed Template:
  25. # DATA-CHANGED
  26. Version-Number: 2.0
  27. Modification-Date: 199603041625
  28. DSI: 1.3.6.1.4.1.1375.1
  29. Host-Name: pollee-hostname
  30. Host-Port: 63
  31. Best-Time-Next-Poll: 199603050100
  32. Window-Size: 3600
  33. Authentication-Type: Password
  34. Authentication-Data: xxxxxxxx
  35. # END
  36.  
  37. If we consider Server A to be the server with the data and Server B to be the polling server, the Data-Changed Template is what A sends to B when it has data to be updated.
  38. Main revisions here include the DSI - or Data Set Identifier. This is present in case the server with the data has several index sets it owns. The DSI is the Enterprise Number registered with IANA The polling window gives the best time for the start of an update in GMT, and the window size is the time in seconds of that polling window. Note that although Server A gives the best time for polling, Server B still makes the decision of when it polls. We were strongly informed that passwords would not be sent in the clear, and we had to work on the authentication mechanism. We had a long discussion on the problems involved with Server A sending multiple DATA-CHANGED notices between polling, and decided that the draft has to strongly recommend against Real-Time updates. (That is, in not sending a change notice for each change made in the data.)
  39.  
  40. There was a long discussion about assigning Reference Numbers to DATA- CHANGED Notices as a way to reference individual changes. Although a lot of the group thought there would be advantages to referencing specific changes, the added complexity of this was decided to be unwieldy. (Was it mandatory or optional, did Server B have to return it if Server A sent it, did this kind of incremental update really matter.) The group decided that if a reference number was needed that the Modification-Date could be used.
  41.  
  42. Version of the DATA-CHANGED TEMPLATE agreed on: # DATA-CHANGED
  43. Version-Number: 2.0
  44. Modification-Date: 199603041625
  45. DSI: 1.3.6.1.4.1.1375.1
  46. Host-Name: pollee-hostname
  47. Host-Port: 63
  48. Best-Time-Next-Poll: 199603050100
  49. Window-Size: 3600
  50. # END
  51.  
  52. We then discussed the Poll Template. This template is sent from Server B to Server A at the beginning of the polling session: # POLL
  53. Version-Number: 2.0
  54. Charset: UNICODE-1-1-UTF-8
  55. Type-Of-Poll: CENTROID
  56. Tokenization-Type: Tokens
  57. DSI: 1.3.6.4.1.1375.1
  58. DSI-Description: Bunyip
  59. Host-Name: polling hostname
  60. Host-Port: 63
  61. Authentication-Type: Password
  62. Authentication-Data: xxxxxxxx
  63. # END
  64.  
  65. This template gives the type of Poll and the Attribute-Value pairs associated with that poll. Note that the DSI and DSI description are both present. We still need to do appropriate authentication work, so the Authentication-Type and Authentication-Data Attribute-Values pairs were removed. Since the Host-Name and Host-Port were part of the authentication method, they were also removed. Some method needs to be added back in! We discussed the implication of a Timestamp. If there was no timestamp, it would mean that Server A needed to send Server B the entire index (for disaster recovery, for example). A Timestamp would mean to send everything after that time. 
  66.  
  67. Final version:
  68. # POLL
  69. Version-Number: 2.0
  70. Charset: UNICODE-1-1-UTF-8
  71. Type-Of-Poll: CENTROID
  72. Tokenization-Type: Tokens
  73. DSI: 1.3.6.4.1.1375.1
  74. DSI-Description: Bunyip
  75. # END
  76.  
  77. We moved to the Centroid-Changes Template. This is what Server A sends to Server B as the update.
  78.  
  79. # CENTROID-CHANGES
  80. Version-Number: 2.0
  81. Charset: UNICODE-1-1-UTF-8
  82. Type: CENTROID
  83. Tokenization-Type: Tokens
  84. DSI: 1.3.6.1.4.1.1375.1
  85. DSI-Description: Bunyip
  86. URI: WHOIS://hostname/....
  87. URI: LDAP://hostname/....
  88. Authentication-Type: Password
  89. Authentication-Data: xxxxxxxx
  90. # BEGIN TEMPLATE
  91. Template: USER
  92. # BEGIN FIELD
  93. Field: NAME
  94. Data: Patrik
  95. - FaI/ltstroI/m
  96. - David
  97. - Holmes
  98. # END FIELD
  99. # END TEMPLATE
  100. # END CENTROID-CHANGES
  101.  
  102. The new information here includes the DSI information which, even if clients don't understand it, it should be present. URIs now give the information about the locaton of the data in the DIT. We decided the Timestamp of the Centroid needed to be added and that index changes to the timestamp should be delta. Once again, the Authetication Attribute-Value pairs were deleted with the caveat of some other authentication mechanism to be added. There was a question about how the indexing server knows whether the data is to be added or deleted. We need experience with implementation to tell tradeoffs in index size, number of false drops, update frequency, etc. Deferred to the list was discussion of each client knowing how to talk to each server - for lack of Real Time Cogent Ability. Version which still needs work:
  103.  
  104. # CENTROID-CHANGES
  105. Version-Number: 2.0
  106. Charset: UNICODE-1-1-UTF-8
  107. Type: CENTROID
  108. Tokenization-Type: Tokens
  109. Timestamp-of-Centroid: 199603030100
  110. DSI: 1.3.6.1.4.1.1375.1
  111. DSI-Description: Bunyip
  112. URI: WHOIS://hostname/....
  113. URI: LDAP://hostname/....
  114. # BEGIN TEMPLATE
  115. Template: USER
  116. # BEGIN FIELD
  117. Field: NAME
  118. Data: Patrik
  119. - FaI/ltstroI/m
  120. - David
  121. - Holmes
  122. ***** Add/Delete???? ******
  123. # END FIELD
  124. # END TEMPLATE
  125. # END CENTROID-CHANGES
  126.  
  127. Questions from the mailing list:
  128.  
  129. Are referrals returned as URIs? Yes
  130.  
  131. How are attribute names decided? When the Server is creating a centroid 
  132. it maps attribute names as well.
  133.  
  134. What Charset? Unicode-1-1-UTF-8.
  135.  
  136. Chris Weider said there had been an IAB workshop on Charset and that he was presenting a preliminary report on that workshop in the Open IAB meeting.
  137.  
  138. Patrik asked if there was interest in continuing work on the Common Indexing Protocol within the IETF. The group decided there was interest. 
  139.  
  140. -------------------------------------------------------------------- 
  141. Bunyip Information Systems Inc.    Montreal, Quebec, CANADA
  142. Internet: paf@bunyip.com    Phone: +1-514-875-8611
  143.  
  144. In theory, it's no difference between theory and practice, but in practice, it is.
  145.