Difference between revisions of "Node (computer science)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
Line 1: Line 1:
A ''node'' is a basic unit used in [[computer science]].
+
A '''node''' is a basic unit used in [[computer science]].
  
 
== Description ==
 
== Description ==

Revision as of 16:17, 30 August 2015

A node is a basic unit used in computer science.

Description

Nodes are devices or data points on a larger network.

Devices such as a personal computer, cell phone, or printer are nodes.

When defining nodes on the Internet, a node is anything that has an IP address.

Nodes are individual parts of a larger data structure, such as linked lists and tree data structures.

Nodes contain Data (computing)

Nodes may link to other nodes

Nodes may link to other nodes.

See:

See also

External Links