home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / ovladace / zyxel / software / zcapi / apps / isdi.rdm < prev    next >
Text File  |  1997-01-23  |  4KB  |  81 lines

  1.                             
  2.            ISDI, a NDIS-2 Driver for ISDN-API 1.1
  3.                             
  4.               Herbert Hanewinkel, Sept 1995
  5.                             
  6.                             
  7.  ISDI  is  a  (realmode)  NDIS-2 Driver for  IP-Routing  or  remote
  8.  Ethernet bridging over ISDN. ISDI communicates with the ISDN  card
  9.  using  the  ISDN  API  1.1 specification (a  standard  defined  by
  10.  German  ISDN  card manufacturers and the German Telekom).  Because
  11.  of   this,  ISDI  is  completely  hardware  independent  and   has
  12.  successfully been tested with many active or passive ISDN cards.
  13.  
  14.  ISDI  was  developed for Internet access over ISDN from  WfW  3.11
  15.  and  MSTCP-32. ISDI has successfully been tested with  Win95  beta
  16.  releases. ISDI is also known to work with other NDIS based  TCP/IP
  17.  packages for DOS and Windows, e.g. ChameleonNFS.
  18.  
  19.  ISDI  can  be  used  with standard DOS CAPI 1.1  software  or  VxD
  20.  implemenations  of   the  CAPI  1.1 software.  Using  a  VxD  CAPI
  21.  implementation, ISDI is available only under Windows but it  frees
  22.  a lot of DOS memory otherwise used by the CAPI software.
  23.  
  24.  ISDI  supports  a  large set of protocols for  communication  with
  25.  other vendors ISDN routers or servers. Among these protocols  are:
  26.  LAPB, Frame-Relay, PPP, SLIP, Cisco-HDLC.
  27.  
  28.  Some  protocols  conserve  the protocol type  over  point-to-point
  29.  lines  (multi-LAPB, Frame-Relay, Cisco-HDLC). These protocols  are
  30.  able  to handle multiprotocol routing. For PPP only IP support  is
  31.  implemented at the network configuration layer.
  32.  
  33.  ISDI  can  communicate  at  least with  the  following  commercial
  34.  systems:
  35.  Ascend  Routers,   AVM  MPR  3.0,   Biodata  ISDN  Router,   Cisco
  36.  Routers,   Conet S2M Router,  INS/CLS Banzai ISDN  Router,   netCS
  37.  ISDN  Router, RzK SLIP Bridge,  SGI Indy ISDN 1.0 &  1.1,   Spider
  38.  Routers,  SunLink ISDN 1.0 & 1.0.2.
  39.  
  40.  ISDI  is  a  MS-DOS TSR program for use with TSR or VxD  CAPI  1.1
  41.  implementations.ISDI was written for use with ISDN BRI  PC  cards.
  42.  I got responses  from  users  of ISDI  that  it  will work at least
  43.  with the following  other  ISDN cards:
  44.  
  45.  AVM A1, B1
  46.  Creatix S0/16
  47.  Diehl Diva, Quadro, SCOM, S0Tec
  48.  Elsa ISDN/PCF, Elsa PCC-16,MicroLink
  49.  ITK
  50.  Loewe ISCOM C100
  51.  MIRO connect P1000
  52.  mbp Solis
  53.  NCP P8, P16,  A
  54.  Dr. Neuhaus NICCY 1000 PC
  55.  RFI HOTISDN ISDN-PCMCIA-Controller
  56.  Sedlbauer S0, SpeedBox par. Port, PCMCIA Adapter
  57.  Teles.S0/8, S0/16, Teles PCMCIA
  58.  
  59.  (Check for a related *.txt file in ftp.biochem.mpg.de/pc/isdn,  if
  60.  you are looking for details on a specific environment).
  61.  
  62.  The  current  version  of  ISDI supports  two  independent  active
  63.  connections at a time. Alternativly a connection can use  both  B-
  64.  channels  for loadsharing. ISDI can be loaded more than  once,  if
  65.  more  than  two  simultaneous connections to different  sites  are
  66.  desired.  Loadsharing  can  be configured  as  static  or  dynamic
  67.  (bandwidth   on   demand).  Dynamic  loadsharing   can   be   used
  68.  concurrently with a second independent connection.
  69.  
  70.  Loadsharing  over two channels is implemented using  simple  round
  71.  robin  scheduling, because IP doesn't require the original  packet
  72.  sequence.  This is completely hardware independent  and  supported
  73.  by  many router systems. It works the same way as Cisco implements
  74.  loadsharing over to X.21 interfaces and I have tested ISDI with  a
  75.  Cisco  Router and two Philips TA's. With this kind of  loadsharing
  76.  it is possible to get a performance of up to 13 kBytes/s.
  77.  
  78.  The  latest version of ISDI is available on ftp.biochem.mpg.de  in
  79.  directory /pc/isdn.
  80.  
  81.