<?xml version="1.0" encoding="utf-8"?>
<document xmlns="http://cnx.rice.edu/cnxml" xmlns:m="http://www.w3.org/1998/Math/MathML" xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" xmlns:q="http://cnx.rice.edu/qml/1.0" id="m0077" module-id="" cnxml-version="0.6">

  <title>Network architectures and interconnection</title>

  <metadata xmlns:md="http://cnx.rice.edu/mdml/0.4">
  <!-- WARNING! The 'metadata' section is read only. Do not edit below.
       Changes to the metadata section in the source will not be saved. -->
  <md:content-id>m0077</md:content-id>
  <md:title>Network architectures and interconnection</md:title>
  <md:version>2.10</md:version>
  <md:created>2000/08/01</md:created>
  <md:revised>2009/06/05 14:26:53.078 GMT-5</md:revised>
  <md:authorlist>
    <md:author id="dhj">
        <md:firstname>Don</md:firstname>
        <md:surname>Johnson</md:surname>
        <md:fullname>Don Johnson</md:fullname>
        <md:email>dhj@rice.edu</md:email>
    </md:author>
  </md:authorlist>
  <md:maintainerlist>
    <md:maintainer id="dhj">
        <md:firstname>Don</md:firstname>
        <md:surname>Johnson</md:surname>
        <md:fullname>Don Johnson</md:fullname>
        <md:email>dhj@rice.edu</md:email>
    </md:maintainer>
    <md:maintainer id="kashent">
        <md:firstname>Indra</md:firstname>
        <md:othername>Neel</md:othername>
        <md:surname>Datta</md:surname>
        <md:fullname>Indra Datta</md:fullname>
        <md:email>kashent@alumni.rice.edu</md:email>
    </md:maintainer>
    <md:maintainer id="jac3">
        <md:firstname>John</md:firstname>
        <md:othername>Austin</md:othername>
        <md:surname>Cottrell</md:surname>
        <md:fullname>John Cottrell</md:fullname>
        <md:email>jac3@rice.edu</md:email>
    </md:maintainer>
  </md:maintainerlist>
  <md:license href="http://creativecommons.org/licenses/by/1.0"/>
  <md:licensorlist>
    <md:licensor id="dhj">
        <md:firstname>Don</md:firstname>
        <md:surname>Johnson</md:surname>
        <md:fullname>Don Johnson</md:fullname>
        <md:email>dhj@rice.edu</md:email>
    </md:licensor>
  </md:licensorlist>
  <md:keywordlist>
    <md:keyword>communication network</md:keyword>
    <md:keyword>gateway</md:keyword>
    <md:keyword>information communication</md:keyword>
    <md:keyword>internet protocol address</md:keyword>
    <md:keyword>IP address</md:keyword>
    <md:keyword>LAN</md:keyword>
    <md:keyword>local area network</md:keyword>
    <md:keyword>name server</md:keyword>
    <md:keyword>network architecture</md:keyword>
    <md:keyword>WAN</md:keyword>
    <md:keyword>wide area network</md:keyword>
  </md:keywordlist>
  <md:subjectlist>
    <md:subject>Science and Technology</md:subject>
  </md:subjectlist>
  <md:abstract>Two major types of networks exist: wide-are-networks and local-area-networks.</md:abstract>
  <md:language>en</md:language>
  <!-- WARNING! The 'metadata' section is read only. Do not edit above.
       Changes to the metadata section in the source will not be saved. -->
</metadata>

<content>
    <para id="par1">
      The network structure—its <link document="m0075" target-id="commnetwork">architecture</link>—typifies what are
      known as <term>wide area networks</term> (WANs). The nodes, and
      users for that matter, are spread geographically over long
      distances. "Long" has no precise definition, and is intended to
      suggest that the communication links vary widely. The Internet
      is certainly the largest WAN, spanning the entire earth and
      beyond.  <term>Local area networks</term>, LANs, employ a single
      communication link and special routing. Perhaps the best known
      LAN is <link document="m0078" strength="3">Ethernet</link>. LANs
      connect to other LANs and to wide area networks through special
      nodes known as <term>gateways</term> (<link target-id="gateway" strength="3"/>).

      In the Internet, a computer's address consists of a four byte
      sequence, which is known as its <term>IP address</term>
      (Internet Protocol address). An example address is
      <emphasis>128.42.4.32</emphasis>: each byte is separated by a
      period. The first two bytes specify the computer's
      <term>domain</term> (here Rice University). Computers are also
      addressed by a more human-readable form: a sequence of
      alphabetic abbreviations representing institution, type of
      institution, and computer name. A given computer has both names
      (<emphasis>128.42.4.32</emphasis> is the same as
      <emphasis>soma.rice.edu</emphasis>).  Data transmission on the
      Internet requires the numerical form.  So-called <term>name
      servers</term> translate between alphabetic and numerical forms,
      and the transmitting computer requests this translation before
      the message is sent to the network.</para>

    <figure id="gateway">
      <media id="id1105172" alt="">
        <image src="sys25.png" mime-type="image/png"/>
        <image src="sys25.eps" mime-type="application/postscript"/>
      </media>
      <caption>The gateway serves as an interface between local area
      networks and the Internet. The two shown here translate between
      LAN and WAN protocols; one of these also interfaces between two
      LANs, presumably because together the two LANs would be
      geographically too dispersed.
      </caption>
    </figure>

  </content>
</document>
