home *** CD-ROM | disk | FTP | other *** search
/ Freesoft 1997 March / Freesoft_1997-03_cd.bin / recenz / 936 / WSPING32.TXT < prev   
Text File  |  1996-10-11  |  3KB  |  66 lines

  1. WSPING32   -  Copyright 1994-1996 Ipswitch, Inc.  All rights reserved.
  2.  
  3.   This program is not shareware.  This program may be used without fee
  4.   by educational staff, faculty and students; United States Government
  5.   users; and non-commercial home use.  All other uses and all 
  6.   redistribution requests MUST be coordinated with Ipswitch, Inc.  
  7.   Look at http://www.ipswitch.com or send e-mail to <info@ipswitch.com> 
  8.   or call (617)-676-5700.
  9.  
  10.   Please refer to the ABOUT box in the program for more information 
  11.   and the actual license.
  12.  
  13. Description
  14.  
  15.   This is a network diagnostic tool that implements PING, Traceroute 
  16.   and DNS lookups specifically for Windows 95 and Windows NT.  It may
  17.   work on Windows for Workgroups (Window 3.x) with some network stacks
  18.   when Win32s is installed.
  19.  
  20.   PING is a network diagnostic tool that verifies connectivity to a
  21.   particular system on the network.  PING sends an ICMP "echo request"
  22.   in the form of a data packet to a remote host, and displays the
  23.   results for each "echo reply".  In essence, PING asks, "Hello host,
  24.   are you there?", and waits for a response.  PING sends one packet
  25.   per second and prints one line of output for every response received.
  26.   When PING terminates, it displays a brief summary of round-trip 
  27.   times and packet loss statistics.  When using PING to isolate
  28.   hardware or software problems, first PING "127.0.0.1" (or "localhost")
  29.   to verify that the local network is up and running.  Then, ping 
  30.   hosts and gateways further and further away.
  31.  
  32.   TRACEROUTE is a network diagnostic tool that lets you trace and view
  33.   the actual route an IP packet follows to an Internet host.  It also
  34.   displays response times (in milliseconds), which identify the amount
  35.   of time it takes the packet to travel the route.  Response times will
  36.   vary depending on network load.  TRACEROUTE is useful for finding
  37.   potential trouble spots on large and complex networks that are 
  38.   connected together with routers.
  39.  
  40.   LOOKUP is a tool that lets you query Internet domain servers for
  41.   information about hosts and name servers.  You can use LOOKUP to
  42.   query the name server for information about various hosts and 
  43.   domains.
  44.  
  45. Changes
  46.  
  47.   96.10.11
  48.     Changed design of main window.
  49.     Fixed tabbing in main window.
  50.     Fixed DNS lookup for type ALL.
  51.     Fixed ping sequence numbers on Microsoft stacks.
  52.     Fixed ping and traceroute on Microsoft Windows NT 4.0.
  53.     Added save of last 10 names entered.
  54.     Added license and ordering information.
  55.     Added help dialog.
  56.  
  57. Testing
  58.  
  59.    This version of this program has ONLY been tested on:
  60.  
  61.    Windows NT 3.51 with Microsoft TCP/IP
  62.    Windows NT 4.0 with Microsoft TCP/IP
  63.    Windows 95 with Microsoft TCP/IP
  64.  
  65.  
  66.