Appendix B
Glossary
AddressA 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.
ConnectionA link between two or more processes, applications, machines, network, and so forth. Connections can be logical, physical, or both.
Double Byte Character SetA character set where alphanumeric characters are represented by two bytes, instead of one byte as with ASCII. Double byte characters are often necessary for Asian languages, which have more than 255 symbols.
EncapsulationIncluding an incoming message into a larger message by adding information at the front, back, or both. Encapsulation is used by layered network protocols. With each layer, new headers and trailers are added.
GigabyteOne billion bytes, corresponding to decimal 1,073,741,824 (a kilobyte is 1,024 decimal).
Integrated Service Digital Network (ISDN)A set of standards for integrating multiple services (voice, data, video, and so on).
ResourceUsually refers to application programs, but also used generally to refer to system capabilities such as memory, networks, and so on.
ServerAn 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, and network access.
XNS (Xerox Networking Standard)Networking protocols developed by Xerox, similar to TCP/IP.
|