Node Encyclopedia Article

Node

The following sections of this BookRags Literature Study Guide is offprint from Gale's For Students Series: Presenting Analysis, Context, and Criticism on Commonly Studied Works: Introduction, Author Biography, Plot Summary, Characters, Themes, Style, Historical Context, Critical Overview, Criticism and Critical Essays, Media Adaptations, Topics for Further Study, Compare & Contrast, What Do I Read Next?, For Further Study, and Sources.

(c)1998-2002; (c)2002 by Gale. Gale is an imprint of The Gale Group, Inc., a division of Thomson Learning, Inc. Gale and Design and Thomson Learning are trademarks used herein under license.

The following sections, if they exist, are offprint from Beacham's Encyclopedia of Popular Fiction: "Social Concerns", "Thematic Overview", "Techniques", "Literary Precedents", "Key Questions", "Related Titles", "Adaptations", "Related Web Sites". (c)1994-2005, by Walton Beacham.

The following sections, if they exist, are offprint from Beacham's Guide to Literature for Young Adults: "About the Author", "Overview", "Setting", "Literary Qualities", "Social Sensitivity", "Topics for Discussion", "Ideas for Reports and Papers". (c)1994-2005, by Walton Beacham.

All other sections in this Literature Study Guide are owned and copyrighted by BookRags, Inc.

Node

The term node has several meanings in computer science.

In the context of computer networks, a node is a location where processing of information occurs. A computer can be a node, as can a printer. Every node in a network has its own unique address, which is referred to as a Data Link Control (DLC address) or a Media Access Control (MAC) address.

In the context of the tree structure arrangement of hierarchical data, a node is a data point that is linked to other nodes of data. Each node represents a collection of information. The information in each node is retained in memory at a single location.

Trees are often constructed from a single node known as a root, or from a set of nodes--a forest of trees. The system of linked nodes generates a multilevel data network .

Nodes can also exist in graphs. Each data point in the graph represents a node. Similar to a tree, the data points in a graph are linked to other nodes.