home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / mswindo / apps / 4902 < prev    next >
Encoding:
Text File  |  1992-11-15  |  2.9 KB  |  58 lines

  1. Newsgroups: comp.os.ms-windows.apps
  2. Path: sparky!uunet!microsoft!hexnut!blakeco
  3. From: blakeco@microsoft.com (Blake Coverett)
  4. Subject: Re: Windows for Workgroups and TCP/IP (QVTNET or PC/TCP)
  5. Message-ID: <1992Nov15.214424.6206@microsoft.com>
  6. Date: 15 Nov 92 21:44:24 GMT
  7. Organization: Microsoft Canada Inc.
  8. References: <76n1_f#@rpi.edu> <1992Nov11.063238.25583@microsoft.com> <rick.85.721676985@sjsumcs.sjsu.edu>
  9. Lines: 47
  10.  
  11. >>>>>rick@sjsumcs.sjsu.edu (Richard M. Warner) writes:
  12. >>>>>>Until Microsoft decides to use a multi-protocol stack for WFWG it will be
  13. >>>>>>a no go - unless you load one (e.g., NDIS, ODI, etc.) before entering
  14. >>>>>>Windows and can get the drivers to work with all the pieces.
  15.  
  16. >In article <1992Nov11.063238.25583@microsoft.com> blakeco@microsoft.com (Blake Coverett) writes:
  17. >>WFW most certainly does use NDIS and as such supports multiple protocol
  18. >>stacks on the same card.  In fact it comes with two stacks (NetBEUI and
  19. >>IPX) which run concurrently when you choose NetWare support.  I have
  20. >>successfully used Microsoft's TCP/IP stack with WFW and I strongly
  21. >>suspect that QVT/NET could be persuaded to work with the NDIS packet
  22. >>driver shim.
  23.  
  24. In article <rick.85.721676985@sjsumcs.sjsu.edu> rick@sjsumcs.sjsu.edu (Richard M. Warner) writes:
  25. >Not quite correct.  WfWG uses NetBIOS (the extended NetBIOS called 
  26. >NetBEUI).  It can run NetBIOS over IPX.  It does not use NDIS, but
  27. >you can use NDIS as a protocol stack manager if you desire.  It is not
  28. >automatic, and NDIS set-up and management is 2-3 orders of magnitude
  29. >more complex than the marketing hype asserts one needs to endure to
  30. >set-up and run WfWG (Yes I know NDIS - I use it daily, and I hate it!)
  31.  
  32. No.  WFW only ever runs on top of a NDIS protocol stack. In its base 
  33. configuration it look like this:
  34.  
  35. +------------------+
  36. | NetBEUI protocol | (From either NET.EXE or VNB.386 depending on the mode)
  37. | workgrp.sys stub | (transport hooks to pass things up to one of the above)
  38. +------------------+ (This interface is standard NDIS 2.0.1)
  39. | NDIS Card Driver | (this is your favorite NDIS card driver)
  40. +------------------+
  41.  
  42. When you add another protocol stack it sits beside NetBEUI on top of the
  43. NDIS interface.  I run an XNS NDIS stack all the time, MSIPX.SYS implements
  44. an NDIS version of IPX and discussions of how to make the NDIS versions of
  45. TCP/IP and AsyBEUI are in appendix 7 of the soon to be available Resource Kit
  46. for WFW.
  47.  
  48. NetBIOS is simply a session layer programmers interface to a network protocol.
  49. NetBIOS is commonly used over a NetBEUI transport but it is also commonly
  50. used over IPX and TCP/IP (as a couple of examples.)
  51. NetBIOS != NetBEUI in fact they are apples and oranges you can't compare
  52. them at all.
  53.  
  54. -Blake (Rick, please email me directly if you have an issue with this.)
  55. -- 
  56. #include <std/disclaimer.h>                       blakeco@microsoft.com
  57. Mail Flames, Post Apologies.                      ...!uunet!microsoft!blakeco
  58.