home *** CD-ROM | disk | FTP | other *** search
/ Hacker Chronicles 2 / HACKER2.BIN / 478.README < prev    next >
Text File  |  1987-08-26  |  4KB  |  64 lines

  1.  
  2.              Preface to Hedrick's
  3.            "Introduction to the Internet Protocols"
  4.                for Amateur Packet Radio
  5.  
  6.  
  7. Copyright 1987 Bdale Garbee, N3EUA.
  8. Permission to copy for non-commercial purposes granted.
  9.  
  10.  
  11. Charles Hedrick of RUTGERS, the State University of New Jersey, has written
  12. a very important document... a description of the "world of TCP/IP" that
  13. manages to be both a reasonable introduction for the non-technical or mildly
  14. technical individual, and an excellant starting point for anyone interested
  15. in learning more about the family of networking protocols commonly referred 
  16. to as "TCP/IP".
  17.  
  18. The only difficulty with this document for those who are trying to learn more
  19. about TCP/IP in the Amateur Radio "Packet" environment, is that the experience
  20. Mr. Hedrick works from is almost entirely with the wired networks common in 
  21. universities and businesses, where various computer systems are networked
  22. together using some form of wire (usually coaxial cable as in Ethernet, or
  23. fibre optic cabling as in Pronet).
  24.  
  25. The individual who is familiar with radio transmission will easily recognize 
  26. differences between the wired environment and the on-air environment.  This
  27. does not mean that the protocols are unfit for use on the air, it simply means
  28. that we need to be careful when *implementing* the protocols in software for
  29. use on the radio that we don't make assumptions that aren't valid on the air!
  30.  
  31. Mr. Hedrick mentions several protocols that can "ride on top of" TCP, such as
  32. Sun's Network File System, NFS.  Some of the applications that he talks about,
  33. including NFS, while wonderful on wired networks, are somewhat unreasonable
  34. for packet radio until or unless we have *much* higher speed modems.  Wired
  35. networks can easily run at 10 million bits per second, while packet ranges
  36. from 300 bits per second on HF, to perhaps 56 thousand bits per second on
  37. UHF.  Contemporary TCP/IP on packet may therefore not provide quite the same
  38. level of "wonderfulness" that is available to users of wired networks, but
  39. it certainly provides a dramatic improvement in potential services for the
  40. "next generation" of packet radio.
  41.  
  42. The KA9Q Internet Package is currently the most common TCP/IP implementation
  43. (if not the only one!) in use on Amateur Packet Radio.  The software supports
  44. the IBM PC and clones, and provides IP, ICMP, TCP, UDP, and ARP as basic 
  45. services, and implements the FTP, Telnet, and SMTP protocols as applications.
  46. The Package also includes a separate mail user interface program by N3EUA
  47. called BM, and software from PA0GRI for forwarding PBBS mail over TCP.  An
  48. associated set of software packages provide replacement ROM firmware for 
  49. several TNC's, allowing them to be used with the KA9Q TCP/IP Package.  At
  50. least two commercial manufacturers, AEA and Kantronics, now support the KISS
  51. protocol in their TNC's, making them useable with TCP/IP.  Various folks are
  52. busily writing additional application protocol modules, and porting the
  53. package to other machines (Macintosh, Amiga, various Unix systems, etc.).
  54.  
  55. Ok, now that we've primed you about what to watch out for, and hopefully
  56. helped you find the parts that you need to take "with a grain of salt", dig
  57. on in and read Hedrick's paper!  And when you're done, if you want to learn
  58. more about how it all works, read the documents (RFC's and IEN's) that he
  59. mentions in the references... and if you're really brave, and know or want to
  60. learn the C programming language, dig in and read the NET.EXE sources... 
  61.  
  62. Who knows?  Your life may never be the same again!
  63.  
  64.