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

  1. Newsgroups: comp.dcom.cell-relay
  2. Path: sparky!uunet!think.com!ames!kronos.arc.nasa.gov!iscnvx!news
  3. From: myoung@nebula.ssd.lmsc.lockheed.com
  4. Subject: Re: fat cells (was Re: Computers dont like ATM?)
  5. Message-ID: <1992Nov23.185845.5156@iscnvx.lmsc.lockheed.com>
  6. Sender: news@iscnvx.lmsc.lockheed.com (News)
  7. Reply-To: myoung@nebula.ssd.lmsc.lockheed.com
  8. Organization: LMSC, Sunnyvale, California
  9. References: <sjdveq8@sgi.sgi.com>,<1992Nov20.122227.6002@infodev.cam.ac.uk> <1992Nov20.150333.17701@iscnvx.lmsc.lockheed.com> <1992Nov20.211632.18945@infodev.cam.ac.uk>,<1992Nov23.135258.29925@merlin.dev.cdx.mot.com>
  10. Date: Mon, 23 Nov 92 18:58:45 GMT
  11. Lines: 40
  12.  
  13. >
  14. >Mark.Hayter@cl.cam.ac.uk (Mark Hayter) writes:
  15. >>We have been using a system similar to this to allow interworking between
  16. >>our ATM networks and the Ethernet for several years. The ethernet packet
  17. >>contains the headers for all of the cells followed by the data - thus the data
  18. >>is contiguous at the host. This system works well, and the router forwarding
  19. >>code is efficient (since it is basically just doing cell forwarding).
  20.  
  21.  
  22.   How far does the virtual path extend?
  23.  
  24.   In the data center, point to point optical links, with small windows,
  25. and variable length packets will be the norm.  The model here is that high 
  26. performance risc machines will be connected into a single loosely coupled 
  27. system for data base operations mainly, but also for some finite element 
  28. compute problems.
  29.  
  30.   If all the desktops do utilize ATM interfaces, then their interface
  31. to the data center may be serving hundreds of users, each having up to
  32. 10-40 circuits open.  Each of the (up to 4000) messages will have to
  33. be constructed from cells, and then sent to into the data center as
  34. variable lenght packets.
  35.  
  36. Extending the virtual path:
  37.  
  38.   If the virtual path is carried into the data center, then this
  39. interface does not have to be an address gateway.  Each user would
  40. build connections directly to some end point. The data center would 
  41. need to use the same virtual path structures for its internal 
  42. communications, to provide uniform user access to distributed processes.
  43.  
  44. Result:
  45.  
  46.   Then doesn't this argue for "fat cells" being the variable packet 
  47. equivalent for the fixed cell?  If we have sold the virtual path as a 
  48. desktop interface; then the imperative is that it be continued into the 
  49. data center. 
  50.  
  51.   Also, the fat cell definition would simplify the mapping to
  52. traditional MAC layers.
  53.