Glossary
What is a node (network connection point)?
In distributed computing, an individual server (or virtual machine) in a cluster of computers is referred to as a node or nodes (connection point among network devices). A node may connect to and communicate with other nodes in the cluster in order to synchronize data and to cooperate on computing tasks (machine learning, batch processing, caching, etc.).
Related Articles: