SlideShare a Scribd company logo
1 of 5
Download to read offline
Int. J. Advanced Networking and Applications
Volume: 09 Issue: 06 Pages: 3669-3673 (2018) ISSN: 0975-0290
3669
Bridging Centrality: Identifying Bridging Nodes
in Transportation Network
Prof. A.K. Baruah
Department of Mathematics, Dibrugarh University, Dibrugarh-786004
Email:baruah_arun123@rediffmail.com
Tulsi Bora
Department of Mathematics, Dibrugarh University, Dibrugarh-786004
Email:boratulsi7@gmail.com
-------------------------------------------------------------------ABSTRACT---------------------------------------------------------------
To identify the importance of node of a network, several centralities are used. Majority of these centrality
measures are dominated by components' degree due to their nature of looking at networks’ topology. We propose
a centrality to identification model, bridging centrality, based on information flow and topological aspects. We
apply bridging centrality on real world networks including the transportation network and show that the nodes
distinguished by bridging centrality are well located on the connecting positions between highly connected
regions. Bridging centrality can discriminate bridging nodes, the nodes with more information flowed through
them and locations between highly connected regions, while other centrality measures cannot.
Keywords : Betweenness centrality, Bridging centrality, Bridging coefficient, Degree, Transportation network.
--------------------------------------------------------------------------------------------------------------------------------------------------
Date of Submission: April 12, 2018 Date of Acceptance: April 25, 2018
--------------------------------------------------------------------------------------------------------------------------------------------------
1. INTRODUCTION
Now a days Transportation network is an important part
of our daily life. Transportation network can be
represented as G(V,E), where V denotes vertices, E
denotes edges. If G consists of public bus systems, V
means all stations, E means all available lines between
stations. However, if the air transport systems or highway
systems of a country are expressed as G, V signifies all
cities of the country, E signifies all airlines or highways
between cities.
To study the transportation network is to identify the
centralities in the network which represent the more
critical nodes whose degrees of reliability have major
impact to the network efficiency. Freeman[1] discussed
many centrality measures, designed to capture different
aspects of the centrality concept in the study of social
network. He also discussed the betweenness[2] centrality
as the total fraction of shortest paths between each pair of
vertices that pass through a given vertex. Woochang
Hwang et al.[3] discussed the bridging centrality on scale-
free networks. Bridging centrality provides an entirely
new way of scrutinizing network structure and measuring
components importance.
This understanding guides traffic and transport engineers
and planners to resolve many burning issues related to
traffic flow [4]. Therefore, “quantitative analysis and
modeling of traffic flow has become a hot topid few years,
empirical and theoretical studies of networks are the most
popular subjects of recent researches in many areas
including technological, social, and biological fields.
Network theories have been applied with good success to
these real world systems and many centrality indices,
measurements of the importance of the components in a
network, have been introduced [8,9,10].
In this paper, we focus the network analysis to identifying
the central nodes to another new and important direction.
We introduce a new centrality measure called bridging
centrality that successfully identifies the bridging nodes
locating among densely connected regions.
2. OVERVIEW OF NETWORK CENTRALITY
Our model, a transportation network as an undirected
graph which is represented by (V, E) with node set V and
edge set E. Here V represents the stations and E represents
the connection between stations. We now define some
existing network centrality measures used in different
network analysis.
2.1 Degree Centrality : It is the simplest and the first
measure of centrality .Degree centrality of a node v is the
number of connections of that node is defined as
CD(v) = d(v)
2.2 Betweenness Centrality : The betweenness centrality,
CB(v), for a node v of is defined by:
CB(v) = ∑
g v
g≠v≠ ϵv
In the above equation, g is the number of shortest paths
from node s to t and g (v) the number of shortest paths
from s to t that pass through the node v.
2.3 Closeness Centrality : If we denote the shortest path
distance between two nodes i and j by d(i ,j), then the
closeness centrality of a node i is defined as
Ccls(i) =
1
d 𝑖
where d(i) = ∑ d ,∈V, ≠
Int. J. Advanced Networking and Applications
Volume: 09 Issue: 06 Pages: 3669-3673 (2018) ISSN: 0975-0290
3670
2.4 Bridging Coefficient : The bridging coefficient of a
node is defined as
BC(v) =
1
𝑑 𝑣
∑
1
𝑑 𝑖𝑖∈𝑁 𝑣
where d(v) is the degree of node v and N(v) is the set of
neighbors of node v.
2.5 Bridging Centrality : Identifying important nodes in a
network structure is crucial for the understanding of the
associated real-world system. A bridging node is a node
lying between modules, i.e., a node connecting densely
connected components in a graph. The bridging nodes in a
graph are identified on the basis of their high value of
bridging centrality relative to other nodes on the same
graph. The bridging centrality of a node is the product of
the betweenness centrality (CB) and the bridging
coefficient (BC), which measures the global and local
features of a node, respectively.
Mathematically,
CR(v) = BC(v) x CB(v)
where CR(v) is the bridging centrality.
3 METHOD
3.1 Terminology and Representation
Real world systems can be represented using graph
theoretic methods. In this paper we focus on undirected
graphs. An undirected graph G = (V, E) consists of a set V
of nodes or vertices and a set E of edges. An edge e(i, j)
connects two nodes i and j where e(i, j) 𝞊 E. The neighbors
N(i) of node i are defined to be a set of directly connected
nodes to node i. The degree d(i) of a node i is the number
of the edges connected to node i. A path is defined as a
sequence of nodes (n1,...,nk) such that from each of its
nodes there is an edge to the successor node. The length of
a path is the number of edges in its node sequence. A
shortest path between two nodes, i and j, is a minimal
length path between them. The distance between two
nodes, i and j, is the length of its shortest path.
Figure 1: A small synthetic network example.
Node Degree CB BC CR
1 4 0.655556 0.1 0.065556
2 2 0.533333 0.85714 0.457141
3 3 0.477778 0.22222 0.106172
4 3 0.211111 0.16666 0.035184
5 2 0.155556 0.85714 0.133333
6 2 0.155556 0.85714 0.133333
7 2 0.088889 0.5 0.044445
8 2 0.088889 0.5 0.044445
9 2 0.011111 0.5 0.005556
10 1 0 3 0
11 1 0 3 0
Table 1: Centrality values of Figure 1, including Betweenness centrality(CB), Bridging coefficient (BC) and Bridging
centrality (CR) .
Figure 1 and Table 1 clearly illustrates the significant of
bridging centrality. Although node 1 has the highest
degree and betweenness value, nodes 2 , 5, and 6 have
much higher bridging centrality values since node 1 is
located on the center of a module not on a bridge which
results in the lowest bridging coefficient value. In other
words, more number of shortest paths goes through node 1
than other three nodes, but nodes 2, 5, and 6 position on
Int. J. Advanced Networking and Applications
Volume: 09 Issue: 06 Pages: 3669-3673 (2018) ISSN: 0975-0290
3671
bridges much better. So, nodes 2, 5, and 6 have higher
bridging centrality values since they are on the bridges
between modules which leads much higher bridging
coefficient values than node 1. Betweenness centrality
decides only the extent how much important the node of
interest is from information flow standpoint, and it does
not consider the topological locations of the node. On the
other hand, nodes 5 and 6 have the same bridging
coefficient value with node 2, but nodes 5 and 6 have
much less betweenness centrality values since far more
number of shortest paths passes through node 2 than
through nodes 5 and 6. Even though nodes 2, 5, and 6 are
located on similar local topological positions, i.e., similar
local topological surroundings, node 2 is taking a much
more important location than nodes 5 and 6 in the
information flow viewpoint. Bridging coefficient measures
only the extent how well the node is located between
highly connected regions .Therefore we can think that
node 2 is taking a better bridging position than nodes 5
and 6 are in Figure 1.
3.2 Application on Transportation network
Dispur is the largest city in Assam and one of the fastest
developing cities in India. With the rapid growth of
population in the city, the road traffic problems are also
increasing at an alarming rate. The development of a city
or town leads to the growth of the number of vehicles
which is directly linked to increased traffic congestion and
a growing number of accidents and fatalities. Road traffic
problems like congestion, unpredictable travel-time delays
and road accidents are taking a serious shape in the city.
The main objective of this study is to analyze the potential
of bridging centrality on transportation network, viz.
Dispur city map. It is a well planned city and capital of
Assam. We take 35 major bus stoppages of this Dispur
area to analyze the bridging nodes.
Figure 2 : Major bus stoppages of Dispur city.
Id Label
Degree
d(v)
CB d(v)-1
BC CR
1 khanapra 1 0 1 2 0.5 0
2 Research Gate 2 0.05882 0.5 1.5 0.33333 0.01961
3 Garm gate 2 0.11408 0.5 1 0.5 0.05704
4 Dairy gate 2 0.16578 0.5 1 0.5 0.08289
5 Training Center 2 0.2139 0.5 0.75 0.66667 0.1426
6 six mile 4 0.42335 0.25 2 0.125 0.05292
7 Rukmini gaon 2 0.04556 0.5 0.75 0.66667 0.03038
8 PIBCO 2 0.04635 0.5 1 0.5 0.02317
9 Down town hospital 2 0.05704 0.5 0.75 0.66667 0.03803
10 Super market 4 0.4492 0.25 1.41667 0.17647 0.07927
11 Ganeshguri 4 0.22727 0.25 2.25 0.11111 0.02525
Int. J. Advanced Networking and Applications
Volume: 09 Issue: 06 Pages: 3669-3673 (2018) ISSN: 0975-0290
3672
12 Statefed 2 0.05882 0.5 1.25 0.4 0.02353
13 International Hospital 1 0 1 0.5 2 0
14 Houshing colony 1 0 1 0.33333 3 0
15 Public Health 3 0.07576 0.33333 2 0.16667 0.01263
16 forest gate 2 0.08645 0.5 0.66667 0.75 0.06484
17 Hengerabari 3 0.35116 0.33333 1.25 0.26667 0.09364
18 Borbari 2 0.2959 0.5 0.58333 0.85714 0.25363
19 Gymkhana club 2 0.2139 0.5 0.83333 0.6 0.12834
20 Jatiya 2 0.16578 0.5 1 0.5 0.08289
21 DHE 2 0.11408 0.5 1 0.5 0.05704
22 SB 2 0.05882 0.5 1.5 0.33333 0.01961
23 Forensic 1 0 1 0.5 2 0
24 Last gate 3 0.35027 0.33333 1.25 0.26667 0.0934
25 Housefed 2 0.13102 0.5 0.83333 0.6 0.07861
26 Wireless 2 0.10873 0.5 1 0.5 0.05437
27 Houshing 2 0.09804 0.5 1 0.5 0.04902
28 Survey 2 0.09626 0.5 0.83333 0.6 0.05775
29 Beltola Tiniali 3 0.22371 0.33333 1.5 0.22222 0.04971
30 AG 2 0.11408 0.5 0.83333 0.6 0.06845
31 Basistha Chariali 2 0.05882 0.5 1.5 0.33333 0.01961
32 Brahmaputra board HQ 1 0 1 0.5 2 0
33 Jayanagar 2 0.19341 0.5 0.58333 0.85714 0.16578
34 Romo's restaurent 1 0 1 0.25 4 0
35 Anandaram LPS 2 0.03922 0.5 0.58333 0.85714 0.03361
Table 2 : Centrality values of Figure 2, including Betweenness centrality (CB), Bridging coefficient (BC) and Bridging
centrality (CR)
4 DISCUSSION AND CONCLUSION
Theoretically, we see that Borbari (Id number 18) has
higher bridging centrality than Jayanagar (Id number 33),
Training center (Id number 5), Gymkhana Club (Id
number 19) and other places. So we select Borbari is a
important node among the clusters, though it has less
betweenness centrality than other some places. From this
we can design some special construction at that point such
that the increased of traffic congestion and a growing
number of accidents and fatalities are decrease, which is
link to other cluster from this Dispur city region.
Throughout the experiments we performed in this paper,
bridging centrality did a good job to find out the important
bridging nodes in a real world network. Bridging centrality
has many possible applications on many research areas.
The identification of the bridging nodes and information
about the bridging nodes should be very valuable
knowledge for further fruitful achievements in other
researches and in other fields too.
Bridging centrality has many potential applications in
several areas. First, it can be used to break up modules in a
network for clustering purpose. Second, it also can be used
to identify the most critical points interrupting the
information flow in a network for network protection and
robustness improvement purposes for networks etc.
Int. J. Advanced Networking and Applications
Volume: 09 Issue: 06 Pages: 3669-3673 (2018) ISSN: 0975-0290
3673
REFERENCES
[1]Freeman, L., C., Soc. Networks 1, 215 (1979).
[2]L.C. Freeman. A set of measures of centrality based on
betweenness. Sociometry, 40(1) : 35-41, 1977.
[3]Woochang Hwang et al. “Bridging Centrality:
Identifying Bridging Nodes In Scale-free Networks.”
KDD’06 August 20-23, 2006, Philadelphia, PA,USA.
[4]Noulas, A.; Scellato, S.; Lambiotte, R.; Pontil, M.;
Mascolo, C. 2012. A tale of many cities: universal patterns
in human urban mobility. In PloS one, Public Library of
Science, 7.
[5]Gao, S.; Wang, Y.; Gao, Y.; Liu, Y. 2013.
Understanding urban traffic f low characteristics: a
rethinking of betweenness centrality, Environment and
Planning B: Planning and Design. DOI:
http://dx.doi.org/10.1068/ b38141, 40(1): 135-153.
[6]Jun, C.; Kwon, J.H.; Choi, Y.; Lee, I. 2007. An
Alternative Measure of Public Transport Accessibility
Based on Space Syntax, Advances in Hybrid
Information Technology Lecture Notes in Computer
Science. DOI: http://dx.doi.org/10.1007/978-3-540-
77368-9_28,4413:281-291.
[7]Scheurer, J.; Curtis, C.; Porta, S. 2007. Spatial Network
Analysis of Public Transport Systems: Developing a
Strategic Planning Tool to Assess the Congruence of
Movement and Urban Structure in Australian Cities.
Available from Internet:
<http://abp.unimelb.edu.au/files/miabp/3spatil-network-
analysis.pdf>.
[8]M. E. J. Newman. A measure of betweenness
centrlality on random walks. arXiv:cond-mat, 1:0309045,
Sep 2003.
[9]M. C. Palumbo, A. Colosimo, A. Giuliani, and L.
Farina. Functional essentiality from topology features in
metabolic networks: A case study in yeast. FEBS Letters,
579:4642-4646, 2005.
[10]G. Sabidussi. The centrality index of a graph.
Pyschometrika, 31:581-603, 1966.
BIOGRAPHIES AND PHOTOGRAPHS
Prof. A.K. Baruah is a senior Professor in
the Department of Mathematics at
Dibrugarh University, Assam, India. He
did his Ph. D degree in Mathematics from
Dibrugarh University in 1989. His area of interest are
Numerical analysis and Differential Equation, Graph
theory and data structure, Mathematical modeling in
Traffic control problems using Graph theory. He guided
many M.Phil and Ph. D research scholar. He also acted as
a resource person in various mathematical programmes
and social activities. He has many publications in different
refereed journals of National and International repute.
Tulsi Bora is a Ph D research scholar of
Dibrugarh University, Assam. Presently
he is working as a Assistant Professor of
Mathematics at CNB College, Bokakhat.
His area of interest is Graph theory.

More Related Content

What's hot

E XTENDED F AST S EARCH C LUSTERING A LGORITHM : W IDELY D ENSITY C LUSTERS ,...
E XTENDED F AST S EARCH C LUSTERING A LGORITHM : W IDELY D ENSITY C LUSTERS ,...E XTENDED F AST S EARCH C LUSTERING A LGORITHM : W IDELY D ENSITY C LUSTERS ,...
E XTENDED F AST S EARCH C LUSTERING A LGORITHM : W IDELY D ENSITY C LUSTERS ,...csandit
 
A novel scheme for reliable multipath routing through node independent direct...
A novel scheme for reliable multipath routing through node independent direct...A novel scheme for reliable multipath routing through node independent direct...
A novel scheme for reliable multipath routing through node independent direct...eSAT Journals
 
A novel scheme for reliable multipath routing
A novel scheme for reliable multipath routingA novel scheme for reliable multipath routing
A novel scheme for reliable multipath routingeSAT Publishing House
 
Embedding bus and ring into hex cell
Embedding bus and ring into hex cellEmbedding bus and ring into hex cell
Embedding bus and ring into hex cellIJCNCJournal
 
Wireless memory: Eliminating communication redundancy in Wi-Fi networks
Wireless memory: Eliminating communication redundancy in Wi-Fi networksWireless memory: Eliminating communication redundancy in Wi-Fi networks
Wireless memory: Eliminating communication redundancy in Wi-Fi networksZhenyun Zhuang
 
Efficient routing mechanism using cycle based network and k hop security in a...
Efficient routing mechanism using cycle based network and k hop security in a...Efficient routing mechanism using cycle based network and k hop security in a...
Efficient routing mechanism using cycle based network and k hop security in a...ijait
 
Enforcing end to-end proportional fairness with bounded buffer overflow proba...
Enforcing end to-end proportional fairness with bounded buffer overflow proba...Enforcing end to-end proportional fairness with bounded buffer overflow proba...
Enforcing end to-end proportional fairness with bounded buffer overflow proba...ijwmn
 
A SECURE DIGITAL SIGNATURE SCHEME WITH FAULT TOLERANCE BASED ON THE IMPROVED ...
A SECURE DIGITAL SIGNATURE SCHEME WITH FAULT TOLERANCE BASED ON THE IMPROVED ...A SECURE DIGITAL SIGNATURE SCHEME WITH FAULT TOLERANCE BASED ON THE IMPROVED ...
A SECURE DIGITAL SIGNATURE SCHEME WITH FAULT TOLERANCE BASED ON THE IMPROVED ...csandit
 
Clustering Algorithms for Data Stream
Clustering Algorithms for Data StreamClustering Algorithms for Data Stream
Clustering Algorithms for Data StreamIRJET Journal
 
Bidirectional search routing protocol for mobile ad hoc networks
Bidirectional search routing protocol for mobile ad hoc networksBidirectional search routing protocol for mobile ad hoc networks
Bidirectional search routing protocol for mobile ad hoc networksIAEME Publication
 
A simple and fast exact clustering algorithm defined for complex
A simple and fast exact clustering algorithm defined for complexA simple and fast exact clustering algorithm defined for complex
A simple and fast exact clustering algorithm defined for complexAlexander Decker
 
Minimization of Localization Error using Connectivity based Geometrical Metho...
Minimization of Localization Error using Connectivity based Geometrical Metho...Minimization of Localization Error using Connectivity based Geometrical Metho...
Minimization of Localization Error using Connectivity based Geometrical Metho...Dr. Amarjeet Singh
 
DYNAMIC ADDRESS ROUTING FOR SCALABLE AD HOC NETWORKS
DYNAMIC ADDRESS ROUTING FOR SCALABLE AD HOC NETWORKSDYNAMIC ADDRESS ROUTING FOR SCALABLE AD HOC NETWORKS
DYNAMIC ADDRESS ROUTING FOR SCALABLE AD HOC NETWORKSIAEME Publication
 
Probability Density Functions of the Packet Length for Computer Networks With...
Probability Density Functions of the Packet Length for Computer Networks With...Probability Density Functions of the Packet Length for Computer Networks With...
Probability Density Functions of the Packet Length for Computer Networks With...IJCNCJournal
 
Relation between Type-II Discrete Sine Transform and Type -I Discrete Hartley...
Relation between Type-II Discrete Sine Transform and Type -I Discrete Hartley...Relation between Type-II Discrete Sine Transform and Type -I Discrete Hartley...
Relation between Type-II Discrete Sine Transform and Type -I Discrete Hartley...IJERA Editor
 
Improvement at Network Planning using Heuristic Algorithm to Minimize Cost of...
Improvement at Network Planning using Heuristic Algorithm to Minimize Cost of...Improvement at Network Planning using Heuristic Algorithm to Minimize Cost of...
Improvement at Network Planning using Heuristic Algorithm to Minimize Cost of...Yayah Zakaria
 

What's hot (18)

E XTENDED F AST S EARCH C LUSTERING A LGORITHM : W IDELY D ENSITY C LUSTERS ,...
E XTENDED F AST S EARCH C LUSTERING A LGORITHM : W IDELY D ENSITY C LUSTERS ,...E XTENDED F AST S EARCH C LUSTERING A LGORITHM : W IDELY D ENSITY C LUSTERS ,...
E XTENDED F AST S EARCH C LUSTERING A LGORITHM : W IDELY D ENSITY C LUSTERS ,...
 
A novel scheme for reliable multipath routing through node independent direct...
A novel scheme for reliable multipath routing through node independent direct...A novel scheme for reliable multipath routing through node independent direct...
A novel scheme for reliable multipath routing through node independent direct...
 
A novel scheme for reliable multipath routing
A novel scheme for reliable multipath routingA novel scheme for reliable multipath routing
A novel scheme for reliable multipath routing
 
Embedding bus and ring into hex cell
Embedding bus and ring into hex cellEmbedding bus and ring into hex cell
Embedding bus and ring into hex cell
 
Wireless memory: Eliminating communication redundancy in Wi-Fi networks
Wireless memory: Eliminating communication redundancy in Wi-Fi networksWireless memory: Eliminating communication redundancy in Wi-Fi networks
Wireless memory: Eliminating communication redundancy in Wi-Fi networks
 
Ijetcas14 488
Ijetcas14 488Ijetcas14 488
Ijetcas14 488
 
Efficient routing mechanism using cycle based network and k hop security in a...
Efficient routing mechanism using cycle based network and k hop security in a...Efficient routing mechanism using cycle based network and k hop security in a...
Efficient routing mechanism using cycle based network and k hop security in a...
 
Enforcing end to-end proportional fairness with bounded buffer overflow proba...
Enforcing end to-end proportional fairness with bounded buffer overflow proba...Enforcing end to-end proportional fairness with bounded buffer overflow proba...
Enforcing end to-end proportional fairness with bounded buffer overflow proba...
 
A SECURE DIGITAL SIGNATURE SCHEME WITH FAULT TOLERANCE BASED ON THE IMPROVED ...
A SECURE DIGITAL SIGNATURE SCHEME WITH FAULT TOLERANCE BASED ON THE IMPROVED ...A SECURE DIGITAL SIGNATURE SCHEME WITH FAULT TOLERANCE BASED ON THE IMPROVED ...
A SECURE DIGITAL SIGNATURE SCHEME WITH FAULT TOLERANCE BASED ON THE IMPROVED ...
 
50120130406039
5012013040603950120130406039
50120130406039
 
Clustering Algorithms for Data Stream
Clustering Algorithms for Data StreamClustering Algorithms for Data Stream
Clustering Algorithms for Data Stream
 
Bidirectional search routing protocol for mobile ad hoc networks
Bidirectional search routing protocol for mobile ad hoc networksBidirectional search routing protocol for mobile ad hoc networks
Bidirectional search routing protocol for mobile ad hoc networks
 
A simple and fast exact clustering algorithm defined for complex
A simple and fast exact clustering algorithm defined for complexA simple and fast exact clustering algorithm defined for complex
A simple and fast exact clustering algorithm defined for complex
 
Minimization of Localization Error using Connectivity based Geometrical Metho...
Minimization of Localization Error using Connectivity based Geometrical Metho...Minimization of Localization Error using Connectivity based Geometrical Metho...
Minimization of Localization Error using Connectivity based Geometrical Metho...
 
DYNAMIC ADDRESS ROUTING FOR SCALABLE AD HOC NETWORKS
DYNAMIC ADDRESS ROUTING FOR SCALABLE AD HOC NETWORKSDYNAMIC ADDRESS ROUTING FOR SCALABLE AD HOC NETWORKS
DYNAMIC ADDRESS ROUTING FOR SCALABLE AD HOC NETWORKS
 
Probability Density Functions of the Packet Length for Computer Networks With...
Probability Density Functions of the Packet Length for Computer Networks With...Probability Density Functions of the Packet Length for Computer Networks With...
Probability Density Functions of the Packet Length for Computer Networks With...
 
Relation between Type-II Discrete Sine Transform and Type -I Discrete Hartley...
Relation between Type-II Discrete Sine Transform and Type -I Discrete Hartley...Relation between Type-II Discrete Sine Transform and Type -I Discrete Hartley...
Relation between Type-II Discrete Sine Transform and Type -I Discrete Hartley...
 
Improvement at Network Planning using Heuristic Algorithm to Minimize Cost of...
Improvement at Network Planning using Heuristic Algorithm to Minimize Cost of...Improvement at Network Planning using Heuristic Algorithm to Minimize Cost of...
Improvement at Network Planning using Heuristic Algorithm to Minimize Cost of...
 

Similar to Bridging Centrality: Identifying Bridging Nodes in Transportation Network

Minimum distance based routing protocol for lifetime improvement in wireless ...
Minimum distance based routing protocol for lifetime improvement in wireless ...Minimum distance based routing protocol for lifetime improvement in wireless ...
Minimum distance based routing protocol for lifetime improvement in wireless ...eSAT Journals
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...ijceronline
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...ijceronline
 
EVOLUTIONARY CENTRALITY AND MAXIMAL CLIQUES IN MOBILE SOCIAL NETWORKS
EVOLUTIONARY CENTRALITY AND MAXIMAL CLIQUES IN MOBILE SOCIAL NETWORKSEVOLUTIONARY CENTRALITY AND MAXIMAL CLIQUES IN MOBILE SOCIAL NETWORKS
EVOLUTIONARY CENTRALITY AND MAXIMAL CLIQUES IN MOBILE SOCIAL NETWORKSijcsit
 
ALTERNATIVES TO BETWEENNESS CENTRALITY: A MEASURE OF CORRELATION COEFFICIENT
ALTERNATIVES TO BETWEENNESS CENTRALITY: A MEASURE OF CORRELATION COEFFICIENTALTERNATIVES TO BETWEENNESS CENTRALITY: A MEASURE OF CORRELATION COEFFICIENT
ALTERNATIVES TO BETWEENNESS CENTRALITY: A MEASURE OF CORRELATION COEFFICIENTcsandit
 
EVOLUTIONARY CENTRALITY AND MAXIMAL CLIQUES IN MOBILE SOCIAL NETWORKS
EVOLUTIONARY CENTRALITY AND MAXIMAL CLIQUES IN MOBILE SOCIAL NETWORKSEVOLUTIONARY CENTRALITY AND MAXIMAL CLIQUES IN MOBILE SOCIAL NETWORKS
EVOLUTIONARY CENTRALITY AND MAXIMAL CLIQUES IN MOBILE SOCIAL NETWORKSAIRCC Publishing Corporation
 
CORRELATION AND REGRESSION ANALYSIS FOR NODE BETWEENNESS CENTRALITY
CORRELATION AND REGRESSION ANALYSIS FOR NODE BETWEENNESS CENTRALITYCORRELATION AND REGRESSION ANALYSIS FOR NODE BETWEENNESS CENTRALITY
CORRELATION AND REGRESSION ANALYSIS FOR NODE BETWEENNESS CENTRALITYijfcstjournal
 
Mobile ad hoc networks – dangling issues of optimal path strategy
Mobile ad hoc networks – dangling issues of optimal path strategyMobile ad hoc networks – dangling issues of optimal path strategy
Mobile ad hoc networks – dangling issues of optimal path strategyAlexander Decker
 
Ripple Algorithm to Evaluate the Importance of Network Nodes
Ripple Algorithm to Evaluate the Importance of Network NodesRipple Algorithm to Evaluate the Importance of Network Nodes
Ripple Algorithm to Evaluate the Importance of Network Nodesrahulmonikasharma
 
NONLINEAR MODELING AND ANALYSIS OF WSN NODE LOCALIZATION METHOD
NONLINEAR MODELING AND ANALYSIS OF WSN NODE LOCALIZATION METHODNONLINEAR MODELING AND ANALYSIS OF WSN NODE LOCALIZATION METHOD
NONLINEAR MODELING AND ANALYSIS OF WSN NODE LOCALIZATION METHODijwmn
 
NONLINEAR MODELING AND ANALYSIS OF WSN NODE LOCALIZATION METHOD
NONLINEAR MODELING AND ANALYSIS OF WSN NODE LOCALIZATION METHODNONLINEAR MODELING AND ANALYSIS OF WSN NODE LOCALIZATION METHOD
NONLINEAR MODELING AND ANALYSIS OF WSN NODE LOCALIZATION METHODijwmn
 
Investigative Compression Of Lossy Images By Enactment Of Lattice Vector Quan...
Investigative Compression Of Lossy Images By Enactment Of Lattice Vector Quan...Investigative Compression Of Lossy Images By Enactment Of Lattice Vector Quan...
Investigative Compression Of Lossy Images By Enactment Of Lattice Vector Quan...IJERA Editor
 
COMPARATIVE ANALYSIS OF ROUTE INFORMATION BASED ENHANCED DIVIDE AND RULE STRA...
COMPARATIVE ANALYSIS OF ROUTE INFORMATION BASED ENHANCED DIVIDE AND RULE STRA...COMPARATIVE ANALYSIS OF ROUTE INFORMATION BASED ENHANCED DIVIDE AND RULE STRA...
COMPARATIVE ANALYSIS OF ROUTE INFORMATION BASED ENHANCED DIVIDE AND RULE STRA...ijsc
 
Analysis of Hill Road Network Structure in Developing Countries
Analysis of Hill Road Network Structure in Developing CountriesAnalysis of Hill Road Network Structure in Developing Countries
Analysis of Hill Road Network Structure in Developing CountriesIJRTEMJOURNAL
 
Analysis of Hill Road Network Structure in Developing Countries
Analysis of Hill Road Network Structure in Developing CountriesAnalysis of Hill Road Network Structure in Developing Countries
Analysis of Hill Road Network Structure in Developing CountriesIJRTEMJOURNAL
 
Comparative Analysis of Route Information Based Enhanced Divide and Rule Stra...
Comparative Analysis of Route Information Based Enhanced Divide and Rule Stra...Comparative Analysis of Route Information Based Enhanced Divide and Rule Stra...
Comparative Analysis of Route Information Based Enhanced Divide and Rule Stra...ijsc
 
Centrality Prediction in Mobile Social Networks
Centrality Prediction in Mobile Social NetworksCentrality Prediction in Mobile Social Networks
Centrality Prediction in Mobile Social NetworksIJERA Editor
 
Transmission Time and Throughput analysis of EEE LEACH, LEACH and Direct Tran...
Transmission Time and Throughput analysis of EEE LEACH, LEACH and Direct Tran...Transmission Time and Throughput analysis of EEE LEACH, LEACH and Direct Tran...
Transmission Time and Throughput analysis of EEE LEACH, LEACH and Direct Tran...acijjournal
 
An Efficient Algorithm to Calculate The Connectivity of Hyper-Rings Distribut...
An Efficient Algorithm to Calculate The Connectivity of Hyper-Rings Distribut...An Efficient Algorithm to Calculate The Connectivity of Hyper-Rings Distribut...
An Efficient Algorithm to Calculate The Connectivity of Hyper-Rings Distribut...ijitcs
 

Similar to Bridging Centrality: Identifying Bridging Nodes in Transportation Network (20)

Minimum distance based routing protocol for lifetime improvement in wireless ...
Minimum distance based routing protocol for lifetime improvement in wireless ...Minimum distance based routing protocol for lifetime improvement in wireless ...
Minimum distance based routing protocol for lifetime improvement in wireless ...
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 
EVOLUTIONARY CENTRALITY AND MAXIMAL CLIQUES IN MOBILE SOCIAL NETWORKS
EVOLUTIONARY CENTRALITY AND MAXIMAL CLIQUES IN MOBILE SOCIAL NETWORKSEVOLUTIONARY CENTRALITY AND MAXIMAL CLIQUES IN MOBILE SOCIAL NETWORKS
EVOLUTIONARY CENTRALITY AND MAXIMAL CLIQUES IN MOBILE SOCIAL NETWORKS
 
ALTERNATIVES TO BETWEENNESS CENTRALITY: A MEASURE OF CORRELATION COEFFICIENT
ALTERNATIVES TO BETWEENNESS CENTRALITY: A MEASURE OF CORRELATION COEFFICIENTALTERNATIVES TO BETWEENNESS CENTRALITY: A MEASURE OF CORRELATION COEFFICIENT
ALTERNATIVES TO BETWEENNESS CENTRALITY: A MEASURE OF CORRELATION COEFFICIENT
 
EVOLUTIONARY CENTRALITY AND MAXIMAL CLIQUES IN MOBILE SOCIAL NETWORKS
EVOLUTIONARY CENTRALITY AND MAXIMAL CLIQUES IN MOBILE SOCIAL NETWORKSEVOLUTIONARY CENTRALITY AND MAXIMAL CLIQUES IN MOBILE SOCIAL NETWORKS
EVOLUTIONARY CENTRALITY AND MAXIMAL CLIQUES IN MOBILE SOCIAL NETWORKS
 
CORRELATION AND REGRESSION ANALYSIS FOR NODE BETWEENNESS CENTRALITY
CORRELATION AND REGRESSION ANALYSIS FOR NODE BETWEENNESS CENTRALITYCORRELATION AND REGRESSION ANALYSIS FOR NODE BETWEENNESS CENTRALITY
CORRELATION AND REGRESSION ANALYSIS FOR NODE BETWEENNESS CENTRALITY
 
Mobile ad hoc networks – dangling issues of optimal path strategy
Mobile ad hoc networks – dangling issues of optimal path strategyMobile ad hoc networks – dangling issues of optimal path strategy
Mobile ad hoc networks – dangling issues of optimal path strategy
 
Ripple Algorithm to Evaluate the Importance of Network Nodes
Ripple Algorithm to Evaluate the Importance of Network NodesRipple Algorithm to Evaluate the Importance of Network Nodes
Ripple Algorithm to Evaluate the Importance of Network Nodes
 
NONLINEAR MODELING AND ANALYSIS OF WSN NODE LOCALIZATION METHOD
NONLINEAR MODELING AND ANALYSIS OF WSN NODE LOCALIZATION METHODNONLINEAR MODELING AND ANALYSIS OF WSN NODE LOCALIZATION METHOD
NONLINEAR MODELING AND ANALYSIS OF WSN NODE LOCALIZATION METHOD
 
NONLINEAR MODELING AND ANALYSIS OF WSN NODE LOCALIZATION METHOD
NONLINEAR MODELING AND ANALYSIS OF WSN NODE LOCALIZATION METHODNONLINEAR MODELING AND ANALYSIS OF WSN NODE LOCALIZATION METHOD
NONLINEAR MODELING AND ANALYSIS OF WSN NODE LOCALIZATION METHOD
 
Investigative Compression Of Lossy Images By Enactment Of Lattice Vector Quan...
Investigative Compression Of Lossy Images By Enactment Of Lattice Vector Quan...Investigative Compression Of Lossy Images By Enactment Of Lattice Vector Quan...
Investigative Compression Of Lossy Images By Enactment Of Lattice Vector Quan...
 
COMPARATIVE ANALYSIS OF ROUTE INFORMATION BASED ENHANCED DIVIDE AND RULE STRA...
COMPARATIVE ANALYSIS OF ROUTE INFORMATION BASED ENHANCED DIVIDE AND RULE STRA...COMPARATIVE ANALYSIS OF ROUTE INFORMATION BASED ENHANCED DIVIDE AND RULE STRA...
COMPARATIVE ANALYSIS OF ROUTE INFORMATION BASED ENHANCED DIVIDE AND RULE STRA...
 
Analysis of Hill Road Network Structure in Developing Countries
Analysis of Hill Road Network Structure in Developing CountriesAnalysis of Hill Road Network Structure in Developing Countries
Analysis of Hill Road Network Structure in Developing Countries
 
Analysis of Hill Road Network Structure in Developing Countries
Analysis of Hill Road Network Structure in Developing CountriesAnalysis of Hill Road Network Structure in Developing Countries
Analysis of Hill Road Network Structure in Developing Countries
 
Comparative Analysis of Route Information Based Enhanced Divide and Rule Stra...
Comparative Analysis of Route Information Based Enhanced Divide and Rule Stra...Comparative Analysis of Route Information Based Enhanced Divide and Rule Stra...
Comparative Analysis of Route Information Based Enhanced Divide and Rule Stra...
 
Centrality Prediction in Mobile Social Networks
Centrality Prediction in Mobile Social NetworksCentrality Prediction in Mobile Social Networks
Centrality Prediction in Mobile Social Networks
 
Transmission Time and Throughput analysis of EEE LEACH, LEACH and Direct Tran...
Transmission Time and Throughput analysis of EEE LEACH, LEACH and Direct Tran...Transmission Time and Throughput analysis of EEE LEACH, LEACH and Direct Tran...
Transmission Time and Throughput analysis of EEE LEACH, LEACH and Direct Tran...
 
Description Of A Graph
Description Of A GraphDescription Of A Graph
Description Of A Graph
 
An Efficient Algorithm to Calculate The Connectivity of Hyper-Rings Distribut...
An Efficient Algorithm to Calculate The Connectivity of Hyper-Rings Distribut...An Efficient Algorithm to Calculate The Connectivity of Hyper-Rings Distribut...
An Efficient Algorithm to Calculate The Connectivity of Hyper-Rings Distribut...
 

More from Eswar Publications

Content-Based Image Retrieval Features: A Survey
Content-Based Image Retrieval Features: A SurveyContent-Based Image Retrieval Features: A Survey
Content-Based Image Retrieval Features: A SurveyEswar Publications
 
Clickjacking Attack: Hijacking User’s Click
Clickjacking Attack: Hijacking User’s ClickClickjacking Attack: Hijacking User’s Click
Clickjacking Attack: Hijacking User’s ClickEswar Publications
 
Performance Analysis of Audio and Video Synchronization using Spreaded Code D...
Performance Analysis of Audio and Video Synchronization using Spreaded Code D...Performance Analysis of Audio and Video Synchronization using Spreaded Code D...
Performance Analysis of Audio and Video Synchronization using Spreaded Code D...Eswar Publications
 
Android Based Home-Automation using Microcontroller
Android Based Home-Automation using MicrocontrollerAndroid Based Home-Automation using Microcontroller
Android Based Home-Automation using MicrocontrollerEswar Publications
 
Semantically Enchanced Personalised Adaptive E-Learning for General and Dysle...
Semantically Enchanced Personalised Adaptive E-Learning for General and Dysle...Semantically Enchanced Personalised Adaptive E-Learning for General and Dysle...
Semantically Enchanced Personalised Adaptive E-Learning for General and Dysle...Eswar Publications
 
App for Physiological Seed quality Parameters
App for Physiological Seed quality ParametersApp for Physiological Seed quality Parameters
App for Physiological Seed quality ParametersEswar Publications
 
What happens when adaptive video streaming players compete in time-varying ba...
What happens when adaptive video streaming players compete in time-varying ba...What happens when adaptive video streaming players compete in time-varying ba...
What happens when adaptive video streaming players compete in time-varying ba...Eswar Publications
 
WLI-FCM and Artificial Neural Network Based Cloud Intrusion Detection System
WLI-FCM and Artificial Neural Network Based Cloud Intrusion Detection SystemWLI-FCM and Artificial Neural Network Based Cloud Intrusion Detection System
WLI-FCM and Artificial Neural Network Based Cloud Intrusion Detection SystemEswar Publications
 
Spreading Trade Union Activities through Cyberspace: A Case Study
Spreading Trade Union Activities through Cyberspace: A Case StudySpreading Trade Union Activities through Cyberspace: A Case Study
Spreading Trade Union Activities through Cyberspace: A Case StudyEswar Publications
 
Identifying an Appropriate Model for Information Systems Integration in the O...
Identifying an Appropriate Model for Information Systems Integration in the O...Identifying an Appropriate Model for Information Systems Integration in the O...
Identifying an Appropriate Model for Information Systems Integration in the O...Eswar Publications
 
Link-and Node-Disjoint Evaluation of the Ad Hoc on Demand Multi-path Distance...
Link-and Node-Disjoint Evaluation of the Ad Hoc on Demand Multi-path Distance...Link-and Node-Disjoint Evaluation of the Ad Hoc on Demand Multi-path Distance...
Link-and Node-Disjoint Evaluation of the Ad Hoc on Demand Multi-path Distance...Eswar Publications
 
A Literature Survey on Internet of Things (IoT)
A Literature Survey on Internet of Things (IoT)A Literature Survey on Internet of Things (IoT)
A Literature Survey on Internet of Things (IoT)Eswar Publications
 
Automatic Monitoring of Soil Moisture and Controlling of Irrigation System
Automatic Monitoring of Soil Moisture and Controlling of Irrigation SystemAutomatic Monitoring of Soil Moisture and Controlling of Irrigation System
Automatic Monitoring of Soil Moisture and Controlling of Irrigation SystemEswar Publications
 
Multi- Level Data Security Model for Big Data on Public Cloud: A New Model
Multi- Level Data Security Model for Big Data on Public Cloud: A New ModelMulti- Level Data Security Model for Big Data on Public Cloud: A New Model
Multi- Level Data Security Model for Big Data on Public Cloud: A New ModelEswar Publications
 
Impact of Technology on E-Banking; Cameroon Perspectives
Impact of Technology on E-Banking; Cameroon PerspectivesImpact of Technology on E-Banking; Cameroon Perspectives
Impact of Technology on E-Banking; Cameroon PerspectivesEswar Publications
 
Classification Algorithms with Attribute Selection: an evaluation study using...
Classification Algorithms with Attribute Selection: an evaluation study using...Classification Algorithms with Attribute Selection: an evaluation study using...
Classification Algorithms with Attribute Selection: an evaluation study using...Eswar Publications
 
Mining Frequent Patterns and Associations from the Smart meters using Bayesia...
Mining Frequent Patterns and Associations from the Smart meters using Bayesia...Mining Frequent Patterns and Associations from the Smart meters using Bayesia...
Mining Frequent Patterns and Associations from the Smart meters using Bayesia...Eswar Publications
 
Network as a Service Model in Cloud Authentication by HMAC Algorithm
Network as a Service Model in Cloud Authentication by HMAC AlgorithmNetwork as a Service Model in Cloud Authentication by HMAC Algorithm
Network as a Service Model in Cloud Authentication by HMAC AlgorithmEswar Publications
 
Explosive Detection Approach by Printed Antennas
Explosive Detection Approach by Printed AntennasExplosive Detection Approach by Printed Antennas
Explosive Detection Approach by Printed AntennasEswar Publications
 
Bandwidth Estimation Techniques for Relative ‘Fair’ Sharing in DASH
Bandwidth Estimation Techniques for Relative ‘Fair’ Sharing in DASHBandwidth Estimation Techniques for Relative ‘Fair’ Sharing in DASH
Bandwidth Estimation Techniques for Relative ‘Fair’ Sharing in DASHEswar Publications
 

More from Eswar Publications (20)

Content-Based Image Retrieval Features: A Survey
Content-Based Image Retrieval Features: A SurveyContent-Based Image Retrieval Features: A Survey
Content-Based Image Retrieval Features: A Survey
 
Clickjacking Attack: Hijacking User’s Click
Clickjacking Attack: Hijacking User’s ClickClickjacking Attack: Hijacking User’s Click
Clickjacking Attack: Hijacking User’s Click
 
Performance Analysis of Audio and Video Synchronization using Spreaded Code D...
Performance Analysis of Audio and Video Synchronization using Spreaded Code D...Performance Analysis of Audio and Video Synchronization using Spreaded Code D...
Performance Analysis of Audio and Video Synchronization using Spreaded Code D...
 
Android Based Home-Automation using Microcontroller
Android Based Home-Automation using MicrocontrollerAndroid Based Home-Automation using Microcontroller
Android Based Home-Automation using Microcontroller
 
Semantically Enchanced Personalised Adaptive E-Learning for General and Dysle...
Semantically Enchanced Personalised Adaptive E-Learning for General and Dysle...Semantically Enchanced Personalised Adaptive E-Learning for General and Dysle...
Semantically Enchanced Personalised Adaptive E-Learning for General and Dysle...
 
App for Physiological Seed quality Parameters
App for Physiological Seed quality ParametersApp for Physiological Seed quality Parameters
App for Physiological Seed quality Parameters
 
What happens when adaptive video streaming players compete in time-varying ba...
What happens when adaptive video streaming players compete in time-varying ba...What happens when adaptive video streaming players compete in time-varying ba...
What happens when adaptive video streaming players compete in time-varying ba...
 
WLI-FCM and Artificial Neural Network Based Cloud Intrusion Detection System
WLI-FCM and Artificial Neural Network Based Cloud Intrusion Detection SystemWLI-FCM and Artificial Neural Network Based Cloud Intrusion Detection System
WLI-FCM and Artificial Neural Network Based Cloud Intrusion Detection System
 
Spreading Trade Union Activities through Cyberspace: A Case Study
Spreading Trade Union Activities through Cyberspace: A Case StudySpreading Trade Union Activities through Cyberspace: A Case Study
Spreading Trade Union Activities through Cyberspace: A Case Study
 
Identifying an Appropriate Model for Information Systems Integration in the O...
Identifying an Appropriate Model for Information Systems Integration in the O...Identifying an Appropriate Model for Information Systems Integration in the O...
Identifying an Appropriate Model for Information Systems Integration in the O...
 
Link-and Node-Disjoint Evaluation of the Ad Hoc on Demand Multi-path Distance...
Link-and Node-Disjoint Evaluation of the Ad Hoc on Demand Multi-path Distance...Link-and Node-Disjoint Evaluation of the Ad Hoc on Demand Multi-path Distance...
Link-and Node-Disjoint Evaluation of the Ad Hoc on Demand Multi-path Distance...
 
A Literature Survey on Internet of Things (IoT)
A Literature Survey on Internet of Things (IoT)A Literature Survey on Internet of Things (IoT)
A Literature Survey on Internet of Things (IoT)
 
Automatic Monitoring of Soil Moisture and Controlling of Irrigation System
Automatic Monitoring of Soil Moisture and Controlling of Irrigation SystemAutomatic Monitoring of Soil Moisture and Controlling of Irrigation System
Automatic Monitoring of Soil Moisture and Controlling of Irrigation System
 
Multi- Level Data Security Model for Big Data on Public Cloud: A New Model
Multi- Level Data Security Model for Big Data on Public Cloud: A New ModelMulti- Level Data Security Model for Big Data on Public Cloud: A New Model
Multi- Level Data Security Model for Big Data on Public Cloud: A New Model
 
Impact of Technology on E-Banking; Cameroon Perspectives
Impact of Technology on E-Banking; Cameroon PerspectivesImpact of Technology on E-Banking; Cameroon Perspectives
Impact of Technology on E-Banking; Cameroon Perspectives
 
Classification Algorithms with Attribute Selection: an evaluation study using...
Classification Algorithms with Attribute Selection: an evaluation study using...Classification Algorithms with Attribute Selection: an evaluation study using...
Classification Algorithms with Attribute Selection: an evaluation study using...
 
Mining Frequent Patterns and Associations from the Smart meters using Bayesia...
Mining Frequent Patterns and Associations from the Smart meters using Bayesia...Mining Frequent Patterns and Associations from the Smart meters using Bayesia...
Mining Frequent Patterns and Associations from the Smart meters using Bayesia...
 
Network as a Service Model in Cloud Authentication by HMAC Algorithm
Network as a Service Model in Cloud Authentication by HMAC AlgorithmNetwork as a Service Model in Cloud Authentication by HMAC Algorithm
Network as a Service Model in Cloud Authentication by HMAC Algorithm
 
Explosive Detection Approach by Printed Antennas
Explosive Detection Approach by Printed AntennasExplosive Detection Approach by Printed Antennas
Explosive Detection Approach by Printed Antennas
 
Bandwidth Estimation Techniques for Relative ‘Fair’ Sharing in DASH
Bandwidth Estimation Techniques for Relative ‘Fair’ Sharing in DASHBandwidth Estimation Techniques for Relative ‘Fair’ Sharing in DASH
Bandwidth Estimation Techniques for Relative ‘Fair’ Sharing in DASH
 

Recently uploaded

Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .Satyam Kumar
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
pipeline in computer architecture design
pipeline in computer architecture  designpipeline in computer architecture  design
pipeline in computer architecture designssuser87fa0c1
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfAsst.prof M.Gokilavani
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfROCENODodongVILLACER
 
DATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage exampleDATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage examplePragyanshuParadkar1
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...Chandu841456
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptSAURABHKUMAR892774
 

Recently uploaded (20)

Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
pipeline in computer architecture design
pipeline in computer architecture  designpipeline in computer architecture  design
pipeline in computer architecture design
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdf
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
DATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage exampleDATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage example
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.ppt
 

Bridging Centrality: Identifying Bridging Nodes in Transportation Network

  • 1. Int. J. Advanced Networking and Applications Volume: 09 Issue: 06 Pages: 3669-3673 (2018) ISSN: 0975-0290 3669 Bridging Centrality: Identifying Bridging Nodes in Transportation Network Prof. A.K. Baruah Department of Mathematics, Dibrugarh University, Dibrugarh-786004 Email:baruah_arun123@rediffmail.com Tulsi Bora Department of Mathematics, Dibrugarh University, Dibrugarh-786004 Email:boratulsi7@gmail.com -------------------------------------------------------------------ABSTRACT--------------------------------------------------------------- To identify the importance of node of a network, several centralities are used. Majority of these centrality measures are dominated by components' degree due to their nature of looking at networks’ topology. We propose a centrality to identification model, bridging centrality, based on information flow and topological aspects. We apply bridging centrality on real world networks including the transportation network and show that the nodes distinguished by bridging centrality are well located on the connecting positions between highly connected regions. Bridging centrality can discriminate bridging nodes, the nodes with more information flowed through them and locations between highly connected regions, while other centrality measures cannot. Keywords : Betweenness centrality, Bridging centrality, Bridging coefficient, Degree, Transportation network. -------------------------------------------------------------------------------------------------------------------------------------------------- Date of Submission: April 12, 2018 Date of Acceptance: April 25, 2018 -------------------------------------------------------------------------------------------------------------------------------------------------- 1. INTRODUCTION Now a days Transportation network is an important part of our daily life. Transportation network can be represented as G(V,E), where V denotes vertices, E denotes edges. If G consists of public bus systems, V means all stations, E means all available lines between stations. However, if the air transport systems or highway systems of a country are expressed as G, V signifies all cities of the country, E signifies all airlines or highways between cities. To study the transportation network is to identify the centralities in the network which represent the more critical nodes whose degrees of reliability have major impact to the network efficiency. Freeman[1] discussed many centrality measures, designed to capture different aspects of the centrality concept in the study of social network. He also discussed the betweenness[2] centrality as the total fraction of shortest paths between each pair of vertices that pass through a given vertex. Woochang Hwang et al.[3] discussed the bridging centrality on scale- free networks. Bridging centrality provides an entirely new way of scrutinizing network structure and measuring components importance. This understanding guides traffic and transport engineers and planners to resolve many burning issues related to traffic flow [4]. Therefore, “quantitative analysis and modeling of traffic flow has become a hot topid few years, empirical and theoretical studies of networks are the most popular subjects of recent researches in many areas including technological, social, and biological fields. Network theories have been applied with good success to these real world systems and many centrality indices, measurements of the importance of the components in a network, have been introduced [8,9,10]. In this paper, we focus the network analysis to identifying the central nodes to another new and important direction. We introduce a new centrality measure called bridging centrality that successfully identifies the bridging nodes locating among densely connected regions. 2. OVERVIEW OF NETWORK CENTRALITY Our model, a transportation network as an undirected graph which is represented by (V, E) with node set V and edge set E. Here V represents the stations and E represents the connection between stations. We now define some existing network centrality measures used in different network analysis. 2.1 Degree Centrality : It is the simplest and the first measure of centrality .Degree centrality of a node v is the number of connections of that node is defined as CD(v) = d(v) 2.2 Betweenness Centrality : The betweenness centrality, CB(v), for a node v of is defined by: CB(v) = ∑ g v g≠v≠ ϵv In the above equation, g is the number of shortest paths from node s to t and g (v) the number of shortest paths from s to t that pass through the node v. 2.3 Closeness Centrality : If we denote the shortest path distance between two nodes i and j by d(i ,j), then the closeness centrality of a node i is defined as Ccls(i) = 1 d 𝑖 where d(i) = ∑ d ,∈V, ≠
  • 2. Int. J. Advanced Networking and Applications Volume: 09 Issue: 06 Pages: 3669-3673 (2018) ISSN: 0975-0290 3670 2.4 Bridging Coefficient : The bridging coefficient of a node is defined as BC(v) = 1 𝑑 𝑣 ∑ 1 𝑑 𝑖𝑖∈𝑁 𝑣 where d(v) is the degree of node v and N(v) is the set of neighbors of node v. 2.5 Bridging Centrality : Identifying important nodes in a network structure is crucial for the understanding of the associated real-world system. A bridging node is a node lying between modules, i.e., a node connecting densely connected components in a graph. The bridging nodes in a graph are identified on the basis of their high value of bridging centrality relative to other nodes on the same graph. The bridging centrality of a node is the product of the betweenness centrality (CB) and the bridging coefficient (BC), which measures the global and local features of a node, respectively. Mathematically, CR(v) = BC(v) x CB(v) where CR(v) is the bridging centrality. 3 METHOD 3.1 Terminology and Representation Real world systems can be represented using graph theoretic methods. In this paper we focus on undirected graphs. An undirected graph G = (V, E) consists of a set V of nodes or vertices and a set E of edges. An edge e(i, j) connects two nodes i and j where e(i, j) 𝞊 E. The neighbors N(i) of node i are defined to be a set of directly connected nodes to node i. The degree d(i) of a node i is the number of the edges connected to node i. A path is defined as a sequence of nodes (n1,...,nk) such that from each of its nodes there is an edge to the successor node. The length of a path is the number of edges in its node sequence. A shortest path between two nodes, i and j, is a minimal length path between them. The distance between two nodes, i and j, is the length of its shortest path. Figure 1: A small synthetic network example. Node Degree CB BC CR 1 4 0.655556 0.1 0.065556 2 2 0.533333 0.85714 0.457141 3 3 0.477778 0.22222 0.106172 4 3 0.211111 0.16666 0.035184 5 2 0.155556 0.85714 0.133333 6 2 0.155556 0.85714 0.133333 7 2 0.088889 0.5 0.044445 8 2 0.088889 0.5 0.044445 9 2 0.011111 0.5 0.005556 10 1 0 3 0 11 1 0 3 0 Table 1: Centrality values of Figure 1, including Betweenness centrality(CB), Bridging coefficient (BC) and Bridging centrality (CR) . Figure 1 and Table 1 clearly illustrates the significant of bridging centrality. Although node 1 has the highest degree and betweenness value, nodes 2 , 5, and 6 have much higher bridging centrality values since node 1 is located on the center of a module not on a bridge which results in the lowest bridging coefficient value. In other words, more number of shortest paths goes through node 1 than other three nodes, but nodes 2, 5, and 6 position on
  • 3. Int. J. Advanced Networking and Applications Volume: 09 Issue: 06 Pages: 3669-3673 (2018) ISSN: 0975-0290 3671 bridges much better. So, nodes 2, 5, and 6 have higher bridging centrality values since they are on the bridges between modules which leads much higher bridging coefficient values than node 1. Betweenness centrality decides only the extent how much important the node of interest is from information flow standpoint, and it does not consider the topological locations of the node. On the other hand, nodes 5 and 6 have the same bridging coefficient value with node 2, but nodes 5 and 6 have much less betweenness centrality values since far more number of shortest paths passes through node 2 than through nodes 5 and 6. Even though nodes 2, 5, and 6 are located on similar local topological positions, i.e., similar local topological surroundings, node 2 is taking a much more important location than nodes 5 and 6 in the information flow viewpoint. Bridging coefficient measures only the extent how well the node is located between highly connected regions .Therefore we can think that node 2 is taking a better bridging position than nodes 5 and 6 are in Figure 1. 3.2 Application on Transportation network Dispur is the largest city in Assam and one of the fastest developing cities in India. With the rapid growth of population in the city, the road traffic problems are also increasing at an alarming rate. The development of a city or town leads to the growth of the number of vehicles which is directly linked to increased traffic congestion and a growing number of accidents and fatalities. Road traffic problems like congestion, unpredictable travel-time delays and road accidents are taking a serious shape in the city. The main objective of this study is to analyze the potential of bridging centrality on transportation network, viz. Dispur city map. It is a well planned city and capital of Assam. We take 35 major bus stoppages of this Dispur area to analyze the bridging nodes. Figure 2 : Major bus stoppages of Dispur city. Id Label Degree d(v) CB d(v)-1 BC CR 1 khanapra 1 0 1 2 0.5 0 2 Research Gate 2 0.05882 0.5 1.5 0.33333 0.01961 3 Garm gate 2 0.11408 0.5 1 0.5 0.05704 4 Dairy gate 2 0.16578 0.5 1 0.5 0.08289 5 Training Center 2 0.2139 0.5 0.75 0.66667 0.1426 6 six mile 4 0.42335 0.25 2 0.125 0.05292 7 Rukmini gaon 2 0.04556 0.5 0.75 0.66667 0.03038 8 PIBCO 2 0.04635 0.5 1 0.5 0.02317 9 Down town hospital 2 0.05704 0.5 0.75 0.66667 0.03803 10 Super market 4 0.4492 0.25 1.41667 0.17647 0.07927 11 Ganeshguri 4 0.22727 0.25 2.25 0.11111 0.02525
  • 4. Int. J. Advanced Networking and Applications Volume: 09 Issue: 06 Pages: 3669-3673 (2018) ISSN: 0975-0290 3672 12 Statefed 2 0.05882 0.5 1.25 0.4 0.02353 13 International Hospital 1 0 1 0.5 2 0 14 Houshing colony 1 0 1 0.33333 3 0 15 Public Health 3 0.07576 0.33333 2 0.16667 0.01263 16 forest gate 2 0.08645 0.5 0.66667 0.75 0.06484 17 Hengerabari 3 0.35116 0.33333 1.25 0.26667 0.09364 18 Borbari 2 0.2959 0.5 0.58333 0.85714 0.25363 19 Gymkhana club 2 0.2139 0.5 0.83333 0.6 0.12834 20 Jatiya 2 0.16578 0.5 1 0.5 0.08289 21 DHE 2 0.11408 0.5 1 0.5 0.05704 22 SB 2 0.05882 0.5 1.5 0.33333 0.01961 23 Forensic 1 0 1 0.5 2 0 24 Last gate 3 0.35027 0.33333 1.25 0.26667 0.0934 25 Housefed 2 0.13102 0.5 0.83333 0.6 0.07861 26 Wireless 2 0.10873 0.5 1 0.5 0.05437 27 Houshing 2 0.09804 0.5 1 0.5 0.04902 28 Survey 2 0.09626 0.5 0.83333 0.6 0.05775 29 Beltola Tiniali 3 0.22371 0.33333 1.5 0.22222 0.04971 30 AG 2 0.11408 0.5 0.83333 0.6 0.06845 31 Basistha Chariali 2 0.05882 0.5 1.5 0.33333 0.01961 32 Brahmaputra board HQ 1 0 1 0.5 2 0 33 Jayanagar 2 0.19341 0.5 0.58333 0.85714 0.16578 34 Romo's restaurent 1 0 1 0.25 4 0 35 Anandaram LPS 2 0.03922 0.5 0.58333 0.85714 0.03361 Table 2 : Centrality values of Figure 2, including Betweenness centrality (CB), Bridging coefficient (BC) and Bridging centrality (CR) 4 DISCUSSION AND CONCLUSION Theoretically, we see that Borbari (Id number 18) has higher bridging centrality than Jayanagar (Id number 33), Training center (Id number 5), Gymkhana Club (Id number 19) and other places. So we select Borbari is a important node among the clusters, though it has less betweenness centrality than other some places. From this we can design some special construction at that point such that the increased of traffic congestion and a growing number of accidents and fatalities are decrease, which is link to other cluster from this Dispur city region. Throughout the experiments we performed in this paper, bridging centrality did a good job to find out the important bridging nodes in a real world network. Bridging centrality has many possible applications on many research areas. The identification of the bridging nodes and information about the bridging nodes should be very valuable knowledge for further fruitful achievements in other researches and in other fields too. Bridging centrality has many potential applications in several areas. First, it can be used to break up modules in a network for clustering purpose. Second, it also can be used to identify the most critical points interrupting the information flow in a network for network protection and robustness improvement purposes for networks etc.
  • 5. Int. J. Advanced Networking and Applications Volume: 09 Issue: 06 Pages: 3669-3673 (2018) ISSN: 0975-0290 3673 REFERENCES [1]Freeman, L., C., Soc. Networks 1, 215 (1979). [2]L.C. Freeman. A set of measures of centrality based on betweenness. Sociometry, 40(1) : 35-41, 1977. [3]Woochang Hwang et al. “Bridging Centrality: Identifying Bridging Nodes In Scale-free Networks.” KDD’06 August 20-23, 2006, Philadelphia, PA,USA. [4]Noulas, A.; Scellato, S.; Lambiotte, R.; Pontil, M.; Mascolo, C. 2012. A tale of many cities: universal patterns in human urban mobility. In PloS one, Public Library of Science, 7. [5]Gao, S.; Wang, Y.; Gao, Y.; Liu, Y. 2013. Understanding urban traffic f low characteristics: a rethinking of betweenness centrality, Environment and Planning B: Planning and Design. DOI: http://dx.doi.org/10.1068/ b38141, 40(1): 135-153. [6]Jun, C.; Kwon, J.H.; Choi, Y.; Lee, I. 2007. An Alternative Measure of Public Transport Accessibility Based on Space Syntax, Advances in Hybrid Information Technology Lecture Notes in Computer Science. DOI: http://dx.doi.org/10.1007/978-3-540- 77368-9_28,4413:281-291. [7]Scheurer, J.; Curtis, C.; Porta, S. 2007. Spatial Network Analysis of Public Transport Systems: Developing a Strategic Planning Tool to Assess the Congruence of Movement and Urban Structure in Australian Cities. Available from Internet: <http://abp.unimelb.edu.au/files/miabp/3spatil-network- analysis.pdf>. [8]M. E. J. Newman. A measure of betweenness centrlality on random walks. arXiv:cond-mat, 1:0309045, Sep 2003. [9]M. C. Palumbo, A. Colosimo, A. Giuliani, and L. Farina. Functional essentiality from topology features in metabolic networks: A case study in yeast. FEBS Letters, 579:4642-4646, 2005. [10]G. Sabidussi. The centrality index of a graph. Pyschometrika, 31:581-603, 1966. BIOGRAPHIES AND PHOTOGRAPHS Prof. A.K. Baruah is a senior Professor in the Department of Mathematics at Dibrugarh University, Assam, India. He did his Ph. D degree in Mathematics from Dibrugarh University in 1989. His area of interest are Numerical analysis and Differential Equation, Graph theory and data structure, Mathematical modeling in Traffic control problems using Graph theory. He guided many M.Phil and Ph. D research scholar. He also acted as a resource person in various mathematical programmes and social activities. He has many publications in different refereed journals of National and International repute. Tulsi Bora is a Ph D research scholar of Dibrugarh University, Assam. Presently he is working as a Assistant Professor of Mathematics at CNB College, Bokakhat. His area of interest is Graph theory.