old-www/LDP/nag/node7.html

56 lines
2.5 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>TCP/IP Networks</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="node8.html">Introduction to TCP/IP-Networks</A>
<B>Up:</B> <A HREF="node3.html">Introduction to Networking</A>
<B> Previous:</B> <A HREF="node6.html">How to Use UUCP</A>
<BR> <P>
<H1><A NAME="SECTION003300000">TCP/IP Networks</A></H1>
<A NAME="introtcpip"></A>
Although UUCP may be a reasonable choice for low-cost dial-up network
links, there are many situations in which its store-and-forward
technique proves too inflexible, for example in Local Area Networks
(LANs). These are usually made up of a small number of machines located
in the same building, or even on the same floor, that are interconnected
to provide a homogeneous working environment. Typically, you would want
to share files between these hosts, or run distributed applications on
different machines.
<P>
These tasks require a completely different approach to networking.
Instead of forwarding entire files along with a job description, all
data is broken up in smaller chunks (packets), which are forwarded
immediately to the destination host, where they are reassembled. This
type of network is called a <em>packet-switched</em> network. Among other
things, this allows to run interactive applications over the network.
The cost of this is, of course, a greatly increased complexity in
software.
<P>
The solution that system--- and many non- sites--- have
adopted is known as TCP/IP. In this section, we will have a look at its
underlying concepts.
<P>
<BR> <HR>
<UL>
<LI> <A HREF="node8.html#SECTION003310000">Introduction to TCP/IP-Networks</A>
<LI> <A HREF="node9.html#SECTION003320000">Ethernets</A>
<LI> <A HREF="node10.html#SECTION003330000">Other Types of Hardware</A>
<LI> <A HREF="node11.html#SECTION003340000">The Internet Protocol</A>
<LI> <A HREF="node12.html#SECTION003350000">IP over Serial Lines</A>
<LI> <A HREF="node13.html#SECTION003360000">The Transmission Control Protocol</A>
<LI> <A HREF="node14.html#SECTION003370000">The User Datagram Protocol</A>
<LI> <A HREF="node15.html#SECTION003380000">More on Ports</A>
<LI> <A HREF="node16.html#SECTION003390000">The Socket Library</A>
</UL>
<BR> <HR>
<P><ADDRESS>
<I>Andrew Anderson <BR>
Thu Mar 7 23:22:06 EST 1996</I>
</ADDRESS>
</BODY>
</HTML>