*** Welcome to piglix ***

Network partitioning


A network partition refers to network decomposition into relatively independent subnets for their separate optimization as well as network split due to the failure of network devices. In both cases the partition-tolerant behavior of subnets is expected. This means that even after network is partitioned into multiple sub-systems, it still works correctly.

For example, in a network with multiple subnets where nodes A and B are located in one subnet and nodes C and D are in another, a partition occurs if the switch between the two subnets fails. In that case nodes A and B can no longer communicate with nodes C and D, but all nodes A-D work the same as before.

To break a NP-hard task of network optimization down into subtasks the network can be decomposed into relatively independent subnets. In order to perform partition, network is firstly represented with the weighted complete graph, where each vertex corresponds to a network element and each edge has weight equals to the rank of correlation between pair of correspondent elements. Then the most irrelevant interactions between elements of network are removed. Based on remaining connections, the network is further split into relatively independent subnets. The optimization of subnets retrieved form the large network can be performed independently on computer cluster.

The CAP Theorem is based on three trade-offs: Consistency, Availability, and Partition tolerance. Partition tolerance, in this context, means the ability of a data processing system to continue processing data even if a network partition causes communication errors between subsystems.


...
Wikipedia

...