home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / dcom / cellrel / 727 < prev    next >
Encoding:
Text File  |  1992-11-17  |  2.9 KB  |  66 lines

  1. Newsgroups: comp.dcom.cell-relay
  2. Path: sparky!uunet!stanford.edu!kronos.arc.nasa.gov!iscnvx!news
  3. From: myoung@force.ssd.lmsc.lockheed.com
  4. Subject: Solving a Problem
  5. Message-ID: <1992Nov16.203247.640@iscnvx.lmsc.lockheed.com>
  6. Sender: news@iscnvx.lmsc.lockheed.com (News)
  7. Reply-To: myoung@force.ssd.lmsc.lockheed.com
  8. Organization: LMSC, Sunnyvale, California
  9. Date: Mon, 16 Nov 92 20:32:47 GMT
  10. Lines: 54
  11.  
  12. Coping with Embedded Processors:
  13.  
  14. The problem we have is that many of the newer applications, and
  15. the backward support of the older PC applications involve placing
  16. some auxiliary processors in the switch; IE routing, distributed disk 
  17. controllers, audio processing and protocol conversion.
  18.  
  19. Some of the new applications require only access to a switch resident 
  20. path control system; IE transaction routing, distributed data base,
  21. address discovery, process discovery.
  22.  
  23. The auxiliary processors allow the building of distributed protocols,
  24. using a dynamic network architecture.  The binding utilizes the
  25. virtual path; and the discovery and collection of objects utilizes 
  26. a wavefront discovery process.   The science of dynamic networks
  27. has developed in the operating system world, (see ACM Trans
  28. on Comp Sys, May 1992 for a distributed protocol concept based upon
  29. the x kernel).
  30.  
  31.  
  32. For switch vendors the third party supported embedded processor
  33. does not fit well with distribution channels to which they are
  34. accustomed.  Perhaps the better approach would be to extend the
  35. virtual path concept into the new unix multiprocessors, essentially
  36. solving the same problem from the other direction.
  37.  
  38.  
  39. If the path definition was extended into the multi-processor, then
  40. discovery and arbitrary connection of operating system "objects"
  41. would be seemless across the cell-relay to multi-process boundary.
  42. The cells, reassembled at the interface, continue their movement
  43. in the multi-processor guided by object linking ID's which are
  44. mapped to the virtual path.  The construction of distributed protocol
  45. contexts utilizes the wave method; operating as the meta language over
  46. both the network and the multi-processor, with its interpreters placed
  47. both in the switch and in the processors.  In both instances the wave has
  48. capability to create binding paths.
  49.  
  50. Advantages:
  51.  
  52.   The workstation vendors could activate an already existing channel
  53. of developers.  The desktop obtains direct control of distributed
  54. object linking, supported across the hub with switched paths.  The
  55. problem of host based addressing standards is returned to the computer 
  56. vendors, who have dealt with it more successfully than the communications
  57. vendors.  The switch vendors do not have to expose their architecture
  58. to third party add on developers.
  59.  
  60. Disadvantages:
  61.  
  62.   Much of the work on object oriented linking would have to be re-cast
  63. to support the new virtual path networks resulting in a new standards
  64. conflict.  The meta language control system chosen needs to be supported
  65. on both sides of the network interface.
  66.