10 - Network Robustness in IoT
10 - Network Robustness in IoT
and Network
Robustness of
Internet of Things
• The IoT features ubiquitous communication among all kinds of electronic devices.
• It raises security concerns due to seamless penetration and automated integration
among all sorts of applications.
• For example, an adversary may leverage the interconnected devices for malware
propagation.
• Therefore, efficient and effective defense mechanisms are important to ensure the
reliability of the IoT
• In particular, the U.S. Department of Energy (DOE) has identified attack
resistance to be one of the seven major properties required for the operation of
the smart grid, which is an emerging field of the IoT.
Complex connections of the IoT
Centrality Measures:
• Degree (di)
• Betweenness
• Closeness
• Eigenvector centrality (eigen centrality)
• Ego centrality
• Local Fiedler Vector Centrality (LFVC)
Node Degree
• Let ρ(i, j) denote the shortest path distance between node i and node
j in a connected graph
Closeness(i) =
Closeness
Closeness
Betweenness
• A close measure to closeness centrality in terms of emphasizing
on shortest paths is the betweenness centrality.
• Betweenness is the fraction of shortest paths passing through a
node relative to the total number of shortest paths in the
network.
• Specifically, it is a global measure defined as
betweenness (i) = ,
where is the total number of shortest paths from k to j, and (i) is the
number of such shortest paths passing through i.
Betweenness