![]()
This article is available as a web page at : https://members.tripod.com/~LoverDream/tcpip.htm This article is available via FTP at : NOT yet available NOW!! 1. Books -------- Richard Stevens' TCP/IP illustrated. Published by Addison-Wesley. Volume 1 - describes the TCP/IP protocols. ISBN 0-201-63346-9 Volume 2 - describes the TCP/IP stack as implemented in 4.4BSD-Lite, at the source code level. ISBN 0-201-63354-X. Volume 3 - describes HTTP, NNTP, and more. ISBN 0-201-63495-3 Richard Steven's UNIX Network Programming. Published by Prentice Hall. Described here is the 2nd edition of the book. The 1st edition (ISBN 0-13-949876-1) will be sold until the third volume of of the 2nd edition will be out. Volume 1 - "Networking APIs: Sockets and XTI". Describes UNIX network programming in & out, including a lot of code examples, covering IPv4 & IPv6, sockets and XTI, TCP & UDP, raw sockets, programming techniques, multicasting & broadcasting, and what not. The best TCP/IP programming book around, IMHO. ISBN 0-13-490012-X Volume 2 - "IPC: Interprocess Communication" Name is probable, to be published. Volume 3 - "Applications" Name is probable, to be published. Douglas Comer's Internetworking with TCP/IP. Published by Prentice-Hall. Volume 1 - describes the TCP/IP protocols, architecture and principles. ISBN 0-13-216987-8 Volume 2 - describes a TCP/IP implementation (with C code), implemented on the XINU operating system. ISBN 0-13-125527-4 Volume 3 - describes network programming, and has a sockets version (ISBN 0-13-260969-X), a TLI version (ISBN 0-13-260977-0), and a winsock version (ISBN 0-13-848714-6) Troubleshooting TCP/IP - Analyzing the Protocols of the Internet By Mark A. Miller Published by M & T Books ISBN 1-55851-450-3 A good troubleshooting guide, with good explainations of most protocols, starting from network layer, through ARP, DNS, routing, and up to the applications, including SMTP, FTP, and TELNET. Coverage includes SNMP, ATM, IPv6. Case studies, included for every subject, include sniffer output and explanations. High-Speed Networks: TCP/IP and ATM Design Principles By William Stallings Published by Prentice-Hall ISBN 0-13-525965-7 This book explains how to design high-speed networks (ATM, 100 Mbps & Gbps ethernet) intended to carry high volume data (WWW, still images, video on demand, etc). Coverage includes explanation of ATM and Fast & Gigabit Ethernet, the mathematical background needed for performance analysis, traffic management (IP & ATM), routing, and compression. TCP/IP: Architecture, Protocols, and Implementation with IPv6 and IP Security By Sidnie Feit Published by McGraw-Hill ISBN 0-07-021389-5 This book covers TCP/IP in one volume, starting from the physical layer, through IP, UDP & TCP, the various applications (WWW, mail, etc) to network management. The Design and Implementation of the 4.4 BSD Operating System. By Marshall Kirk McKusick, Keith Bostic, Michael J. Karels and John S. Quarterman. Published by Addison-Wesley. ISBN 0-201-54979-4 This book describes the internals of the 4.4 BSD operating system, including the Net/2 TCP/IP stack implementation. A good explanation of the most commonly used implementation of TCP/IP. TCP/IP Network Administration by Craig Hunt. Published by O'Reilly ISBN 0-937175-82-X An excellent book about management of TCP/IP networks, covering every subject that needed, including DNS, routing, sendmail, configuring, and trouble-shooting. This book is UNIX oriented. Networking Personal Computers with TCP/IP - Building TCP/IP Networks By Craig Hunt, published by O'Reilly. ISBN 1-56592-123-2 A good book about management of TCP/IP networks, which is PC oriented, covering DOS, Windows, Windows-95, and Windows-NT. Teach Yourself TCP/IP in 14 days. By Timothy Parker Published by SAM'S Publishing. ISBN 0-672305-49-6 This book is intended for network managers, and gives an overview of TCP/IP from ground up, in a short schedule. PPP Design and Debugging By James Carlson Published by Addison-Wesley ISBN 0-201-18539-3 An excellent book about PPP. This compact book is packed with info about PPP, covering it in both depth and width, covering LCP, negotiation & authentication, network layer protocols, bandwidth management, etc, including trace interpretation, C code & psuedo code, and lots of resources and references. IPv6: The New Internet Protocol By Christian Huitema Published by Prentice-Hall. ISBN 0-13-241936-X This book, written by Christian Huitema - a member of the Internet Architecture Board, gives an excellent description of IPv6, how it differs from IPv4, and the hows and whys of it's development. Unix Network Programming By W. Richard Stevens Published by Prentice-Hall ISBN 0-13-949876 Obsoleted by the second edition, to be covered soon. Unix System V. Network Programming By Steven A. Rago Published by Addison-Wesley ISBN 0-201-56318-5 This books gives a good coverage of UNIX network programming. Though it is centered around SVR4, it covers many subhects, including STREAMS, TLI, sockets, RPC, and kernel level communications, including ethernet & SLIP drivers. Windows Sockets Network Programming By Bob Quinn and Dave Shute Published by Addison-Wesley ISBN 0-201-63372-8 An excellent book about winsock programming, with chapters about porintg apps from BSD Unix & sockets, DLLs, debugging, and nice appendice. The two following books are not directly related to TCP/IP, but are recommended as good books for windows programmer who write TCP/IP clients & servers, and are complementary to the above book : 1. Win32 Network Programming By Ralph Davis Published by Addison-Wesley ISBN 0-201-48930-9 This book shows programmers how to build networked apps using the 32-bit features of Win95 and NT, and includes a floppy with all the examples' code. 2. Multithreading Applications in Win32 By Jim Beveridge and Robert Wiener Published by Addison-Wesley ISBN 0-201-44234-5 This book shows developers how, when and where to use multi-threading in Win32 applications, and includes a CD-ROM. Interconnections By Radia Perlman Published by Addison-Wesley ISBN 0-201-56332-0 This is a good book about bridging and routing, which has both a wide coverage and a technical depth. The book covers TCP/IP routing in only one chapter, which is extensive, but gives a much wider perspective on bridging, brouting, and routing in general. OSPF, Anatomy of an Internet Routing Protocol By John T. Moy Published by Addison-Wesley ISBN 0-201-63472-4 A great book about OSPF, including it's history, multicast routing, management, debugging, comparisons to other routing protocols, and the companion book (OSPF Complete Implementation) goes through a complete implementation of OSPF (included on a CD), with a port to FreeBSD 2.1 and a Windows-95 simulator. Data and Computer Communications By William Stallings Published by Prentice-Hall. ISBN 0-02-415425-3 A very good book about computer communications basics. Includes information about TCP/IP and IPv6. Computer Networks By Andrew S. Tanenbaum Published by Prentice-Hall. ISBN 0-13-349945-6 A very good book about computer communications basics. Describes communications according to the OSI seven layers model, but includes information about TCP/IP and IPv6. RFC #1175 supplies a wealth of references, though a little dated. "FYI on Where to Start - A Bibliography of Internetworking Information" RFC #1180 is a good tutorial, with a focus on how an IP packet is delivered. "A TCP/IP Tutorial" RFC #1432 supplies further references, though a little dated as well. "Recent Internet Books" RFC #1463 supplies further references, which is a little dated as well. "FYI on Introducing the Internet - A Short Bibliography of Introductory Internetworking Readings for the Network Novice" RFC #1739, titled "A Primer On Internet and TCP/IP Tools" is a good introductory to TCP/IP tools, such as ping, finger, and traceroute. 2. On-Line Resources -------------------- 1. The comp.answers & news.answers newsgroups contain (or at least should) all FAQ postings for the newsgroups dealing with computers. The following newsgroups contain discussion related to TCP/IP : - Newsgroups FAQs are posted periodically to their top-hierarchy answers newsgroup (e.g. comp.os.vms => comp.answers). Those groups, along with news.newusers.questions, are great places to look for FAQs & tips in. - the comp.protocols hierarchy, which covers various networking protocols, such as tcp/ip, kermit, and iso. notice that some TCP/IP related protocols have discussion groups of their own (e.g. NFS, SNMP, NTP, PPP). - the comp.dcom hierarchy, including groups that discuss lans, modems, and ethernet. - the comp.mail hierarchy, which covers various electronic mail programs (pine, elm, sendmail, etc). - The news hierarchy, which covers the various subjects related to usenet, including the NNTP protocol. 2. All the newgroups' FAQs, as well as other intoductory documents are stored at ftp://rtfm.mit.edu/pub/. A good introductory to TCP/IP from the site is the file ftp://rtfm.mit.edu/pub/net/internet.text. The FAQs can be accessed on the web at http://www.faqs.org/ as well. As the rtfm.mit.edu & faqs.org sites might be heavily loaded, and as many sites mirror the FAQs archive, it is advisable to search for FAQs at geographically nearer sites. A list of many mirror sites (allowing access via FTP, WWW, Gopher, mail, etc) is available at : ftp://rtfm.mit.edu/pub/faqs/news-answers/introduction The comp.protocols.tcp-ip group has a FAQ, previously maintained by George V. Neville-Neil, now by Mike Oliver, is located at : ftp://ftp.pyramid.com/pub/usenet/internet/tcp-ip/faq.txt http://www.visi.com/~khayes/mpti/tcpipfaq.html http://t2.technion.ac.il/~s2845543/tcpip.faq.html The comp.protocols.tcp-ip.ibmpc newsgroup has a FAQ, written by Bernard D. Aboba, which can be found at at : ftp://ftp.netcom.com/pub/ma/mailcom/IBMTCP/ibmtcp.zip The sockets programming FAQ, by Vic Metcalfe, is located at : ftp://rtfm.mit.edu/pub/usenet/news.answers/unix-faq/socket http://kipper.york.ac.uk/~vic/sock-faq/ http://www.faqs.org/faqs/unix-faq/socket/index.html The alt.winsock newsgroup has a FAQ, by Nancy Cedeno Alegria, located at : http://www.well.com/user/nac/alt-winsock-faq.html ftp://rtfm.mit.edu/pub/usenet/news.answers/windows/winsock-faq The Winsock Programmer's FAQ, by Warren Young, is located at : http://www.cyberport.com/~tangent/programming/winsock/ The windows-sockets page, by Bob Quinn, is located at : http://www.sockets.com/ The Raw IP Networking FAQ, by Thamer Al-Herbish, is available at : http://www.whitefang.com/rin/ Stardust has a winsock page, located at : http://www.stardust.com/wsresource/wsresrce.html The Secure Sockets Layer Discussion List FAQ is located at : http://www.consensus.com/security/ssl-talk-faq.html ftp://ftp.consensus.com/pub/security/ssl-talk-faq.txt Info about Ssh (Secure Shell) may be found at : http://www.cs.hut.fi/ssh/ http://www.uni-karlsruhe.de/~ig25/ssh-faq/ http://www.faqs.org/faqs/computer-security/ssh-faq/index.html ftp://rtfm.mit.edu/pub/usenet-by-group/comp.security.ssh/ Info about SOCKS (secure sockets using proxies / firewalls) - http://www.socks.nec.com/ ftp://coast.cs.purdue.edu/pub/doc/faq/faq_socks The DNS Resources Directory, an excellent resource, may be found at - http://www.dns.net/dnsrd/ Info about various TCP/IP protocols originating from UNIX utilities, such as r-* services, lpd, and talk, can be found in a page I've written up for the purpose of concenrating the info at a single point. http://t2.technion.ac.il/~s2845543/mini-tcpip.faq.html 3. The comp.protocols.tcp-ip newsgroup is gated to a mailing list. The list is served by listserv@pucc.princeton.edu, and named tcp-ip. The comp.protocols.tcp-ip.ibmpc is gated to a mailing list as well, and it is served by listserv@list.nih.gov, under the name PCIP. The alt.winsock newsgroup is gated to a mailing list as well. The mailing list is named winsock@microdyne.com. The [un]subscribption address is, of course, winsock-request@microdyne.com 3. WWW resources ---------------- 1. The internic's home page is http://www.internic.net/ This is _the_ authorative source for RFCs (which include all the standards for TCP/IP), FYIs, and other infos about the internet and TCP/IP. There is an option to search RFCs by keywords, and an index of all published RFCs. The internic's databases (RFCs, FYIs, stds, etc) are accessible via FTP at ds.internic.net, where there's a directories for RFCs (some are available in postscript format), drafts, FYIs, a resource guide (in both text and post-script formats), etc. The internic's databases are accessible via email, at listserv@is.internic.net and mailserv@ds.internic.net. Messages should have an empty line, and to get further info, send a message with a body having one line, containing "help". Another email address is rfc-info@isi.edu - to get further info, send a message with any subject, and with the body having one line, containing either "help", or "help: ways_to_get_rfcs". Note : the RFCs are the documents giving the official documentation to the various internet protocols. For specs / description / details / info about any internet protocol, first look at the internic's site, or get the RFCs index via email. An excellent index of RFCs is available in an appendix in Comer's first volume, but it is current as of the publishing date only. Comment : as many people seem to look for RFCs on CD-ROMs, I list here two titles I know of : 1. Infomagic has a 2 CDs set titled "STANDARDS" which contains, among other things, all the RFCs & IENs. 2. Walnut-Creek has a CD-ROM titled "Internet Info" which contains some of the RFCs & IENs, among other stuff. 2. Network Research Group home page - http://www-nrg.ee.lbl.gov/nrg.html Internet Assigned Numbers Authority home page - http://www.iana.org/iana/ Internet Engineering Task Force home page - http://www.ietf.org/ Internet Research Task Force home page - http://www.irtf.org/ Internet SOCiety home page - http://info.isoc.org/ Internet Architecture Board home page - http://www.iab.org/iab/ Internet Engineering Steering Group - http://www.ietf.org/iesg.html Internet Mail Consortium - http://www.imc.org/ The Generic Top Level Domain Memorandum of Understanding - http://www.gtld-mou.org/ Internet Ad-Hoc Committee home page - http://www.iahc.org/ 3. The Unix Guru Universe's home page is http://www.ugu.com/ You could find in this site references to all kinds of info relating to UNIX, including TCP/IP. There are three great sites for all of MS-Windows's versions, which cover a lot of info relating to connecting MS-Windows to TCP/IP networks. The sites are : http://www.windows.com/ http://www.windows95.com/ http://www.windows-nt.com/ The AlterNIC's home page is http://www.alternic.net/ You could find in this site links to RFCs, internet drafts, and materials relating to freedom of speech, encryption, and more. The Network Professionals Resource Center's page is http://www.inetassist.com/. It contains links to many FAQs, computers & networking magazines' home pages, etc. 4. The following links would supply intro info on TCP/IP : 1. gopher://gopher-chem.ucdavis.edu/11/Index/Internet_aw/ 2. Optimized Engineering Technical Compendium (LANs & IP) http://www.optimized.com/tech_cmp/index.html 3. Introduction to TCP/IP http://pclt.cis.yale.edu/pclt/comm/tcpip.htm 4. Introduction to the Internet Protocols http://oac3.hsc.uth.tmc.edu/staff/snewton/tcp-tutorial/ 5. Under the hood of the 'net: An overview of the TCP/IP Protocol Suite, By Jason Yanowitz. http://info.acm.org/crossroads/xrds1-1/tcpjmy.html 6. IP overview, by Cisco. http://web.mis.ccu.edu.tw/ip/ip.html 7. DataCommUS TCP/IP & data communication tutorials http://www.datacomm-us.com/technow/index.html 8. Internet Protocol Frequently Asked Questions, v2.1 http://web.cnam.fr/Network/TCP-IP/tcp-ip.html 9. Thomas's Technical Links http://www.psp.demon.co.uk/tfl/techlinks.htm 10. The IP Address and Classes http://www.sangoma.com/fguide.htm (linked from http://www.sangoma.com/ss-comm.htm) 11. Cisco's Internetworking Terms and Acronyms http://cio-sys.cisco.com/univercd/data/doc/cintrnet/ita.htm 12. TCP/IP Quick Primer http://home.ican.net/~pjnummi/systems_1.html 13. Daryl's TCP/IP Primer Addressing and Subnetting on the Near Side of the 'Net http://ipprimer.2ndlevel.net/ 14. Breeze Through Subnet Masking, by John Lambert, MCSE http://www.mcpmag.com/members/97mayjun/oe1main.asp 15. IP Addressing Fundamentals http://support.wrq.com/tutorials/tcpip/tcpipfundamentals.html 16. Understanding IP Addressing: Everything You Ever Wanted To Know http://www.3com.com/nsc/501302.html 17. hedrick-intro to the Internet Protocols http://www.cis.ohio-state.edu/htbin/rfc/hedrick-intro.html 18. A short page about TCP/IP security by Chris Chambers, Justin Dolske, and Jayaraman Iyer. http://www.cis.ohio-state.edu/~dolske/gradwork/cis694q/ 19. Von Welch has a network performance page at http://www.ncsa.uiuc.edu/People/vwelch/net_perf/ One of the subpages explains TCP windows http://www.ncsa.uiuc.edu/People/vwelch/net_perf/tcp_windows.html 20. Cliff Green's Introduction to Internet Protocols for Newbies http://www.halcyon.com/cliffg/computer/internet_protocols.html 21. Catalyst's Introduction to TCP/IP Programming http://www.catalyst.com/tcpintro.html 22. RPC http://www.macam98.ac.il/vmis/rurl.htm 23. BSD socket programming tutorials Intro - http://ccnga.uwaterloo.ca/~mvlioy/stuff/ipc_intro_tut.txt Advanced - http://ccnga.uwaterloo.ca/~mvlioy/stuff/ipc_adv_tut.txt 24. Routing protocols IGRP & Enhanced IGRP - http://web.mis.ccu.edu.tw/ip/igrp.html RIP - http://web.mis.ccu.edu.tw/ip/rip.html RIP, EGP, BGP, OSPF - http://www.rgb.co.uk/wpg/tcpip.html OSPF, BGP, IPv6, GateD - http://www.roedu.net/~cmatei/network/ OSPF - http://www.cisco.com/warp/public/104/1.html 25. Host Name to Latitude/Longitude http://cello.cs.uiuc.edu/cgi-bin/slamm/ip2ll/ 26. Internet Weather Report http://www.internetweather.com/ http://www3.mids.org/weather/ 27. Connected: An Internet Encyclopedia http://www.farmington.k12.mo.us/CIE/Topics/index.htm 28. The Network Engineer's Toolkit Site http://www.wanresources.com/ 29. TCP/IP For Idiots Tutorial http://www.interworks.org/conference/IWorks96/sessions/TCPtutorial/
30. TCP/IP from Datacomm TCP/IP By datacomm
31. IP Subnet Calculator- Freeware from the Net3 Group
The following links would supply info about IPv6 : 1. http://playground.sun.com/pub/ipng/html/ipng-main.html 2. http://info.isoc.org/HMP/PAPER/PT1/html/pt1.html.hinden 3. http://www.ieee.org/comsoc/stallings.html 4. http://www.byte.com/art/9609/sec5/art2.htm 5. http://www.computermethods.com/ipng/ipng.htm 6. http://www.networkmagazine.com/9707/9707ip.htm 7. http://ganges.cs.tcd.ie/4ba2/ipng/ 8. http://www.6bone.net/ The following links would supply info about IP multicasting : 1. The IP Multicast Initiative home page http://www.ipmulticast.com/ 2. The Mbone (multicast bone) FAQ http://www.cs.columbia.edu/~hgs/internet/mbone-faq.html 3. The multicast backbone home page http://www.mbone.com/ The following links would supply info about IP security : 1. The SpoofIt page http://main.succeed.net/~coder/spoofit/spoofit.html 2. Internet Security Survey - http://www.trouble.org/survey/ 3. The Underground's site - http://www.underground.org/ 4. Phrack Magazine's site - http://www.phrack.com/ 5. The SKIP site - http://www.skip.org/ SKIP - Simple Key management for Internet Protocols - encrypts info at the IP layer, enabling all applications which communicate via IP (using either TCP or UDP) to benefict from security. 6. Gateway to Information Security's TCP/IP page contains a wealth of links to TCP/IP security information. The company's home page is http://www.securityserver.com/, and the TCP/IP security page (which I've found through a search engine, and could find through the home page) is http://www.securityserver.com/cgi-local/ssis.pl/category/@tcpip.htm 7. Peter Gutmann's "Security and Encryption-related Resources and Links" contains a huge collection of links to security sites. http://www.cs.auckland.ac.nz/~pgut001/links.html COAST's Hotlist: Computer Security, Law & Privact is another huge collection of links to security & privacy isses. http://www.cs.purdue.edu/homes/spaf/hotlists/csec-plain.html Telstra has a Security Papers & Documents page, most of them relating to network security. http://www.telstra.com.au/pub/docs/security/ Mark Daugherty's TCP/IP page contains IPv4 Datagram Reference Chart in AutoCad format (.dxf), as well as lots of other links to such stuff as well known port numbers, FAQs, ethernet resources, etc, in his home-page. http://www.iquest.net/~mdd/ http://www.iquest.net/~mdd/tcpip.html [TCP/IP page] Irwin Lazar's Networking References page contains plenty of links to networking subjects, including IP, Cisco, guides, magazines' home pages, networking security, and more. His page's URL is http://www.netevolve.com/lazar/ John Wobus's LAN page contains links to tons of networking materials. http://web.syr.edu/~jmwobus/lans/ Randy Baker's Introduction to Data Communications page http://www.georcoll.on.ca/staff/rbaker/idccbt.htm First Monday is a journal about the Internet which is published on the internet, with all it's articles peer-reviewed. It's archives contain articles about TCP/IP, indexed at http://www.firstmonday.dk/subjects/technical.html The Institute for Global Communications (IGC) has an excellent page of TCP/IP resources, starting from some general background, through pointers to platform specific links and comm-hardware links. The page is at http://www.igc.org/igc/help/tcpip.html RGB Trinet has a good collection of white papers & guides about networking & TCP/IP available at http://www.rgb.co.uk/wpg/ Cisco's site contains a couple of internetworking guides : A. IP Protocols page http://cio.cisco.com/warp/public/732/IP/index.html B. IP Technical Tips page http://www.cisco.com/warp/public/105/ C. Internetworking Technology Overview http://www.cisco.com/univercd/cc/td/doc/cisintwk/ito_doc/index.htm D. Internetwork Design Guide http://www.cisco.com/univercd/cc/td/doc/cisintwk/idg4/index.htm The National Chung Cheng University MIS department has a collection of pages about networking & TCP/IP : A. 10Mbs Ethernet page http://web.mis.ccu.edu.tw/10/ethernet.html B. ATM Internetworking http://web.mis.ccu.edu.tw/atm_inw/12.html IBM's Austin site contains a couple of TCP/IP guides : A. TCP/IP Tutorial and Technical Overview http://www.austin.ibm.com/resource/aix_resource/Pubs/redbooks/htmlbooks/gg243376.04/3376fm.html B. Using the Information Superhighway http://www.austin.ibm.com/resource/aix_resource/Pubs/redbooks/htmlbooks/gg242499.00/2499fm.html C. Accessing the Internet http://www.austin.ibm.com/resource/aix_resource/Pubs/redbooks/htmlbooks/sg242597.00/2597fm.html 5. Richard stevens' home page is at http://www.kohala.com/~rstevens/ Douglas Comer's home page is at http://www.cs.purdue.edu/people/comer Andrew Tanenbaum's home page is at http://www.cs.vu.nl/~ast/ William Stallings's home page is at http://www.shore.net/~ws 6. O'Reilly's home page is at http://www.ora.com/ Prentice Hall's home page is at http://www.prenhall.com/ Addison Wesley's home page is at http://www.aw.com/ MacMillan's home page is at http://www.mcp.com/mcp/ McGraw-Hill's home page is at http://www.mcgraw-hill.com/ MIS:Press home page is at http://www.mispress.com/ (M & T Books) InfoMagic's home page is at http://www.infomagic.com/ Walnut Creek's home page is at http://www.cdrom.com/ ftp site is at ftp://ftp.cdrom.com/ 7. GNU's home page is at http://www.gnu.org/ OpenBSD's home page is at http://www.openbsd.org/ FreeBSD's home page is at http://www.freebsd.org/ NetBSD's home page is at http://www.netbsd.org/ Linux's home page is at http://www.linux.org/ Erick Engelke has a web page titled "WATTCP Locator", supplying lots of info about WATTCP, a TCP/IP package for DOS. The latest version of WATTCP is pointed to from this page. http://dark.uwaterloo.ca/wattcp.html Phil Karn's KA9Q (DOS TCP/IP stack) is under Karn's home page. http://people.qualcomm.com/karn/tcpip.html Michael Bernardi's MS-DOS Applications for Internet Use FAQ, which contains a list of TCP/IP stacks & applications for DOS. ftp://ftp.demon.co.uk/pub/doc/ibmpc/dos-apps.txt http://www.dendarii.demon.co.uk/FAQs/dos-apps.html The Public Netperf Homepage is available, courtesy of HP, at http://www.cup.hp.com/netperf/NetperfPage.html 8. A good search engine could supply further info. The Yahoo engine, at http://www.yahoo.com/, has a good index, including a page about TCP-IP. Some other good search engines are AltaVista at http://www.altavista.digital.com/ InfoSeek at http://www.infoseek.com/ Hotbot at http://www.hotbot.com/ 9. The DejaNews site archives all the posts to usenet. The site, at http://www.dejanews.com/, enables users to search through posts sent over the past few years using different methods, which may be combined, such as words from articles, authors, and newsgroups. The ability to find past posts discussing unfamiliar subjects is an endless source of information, and may supply immediate answers to questions asked on usenet in the past. If you wish to have a post of yours not archived in dejanews add the header "X-No-Archive: Yes" to your posting's header, or write it as your article's first line. Notice that this wouldnt prevent other people from quoting your article, thus causing the quoted material to be archived. Other usefull features of DejaNews : - Get poster profiles. This gives a count of how many posts did a poster send to each newsgroup, with a poster identified by it's email address. - Search for newsgroups discussing given subjects. As the search is done by frequency of words in posts, the results should be taken with a grain of salt, e.g. 10. The Norwegian University of Science and Technology, located at Trondheim, has an FTP search engine on the web, located at http://ftpsearch.ntnu.no/ftpsearch, that can find files on anonymous FTP servers world wide. The search is similar to the one done by archie, and can be very useful for finding source code for utilities, FAQs, etc. A quick search for the word ping produced the following output : ------------------------------------------------------------------------------- ftp.cc.uec.ac.jp (Japan) 1 ftp.cc.uec.ac.jp /.0/4.4BSD-Lite/usr/src/sbin/ping 2 ftp.cc.uec.ac.jp /.0/4.4BSD-Lite/usr/src/sys/i386/floppy/ping 3 ftp.cc.uec.ac.jp /.0/Linux/redhat-4.1/i386/RedHat/instimage/usr/bin/ping 4 ftp.cc.uec.ac.jp /.0/Linux/redhat-devel/i386/RedHat/instimage/usr/bin/ping ftp.dwc.edu (Educational) 5 ftp.dwc.edu /.03/redhat/i386/RedHat/instimage/usr/bin/ping 6 ftp.dwc.edu /.03/redhat/sparc/RedHat/instimage/usr/bin/ping 7 ftp.dwc.edu /.03/redhat/sparc/misc/src/trees/rescue/bin/ping ftp.fujixerox.co.jp (Japan) 8 ftp.fujixerox.co.jp /.1/NetBSD-current/src/sbin/ping ftp.is.co.za (South Africa) 9 ftp.is.co.za /.1/linux/sunsite/distributions/redhat/redhat-4.1/i386 /RedHat/instimage/usr/bin/ping 10 ftp.is.co.za /.1/networking/ip/diagnostic/ping [more links snipped] ------------------------------------------------------------------------------- Other files search engine are located at http://www.filez.com/ and http://castor.acs.oakland.edu/cgi-bin/vsl-front/ which can find files for specific paltforms (e.g. unix, windows, mac) or specific formats (e.g. wav, midi, fonts, source code). 4. Related materials -------------------- 1. A networking terms dictionary is available http://www.ktek.com/Lans-Wans.html 2. The comp.protocols.ppp FAQ is available at http://www.faqs.org/faqs/ppp-faq/part1/index.html ftp://rtfm.mit.edu/pub/usenet-by-group/comp.protocols.ppp/ The comp.protocols.snmp FAQ FAQ is available at http://www.netcom.com/~snmpshop/snmpfaq ftp://ftp.cs.utwente.nl/pub/src/snmp/ There is a DHCP FAQ, written byJohn Wobus, available at http://web.syr.edu/~jmwobus/comfaqs/dhcp.faq.html The Amiga TCP/IP FAQ, written by Mike Meyer, is available at http://www.phone.net/ATCPFAQ/amitcp.txt http://www.phone.net/ATCPFAQ/amitcp.html 3. The comp.dcom.lans.ethernet FAQ is available at http://www.faqs.org/faqs/LANs/ethernet-faq/index.html ftp://rtfm.mit.edu/pub/usenet-by-hierarchy/news/answers/LANs/ethernet-faq Charles Spurgeon's Ethernet Page is at http://wwwhost.ots.utexas.edu/ethernet/ethernet-home.html The comp.dcom.lans.token-ring FAQ is available at http://home.sprynet.com/sprynet/jtmesser/faq/contents.html The comp.dcom.cabling FAQ is available at http://www.faqs.org/faqs/LANs/cabling-faq/index.html ftp://rtfm.mit.edu/pub/usenet-by-group/comp.dcom.cabling/ The comp.dcom.isdn FAQ is available at http://www.faqs.org/faqs/isdn-faq/part1/index.html ftp://rtfm.mit.edu/pub/usenet-by-group/comp.dcom.isdn/ The comp.dcom.cell-relay FAQ is available at http://cell-relay.indiana.edu/cell-relay/FAQ/ATM-FAQ/FAQ.html 4. The Big-LAN FAQ, created for the big-lan@listserv.syr.edu mailing list, which discusses "[the] issues in designing and operating Campus-Size Local Area Networks, ..." is available at ftp://rtfm.mit.edu/pub/usenet-by-hierarchy/news/answers/LANs/big-lan-faq http://web.syr.edu/~jmwobus/comfaqs/big-lan.faq The comp.security.firewalls newsgroup has a FAQ, available at http://www.clark.net/pub/mjr ftp://ftp.greatcircle.com/pub/firewalls/FAQ There's also a firewalls mailing list, served by mailto:Majordomo@GreatCircle.com archived at ftp://ftp.greatcircle.com/pub/firewalls/archive/ 5. A large collection of communication tutorials may be found at IOL's training page, which has links to materials on TCP/IP, LAN technologies, programming & administrations manuals, and more. http://www.iol.unh.edu/training/index.html Data Communications magazine has a collection of technical tutorials available at it's site, covering such subjetcs as ATM, IP, high speed networking, etc. http://www.data.com/Tutorials/ 3COM has a page containing links to a collection of networking articles. http://www.3com.com/technology/tech_net/white_papers/index.html 6. The comp.unix.programmer FAQ can be found at : http://www.erlenstar.demon.co.uk/unix/ http://www.whitefang.com/unix/ ftp://rtfm.mit.edu/pub/usenet/comp.unix.programmer/faq 7. The windows 95 FAQ, which covers, among other subjects, subjects relating to TCP/IP, networking, and modems, can be found at : http://www.orca.bc.ca/win95/ ftp://rtfm.mit.edu/pub/usenet/news.answers/windows/win95/faq/ 8. The National Chung Cheng University MIS department has a collection of pages about networking & TCP/IP : A. 10Mbs Ethernet page http://web.mis.ccu.edu.tw/10/ethernet.html B. ATM Internetworking http://web.mis.ccu.edu.tw/atm_inw/12.html C. Designing Internetworks for Multimedia http://web.mis.ccu.edu.tw/ip/idgmulti.html 9. Other networking pages may be found at http://junitec.ist.utl.pt/einfo/telecom.html http://www.cs.ruu.nl/~edwin/hot-lst.html