home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / pktsend.zip / PKTSEND.DOC < prev    next >
Text File  |  1995-02-24  |  2KB  |  44 lines

  1.  
  2.     Packet Send Utility
  3.         FTP Emulation Software, and Demo Code.
  4.  
  5.  
  6. Overview:
  7.  
  8.    Use this software for demonstration in a TCP/IP network environment.
  9.    Its purpose is to provide an interface to an FTP packet driver and enable
  10.    access to ethernet addresses at the physical layer of the ISO/OSI network
  11.    model.
  12.  
  13.    Using an FTP packet driver, PKTSEND.COM transmits raw packets
  14.    directly to the ethernet via DOS interrupt calls.  The text mode interface
  15.    accepts addresses and data from the user, and passes the data to FTP through
  16.    interrupt 60h (interrupts 60h through 80h are used by FTP drivers).
  17.  
  18.    Use PKTSEND.COM along with a network utility such as SNOOPER to observe
  19.    network activity.  Use this utility in a teaching environment to demonstrate
  20.    packet level communication on ethernet networks.
  21.  
  22.  
  23. Usage:
  24.    
  25.    Addresses entered in PKTSEND are sent to an FTP packet driver as broadcasts
  26.    with specific source and destination addresses.  Students can easily observe
  27.    the results of their keystrokes using a second network terminal.
  28.  
  29.    Install FTP network drivers on two terminals, run PKTSEND.COM on one of
  30.    them, and SNOOPER on a second.  Data sent over the ethernet via PKTSEND.COM
  31.    will be intercepted by SNOOPER to be recorded.
  32.    
  33.    When no network is installed, load DUMMY.COM into memory first to confirm
  34.    that PKTSEND software is working.  This is a TSR program loaded at DOS that
  35.    accepts packets via FTP interrupts and discards them (i.e. a null device
  36.    driver).  Using PKTSEND.COM and DUMMY.COM together demonstrates the intended
  37.    use of this software.
  38.  
  39.  
  40. Acknowledgments:
  41.  
  42.    Internet:    patrick@xiris.com
  43.  
  44.