old-www/LDP/nag2/x-087-2-intro.history.html

225 lines
4.8 KiB
HTML

<HTML
><HEAD
><TITLE
>History</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.57"><LINK
REL="HOME"
TITLE="Linux Network Administrators Guide"
HREF="index.html"><LINK
REL="UP"
TITLE="Introduction to Networking"
HREF="x-087-2-intro.html"><LINK
REL="PREVIOUS"
TITLE="Introduction to Networking"
HREF="x-087-2-intro.html"><LINK
REL="NEXT"
TITLE="TCP/IP Networks"
HREF="x-087-2-intro.tcpip.html"></HEAD
><BODY
CLASS="SECT1"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>Linux Network Administrators Guide</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="x-087-2-intro.html"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
>Chapter 1. Introduction to Networking</TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="x-087-2-intro.tcpip.html"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="SECT1"
><H1
CLASS="SECT1"
><A
NAME="X-087-2-INTRO.HISTORY"
>1.1. History</A
></H1
><P
> The idea of networking is probably as old
as telecommunications itself. Consider people living in the Stone
Age, when drums may have been used to transmit messages between
individuals. Suppose caveman A wants to invite caveman B over for a
game of hurling rocks at each other, but they live too far apart for B
to hear A banging his drum. What are A's options? He could 1) walk
over to B's place, 2) get a bigger drum, or 3) ask C, who lives
halfway between them, to forward the message. The last option is
called <I
CLASS="EMPHASIS"
>networking</I
>.</P
><P
>Of course, we have come a long way from the primitive pursuits and devices of
our forebears. Nowadays, we have computers talk to each other over vast
assemblages of wires, fiber optics, microwaves, and the like, to make an
appointment for Saturday's soccer match.<A
NAME="X-087-2-FNIT01"
HREF="#FTN.X-087-2-FNIT01"
>[1]</A
>
In the following description, we will deal with the means and ways by which
this is accomplished, but leave out the wires, as well as the soccer part.</P
><P
>We will describe three types of networks in this guide. We will focus on
TCP/IP most heavily because it is the most popular protocol suite in use on
both Local Area Networks (LANs) and Wide Area Networks (WANs), such as the
Internet. We will also take a look at UUCP and IPX. UUCP was once commonly
used to transport news and mail messages over dialup telephone connections.
It is less common today, but is still useful in a variety of situations. The
IPX protocol is used most commonly in the Novell NetWare environment and we'll
describe how to use it to connect your Linux machine into a Novell network.
Each of these protocols are networking protocols and are used to carry data
between host computers. We'll discuss how they are used and introduce you to
their underlying principles.</P
><P
>&#13; We define a network as
a collection of <I
CLASS="EMPHASIS"
>hosts</I
> that are able to
communicate with each other, often by relying on the services of a
number of dedicated hosts that relay data between the
participants. Hosts are often computers, but need not be; one can also
think of X terminals or intelligent printers as hosts. Small
agglomerations of hosts are also called <I
CLASS="EMPHASIS"
>sites</I
>.</P
><P
>&#13; Communication is
impossible without some sort of language or code. In computer
networks, these languages are collectively referred to as
<I
CLASS="EMPHASIS"
>protocols</I
>. However, you shouldn't think of
written protocols here, but rather of the highly formalized code of
behavior observed when heads of state meet, for instance. In a very
similar fashion, the protocols used in computer networks are nothing
but very strict rules for the exchange of messages between two or more
hosts.</P
></DIV
><H3
CLASS="FOOTNOTES"
>Notes</H3
><TABLE
BORDER="0"
CLASS="FOOTNOTES"
WIDTH="100%"
><TR
><TD
ALIGN="LEFT"
VALIGN="TOP"
WIDTH="5%"
><A
NAME="FTN.X-087-2-FNIT01"
HREF="x-087-2-intro.history.html#X-087-2-FNIT01"
>[1]</A
></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
WIDTH="95%"
><P
>The original spirit of which (see above) still shows on some occasions in
Europe.</P
></TD
></TR
></TABLE
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="x-087-2-intro.html"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="x-087-2-intro.tcpip.html"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Introduction to Networking</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="x-087-2-intro.html"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>TCP/IP Networks</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>