old-www/LDP/nag/node17.html

66 lines
3.3 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<!--Converted with LaTeX2HTML 96.1-c (Feb 29, 1996) by Nikos Drakos (nikos@cbl.leeds.ac.uk), CBLU, University of Leeds -->
<HTML>
<HEAD>
<TITLE> Networking</TITLE>
</HEAD>
<BODY LANG="EN">
<A HREF="node1.html"><IMG WIDTH=65 HEIGHT=24 ALIGN=BOTTOM ALT="contents" SRC="contents_motif.gif"></A> <BR>
<B> Next:</B> <A HREF="node18.html">Different Streaks of Development</A>
<B>Up:</B> <A HREF="node3.html">Introduction to Networking</A>
<B> Previous:</B> <A HREF="node16.html">The Socket Library</A>
<BR> <P>
<H1><A NAME="SECTION003400000"> Networking</A></H1>
Being the result of a concerted effort of programmers around the world,
wouldn't have been possible without the global network. So
it's not surprising that already in early stages of development, several
people started to work on providing it with network capabilities. A UUCP
implementation was running on almost from the very beginning,
and work on TCP/IP-based networking started around autumn-1992, when
Ross Biro and others created what now has become known as Net-1.
<P>
After Ross quit active development in May 1993, Fred van Kempen began to
work on a new implementation, rewriting major parts of the code. This
ongoing effort is known as Net-2. A first public release, Net-2d, was
made in Summer 1992 (as part of the 0.99.10 kernel), and has since been
maintained and expanded by several people, most notably Alan Cox, as
Net-2Debugged. After heavy debugging and numerous improvements to the
code, he changed its name to Net-3 after 1.0 was released.
This is the version of the networking code currently included in the
official kernel releases.
<P>
Net-3 offers device drivers for a wide variety of Ethernet boards, as
well as SLIP (for sending network traffic over serial lines), and PLIP
(for parallel lines). With Net-3, has a TCP/IP
implementation that behaves very well in a local area network
environment, showing uptimes that beat some of the commercial PC
. Development currently moves toward the necessary stability to
reliably run it on Internet hosts.
<P>
Beside these facilities, there are several projects going on that will
enhance the versatility of . A driver for PPP (the
point-to-point protocol, another way to send network traffic over
serial lines), is at Beta stage currently, and an AX.25 driver for ham
radio is at Alpha stage. Alan Cox has also implemented a driver for
Novell's IPX protocol, but the effort for a complete networking suite
compatible with Novell's has been put on hold for the moment, because
of Novell's unwillingness to provide the necessary documentation.
Another very promising undertaking is <a href="../refs/samba.faq">samba</a>, a
NetBIOS server for Un*x, written by Andrew Tridgell.<A HREF="footnode.html#744"><IMG ALIGN=BOTTOM ALT="gif" SRC="foot_motif.gif"></A>
<P>
<BR> <HR>
<UL>
<LI> <A HREF="node18.html#SECTION003410000">Different Streaks of Development</A>
<LI> <A HREF="node19.html#SECTION003420000">Where to Get the Code</A>
</UL>
<HR><A HREF="node1.html"><IMG WIDTH=65 HEIGHT=24 ALIGN=BOTTOM ALT="contents" SRC="contents_motif.gif"></A> <BR>
<B> Next:</B> <A HREF="node18.html">Different Streaks of Development</A>
<B>Up:</B> <A HREF="node3.html">Introduction to Networking</A>
<B> Previous:</B> <A HREF="node16.html">The Socket Library</A>
<P><ADDRESS>
<I>Andrew Anderson <BR>
Thu Mar 7 23:22:06 EST 1996</I>
</ADDRESS>
</BODY>
</HTML>