<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE document PUBLIC "-//CNX//DTD CNXML 0.5 plus MathML//EN" "http://cnx.rice.edu/cnxml/0.5/DTD/cnxml_mathml.dtd">
<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/" id="m0077">

  <name>Network Architectures and Interconnection</name>

  <metadata>
  <md:version>2.8</md:version>
  <md:created>2000/08/01</md:created>
  <md:revised>2002/08/13 00:00:00.008 GMT-5</md:revised>
  <md:authorlist>
      <md:author id="dhj">
      <md:firstname>Don</md:firstname>
      
      <md:surname>Johnson</md:surname>
      <md:email>dhj@rice.edu</md:email>
    </md:author>
  </md:authorlist>

  <md:maintainerlist>
    <md:maintainer id="kashent">
      <md:firstname>Indra</md:firstname>
      <md:othername>Neel</md:othername>
      <md:surname>Datta</md:surname>
      <md:email>kashent@alumni.rice.edu</md:email>
    </md:maintainer>
    <md:maintainer id="dhj">
      <md:firstname>Don</md:firstname>
      
      <md:surname>Johnson</md:surname>
      <md:email>dhj@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:email>jac3@rice.edu</md:email>
    </md:maintainer>
  </md:maintainerlist>
  
  <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:abstract>Two major types of networks exist: wide-are-networks and local-area-networks.</md:abstract>
</metadata>

  <content>
    <para id="par1">
      The network structure—its <cnxn document="m0075" target="commnetwork">architecture</cnxn>—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 <cnxn document="m0078" strength="8">Ethernet</cnxn>. LANs
      connect to other LANs and to wide area networks through special
      nodes known as <term>gateways</term> (<cnxn target="gateway" strength="9"/>).

      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 type="image/png" src="sys25.png"/>
      <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>
