📄 lsgxg.htm
字号:
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<SCRIPT>
<!--
function displayWindow(url, width, height) {
var Win = window.open(url,"displayWindow",'width=' + width +
',height=' + height + ',resizable=1,scrollbars=yes');
}
//-->
</SCRIPT>
</HEAD>
-->
<LINK REL="ToC" HREF="index.htm">
<LINK REL="Index" HREF="htindex.htm">
<LINK REL="Next" HREF="lsgxh.htm">
<A NAME="I0"></A>
<H2>Linux System Administrator's Survival Guide lsgxg.htm</H2>
<P ALIGN=LEFT>
<HR ALIGN=CENTER>
<P>
<HR ALIGN=CENTER>
<A NAME="E66E60"></A>
<H1 ALIGN=CENTER>
<CENTER>
<FONT SIZE=6 COLOR="#FF0000"><B>Appendix G</B></FONT></CENTER></H1>
<BR>
<A NAME="E67E63"></A>
<H2 ALIGN=CENTER>
<CENTER>
<FONT SIZE=6 COLOR="#FF0000"><B>Glossary</B></FONT></CENTER></H2>
<BR>
<P><B>10Base2</B> 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.
<BR>
<P><B>10Base5</B> 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.
<BR>
<P><B>1OBaseT</B> An Ethernet term meaning a maximum transfer rate of 10 Megabits per second, which uses baseband signaling and twisted pair cabling.
<BR>
<P><B>Acknowledgment (ACK)</B> A positive response returned from a receiver to the sender indicating success. TCP uses acknowledgments to indicate the successful reception of a packet.
<BR>
<P><B>Address</B> 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.
<BR>
<P><B>Address Mask (also called the subnet mask)</B> 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.
<BR>
<P><B>Address Resolution</B> Mapping of an IP address to a machine's physical address. TCP/IP uses the Address Resolution Protocol (ARP) for this function.
<BR>
<P><B>Address Resolution Protocol (ARP)</B> See Address Resolution.
<BR>
<P><B>Address Space</B> A range of memory addresses available to an application program.
<BR>
<P><B>Agent</B> In TCP/IP, a agent is an SNMP process that responds to get and set requests. Agents can also send trap messages.
<BR>
<P><B>American National Standards Institute (ANSI)</B> The body responsible for setting standards in the U.S.
<BR>
<P><B>Application Programming Interface (API)</B> 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.
<BR>
<P><B>Application Layer</B> The highest layer in the OSF model. It establishes communications rights and can initiate a connection between two applications.
<BR>
<P><B>ASCII (American National Standard Code for Information </B><B>Interchange)</B> An 8-bit character set defining alphanumeric characters.
<BR>
<P><B>Asynchronous</B> Communications without a regular time basis allowing transmission at unequal rates.
<BR>
<P><B>Bandwidth</B> The range of frequencies transmitted on a channel, or the difference between the highest and lowest frequencies transmitted across a channel.
<BR>
<P><B>Baseband</B> 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.
<BR>
<P><B>Baud</B> The number of times a signal changes state in one second.
<BR>
<P><B>Berkeley Software Distribution (BSD)</B> 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.
<BR>
<P><B>Bit rate</B> The rate that bits are transmitted, usually expressed in seconds.
<BR>
<P><B>Block Mode</B> 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.
<BR>
<P><B>Broadcast</B> The simultaneous transmission of the same data to all nodes connected to the network.
<BR>
<P><B>Buffer</B> A memory area used for handling input and output.
<BR>
<P><B>Cache</B> 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.
<BR>
<P><B>Client</B> 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.
<BR>
<P><B>Client-Server Architecture</B> 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.
<BR>
<P><B>Connection</B> A link between two or more processes, applications, machines, networks, and so on. Connections may be logical, physical, or both.
<BR>
<P><B>Connectionless</B> A type of network service that does not send acknowledgments upon receipt of data to the sender. UDP is a connectionless protocol.
<BR>
<P><B>Connection-Oriented</B> 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.
<BR>
<P><B>Cyclic Redundancy Check (CRC)</B> 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.
<BR>
<P><B>Daemon</B> 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.
<BR>
<P><B>DARPA (Defense Advanced Research Project Agency)</B> The governmental body that created the DARPANET for widespread communications. DARPANET eventually became the Internet.
<BR>
<P><B>Datagram</B> A basic unit of data used with TCP/IP.
<BR>
<P><B>Data Circuit-Terminating Equipment (DCE)</B> 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.
<BR>
<P><B>Data Encryption Standard (DES)</B> An encryption standard officially sanctioned in the U.S.
<BR>
<P><B>Data Link</B> The part of a node controlled by a data link protocol. It is the logical connection between two nodes.
<BR>
<P><B>Data Link Protocol</B> A method of handling the establishment, maintenance, and termination of a logical link between nodes. Ethernet is a DLP.
<BR>
<P><B>Data Terminal Equipment (DTE)</B> 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.
<BR>
<P><B>Defense Communications Agency (DCA)</B> The governmental agency responsible for the Defense Data Network (DDN).
<BR>
<P><B>Defense Data Network (DDN)</B> Refers to military networks such as MILNET, ARPANET, and the communications protocols (including TCP/IP) that they employ.
<BR>
<P><B>Destination Address</B> The destination device's address.
<BR>
<P><B>Distributed Processing</B> 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.
<BR>
<P><B>Domain Name System (DNS)</B> A service that converts symbolic node names to IP addresses. DNS is frequently used with TCP/IP. DNS uses a distributed database.
<BR>
<P><B>Dotted Decimal Notation</B> 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).
<BR>
<P><B>Double-Byte Character Set</B> 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.
<BR>
<P><B>Dumb Terminal</B> A terminal with no significant processing capability of its own, usually with no graphics capabilities beyond the ASCII set.
<BR>
<P><B>Emulation</B> 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.
<BR>
<P><B>Ethernet</B> 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.
<BR>
<P><B>Ethernet Address</B> 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.
<BR>
<P><B>Ethernet Meltdown</B> 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.
<BR>
<P><B>Extended Binary Coded Decimal Interchange Code (EBCDIC)</B> 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.
<BR>
<P><B>File Server</B> A process that provides access to a file from remote devices.
<BR>
<P><B>File Transfer Protocol (FTP)</B> A TCP/IP application used for transferring files from one system to another.
<BR>
<P><B>Frame Relay</B> A network switching mechanism for routing frames as quickly as possible.
<BR>
<P><B>Gateway</B> 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.
<BR>
<P><B>Gigabyte</B> One billion bytes corresponding to decimal 1,073,741,824 (as a "kilobyte" is 1,024 decimal).
<BR>
<P><B>Hardware Address</B> 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.
<BR>
<P><B>Institute of Electrical and Electronic Engineers (IEEE)</B> A professional organization for engineers that also proposes and approves standards.
<BR>
<P><B>Integrated Service Digital Network (ISDN)</B> A set of standards for integrating multiple services (voice, data, video, and so on).
<BR>
<P><B>International Organization for Standardization (ISO)</B> An international body composed of individual country's standards groups that focuses upon international standards.
<BR>
<P><B>Internet</B> 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.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -