home *** CD-ROM | disk | FTP | other *** search
/ A Beginner's Guide to the Internet / INTERNET.ISO / text / guides / info / networki.ter < prev    next >
Encoding:
Text File  |  1996-05-06  |  17.2 KB  |  338 lines

  1.             **  A short list of networking terms  **
  2.  
  3. asynchronous               Transmission by individual bytes, not related to
  4.                            specific timing on the transmitting end.
  5.  
  6. ARPANET                    Advanced Research Projects Agency Network. 
  7.                            TCP/IP-based international network.
  8.  
  9. BITNET                     Because It's Time Network.  TCP/IP-based inter-
  10.                            national network.
  11.  
  12. backbone                   High speed connection within a network which
  13.                            connects shorter (usually slower) branch circuits.
  14.  
  15. bandwidth                  The difference, in Hertz (Hz), between the highest
  16.                            and lowest frequencies of a transmission channel;
  17.                            the greater the bandwidth the "faster" the line.
  18.  
  19. baseband                   Characteristic of any network like Ethernet that
  20.                            uses a single carrier frequency and requires all
  21.                            stations attached to the network to participate in
  22.                            every transmission.
  23.  
  24. baud                       Unit of measure of data transmission speed; usually
  25.                            bits/second.
  26.  
  27. BBN                        Bolt, Beranek and Newman: the originators of
  28.                            packet switch nodes (PSNs).
  29.  
  30. bps                        Bits per second.  A measure of the rate of data
  31.                            transmission.
  32.  
  33. bridge                     A device that acts as a connector between similar
  34.                            local area networks.  Bridges operate at OSI 
  35.                            Level 2, the Data Link Layer.
  36.  
  37. broadband                  Transmission equipment and/or media capable of
  38.                            supporting a wide range of frequencies.  Can carry 
  39.                            multiple signals.
  40.  
  41. broadcast                  A packet delivery system that delivers a copy of
  42.                            a given packet to all hosts that attach to it is
  43.                            said to broadcast the packet.
  44.  
  45. CCITT                      Consultative Committee on International Telephony
  46.                            and Telegraphy.  An international organization that
  47.                            sets the standards for interconnection of telephone
  48.                            equipment.
  49.  
  50. client                     The user of a network service.
  51.  
  52. coax                       Coaxial cable, comprised of a central wire
  53.                            surrounded by dielectric insulator, all encased
  54.                            in a protective sheathing.
  55.  
  56. COM                        One of the top-level domains.  Stands for
  57.                            commercial and includes commercial enterprises.
  58.                            For example:   isis@sun.com
  59.  
  60. CSNET                      Computer Science NETwork.
  61.                            
  62. datagram                   A self-contained package of data that carries 
  63.                            enough addressing and routing information so
  64.                            that it can travel from source to destination
  65.                            without reliance on earlier exchanges between
  66.                            the source or destination and the transporting
  67.                            network.
  68.  
  69. DCA                        Defense Data Network;  a collection of admin-
  70.                            istratively and physically distinct networks,
  71.                            including the ARPANET and MILNET.
  72.  
  73. DECnet                     A proprietary network for Digital Equipment 
  74.                            Computers.
  75.  
  76. dialup connection          A connection between machines through a phone line.
  77.  
  78. domain                     In the Internet, a part of the naming hierarchy.
  79.                            Syntactically, a domain name consists of a sequence
  80.                            of names separated by dots.
  81.  
  82. dot address                SEE INTERNET ADDRESS
  83.  
  84. EDU                        One of the top-level domains.  Stands for
  85.                            educational and includes educational institutions.
  86.                            For example:  goodrich@rice.edu
  87.  
  88. Ethernet                   A kind of network cable, or a network which conforms
  89.                            to IEEE standard 802.3.  Designed by Xerox and char-
  90.                            acterized by 10 megabit/second baseband transmission
  91.                            over shielded coaxial cable.
  92.                            
  93. Ethernet meltdown          An event that causes saturation or near saturation
  94.                            on an Ethernet.  It usually results from illegal or
  95.                            misrouted packets and typically lasts only a short
  96.                            time.
  97.  
  98. frame                      A self-contained package of data at the link layer.
  99.  
  100. FTP                        File transfer protocl; a user-level protocol and
  101.                            and program that you can use to transfer files over
  102.                            the network.
  103.  
  104. gateway                    A device that acts as a connector between two
  105.                            logically separate networks.  It has interfaces
  106.                            to more than one network and can translate the
  107.                            packets of one network to another, possibly
  108.                            dissimilar, network.
  109.  
  110. GOV                        One of the top-level domains.  Stands for gov-
  111.                            ernment and includes governmental organizations.
  112.                            For example:  smith@nssdca.gsfc.nasa.gov
  113.  
  114.  
  115. half duplex                Transmission link that allows only non-simultaneous
  116.                            two-way communications.
  117.  
  118. HEPnet                     High Energy Physics network.  
  119.  
  120. IGP                        Interior Gateway Protocol.  The generic term applied
  121.                            to any protocol used to propagate network reach-
  122.                            ability and routing information within an autonomous
  123.                            system.  Although there is no Internet standard IGP,
  124.                            RIP is among the most popular.
  125.  
  126. IMP                        Interface Message Processor.  Former name of packet
  127.                            switches used in the ARPANET.  An IMP is now called
  128.                            a Packet Switch Node (PSN).
  129.  
  130. internet                   Physically, a collection of packet switching networks
  131.                            interconnected by gateways along with protocols that
  132.                            allow then to function logically as a single, large,
  133.                            virtual network. When written in upper case, Internet
  134.                            refers specifically to the DARPA Internet and the 
  135.                            TCP/IP protocols it uses.
  136.  
  137. Internet                   The collection of networks and gateways, including
  138.                            the ARPANET, MILNET, and NSFnet, that use the TCP/IP
  139.                            protocol suite and function as a single, cooperative
  140.                            virtual network.  The Internet reaches many univer-
  141.                            sities, government research labs, and military 
  142.                            installations.
  143.  
  144. Internet address           The 32-bit address assigned to hosts that want to
  145.                            participate in the Internet using TCP/IP.
  146.  
  147. interoperability           The ability of software and hardware on multiple
  148.                            machines from multiple vendors to communicate
  149.                            meaningfully.
  150.  
  151. IP                         Internet Protocol.  The Internet standard protocol
  152.                            that defines the Internet datagram as the unit of
  153.                            information passes across the Internet and provides
  154.                            the basis for the Internet connectionless, best-
  155.                            effort packet delivery service.
  156.  
  157. IP datagram                The basic unit of information passed across the
  158.                            Internet.  An IP datagram is to the Internet as a
  159.                            hardware packet is to a physical network.  It 
  160.                            contains a source and destination address along 
  161.                            with data.
  162.  
  163. IP/TCP                     Alternate name for TCP/IP
  164.  
  165. ISO                        International Standards Organization; responsible
  166.                            for publishing the Open System Interconnection
  167.                            Reference Model.
  168.  
  169. kernal                     The level of an operating system or networking
  170.                            system that contains the system-level commands or
  171.                            all of the functions hidden from the user.  In a
  172.                            UNIX system, the kernal is a program that contains
  173.                            the device drivers, the memory management routines,
  174.                            the scheduler, and system calls.  This program is
  175.                            always running while the system is operating.
  176.  
  177. LAN                        Local Area Network.  A high speed network connecting
  178.                            machines at one site.
  179.  
  180. mail bridge                Used loosely to refer to any mail gateway.
  181.  
  182. mail gateway               A machine that connects to two or more electronic
  183.                            mail systems (especially dissimilar mail systems on
  184.                            two different networks) and transfers mail messages
  185.                            among them.
  186.  
  187. MIL                        One of the top-level domains.  Stands for military
  188.                            and includes military organizations.
  189.                            For example:  clyde@hqafsc.af.mil
  190.  
  191. modem                      A device that enables a machine or terminal to es-
  192.                            tablish a connection and transfer data through tele-
  193.                            phone lines.
  194.  
  195. narrowband                 Sub-voice-grade channels characterized by data speeds
  196.                            between 100 and 200 bits/second.
  197.  
  198. NCP                        Network Control Protocol or Program; the original
  199.                            host-to-host protocol for the ARPANET.  In 1983,
  200.                            it was replaced by TCP/IP.
  201.  
  202. NET                        One of the top-level domains.  Stands for network
  203.                            and includes network service centers, network
  204.                            information centers, and other organizations that
  205.                            have a hand in network management.
  206.  
  207. network                    A group of machines connected together so they can
  208.                            transmit information to one another.  There are two
  209.                            kinds of networks: local networks and remote networks.
  210.  
  211. network path               A series of machine names used to direct electronic
  212.                            mail from one user to another.
  213.  
  214. NSFnet                     National Science Foundation Network.  TCP/IP-based
  215.                            network.
  216.  
  217. octet                      An octet is 8 bits; this term is used in networking
  218.                            (rather than byte) because some systems have bytes
  219.                            that are note 8 bits long.
  220.  
  221. ORG                        One of the top-level domains. Encompasses nonprofit
  222.                            organizations.
  223.  
  224. OSI                        Open Systems Interconnection. Proposed 7-layer
  225.                            network which will allow any OSI-compliant system to
  226.                            communicate with any other OSI-compliant system.
  227.  
  228. packet                     A unit of data sent across a packet switching 
  229.                            network.
  230.  
  231. packet switching           Data transmission technique in which data is seg-
  232.                            mented and routed in packets.
  233.  
  234. protocol                   A formal set of rules governing the format, timing,
  235.                            error control of transmissions on a network.  The
  236.                            protocol that networks use to communicate with each
  237.                            other.  IP, DECnet and UDP are examples.
  238.  
  239. PSN                        Packet Switch Node.
  240.  
  241. repeater                   A hardware device that connects identical networks.
  242.                            Repeaters operate at OSI Level 1, the Physical Layer.
  243.  
  244. RFC                        Request for Comments; started out as actual comments
  245.                            about networking.  Now RFCs are the published mech-
  246.                            anism for new networking standards for the TCP/IP
  247.                            community.
  248.  
  249. route                      The path that network traffic takes from its source
  250.                            to its destination.
  251.  
  252. routed                     Route Daemon.  A program that runs under 4.3BSD UNIX
  253.                            to propagate routes among machines on a local area
  254.                            network.  It uses the RIP protocol.  Pronounced
  255.                            "route-d".
  256.  
  257. router                     A hardware and software device that connects hosts
  258.                            on different networks.  Routers operate at OSI
  259.                            Level 3, the Network Layer.
  260.  
  261. routing                    The process of selecting the correct path (circuit)
  262.                            for a transmission over a network.
  263.  
  264. RS-232, RS-449             Cables used for connecting the components of a 
  265.                            network; network media.
  266.  
  267. server                     A provide of network service.
  268.  
  269. SMTP                       Simple Mail Transfer Protocol.  The Internet
  270.                            standard protocol for transferring electronic mail
  271.                            messages from one machine to another. 
  272.  
  273. SNA                        System Network Architecture; a proprietary protocol
  274.                            developed by IBM.  SNA does not interoperate with
  275.                            the TCP/IP Internet.
  276.  
  277. synchronous                Data communications in which transmissions are sent
  278.                            at a fixed rate, with the sending and receiving
  279.                            devices synchronized.
  280.  
  281. T1                         AT&T term for digital circuit carrying transmissions
  282.                            at a rate of 1.544 megabits/second.
  283.  
  284. T3                         Transmission rate on this type of circuit is 44.736
  285.                            megabits/second.
  286.  
  287. TAC                        Terminal Access Controller.  A program and piece of
  288.                            hardware that connects terminals to the Internet,
  289.                            usually using dialup modem connections.
  290.  
  291.  
  292. TCP                        Transmission Control Protocol.  The Internet standard
  293.                            transport level protocol that provides the reliable,
  294.                            full duplex, stream service on which many applica-
  295.                            tion protocols depend.
  296.  
  297. TELENET                    A public packet switched network using the CCITT X.25
  298.                            protocols owned and operated by GTE.
  299.  
  300. TELNET                     The Internet standard protocol for remote terminal
  301.                            connection service.
  302.  
  303. twisted pair               Cable made up of a pair of insulated copper wires
  304.                            wrapped around each other to cancel the effects of
  305.                            electrical noise.
  306.  
  307. user-level protocols       Protocols, such as TELNET, SMTP, and FTP, which
  308.                            allow you to perform operations or applications on
  309.                            the network.
  310.  
  311. UUCP                       UNIX to UNIX Copy Program.
  312.  
  313. virtual circuit            A network service that allows two processes to 
  314.                            communicate as if they were directly connected to
  315.                            each other.  A virtual circuit is similar to a UNIX
  316.                            pipe.
  317.   
  318. WAN                        Wide area network.
  319.  
  320. X.25                       The CCITT standard protocol for transport level
  321.                            network service.  Originally designed to connect 
  322.                            terminals to computers, X.25 provides a reliable,
  323.                            stream transmission service that can support remote
  324.                            login.  It is possible to run Internet protocols
  325.                            over an X.25 network. X.25 is most popular in Europe.
  326.                            
  327. X.400                      The ISO protocol for electronic mail that is expected
  328.                            to become widely accepted.  Work is underway to make
  329.                            Internet mail systems interoperate with X.400.
  330.  
  331. XNS                        Xerox Network Systems; a proprietary network devel-
  332.                            oped by Xerox corporation.
  333.  
  334. yellow pages               A directory of usernames, passwords, and machine
  335.                            names on a local network that provides automatic
  336.                            machine addressing.  The yellow pages decreases the
  337.                            need for a "host table" file.
  338.