home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / dcom / cellrel / 943 < prev    next >
Encoding:
Text File  |  1993-01-08  |  3.2 KB  |  76 lines

  1. Newsgroups: comp.dcom.cell-relay
  2. Path: sparky!uunet!munnari.oz.au!spool.mu.edu!sgiblab!sgigate!sgi!rigden.wpd.sgi.com!rpw3
  3. From: rpw3@rigden.wpd.sgi.com (Rob Warnock)
  4. Subject: Re: TAXI
  5. Message-ID: <uk00240@sgi.sgi.com>
  6. Sender: rpw3@rigden.wpd.sgi.com
  7. Organization: Silicon Graphics, Inc.  Mountain View, CA
  8. Date: Fri, 8 Jan 1993 08:21:24 GMT
  9. Lines: 65
  10.  
  11. ag@fokus.gmd.de (A. Gavras) writes:
  12. +---------------
  13. | sree@iti.gov.sg (Sreedharan Bhaskaran) writes:
  14. | |> Could anyone please tell me what TAXI is all about...
  15. | TAXI stands for Transparent Asynchronous Transmitter/receiver Interface
  16. | and is a TM of Advanced Micro Devices (AMD). It is a chipset Am7968/Am7969
  17. | that provides a means to establish a high speed serial link between two
  18. | 8 bit wide parallel busses.
  19. +---------------
  20.  
  21. Well, not really "busses", in the sense of computer I/O busses, but just
  22. 8-bit (or 10-bit on some versions) data paths -- a "byte pipe". It is easier
  23. to think of TAXIs as just really, really fast UARTs (or USRTs, actually).
  24.  
  25. +---------------
  26. | The chipset uses 4B/5B coding and was designed for use in FDDI networks.
  27. +---------------
  28.  
  29. Well, it was actually designed slightly before FDDI was standardized, so
  30. while it uses the same encoding for data an non-data symbols, it uses the
  31. non-data symbols in slightly different ways by default. For example, TAXIs
  32. use the "JK" symbol pair as the idle-line fill pattern, instead of FDDI's
  33. "I" symbol. And it has none of the FDDI PHY symbol-filtering or elasticity-
  34. buffer management logic.
  35.  
  36. However, since you can send the "I" symbol (and other non-datas) explicitly,
  37. and since you can keep "JK"s from being sent by keeping the transmitter busy,
  38. it is just barely possible to implement an FDDI PHY with a concoction of TAXIs,
  39. FIFOs, and PALs. (Barely. But certainly not easy.)
  40.  
  41. Still, if you're not trying to be FDDI-compatible, TAXIs are a cheap and
  42. very simple way to create a high-speed point-to-point serial link, up to
  43. their speed limit -- which at my last information was about 275 Mb/s.
  44. They take care of byte syncronization for you, and provide a limited way
  45. to send "out-of-band" data (the 4B/5B "non-data" symbols) over the same
  46. channel. For example, one might insert "R" or "S" symbols every so often
  47. in the data stream to perform an "XOFF/XON" flow-control function for the
  48. reverse direction. Or use "JK" and/or "T" to mark packet boundaries. Etc.
  49.  
  50. There are also competing serializers from other companies, which go up
  51. to speeds as high as a gigabit/sec or more (e.g., the Tri-Quint [formerly
  52. Gazelle] 32-bit "HOTROD"). But as long as you stay within their speed
  53. range, TAXIs are about the cheapest thing there is...
  54.  
  55. +---------------
  56. | In a (local) ATM network you can use the TAXI chipset to implement an
  57. | inexpensive serial link for the transport of ATM cells.
  58. +---------------
  59.  
  60. In particular, the most recent TAXI parts can support the "Fibre Channel"
  61. 8B/10B coding (and escape codes), and thus should be usable with the Block-
  62. Coded TC Sub-Layer option of the "Network Compatible Local Area ATM" proposed
  63. spec. [Of course, there are several other vendors who also have Fibre Channel
  64. compatible serializers: AMCC, IBM, H-P, others...]
  65.  
  66.  
  67. -Rob
  68.  
  69. -----
  70. Rob Warnock, MS-9U/510        rpw3@sgi.com
  71. Silicon Graphics, Inc.        (415)390-1673
  72. 2011 N. Shoreline Blvd.
  73. Mountain View, CA  94043
  74.  
  75.