A
Analog A representation that is
similar to (or Analogous to) the original. For example, the height of the
colored bar on a thermometer is analogous to the amount of heat; the
hotter it is, the higher the colored bar.
ANSI American National Standards
Institute.
APPC Peer-to-peer networking
services in an IBM SNA network.
AppleShare Software by
Apple Computer that enables a Macintosh computer to function as file a
server.
AppleShare PC Software by Apple
Computer that enables MS-DOS based personal computers to access an
AppleTalk network.
AppleTalk A local area operating
system by Apple Computer. It is built into Macintosh and Apple IIGS
computers.
ARCnet A popular local area network
that uses token passing passing over a star topology of coaxial cable,
twisted pair, or optical fiber.
ASCII American Standard Code for
Information Interchange. A common code for representing alphanumeric
characters in computers.
B 
Backbone The main trunk of a network
communication channel.
Band The range of frequencies in
which signals are transmitted.
Bandwidth The difference between the
highest and lowest frequencies used for a communication channel.
Generally, more bandwidth means greater transmission capacity.
Baud rate The maximum number of
signal pulses that a communication line can handle per second. Higher baud
rates indicate greater transmission capacities.
Baudot code A telecommunication code
(representing alphanumeric characters) that predated ASCII. Baudot code
was developed for use in telegraphy.
BCDIC Binary Coded Decimal Interchange
Code. A code for representing alphanumeric characters in computers.
Bit The smallest unit of data
representation in a computer. Can represent 0 or 1.
Bridge An internetworking device
that connects two similar networks.
Brouter An internetworking device
that functions as a router for protocols that it understands, and as a
bridge for those that it does not.
Bus A main communication channel to
which devices connect.
Byte Eight bits. A byte can
represent whole numbers from 0 to 255. Typically, one byte holds a single
character.
Bps Bits per second. A unit of
measurement for data transfer rates.
C 
CCITT Consultative Committee for
International Telephony and Telegraphy. An international standards
organization.
Central processing A networking
strategy in which processing occurs at a host, not at
workstations.
Circuit switching A temporary
connection created by connecting two or more communication channels. An
example of this is the public switched telephone system.
Client A network node that uses services
provided by a server.
Client-server A network in which
some nodes provide special services, such as printing and file sharing,
for other nodes.
Closed Access is not available. For
example a "closed network architecture" is one that does not enable other
systems to interconnect.
Cluster controller A device that
provides a connection between several devices (such as terminals and
printers) and a host.
Coaxial cable A data-transmission
medium that contains a single conductor surrounded by a metal
shield.
Codec A COde/DECode device that
enables analog data to be transmitted over digital lines.
Common carrier A company that
provides telecommunications services to the public. Telephone
companies are an example.
Communication A process by which
information is transferred between at least two parties.
Communication channel The medium
through which information is transmitted.
Communications server A specialized
network node that provides clients with access to communications
capabilities. A typical example is a computer that provides other
nodes with access to a shared modem.
Contention A media-access control
strategy in which devices attempt to transmit when the channel is not
being used by another device. If two devices attempt to transmit at
the same time, the contention strategy requires that both devices
temporarily stop transmitting until the channel is free again.
Crosstalk Interference caused by
"leaks" from a nearby communication channel.
CSMA Carrier Sense Multiple Access.
A contention media-access strategy.
D 
Data compression A procedure that
uses mathematical techniques to encode data so that it uses less
space. In most cases, data must be decompressed into its original
form to be usable.
Data encryption A security procedure
that encodes data so that it cannot easily be understood. To be
usable, data must be decrypted into its original form by reversing the
procedure that was used to encrypt it.
Database server A network computer
that specializes in retrieving and storing data, providing that service to
clients.
De facto standard A standard that
exists through popular practice.
De jure standard A standard that
exists through codes, laws, decrees, or other forms of
legislation.
DECnet A network developed by
Digital Equipment Corporation that connects DEC computers, PCs, and
Macintoshes.
Digital A representation that uses
discrete mathematical values to represent an object or amount. For
example, a digital thermometer uses numbers to represent the relative
amount of heat. (Compare with analog.)
Diskless workstation A networked
computer that does not have local storage.
Distributed application An
application that runs on two or more networked computers.
Distributed processing A system in
which processing of applications stored on the network is done by client
computers. "Distributed processing" is also sometimes used to refer
to "distributed applications."
DNA Digital Network
Architecture. A network architecture developed by Digital Equipment
Corporation.
Dumb terminal An entry and display
device that has no processing capability. Used in networks based on
central processing.
E 
EBCDIC Extended Binary Coded Decimal
Interchange Code. A common code for representing alphanumeric
characters in computers.
Electronic mail Software that
enables users to send correspondence through a computer
network.
Ethernet A popular local area
network that uses a contention media-access method over a bus topology of
coaxial cable. Also used to refer to the standard specified by IEEE
802.3.
EWN Enterprise-wide network. A
network that serves an entire organization. Implies interoperability
of disparate computing platforms, such as MS-DOS, UNIX, OS/2, and
Macintosh.
F 
FDDI Fiber Distributed Data
Interface. Lower layers standard for networks based on optical
fiber.
FEP Front-end processor. A
device that manages communication between a host and other devices.
File server A node that provides
other nodes with the access to shared storage.
G 
Gateway A computer that
interconnects disparate types of networks, translating protocols as
necessary. For example, a gateway might connect personal computers
on a LAN to a mainframe computer.
GOSIP Government Open Systems
Interconnection Profile. A United States government specification
that requires government network purchases to be OSI-compliant.
Groupware Software that enables a
group of users to collaborate on a project by means of network
communications.
H 
HDLC High-Level Data Link
Control. A Data Link layer protocol.
Hierarchical networks A network in
which a host controls network communications and processing.
Host Computer that controls network
communication in a hierarchical network.
I 
IEEE Institute of Electrical and
Electronics Engineers. A standards organization.
IEEE 802 Lower-layers standards for
LANs set forth by the Institute of Electrical and Electronic
Engineers.
Internet A global network that
incorporates networks belonging to the United States government, academic
institutions, and other organizations.
Interoperability The ability of
disparate systems to share network resources.
ISO International Standards
Organization.
K 
Kbps Kilobits per second; how many
thousands of bits of data can be transferred in one second.
L 
LAN Local area network. A network
that is limited to a small geographic area.
Leased line A communication channel
provided by a common carrier for a fee.
LocalTalk A lower-layers protocol
developed by Apple Computer.
LU 6.2 Another name for APPC (IBM's
peer-to-peer networking services provided by SNA networks).
M 
MAC Media-Access Control.
Portion of the Data Link layer that controls access to the communication
channel.
Mainframe computer Large-scale
computer, such as those produced by IBM, Burroughs, Univac, NCR, Control
Data, and Honeywell. Typically mainframe computers function as
hosts in a hierarchical network.
MAN Municipal Area Network or
Metropolitan Area Network. A medium-to high-speed network that spans
an entire city or municipal area.
Media-access Media-Access Control
Portion of the Data Link layer that method controls access to the
communication channel.
Mesh Network architecture in which
each node has a dedicated connection to all other nodes.
Message A chunk of data that is
transmitted over a network.
Message switching A strategy that
enables communication channels to be used simultaneously be more than one
node. At each transfer point in the connection, incoming data is
stored in its entirety, then forwarded to the next point. This
process continues until the data reaches its destination.
MHS Message Handling Service.
An electronic mail protocol developed by Action Technologies,
Inc.
Minicomputer A mid-sized computer
that can function as a workstation or a multi-user system.
Modem MOdulate/DEModulate device
that enables digital data to be transmitted over analog lines.
N 
NETBIOS A network-transport protocol
introduced by IBM.
Network A collection of hardware and
software that enables a group of computers to communicate and provide
users with access to shared resources.
Network adapter A device that
enables a computer to attach to a network.
Network architecture A description of how
communication occurs within a specific type of network.
Network segment An uninterrupted
length of the network communication channel. For example, a single
cable between two repeaters, bridges, or routers is a segment.
Network-only application A software
program that runs only on, or is useful only on a network.
Node A network-access point.
Examples include terminals and computers.
Noise Extrinsic signals that corrupt
a data transmission. Noise can come from crosstalk and other forms
of electromagnetic interference.
NOS Network Operating
System.
O 
Open Access is available. For
example, an "open network architecture" is one that enables other systems
to interconnect.
Optical fiber A glass conduit that
transmits data encoded in light signals.
OSI Open Systems
Interconnection. A proto-type for network communication that
promotes interconnectivity.
P 
Packet switching A strategy that
enables communication channels to be used simultaneously by more than one
node. Before messages are transferred, they are divided into small
chunks called packets, that fit easily into memory (unlike message
switching, in which entire messages are moved, thus requiring storage for
large messages). At the destination, the packets are reassembled
into the original message.
Pbx Private branch exchange. A
privately owned telephone system typically confined within a single
building or campus.
Peer Relationship between network
devices that have mutual access to each other's resources.
Peer-to-peer Communication between
two network devices that have the same status on the network.
Personal computer (Or
microcomputer.) A relatively small single-user computer.
Polling A media-access-control
strategy in which a controlling computer mediates access to the
communication channel.
POTS Plain Old Telephone
Service. The analog voice telephone network provided by common
carriers.
Protocol A code or set of rules by
which communication is initiated, maintained, and terminated.
Pure network application (Same as
network only application.) A software program that runs only on, or
is useful only on a network.
R 
Real time A transmission or
transaction that occurs immediately or in an extremely short period of
time. A telephone conversation occurs in real time; correspondence
through mail does not.
Receiver The component on the
"hearing" end of a transmission.
Repeater A device that connects two
network segments to make them work as one. Repeaters can extend the
length of a network beyond the physical limitations of a single
cable.
Ring A network topology that
connects network devices in a continuous loop.
Router A device that connects
networks and can determine the best path for data when there are multiple
paths.
S 
SCSI port Small Computer System
Interface port. A high-speed connection that enables devices, such
as hard-disk drives and network adapters, to be attached to a
computer.
Server A network node that provides
services, such as printing or storage, to other nodes.
Shielding A metal foil or mesh
surrounding a conductor to reduce electromagnetic interference.
SNA Systems Network
Architecture. A network developed by IBM to interconnect IBM's
family of computers.
SQL Server Structured Query Language
server. A computer that provides client computers with highly
efficient access to database files.
Stand-alone application An
application that was designed for non-network use.
Stand-alone network application An
application that is processed locally by client computers, but stored on
the network, typically providing access to network features.
Standards A common set of
rules.
Star A network topology in which
nodes are connected to a central hub.
Station A computer attached to a
network.
T 
T-carrier A leased digital line
service.
TCP/IP Transport Control
Protocol/Internet Protocol. Refers to the Internet Protocols, a set
of protocol originally developed for the United States government.
Because the Internet Protocols have been implemented on a wide variety of
computers, they are often used in networks that interconnect disparate
systems.
Token passing A media-access-control
strategy in which a sequence of bits known as a "token" is passed from
node to node. The node that currently holds the token has control
of the communication channel.
Token ring A popular local area
network (developed by IBM) that uses a token-passing media access method
over a star topology. Also used to refer to the standard specified
by IEEE 802.5.
Transceiver A device that can
function as a transmitter or receiver.
Transmitter The component on the
"speaker" end of a transmission.
Twisted pair Cable consisting of at
least two insulated wires that are intertwined to reduce electromagnetic
interference.
U 
Unguided media Product that
transmits data through the air, such as radio or microwave.
W 
WAN Wide area network. A network of
interconnected networks.
X 
X.25 A CCITT standard that describes
the interface for packet-switched networks.
X.400 A CCITT standard that
describes electronic-mail protocols.
-----------------------------------------------
- Internet
- the name given to the collective electronic network of computers and
computer networks which are inter-connected throughout the world -
started with the ARPAnet at the US Dept. of Defense.
- USENET
- the name given to the computer network which carries newsgroups -
newsgroups are arranged in hierarchies based loosely on subject matter -
the USENET is often confused with the INTERNET in the news media -
started by two students at Duke University.
- WorldWideWeb - WWW - W3
- the name given to the collection of computers which serve
information in hypertext format to the INTERNET - invented by Dr. Tim
Berners-Lee, at the European Center for Nuclear Research (CERN), who
wrote the first hyper text transfer protocol daemon (HTTPD) and the
first hyper text markup language (HTML) browser, as a way to allow
nuclear physicists to exchange working papers over the computer
networks.
- HTTPD - Hyper-text Transfer Protocol Daemon
- a computer program which manages the transfer of hyper-text and
multimedia documents over the INTERNET.
- HTML - Hyper Text Markup Language
- the text markup language used to insert tags which allow a Web
browser to correctly display a hyper-text document. HTML1, HTML +, HTML
2 and HTML 3 are versions of HTML in use at this time. HTML is a subset
of the Standard Generalized Markup Language (SGML) first invented to
display legal texts and now the world standard for large documentation
projects.
- VRML - Virtual Reality Modeling Language
- a tagging language for conveying three dimensional information over
the Internet using a VRML browser.
- Hypertext
- documents which contain links to other documents within them -
footnotes are a form of hypertext link.
- Multimedia
- documents which contain text, sound, graphics and video elements
that are all capable of being displayed to the user.
- Hypermedia
- documents which combine hypertext links and multimedia elements.
- NNTPD
- the network news transfer protocol daemon which serves USENET
newsgroups across the Internet.
- NNTP Server
- the computer which you connect to to receive USENET newsgroups and
post USENET news articles.
- DNS
- the Domain Name System which identifies each computer as a network
node on the Internet using an internet protocol address system to
translate from domain names to IP numbers and vice-versa.
- DNS Server
- the computer you use to access the DNS to allow you to contact other
computers on the Internet.
- FAQ
- Frequently Asked Questions document which answers FAQs about various
subjects.
- RFC - Request for Comments
- a document which defines Internet operating protocols - despite the
name it is more a statement of agreed standards than a request.
- Internet Access Provider (IAP)/Internet Service Provider (ISP)
- an organization or commercial enterprise which provides access to
the Internet.
- Dial-up
- a computer connection that is brought up and brought down as needed
- a simple version is dialing in to a service provider over a modem as a
dumb terminal - SLIP and PPP can also be dial-up connections - also
known as a switched connection.
- Dumb Terminal
- when a computer is running a terminal emulation program while
connected to another computer.
- SLIP - Serial Line Internet Protocol
- a non-standard method of electronically connecting a remote computer
to an IP network as a node on the network most popular method at present
to use graphical browsers on the Internet - first used to connect ham
radios to the Internet.
- PPP - Point to Point Protocol
- an Internet standard for electronically connection a remote computer
to an IP network - the method slowly replacing SLIP.
- Ethernet
- a method for directly connecting a computer to a network in the same
physical location - much faster connection than SLIP or PPP.
- Wireless Network
- a method using infra-red, ultra-violet or radio waves, of connecting
computers into a network.
- ISDN - Integrated Services Digital Network
- a digital telephone network that allows personal home computers to
connect to remote networks.
- Modem
- a device that modulates and demodulates telephone toned to allow for
the multiplexing of information on the telephone network.
- Cable Modem
- a device that allows a computer to connect to a cable television
system and connect to a computer network - cable modems work at speeds
approaching Ethernet connections - probable wide-spread future way to
connect to the Internet.
- FTP - File Transfer Protocol
- a method of serving and obtaining files over the Internet.
- telnet
- a method of logging into another computer as a terminal on that
computer.
- NFS - Network File System
- a set of protocols that allow transparent access to a remote
computers file system - another type is the Andrew File System (AFS).
- gopher
- a method of serving or retrieving files over the Internet - it has
largely been replaced by the Web.
- Browser
- a client program that retrieves documents and other materials from
an HTTPD server and displays them in accord with the HTML specification
- MOSAIC was the first widely available browser - CELLO was the second
browser - NETSCAPE is the most used browser at this time.
- WinSock
- a specification for a program that implements a "socket" connection
under the MS Windows environment - a winsock is needed for SLIP or PPP
connections under WINDOWS.
- MACTCP
- a program used on Macintosh computers to provide socket connections
for SLIP and PPP connections.
- EMail
- a software application that allows one to exchange messages with
someone else.
- IRC - Internet Relay Chat
- a method for serving and retrieving connections for real-time
conferencing over computer networks.
- WAIS - Wide Area Information Service
- a method of finding information on the Internet.
- archie
- a system to find files available for retrieval by FTP.
- veronica
- a system for finding files available from GOPHER servers.
- White Pages
- lists of Internet users
- TN3270
- a terminal emulation of an IBM 3270 terminal.
- VT100
- a terminal emulation of a DEC VT100 terminal.
- CU-SeeMe
- a program for sending and receiving video and audio over the
Internet - also contains a conferencing program and whiteboard facility.
Back to Lesley Home Page
http://webmail.olemiss.edu/~misbook/uleftsf.htm