home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / tt2man.zip / tttcpip.doc < prev   
Text File  |  1993-12-13  |  2KB  |  46 lines

  1.  
  2.                              TABLE OF CONTENTS                              
  3.  
  4.  
  5.           F. Appendix F - TalkThru TCP/IP Support
  6.  
  7.  
  8.  
  9.  
  10.                   F. Appendix F - TalkThru TCP/IP Support                   
  11.  
  12.  
  13. TCP/IP  is a combination of two protocol standards designed to  isolate  the
  14. application  from  the   vagaries      of  various  hardware  platforms  and
  15. connectivity  solutions.  It essentially provides applications  with  common
  16. interfaces  to  perform  routine communications tasks.   TalkThru  For  OS/2
  17. supports a subset of this functionality.
  18.  
  19. Some  of the various higher level interfaces supported by TCP/IP  are  mail,
  20. data/file  transfer, remote login, etc.  Some of the lower level  interfaces
  21. are reliable stream
  22. transport  and  connectionless packet delivery. However, TalkThru  For  OS/2
  23. does  not  contain  any TCP/IP logic, only the ability  to  interface  to  a
  24. commercially available OS/2 workstation product - IBM's TCP/IP For OS/2.
  25.  
  26. The connection  between  TalkThru  for OS/2 and IBM's  TCP/IP  For  OS/2  is
  27. achieved  using  a  socket  interface to process  telnet  traffic  which  is
  28. essentially  a  service  defined under the umbrella of  remote  login.   The
  29. telnet  service takes blocks or streams of data and communicates these on  a
  30. peer to peer basis with a defined destination.  TalkThru For OS/2  interacts
  31. with  this  service  as an asynchronous terminal  where  the  blocks/streams
  32. contain application data wrapped with a specific
  33. terminal protocol.
  34.  
  35. The host    that  the TCP/IP Driver is communicating to  might  actually  be
  36. another  OS/2  machine on a token ring network, using the  same  IBM  TCP/IP
  37. product  but  the  application would be the Telnet Server  portion  of  that
  38. product.    In  this scenario, the TalkThru For OS/2  user  could  become  a
  39. remote user on the OS/2 host in character mode.  In this case, the  terminal
  40. protocol that would be used is
  41. simple TTY.
  42.  
  43. Alternatively,  the host  machine might be an HP3000 or a DEC  VAX  ethernet
  44. bridged  (8209)  to a token ring network where the TalkThru  For  OS/2  user
  45. would be emulating the appropriate terminal for that host environment.
  46.