home *** CD-ROM | disk | FTP | other *** search
/ Danny Amor's Online Library / Danny Amor's Online Library - Volume 1.iso / html / faqs / faq / pcnfs-faq / part4 < prev    next >
Encoding:
Text File  |  1995-07-25  |  24.8 KB  |  975 lines

  1. Subject: NFS & TCP/IP FAQ for PCs & Macs [part 04/06]
  2. Newsgroups: comp.protocols.nfs,comp.protocols.tcp-ip,comp.answers,news.answers,comp.sys.mac.comm
  3. From: rawn@lead.aichem.arizona.edu (Rawn Shah)
  4. Date: 1 Nov 1993 19:24:22 GMT
  5.  
  6. Archive-name: pcnfs-faq/part4
  7. Last-modified: 1993/10/28
  8. Version: 1.5
  9.  
  10.  
  11.  
  12. H-6.  Related FAQs, USENET lists, email lists etc.
  13.  
  14. You can find FAQs, FAQlets, and other lists on USENET related to the topic
  15. of PC's and TCP/IP Networks in general at the following sources:
  16.  
  17. A. Comp.protocols.tcp-ip.ibmpc FAQlet by Bernard Abouba
  18.    This covers details of running the IP protocols and intermixing different
  19.    packages on IBM PC & compatible systems. It is posted bi-weekly on the
  20.    corresponding USENET group. You can also FTP a copy from the following
  21.    site:  
  22.     netcom1.netcom.com: /pub/mailcom/IBMTCP
  23.     
  24. B. "Features of TCP/IP Packages for DOS and Windows" (Version 0.5 5/13/93)
  25.    by C.J.Sacksteder
  26.    This is another comparison of TCP/IP packages for DOS and MS-Windows PC
  27.    systems. It is posted to comp.protocols.tcp-ip.ibmpc.
  28.  
  29. C. Packet Drivers FAQ by Russell Nelson
  30.    This covers questions concerning the installation, maintainence and
  31.    compatibility of the Packet Drivers suite available as freeware on the
  32.    Internet. It is posted to comp.protocols.tcp-ip.ibmpc.
  33.  
  34. D. Windows Sockets API FAQ    
  35.    This covers questions on the Windows Sockets API standard. There is also
  36.    a USENET newsgroup for this: alt.winsock. The FAQ is available on the
  37.    newsgroup and also from the official site for the standard:
  38.     microdyne.com: /pub/winsock/FAQ/FAQ
  39.  
  40. E. Windows Sockets API mailing list
  41.    This mailing list can be joined by email request to:
  42.     winsock-request@microdyne.com
  43.  
  44. F. Sun RPC on Windows
  45.    This mailing list discusses Sun's Open Network Computing RPC's running on
  46.    Windows. You can subscribe by mailing to:
  47.     rpc4win-request@wco.ftp.com
  48.  
  49. G. NFS version 3 mailing list
  50.    The mailing list for the new NFS specification can be joined my emailing: 
  51.     nfs3@eng.sun.com
  52.  
  53. H. The UK CHEST program mailing list
  54.    This mailing list contains information on (PC)NFS distributed by CHEST
  55.    [Z-1]. Email to:
  56.     mailbase@mailbase.ac.uk
  57.      with a header "subscribe chest-pcnfs (real name here)"
  58.  
  59. -------------------------------------------------------------------------------
  60.  
  61. H-7.  Glossary
  62.  
  63. These are brief descriptions of the terms used in PC & TCP/IP networking.
  64.  
  65. ANSI    American National Standards Institute. A standards making body of
  66.     the US Federal system.
  67.     
  68. API    Application Programming Interface.
  69.  
  70. AppleTalk A proprietory network protocol developed by Apple Computers, Inc.
  71.     and available on Macintosh systems.
  72.  
  73. ARP    Address Resolution Protocol. Nodes use these to determine the
  74.     hardware address of a given IP address if directly available.
  75.     Described in RFC 826.
  76.  
  77. BOOTP   Bootstrap Protocol. This allows a client to determine its IP address
  78.     given its hardware address (to some BOOTP server). Described in RFC
  79.     1084. 
  80.  
  81. client    A program which is used to communicate with another which provides 
  82.     special services (eg. an NFS client communicates with an NFS server
  83.     to mount remote file systems locallly.)
  84.  
  85. DECNET    A proprietory networking system developed by Digital Equipment Corp.
  86.  
  87. DLL    Dynamically Linked Library. This is a set of shared functions and 
  88.     procedures used by applications that can be loaded or unloaded at
  89.     any time by the applications. Many TCP/IP packages now come as DLLs. 
  90.  
  91. DNS    Domain Naming System/Server. This is a system of Internet hosts
  92.     which provide IP name to IP address resolution. Described in RFCs
  93.     1034 and 1035.
  94.  
  95. Email    Electronic Mail. This is a method of communication electronically
  96.     using different methods of delivery. On the Internet the email
  97.     protocol most commonly used (and the standard) is SMTP.
  98.  
  99. Ethernet This is a physical and data link layer system connecting hosts in
  100.     a bus-topology network. It is described by IEEE 802.3 and the DIX
  101.     (Digital, Intel, Xerox) Ethernet II specifications. Both are
  102.     compatible on the same physical wire but differ slightly in utility.
  103.  
  104. FDDI    Fibre Distributed Data Interface. This is a physical layer and data
  105.     link layer standard for a fibre optic ring-topology network as
  106.     approved by ANSI. 
  107.  
  108. finger    A remote check utility to see users and hosts.
  109.  
  110. FTP    File Transfer Protocol. This is an application to transfer files
  111.     from one IP host to another. The client initiates a connection to
  112.     the server and sends commands to it to indicate which files and the
  113.     method of transfer.
  114.  
  115. gopher    An client-server networked information service.
  116.  
  117. Host    A general referrence to a computer system on a network.
  118.  
  119. hostname On IP networks, this refers to the English (sort of) name given to
  120.     the machine. Can be the same as IP name.
  121.  
  122. ICMP    Internet Control Message Protocol. This is a diagnostic protocol for
  123.     IP data delivery used by various programs such as Ping. Described by
  124.     RFC 792.
  125.  
  126. Internet The Internet is a very large system of networks spanning the globe.
  127.     The word "internet" (with small 'i') is also used to describe a WAN.
  128.  
  129. IP    Internet Protocol. The transport layer which describes a packet
  130.     format for data to pass on a TCP/IP network and on the Internet.
  131.     Described in RFC 791.
  132.  
  133. IP name The Englishlike name given to an IP host.
  134.  
  135. IP address The "dotted-decimal" format identifier for each IP host. Eg.
  136.     192.0.0.2 
  137.  
  138. IPX    Internet Packet Exchange. Novell's Netware packet delivery system
  139.     similar in concept to IP.
  140.  
  141. ISDN    Integrated Services Digital Network. A hardware description for
  142.     direct links between two areas by way of special telephony.
  143.  
  144. LAN Manager A proprietory networking system developed by Microsoft.
  145.  
  146. LocalTalk Apple Computer's proprietory cabling scheme for connecting Macintosh
  147.     systems together. The Appletalk software protocols run over LocalTalk.
  148.  
  149. login    To connect to a host.
  150.  
  151. logout    To disconnect from a host.
  152.  
  153. LPD    Line Printer Daemon. This is a print server for requests by LPR from
  154.     other hosts on the network. Described in RFC 1179.
  155.  
  156. LPR    Line Printer. This was originally a Unix system command which has
  157.     expanded to include network printing as well on hosts with the LPD
  158.  
  159. MHS    Mail Handling System. A email distribution protocol similar to SMTP.
  160.  
  161. MIME    Mail Interface Multimedia Extensions. This is a newer email protocol
  162.     which actually resides above the delivery protocol and describes the
  163.     content format of the email message. It provides extensions for 
  164.     multimedia email. Described by RFC 1341, 1344, 1426, 1428, 1437, 
  165.  
  166. Netware    A protprietory networking system developed by Novell, Inc.
  167.  
  168. NDIS    Network Driver Interface Specification. This is an data-link layer
  169.     interface for different systems using a network device. Described by
  170.     the NDIS papers by Microsoft and 3Com.
  171.  
  172. NFS    Network File System. Please see (A-X).
  173.  
  174. NIC    Network Information Center of the Internet: internic.net
  175.  
  176. NIS    Network Information System. This is Sun Microsystems version of
  177.     coordination of network information like hostnames and account
  178.     information. Partially similar to DNS.
  179.  
  180. NNTP    Network News Transfer Protocol. This is the distribution method
  181.     protocol for USENET newsservice between servers and newsreaders
  182.     (clients). Described in RFC 977 & 1036.
  183.  
  184. ODI    Open Data-Link Interface. Novell's data-link layer interface similar
  185.     to NDIS for systems using the network interface.
  186.  
  187. OSI    Open Systems Interconnect. An alternative to the IP suite of
  188.     protocols developed by the International Standards Organization
  189.     (ISO). ISO has its own set of protocols available in the Blue Book. 
  190.  
  191. Packet Drivers  These are series of software for the data-link layer
  192.     interface, similar to NDIS and ODI but on a lower level for
  193.     programmability. Described by the Packet Driver Specification by
  194.     John Romkey of ftp Software, Inc. (see B-3)
  195.  
  196. PCNFSD    The daemon utility for authorization of PC-NFS systems. Version 2 is
  197.     the current common usage version.
  198.  
  199. Ping    This is a utility for checking reachability between Internet hosts.
  200.  
  201. POP    Post Office Protocol. This is a protocol for server-based e-mail
  202.     packages. Described by POP2 & POP3 descriptions: RFC 918, 937, 1081,
  203.     1082, 1225
  204.  
  205. PPP    Point-to-point Protocol. A data link layer for connecting two hosts
  206.     directly by serial, modem, or wide-area links. It can carry IP and
  207.     other protocols. Described (for IP) by RFC 1331-1333.
  208.  
  209. RARP    Reverse Address Resolution Protocol. This is used by hosts to map a
  210.     given hardware address to an IP address. Described by RFC826
  211.  
  212. RCP    Remote Copy. This utility allows a user to copy files from one host
  213.     to another on a TCP/IP network. 
  214.  
  215. REXEC    Remote Execute. This utility allows a user to execute commands on a
  216.     remote host from a local host over a TCP/IP network. 
  217.  
  218. RFC    Request For Comments. The set of standards and protocol definitions 
  219.     now approved by the Internet Engineering Task Force which describes
  220.     the Internet and all its protocols.
  221.  
  222. .rhosts    This is a file which contains permissions for different accounts
  223.     and hosts to access that user account. Used by RCP, REXEC, RLOGIN
  224.     and RSH.
  225.  
  226. RLOGIN    Remote Login. This is a application program to connect to remote IP
  227.     hosts similar to the Telnet program. Described by RFC 1258, 1282
  228.  
  229. RSH    Remote Shell. This allows a user to open a shell on a remote system
  230.     over a TCP/IP network. 
  231.  
  232. SLIP    Serial-Line Internet Protocol. This is a data-link layer describing 
  233.     Internet connectivity via a serial line or modem between two hosts.
  234.     It is similar to PPP. Described in RFC 1055.
  235.  
  236. SMTP    Simple Mail Transfer Protocol. The common protocol used in TCP/IP
  237.     networks and the Internet for email delivery. Described by RFC 821.
  238.  
  239. SNMP    Simple Network Management Protocol. The first version of the network
  240.     management protocol which allows monitoring hosts from remote.
  241.     Described by RFC 1067, 1098, 1157
  242.  
  243. SNMPv2  SNMP Version 2. This is the latest version of the SNMP protocol
  244.     which is compatible with the original version but includes many
  245.     extensions such as security. Described by RFC 1444, 1446, 1447,
  246.     1448, 1450
  247.  
  248. tar    A Unix backup utility both local and remote.
  249.  
  250. TCP    Transmission Control Protocl. This is a connection oriented protocol
  251.     which provides reliable communication between two IP hosts.
  252.     Described by RFC 793.
  253.  
  254. Telnet    This is a remote connectivity application between IP hosts.
  255.     Described by RFC 764, 854.
  256.  
  257. Token-Ring This is a physical and data-link layer description for a
  258.     ring-based topology network. 
  259.  
  260. topology  A somewhat visual description of a network wire system.
  261.  
  262. TSR    Terminate and Stay Ready. This is a DOS based program which stays in
  263.     memory after it is started and allows the user to continue using
  264.     other DOS programs.
  265.  
  266. UDP    User Datagram Protocol. This is a connectionless communication
  267.     protocol providing non-reliable data delivery between IP hosts.
  268.     Described by RFC 768
  269.  
  270. USENET    The news system on the Internet providing information by users of
  271.     the network.
  272.  
  273. UUCP    Unix to Unix Copy Program. This is a protocol for network
  274.     connectivity by non-interactive distribution of files.
  275.  
  276. VTxxx   A series of terminal types developed by Digital Equipment Corp.
  277.     which has become a de facto standard.
  278.  
  279. VxD     Virtual Device Driver. This is a driver specification which allows
  280.     DOS applications to access network services in MS-Windows.
  281.  
  282. WAIS    Wide Area Information Services. Another networked information
  283.     service. This one uses the Z39.50 document format for storage.
  284.  
  285. WINSOCK Windows Sockets API. Please see (F-2).
  286.  
  287. WWW    World Wide Web. Yet another networked information service.
  288.  
  289. X.25    A network layer protocol developed by ISO and part of the OSI suite. 
  290.  
  291. Xserver A program which allows the user to display X windows applications.
  292.  
  293. Xwindows A networked windowing system commonly found on many workstations
  294.     and Unix systems
  295.     
  296. -------------------------------------------------------------------------------
  297.  
  298. Section Y: Third Party & Related Software
  299. =========================================
  300.  
  301. -------------------------------------------------------------------------------
  302.  
  303. Y-1.  eNFS: INTERSTREAM
  304.  
  305. Company       :    INTERSTREAM, Inc.
  306.  
  307. Contact          : 
  308.         
  309. Phone         :    (800) 677-7876
  310.         (412) 323-8000
  311.  
  312. FAX          : (412) 323-1930
  313.  
  314. Email         :    info@interstream.com
  315.         
  316. Postal mail   : INTERSTREAM, Inc.
  317.         1501 Reedsale St.
  318.         Pittsburgh, 
  319.         PA 15233-2329
  320.         USA
  321.  
  322. Product          : eNFS
  323.  
  324. Current Version: ??
  325.  
  326. Pricing          : $995 [desktop]
  327.         $1995 [server]
  328.  
  329. Support          : ??
  330.  
  331. Systems          : SPARCstation 1, 2, SPARCserver 490,690
  332.  
  333. Services      : server: optimized server board for NFS
  334.         
  335. Size          : -
  336.  
  337. Features      : -
  338.  
  339. -----------------------------------------------------------------------------
  340.  
  341. Y-2.  Multinet: TGV, Inc
  342.  
  343. Company       :    TGV, Inc.
  344.  
  345. Contact          : SALES@TGV.COM or as call and ask for a salesperson.
  346.         
  347. Phone         :    (800) TGV-3440
  348.         (408) 427-4366
  349.  
  350. FAX          : (408) 427-4365
  351.  
  352. Email         :    info@tgv.com    [general questions]
  353.         sales@tgv.com    [sales questions]
  354.         service@tgv.com [technical questions]
  355.         
  356. Postal mail   : 603 Mission St
  357.         Santa Cruz, 
  358.         CA 95060
  359.         USA
  360.  
  361. Product          : Multinet, NFS Server, NFS Client, MultiWare NetWare server
  362.         for VMS
  363.  
  364. Current Version: 3.2 
  365.  
  366. Pricing          : call for quotation
  367.  
  368. Support          : support contract available, Call.
  369.  
  370. Systems          : Any VAX/VMS system V5.0 and later.
  371.                 Any OpenVMS AXP system V1.0 and later.
  372.  
  373. Services      : [call for customization]
  374.         
  375. Size          : [depends on configuration]
  376.  
  377. Features      : (NFS Server option supports pcnfsd v2)
  378.         Very complete ONC implementation.
  379.  
  380.  
  381. -------------------------------------------------------------------------------
  382.  
  383. Y-6.  SOSS: Rich Braun
  384.  
  385. Company       :    --
  386.  
  387. Contact          : Richard Braun [rbraun@spdcc.com]
  388.         
  389. Phone         :    --
  390.  
  391. FAX          : --
  392.  
  393. Email         :    rbraun@spdcc.com
  394.         stan@cs.uiuc.edu
  395.         
  396. Postal mail   : --
  397.  
  398. Product          : SOSS [Son of Stan's Server]
  399.  
  400. Current Version: 3.2
  401.  
  402. Pricing          : free
  403.  
  404. Support          : none
  405.  
  406. Systems          : MS-DOS 5.x
  407.  
  408. Services      : server: nfs
  409.         
  410. Size          : ??
  411.  
  412. Features      : uses packet drivers. Available from FTP site:
  413.             grape.ecs.clarkson.edu
  414.  
  415. -------------------------------------------------------------------------------
  416.  
  417. Y-7.  TCPWare for VMS: Process Software Corp.
  418.  
  419. Company       :    Process Software Corp.
  420.  
  421. Contact          : 
  422.         
  423. Phone         :    (508) 879-6994
  424.  
  425. FAX          : 
  426.  
  427. Email         :    
  428.         
  429. Postal mail   : 959 Concord St.
  430.         Farmingham,
  431.         MA 01701
  432.         USA
  433.  
  434. Product          : 
  435.  
  436. Current Version:
  437.  
  438. Pricing          : 
  439.  
  440. Support          : 
  441.  
  442. Systems          : 
  443.  
  444. Services      : 
  445.         
  446. Size          : 
  447.  
  448. Features      :
  449.  
  450. -------------------------------------------------------------------------------
  451.  
  452. Y-12    MacPPP
  453.  
  454. Company       :    Merit Network & Univ. of Michigan
  455.         Larry Blunk, Eric Schneider
  456.  
  457. Contact          : 
  458.         
  459. Phone         :    
  460.  
  461. FAX          : -
  462.  
  463. Email         :    
  464.         
  465. Postal mail   : -
  466.  
  467. Product          : MacPPP
  468.  
  469. Current Version: 1.1
  470.  
  471. Pricing          : free. Available from:
  472.             merit.com:/pub/ppp/macppp.hqx
  473.  
  474. Support          : none
  475.  
  476. Systems          : Macintosh systems w/ MacTCP 1.1.1
  477.  
  478. Services      : Point-to-point Protocol driver
  479.         
  480. Size          : 
  481.  
  482. Features      : Async serial line connection for Macintosh systems.
  483.  
  484. -------------------------------------------------------------------------------
  485.  
  486.  
  487. Section W:  E-mail Software
  488. ===========================
  489.  
  490. -------------------------------------------------------------------------------
  491.  
  492. W-.  CliqAccessories : Quadratron Systems
  493.  
  494. Company       :    Quadratron Systems
  495.  
  496. Contact          : -
  497.         
  498. Phone         :    (805) 494-1158 (California)
  499.  
  500. FAX          : (805) 494-1721
  501.  
  502. Email         :    kathyb@quad.com
  503.         
  504. Postal mail   : Quadratron Systems
  505.         141 Triunfo Canyon Rd.
  506.         Westlake Village,
  507.         CA 91361
  508.  
  509. Product          : CliqAccessories
  510.  
  511. Current Version: 
  512.  
  513. Pricing          : $645
  514.  
  515. Support          : 
  516.  
  517. Systems          : DOS
  518.  
  519. TCP/IP support: ?
  520.  
  521. Mail Protocol : SMTP, MHS
  522.  
  523. Mail Filtering: available
  524.  
  525. Features      : calender/schedule application, phone book, notepad, calculator
  526.  
  527. -------------------------------------------------------------------------------
  528.  
  529. W-. Higgins Group Productivity Software: Enable Software
  530.  
  531. Company       :    Enable Software
  532.  
  533. Contact          : -
  534.         
  535. Phone         :    (800) 888-0684 (US)
  536.         (518) 877-8600 (New York)
  537.  
  538. FAX          : (518) 877-5225
  539.  
  540. Email         :    ?
  541.         
  542. Postal mail   : Enable Software
  543.         313 Ushers Rd
  544.         Northway Lake,
  545.         NY 12019
  546.  
  547. Product          : Higgins Group Productivity Software
  548.  
  549. Current Version: 2.5
  550.  
  551. Pricing          : $695 (8 users)
  552.  
  553. Support          : ?
  554.  
  555. Systems          : DOS
  556.  
  557. TCP/IP support: ?
  558.  
  559. Mail Protocol : Proprietory, SMTP, MHS, X.400/XAPI
  560.  
  561. Mail Filtering: available
  562.  
  563. Features      : Calender/schedule software
  564.         Forms processing
  565.  
  566. -------------------------------------------------------------------------------
  567.  
  568. W-. Linkage: Concentric Technologies
  569.  
  570. Company       :    Concentric Technologies
  571.  
  572. Contact          : -
  573.         
  574. Phone         :    (800) 800-3649 (US)
  575.         (703) 264-8900 (Virginia)
  576.  
  577. FAX          : (703) 648-0032
  578.  
  579. Email         :    ?
  580.         
  581. Postal mail   : Concentric Technologies
  582.         12007 Sunrise Valley Dr. 
  583.         Ste 440
  584.         Reston, VA 22091
  585.  
  586. Product          : Linkage
  587.  
  588. Current Version: 4.0
  589.  
  590. Pricing          : $69.50
  591.  
  592. Support          : ?
  593.  
  594. Systems          : DOS, Windows/NT
  595.  
  596. TCP/IP support: ?
  597.  
  598. Mail Protocol : SMTP, MHS, X.400/XAPI, UUCP
  599.  
  600. Mail Filtering: available
  601.  
  602. Features      : incoming fax to mailbox ability
  603.         voice mail notification.
  604.  
  605. -------------------------------------------------------------------------------
  606.  
  607. W-.  OpenMail : Hewlett-Packard, Inc.
  608.  
  609. Company       :    Hewlett-Packard, Inc.
  610.  
  611. Contact          : -
  612.         
  613. Phone         :    (800) 752-0900 (US)
  614.  
  615. FAX          : -
  616.  
  617. Email         :    -
  618.         
  619. Postal mail   : HP
  620.         Cooperative Computing Systems Division
  621.         19490 Homestead Rd.
  622.         Cupertino, 
  623.         CA 95136
  624.  
  625. Product          : OpenMail
  626.  
  627. Current Version: ?
  628.  
  629. Pricing          : $14 - $50
  630.  
  631. Support          : ?
  632.  
  633. Systems          : DOS, Macintosh
  634.  
  635. TCP/IP support: ?
  636.  
  637. Mail Protocol : SMTP, X.400/XAPI, MAPI, VIM
  638.  
  639. Mail Filtering: available
  640.  
  641. Features      : phone book, bulletin board
  642.  
  643. -------------------------------------------------------------------------------
  644.  
  645. W-. PathWay Messenger : The Wollongong Group
  646.  
  647. Company       :    The Wollongong Group
  648.  
  649. Contact          : Marty Udisches 
  650.         (martyu@twg.com)
  651.         
  652. Phone         :    (415) 962-7202
  653.               (800) 962-8649 (California) [toll-free]
  654.                      (800) 872-8649 (US)        [toll-free]
  655.         +1 519 747-9900  (Canada)
  656.         +1 32-27-18-0311 (Europe)
  657.  
  658. FAX          : (415) 962-0826 (US)
  659.  
  660. Email         :    sales@twg.com
  661.         
  662. Postal mail   : The Wollongong Group, Inc.
  663.         1129 San Antonio Road
  664.         Palo Alto, CA   94303
  665.         USA    
  666.  
  667. Product          : PathWay Messenger
  668.  
  669. Current Version: 1.0
  670.  
  671. Pricing          : $195
  672.  
  673. Support          : call
  674.  
  675. Systems          : 80x86 DOS 3.3 +
  676.  
  677. TCP/IP support: Wollongong PathWay Access
  678.  
  679. Mail Protocol : SMTP, POP2, POP3, IMAP
  680.  
  681. Mail Filtering: available
  682.  
  683. Features      : NETNEWS bulletin board
  684.  
  685. -------------------------------------------------------------------------------
  686.  
  687. W-.  PC-Eudora: Qualcomm Software, Inc.
  688.  
  689. Company       :    Qualcomm Software, Inc.
  690.  
  691. Contact          : -
  692.         
  693. Phone         :    -
  694.  
  695. FAX          : -
  696.  
  697. Email         :    pc-eudora-info@qualcomm.com
  698.         
  699. Postal mail   : ?
  700.  
  701. Product          : PC-Eudora
  702.         Eudora (for Macintosh)
  703.  
  704. Current Version: 11.10
  705.  
  706. Pricing          : free. Available via FTP from:
  707.             ftp.qualcomm.com:/pceudora/windows
  708.  
  709. Support          : pc-eudora-bugs@qualcomm.com
  710.  
  711. Systems          : 80x86 w/ DOS 3.x
  712.  
  713. TCP/IP support: builtin + packet drivers
  714.  
  715. Mail Protocol : SMTP, POP2, POP3
  716.  
  717. Mail filtering: ??
  718.  
  719. Features      : POP2/3 news client
  720.  
  721. -------------------------------------------------------------------------------
  722.  
  723. W-. SelectMail : SunSelect
  724.  
  725. Company       :    SunSelect
  726.  
  727. Contact          : -
  728.         
  729. Phone         :    (800) 24-SELECT (US)
  730.         (508) 442-2300 (Massachussets)
  731.  
  732. FAX          : (508) 250-2300
  733.  
  734. Email         :    -
  735.         
  736. Postal mail   : SunSelect
  737.         2 Elizabeth Drive,
  738.         Chelmsford,
  739.         MA 01824-4195
  740.  
  741. Product          : SelectMail
  742.  
  743. Current Version: 
  744.  
  745. Pricing          : $180
  746.  
  747. Support          : call
  748.  
  749. Systems          : DOS 3.3 +
  750.  
  751. TCP/IP support: PC-NFS
  752.  
  753. Mail Protocol : SMTP, POP 2, POP 3
  754.  
  755. Mail Filtering: none
  756.  
  757. Features      : independant message folders
  758.         deferred semdomg
  759.         automated scheduler and backup
  760.  
  761. -------------------------------------------------------------------------------
  762.  
  763.  
  764. Section X:  X-windows Software
  765. ==============================
  766.  
  767. -------------------------------------------------------------------------------
  768.  
  769. X-1.  eXceed: Hummingbird Communications Ltd
  770.  
  771. Company       :    Hummingbird Communications Ltd
  772.  
  773. Contact          : -
  774.         
  775. Phone         :    (416) 470-1203 [US & Canada]
  776.         +41 22 7331858 [Europe]
  777.  
  778. FAX          : (416) 470-1207 [US & Canada]
  779.         +41 22 7336403 [Europe]
  780.  
  781. Email         :    sales@hcl.com
  782.         
  783. Postal mail   : 2900 John Street, 
  784.         Unit 4, Markham,
  785.         Ontario, L3R 5G3
  786.         Canada
  787.     
  788.         37-39 rue de Vermont,
  789.         1202 Geneva,
  790.         Switzerland
  791.  
  792. Product          : HCL eXceed/W
  793.  
  794. Current Version:
  795.  
  796. Pricing          : ??
  797.  
  798. Support          : site license available in UK from Chest
  799.  
  800. Systems          : MS-Windows 3.x
  801.  
  802. Services      : clients: telnet, FTP, Launch Pad (Menuing facility), Xtrace
  803.             (protocol tracing)
  804.         servers: X11R5 (support for scalable fonts, font servers,
  805.             XDMCP security)
  806.         
  807. Size          : 
  808.  
  809. Features      : 24-bit color & plane mask support
  810.         supports 15 different TCP/IP transports & DECnet
  811.         Xlib, Xt intrinsics, Xaw (Athena Widgets) & Xmu (Motif) 
  812.         libraries
  813.         HCL-eXceed Plus - DOS-based X server with local window
  814.         manager and support for EGA, VGA & SVGA
  815.         HCL-eXceed HiRes - same as "Plus" but also supports 8514A,
  816.         XGA, TIGA 2
  817.         HCL-eXtend - UNIX host based X clients for accessing DOS
  818.         services 
  819.         HCL-eXceed/Xpress - High performance X server over phone
  820.         lines
  821.         HCL-eXceed/NT - X server for PC's running Windows NT
  822.         HCL-eXceed/NT-XDK - X Development Kit for Windows NT
  823.  
  824. -------------------------------------------------------------------------------
  825.  
  826. X-2.  eXcursion for Windows: Digital Equipment Corp.
  827.  
  828. Company       :    DEC
  829.  
  830. Contact          : 
  831.         
  832. Phone         :    
  833.  
  834. FAX          : 
  835.  
  836. Email         :    
  837.         
  838. Postal mail   : 
  839.  
  840. Product          : eXcursion for Windows
  841.  
  842. Current Version: 1.0
  843.  
  844. Pricing          : 
  845.  
  846. Support          : 
  847.  
  848. Systems          : 80x86 w/ 2MB RAM & DOS 3.0 & higher & MS-Windows 3.0 or higher
  849.  
  850. Services      : 
  851.         
  852. Size          : 7-15 MB [on disk]
  853.  
  854. Features      : Works with:
  855.            Pathworks for DOS (DECnet, TCP/IP)
  856.            PC/TCP
  857.            3Com 3+Open TCP 
  858.             cut & paste between Xwindows & MS-Windows
  859.         SNF font compiler
  860.         keyboard redefinition
  861.         three button mouse emulation.
  862.  
  863. -------------------------------------------------------------------------------
  864.  
  865. X-3.  eXodus: White Pines Software, Inc.
  866.  
  867. Company       :    White Pines Software, Inc.
  868.  
  869. Contact          : 
  870.         
  871. Phone         :    (603) 886-9050
  872.  
  873. FAX          : (603) 886-9051
  874.  
  875. Email         :    sdarling@wpine.com
  876.         
  877. Postal mail   : White Pine Software, Inc.
  878.             40 Simon Street, Suite 201
  879.             Nashua, NH 03060-3043
  880.         USA
  881.  
  882. Product          : eXodus for Macintosh
  883.         eXodus for MS-Windows
  884.         (also available eXodus for NeXTSTEP)
  885.  
  886. Current Version: 5.0 
  887.  
  888. Pricing          : eXodus for Macintosh  : $296 /copy
  889.         eXodus for MS-Windows : $449 /copy
  890.  
  891. Support          : 
  892.  
  893. Systems          : Macintosh w System 6.x & higher or A/UX, MS-Windows 3.x
  894.  
  895. Services      : server: X11R5 
  896.         
  897. Size          : 
  898.  
  899. Features      : XDMCP security, ICCCM compliant, XRemote
  900.         Backing store support, Multiple X screen support, Font
  901.         servers, rootless & rooted windows
  902.         Supports Motif, OpenLook, DECWindows
  903.          eXodus for Macintosh supports:
  904.               MacTCP, Novell TCPort/LAN Workplace, TSSnet (Thursby
  905.               Software Systems), DECnet (CommUnity-Mac), DECnet
  906.               (Pathworks), ADSP (Pathworks), Appletalk.
  907.             MultiFinder support, 
  908.             System 6.x or later
  909.             eXodus I for Macintosh runs without FPU (MacIIsi,
  910.               LC, LCII, LCIII, 512k, etc.)
  911.             eXodus II for Macintosh requires an FPU (most other
  912.               Macs) 
  913.              eXodus for MS-Windows
  914.  
  915. -------------------------------------------------------------------------------
  916.  
  917. X-4.  Micro X-Lite: StarNet Communications Corporation
  918.  
  919. Company       :    StarNet Communications Corporation
  920.  
  921. Contact          : Dick Montgomery (dick@starnet.com)
  922.         
  923. Phone         :    (408) 739-0881        
  924.  
  925. FAX          : (408) 739-0936
  926.  
  927. Email         :    microx@starnet.com
  928.         
  929. Postal mail   : StarNet Communications Corporation
  930.         3073 Lawrence Expressway
  931.         Santa Clara, CA 95051
  932.  
  933. Product          : Micro X-Lite, X-enlite, X-DOS, X-WIN
  934.  
  935. Current Version: X-Lite -     1.7.2 
  936.          X-enlite -     1.5.3
  937.          X-DOS    -    1.7.2
  938.          X-WIN      -     2.5.4
  939.  
  940. Pricing          : X-Lite -     $75
  941.         X-enLite -    $150
  942.         X-DOS -        $345
  943.         X-WIN -     $425
  944.  
  945. Support          : call or support@starnet.com
  946.  
  947. Systems          : 80x86 w/ 640 KB & DOS 3.1 or higher (X-Lite)
  948.         80386 w/ 2MB RAM & DOS 3.1 & higher (X-enlite, X-DOS)
  949.         80386 w/ 4MB RAM & Win 3.x (X-WIN)
  950.  
  951. Services      : servers: X11R4 (w/ builtin TCP/IP)
  952.         X-WIN: X11R5 
  953.         
  954. Size          : X-Lite 2MB [on disk]
  955.         X-DOS, X-enLite - 4MB [on disk]
  956.         X-WIN - 5 MB [on disk]
  957.  
  958. Cards          : 3Com 3C501, 3C503 (Etherlink II), 3C505, 3C523
  959.             Cabletron 1000, 2000, & 3000
  960.             Micom-Interlan NI5010 & NI5210
  961.             Western Digital WD80003E
  962.             Novell NE-1000 & NE-2000
  963.         Packet driver supported cards
  964.  
  965. Features      : Supports StarNet TCP/IP (integrated), BW-TCP, PC/TCP, Novell
  966.         LWP, PC-NFS, Lanera TCPOpen, Winsock 1.1
  967.         Support for Motif, OpenLook & DECWindows.
  968.         Graphics cards supported: 
  969.           Ahead V5000, ATI 18800, Everex VP, Everex VGA, Genoa 6400, 
  970.           Paradise 900C00, 900C11, 900C30, STB EM-16, Trident
  971.           8800CS, ET-3000, ET-4000, Video7 HT208, Video7 V7VGA,
  972.  
  973. -------------------------------------------------------------------------------
  974.  
  975.