Difference between revisions of "Node (computer science)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Description)
 
(7 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
== Description ==
 
== Description ==
  
Nodes are devices or data points on a larger [[Computer network|network].
+
Nodes are devices or data points on a larger [[Computer network|network]].
  
 
== Devices ==
 
== Devices ==
Line 15: Line 15:
 
== Larger data structures ==
 
== Larger data structures ==
  
Nodes are individual parts of a larger [[data structure]], such as [[Linked list|linked lists]] and [[Tree data|tree data structures]].  
+
Nodes are individual parts of a larger [[data structure]], such as [[Linked list|linked lists]] and [[Tree (data structure)|tree data structures]].  
  
 
== Data ==
 
== Data ==
  
Nodes contain [[Data (computing)]|data].
+
Nodes contain [[Data (computing)]|data]].
  
 
== Nodes may link to other nodes ==
 
== Nodes may link to other nodes ==
Line 32: Line 32:
 
== See also ==
 
== See also ==
  
 +
* [[Branching factor]]
 +
* [[Complex system]]
 
* [[Computer network]]
 
* [[Computer network]]
 
* [[Computer science]]
 
* [[Computer science]]
 +
* [[Hypertext Transfer Protocol]]
 +
* [[Linked list]]
 +
* [[Tree (data structure)]]
  
 
== External Links ==
 
== External Links ==
  
 
* [https://en.wikipedia.org/wiki/Node_(computer_science) Node (computer science)] @ Wikipedia
 
* [https://en.wikipedia.org/wiki/Node_(computer_science) Node (computer science)] @ Wikipedia
 +
 +
[[Category:Computer science]]
 +
[[Category:Mathematics]]
 +
[[Category:Nodes]]

Latest revision as of 13:56, 9 September 2016

A node is a basic unit used in computer science.

Description

Nodes are devices or data points on a larger network.

Devices

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

Internet IP addresses

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

Larger data structures

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

Data

Nodes contain [[Data (computing)]|data]].

Nodes may link to other nodes

Nodes may link to other nodes.

See:

See also

External Links