home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / dcom / isdn / 1103 < prev    next >
Encoding:
Internet Message Format  |  1993-01-08  |  1.9 KB

  1. Xref: sparky comp.dcom.isdn:1103 comp.protocols.ppp:1050
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!caen!destroyer!news.itd.umich.edu!pisa.citi.umich.edu!rees
  3. From: rees@pisa.citi.umich.edu (Jim Rees)
  4. Newsgroups: comp.dcom.isdn,comp.protocols.ppp
  5. Subject: Re: dp2.2 on Interactive V3.2 & ISDN
  6. Date: 8 Jan 1993 16:20:31 GMT
  7. Organization: University of Michigan CITI
  8. Lines: 28
  9. Distribution: world
  10. Message-ID: <5d71fb6d.1bc5b@pisa.citi.umich.edu>
  11. References: <1413@se.alcbel.be> <C0IIz4.8AB@sranhd.sra.co.jp>
  12. Reply-To: Jim.Rees@umich.edu
  13. NNTP-Posting-Host: pisa.citi.umich.edu
  14.  
  15. In article <C0IIz4.8AB@sranhd.sra.co.jp>, nisimura@sran233.sra.co.jp (Tohru Nishimura) writes:
  16.  
  17.   Unfortunately, there is interoperability problem between implementations,
  18.   as usual.  For example, different brand of integrated ISDN/IP cards would
  19.   not talk each other.  No surprise, please....
  20.  
  21. There are two emerging "standards" for ip over isdn.  One is rfc 1294 frame
  22. relay encapsulation, the other is ppp.  An rfc 1294 ip frame looks like
  23. this:
  24.  
  25.          +-------------------------------+
  26.          |        Q.922 Address          |
  27.          +-------------------------------+
  28.          |Control  0x03  |  NLPID  0xCC  |
  29.          +-------------------------------+
  30.          |          IP Datagram          |
  31.          +-------------------------------+
  32.          | FCS                           |
  33.          +-------------------------------+
  34.  
  35. Unfortunately (or maybe fortunately), the mtu is undefined except that the
  36. maximum frame size must be greater or equal to 262.
  37.  
  38. Frame relay may become important if anyone ever gets around to offering the
  39. service.  For point-to-point links, which are the most common for ip today,
  40. the main advantage of frame relay is that you don't need a state machine to
  41. implement it.  The disadvantage is that you have to configure everything
  42. manually, whereas with ppp you only need to configure one end manually.
  43.