Covariance Intersection: Difference between revisions

From ANCS Wiki

Jump to: navigation, search
No edit summary
No edit summary
Line 1: Line 1:
==Decentralized Systems==
==Decentralized Systems==


Systems comprised of a number of computing nodes all supporting a common mission. All nodes can be given the same task or asked to support the mission through a subset of tasks. Decentalized systems offer several advantages over their centralized counterparts including
Systems comprised of a number of computing nodes all supporting a common mission. All nodes can be given the same task or asked to support the mission through a subset of tasks. Decentalized systems offer several advantages over their centralized counterparts including:
 
1) Each node does not require intrinsic knowledge of the system topology
1) Each node does not require intrinsic knowledge of the system topology
2) Topology is variable. Nodes can be added or subtracted without significantly impacting the overall system
2) Topology is variable. Nodes can be added or subtracted without significantly impacting the overall system
3) Less vulnerable to single-point failures
3) Less vulnerable to single-point failures
4) Computational load can be spread amongst nodes for efficiency
4) Computational load can be spread amongst nodes for efficiency
Decentralized systems also suffer from some disadvantages
Decentralized systems also suffer from some disadvantages


1) All nodes may not have access to all information contained within the system
1) All nodes may not have access to all information contained within the system
2) Multiple nodes have access to the same information
2) Multiple nodes have access to the same information

Revision as of 18:53, 26 November 2012

Decentralized Systems

Systems comprised of a number of computing nodes all supporting a common mission. All nodes can be given the same task or asked to support the mission through a subset of tasks. Decentalized systems offer several advantages over their centralized counterparts including:

1) Each node does not require intrinsic knowledge of the system topology

2) Topology is variable. Nodes can be added or subtracted without significantly impacting the overall system

3) Less vulnerable to single-point failures

4) Computational load can be spread amongst nodes for efficiency

Decentralized systems also suffer from some disadvantages

1) All nodes may not have access to all information contained within the system

2) Multiple nodes have access to the same information