Algorithm Error Detection and Location
Algorithm Error Detection and Location
Algorithm
In our algorithm in error detection and localization are not so ideal and it is hard to directly use
one MapReduce to solve perfectly.
Modules:
1. Cloud Computing
4. Error Detection
Modules Descriptions:
1. Cloud Computing:
Big data has become a fundamental and critical challenge for modern society. Cloud
computing provides an ideal platform for big data storage, dissemination and interpreting with
its massive computation power. MapReduce has been widely revised from a batch processing
framework into a more incremental one to analyze huge-volume of incremental data on cloud. It
is a framework for processing parallelizable problems across big data sets using a large number
of computers (nodes), collectively referred to as a cluster in which all computers (nodes) are on
the same local network and use similar hardware; or a grid in which the nodes are shared across
geographically and administratively distributed systems. It can sort a petabyte of data in only a
few hours. The parallelism also provides some possibility of recovering from partial failure of
servers or storage during the operation.
After the error pattern matching and error detection, it is important to locate the
position and source of the detected error in the original WSN graph G(V, E). The input of the
Algorithm 2 is the original graph of a scale-free network G(V, E), and an error data D from
Algorithm 1. The output of the algorithm 2 is G’(V’, E’) which is the subset of the G to indicate
the error location and source.