Linux System Administrator's Survival Guide lsgxg.htm

Previous Page TOC Next Page



Appendix G


Glossary


10Base2 An Ethernet term meaning a maximum transfer rate of 10 Megabits per second, which uses baseband signaling, with a contiguous cable segment length of 100 meters and a maximum of two segments.

10Base5 An Ethernet term meaning a maximum transfer rate of 10 Megabits per second, which uses baseband signaling, with five continuous segments not exceeding 100 meters per segment.

1OBaseT An Ethernet term meaning a maximum transfer rate of 10 Megabits per second, which uses baseband signaling and twisted pair cabling.

Acknowledgment (ACK) A positive response returned from a receiver to the sender indicating success. TCP uses acknowledgments to indicate the successful reception of a packet.

Address A memory location in a particular machine's RAM; a numeric identifier or symbolic name that specifies the location of a particular machine or device on a network; and a means of identifying a complete network, subnetwork, or a node within a network.

Address Mask (also called the subnet mask) A set of rules for omitting parts of a complete IP address in order to reach the target destination without using a broadcast message. The mask can, for example, indicate a subnetwork portion of a larger network. In TCP/IP, the address mask uses the 32-bit IP address.

Address Resolution Mapping of an IP address to a machine's physical address. TCP/IP uses the Address Resolution Protocol (ARP) for this function.

Address Resolution Protocol (ARP) See Address Resolution.

Address Space A range of memory addresses available to an application program.

Agent In TCP/IP, a agent is an SNMP process that responds to get and set requests. Agents can also send trap messages.

American National Standards Institute (ANSI) The body responsible for setting standards in the U.S.

Application Programming Interface (API) A set of routines that are available to developers and applications to provide specific services used by the system, usually specific to the application's purpose. They act as access methods into the application.

Application Layer The highest layer in the OSF model. It establishes communications rights and can initiate a connection between two applications.

ASCII (American National Standard Code for Information Interchange) An 8-bit character set defining alphanumeric characters.

Asynchronous Communications without a regular time basis allowing transmission at unequal rates.

Bandwidth The range of frequencies transmitted on a channel, or the difference between the highest and lowest frequencies transmitted across a channel.

Baseband A type of channel in which data transmission is carried across only one communications channel, supporting only one signal transmission at a time. Ethernet is a baseband system.

Baud The number of times a signal changes state in one second.

Berkeley Software Distribution (BSD) A version of the UNIX operating system that first included TCP/IP support. The UNIX operating systems that included TCP/IP are referred to as 4.2BSD or 4.3BSD.

Bit rate The rate that bits are transmitted, usually expressed in seconds.

Block Mode A string of data recorded or transmitted as a unit. Block mode transmission is usually used for high-speed transmissions and in large, high-speed networks.

Broadcast The simultaneous transmission of the same data to all nodes connected to the network.

Buffer A memory area used for handling input and output.

Cache A memory location that keeps frequently requested material ready. Usually a cache is faster than a storage device. It is used to speed data and instruction transfer.

Client A program that tries to connect to another program (usually on another machine) called a "server". The client "calls" the server. The server "listens" for calls.

Client-Server Architecture A catchall term used to refer to a distributed environment in which one program can initiate a session and another program answers its requests. The origin of client-server designs is closely allied with the TCP/IP protocol suite.

Connection A link between two or more processes, applications, machines, networks, and so on. Connections may be logical, physical, or both.

Connectionless A type of network service that does not send acknowledgments upon receipt of data to the sender. UDP is a connectionless protocol.

Connection-Oriented A type of network service in which the transport layer protocol sends acknowledgments to the sender regarding incoming data. This type of service usually provides for retransmission of corrupted or lost data.

Cyclic Redundancy Check (CRC) A mathematical function performed on the contents of an entity that is then included to allow a receiving system to recalculate the value and compare to the original. If the values are different, corruption of the contents has occurred.

Daemon A UNIX process that operates continuously and unattended to perform a service. TCP/IP uses several daemons to establish communications processes and provide server facilities.

DARPA (Defense Advanced Research Project Agency) The governmental body that created the DARPANET for widespread communications. DARPANET eventually became the Internet.

Datagram A basic unit of data used with TCP/IP.

Data Circuit-Terminating Equipment (DCE) Required equipment to attach Data Terminal Equipment (DTE) to a network or serial line. A modem is a DCE device. Also called Data Communications Equipment and Data Circuit Equipment.

Data Encryption Standard (DES) An encryption standard officially sanctioned in the U.S.

Data Link The part of a node controlled by a data link protocol. It is the logical connection between two nodes.

Data Link Protocol A method of handling the establishment, maintenance, and termination of a logical link between nodes. Ethernet is a DLP.

Data Terminal Equipment (DTE) The source or destination of data, usually attached to a network by DEC devices. A terminal or computer acting as a node on a network is usually a DTE device.

Defense Communications Agency (DCA) The governmental agency responsible for the Defense Data Network (DDN).

Defense Data Network (DDN) Refers to military networks such as MILNET, ARPANET, and the communications protocols (including TCP/IP) that they employ.

Destination Address The destination device's address.

Distributed Processing When a process is spread over two or more devices, it is distributed. It is usually used to spread CPU loads among a network of machines.

Domain Name System (DNS) A service that converts symbolic node names to IP addresses. DNS is frequently used with TCP/IP. DNS uses a distributed database.

Dotted Decimal Notation A representation of IP addresses. Also called "dotted quad notation" because it uses four sets of numbers separated by decimals (such as 255.255.255.255).

Double-Byte Character Set A character set in which alphanumeric characters are represented by two bytes, instead of one bytes as with ASCII. Double-byte characters are often necessary for oriental languages that have more than 255 symbols.

Dumb Terminal A terminal with no significant processing capability of its own, usually with no graphics capabilities beyond the ASCII set.

Emulation A program that simulates another device. For example, a 3270 emulator emulates an IBM 3270 terminal, sending the same codes as the real device would.

Ethernet A data link level protocol comprising the OSI model's bottom two layers. It is a broadcast networking technology that can use several different physical media, including twisted pair cable and coaxial cable. TCP/IP is commonly used with Ethernet networks.

Ethernet Address A 48-bit address commonly referred to as a "physical" or "hard" address, which uniquely identifies the Ethernet Network Interface Card (NIC) and hence the device the card resides in.

Ethernet Meltdown A slang term for a situation in which an Ethernet network becomes saturated. The condition usually persists only for a short time and is usually caused by a misrouted or invalid packet.

Extended Binary Coded Decimal Interchange Code (EBCDIC) An alternative to ASCII used extensively in IBM machinery. Some other vendors use it for mainframes. EBCDIC and ASCII are not compatible but are easy to convert between.

File Server A process that provides access to a file from remote devices.

File Transfer Protocol (FTP) A TCP/IP application used for transferring files from one system to another.

Frame Relay A network switching mechanism for routing frames as quickly as possible.

Gateway In Internet terms, a gateway is a device that routes datagrams. More recently, the term "gateway" has been used to refer to any networking device that translates protocols of one type network into those of another network.

Gigabyte One billion bytes corresponding to decimal 1,073,741,824 (as a "kilobyte" is 1,024 decimal).

Hardware Address The low-level address associated with each device on a network, usually corresponding to the unique identifier of the network interface card (NIC). Ethernet addresses are 48 bits.

Institute of Electrical and Electronic Engineers (IEEE) A professional organization for engineers that also proposes and approves standards.

Integrated Service Digital Network (ISDN) A set of standards for integrating multiple services (voice, data, video, and so on).

International Organization for Standardization (ISO) An international body composed of individual country's standards groups that focuses upon international standards.

Internet A collection of networks connected together that span the world, which uses the NFSNET as its backbone. The Internet is the specific term for a more general internetwork or collection of networks.

Internet Address A 32-bit address used to identify hosts and networks on the Internet.

Internet Control Message Protocol (ICMP) A control and error message protocol that works in conjunction with the Internet Protocol (IP).

Internet Protocol (IP) The part of TCP/IP that handles routing.

IP Address A 32-bit identifier that is unique to each network device.

IP Datagram The basic unit of information passed through a TCP/IP network. The datagram header contains source and destination IP addresses.

Kerberos An authentication scheme developed at MIT used to prevent unauthorized monitoring of logins and passwords.

LAN (Local Area Network) A collection of devices connected to enable communications between themselves on a single physical medium.

Leased Line A dedicated communication line between two points. Usually used by organizations to connect computers over a dedicated telephone circuit.

Mail Exchanger A system used to relay mail into a network.

Management Information Base (MIB) A database used by SNMP containing configuration and statistical information about devices on a network.

Media Access Control (MAC) The lower half of the data link sublayer that is responsible for framing data and controlling the physical link between two end points.

Medium Access Unit (MAU) A device for the central connection of devices operating on a network.

Modem (Modulator-Demodulator) A device that converts digital signals into analog signals and vice versa. Used for conversion of signals for transmission over telephone lines.

Modem eliminator A device that functions as two modems to provide service for data terminal equipment (DTE) and data communication equipment (DCE).

Multihomed host A device attached to two or more networks.

Multiplex Simultaneously transmitting multiple signals over one channel.

Name Resolution The process of mapping aliases to an address. The Domain Name System (DNS) is one system that does this.

NETBIOS (Network Basic Input/Output Operating System) A network programming interface typically used to connect PCs together.

Network A number of devices connected to enable the device to communicate with any other device over a physical medium.

Network Address For TCP/IP, the 32-bit IP address of a device.

Network File System (NFS) A protocol developed by Sun MicroSystems that enables clients to mount remote directories onto their own local filesystem.

Network Information Center (NIC) The Internet administration facility that controls the naming of networks accessible over the Internet.

Network Information Service (NIS) A set of protocols developed by Sun Microsystems, which provides directory services for network information.

Network Interface Card (NIC) A generic term for a networking interface board used to connect a device to the network. The NIC is where the physical connection to the network occurs.

Network Virtual Terminal (NVT) Protocols that govern virtual terminal emulation.

Node A generic term used to refer to network devices.

Open Software Foundation (OSF) A consortium of hardware and software vendors collaborating to produce technologies for device-independent operation.

Packet In TCP/IP, a term referring to the data passing between the Internet layer and the data link layer. Also a generic term used to refer to data transferred through a network.

PING (Packet Internet Groper) A utility program used to test a system's TCP/IP software by sending an ICMP echo request and then wait for a response.

Point-to-Point Protocol (PPP) A TCP/IP protocol that provides host-to-network and router-to-router connections. Can be used to provide a serial line connection between two machines.

Port A number used to identify TCP/IP applications. Generally a port is an entry or exit point.

Protocol Rules governing the behavior or method of operation of something.

Protocol Conversion The process of changing one protocol to another.

RARP See Reverse Address Resolution Protocol.

Remote Procedure Call (RPC) A TCP/IP protocol that provides a routine to call a server, which returns output and status (return) codes to the client.

Resolver Software that enables clients to access the Domain Name System (DNS) database and acquire an address.

Reverse Address Resolution Protocol (RARP) A TCP/IP protocol that enables a device to acquire its IP address by performing a broadcast on the network.

rlogin Remote login service that enables a user on one machine to log in as a user on another. It is similar to Telnet.

Router A device that connects LANs into an internetwork and routes traffic between them.

Routing The process of determining a path to use to send data to its destination.

Routing Information Protocol (RIP) A protocol used to exchange information between routers.

Routing table A list of valid paths through which data can be transmitted.

RS232C A physical layer specification for connecting devices. Commonly used for serial lines.

Serial A sequence of events occurring one after another.

Serial Line Internet Protocol (SLIP) A protocol used to utilize TCP/IP over serial lines.

Server An application that answers requests from other devices (clients). Also used as a generic term for any device that provides services to the rest of the network, such as printing, high-capacity storage, network access, and so on.

Simple Mail Transfer Protocol (SMTP) In TCP/IP, an application providing electronic mail services.

Socket In TCP/IP, an addressable point that consists of an IP address and a TCP or UDP port number that provides applications with access to TCP/IP protocols.

Socket Address The complete designation of a TCP/IP node consisting of a 32-bit IP address and a 16-bit port number.

Socket Descriptor An integer used by an application to identify the connection.

Subnet In TCP/IP, part of a TCP/IP network identified by a portion of the Internet address.

Subnet address The part of the IP address that identifies the subnetwork.

Subnet Mask A set of bits that excludes networks from having a system-wide broadcast, instead of restricting the broadcast to a subnetwork.

Synchronous Data Transfer The transfer of data between two nodes at a timed rate (as opposed to asynchronously).

Telnet A TCP/IP application that enables a user to log in to a remote device.

TCP/IP Transmission Control Protocol/Internet Protocol.

Terminator A resistor that must be on both ends of a thick-and-thin Ethernet network.

Throughput The amount of data that can be transferred through a medium within a certain time period.

Token Ring A lower layer connection-based networking protocol using a token passing method to control data traffic.

Traffic A general term used to describe the amount of data on a network backbone.

Transceiver A network device required in baseband networks that takes a digital signal and puts it on the analog baseband medium. Transceivers can sense collisions.

Transmission Control Protocol (TCP) A transport layer protocol that is part of the TCP/IP protocol suite and provides a connection-based, reliable data stream.

Trivial File Transfer Protocol (TFTP) A mechanism for remote logins similar to Telnet but which uses UDP as a transport layer protocol instead of TCP.

UDP (User Datagram Protocol) A connectionless transport layer protocol. It does not perform retransmission of data.

User Agent An electronic mail program that helps end users manage messages.

User Service A service provided by TCP permitting an application to specify that data being transmitted is urgent and should be processed as soon as possible.

Wide Area Network (WAN) Usually used to refer to a network spanning large geographic distances.

X.400 A protocol defining standards for electronic mail in an open network.

X.500 A protocol defining standards for directory services in an open network.

X Series A collection of widely accepted standards, including data communications.

XNS (Xerox Networking Standard) Networking protocols developed by Xerox, similar to TCP/IP.

X Window A software protocol developed at MIT for a distributed windowing system. X uses TCP for a transport protocol.

Previous Page Page Top TOC Next Page