Clustering

what is a cluster? cluster is a group of nodes or servers which can runs parallel in a cluster these nodes are performs the tasks parallel and these nodes in cluster indeed leverage the powers of fault-tolerance, High Availability, Scalability.

In cluster one node is designated as the main node where all the incoming requests, it delegates the request to all other worker nodes. Cluster will minimize the latency issues.