Difference between revisions of "Node (computer science)"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (etc) |
Karl Jones (Talk | contribs) (Fix) |
||
Line 20: | Line 20: | ||
== External Links == | == External Links == | ||
− | * | + | * [https://en.wikipedia.org/wiki/Node_(computer_science) Node (computer science)] |
+ | @ Wikipedia |
Revision as of 13:37, 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]] and also may link to other nodes.
See also
External Links
@ Wikipedia