SlideShare a Scribd company logo
1 of 9
Download to read offline
International Journal of Trend in Scientific Research and Development (IJTSRD)
International Open Access Journal | www.ijtsrd.com
ISSN No: 2456 - 6470 | Volume - 3 | Issue – 1 | Nov – Dec 2018
@ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 3 | Issue – 1 | Nov-Dec 2018 Page: 306
Intelligent Routing Algorithm Using Antnet
Aneke Israel Chinagolum1
, Chineke Amaechi Hyacenth2
, Udeh Chukwuma Callistus. W3
1
Computer Science Department, Institute of Management and Technology Enugu, Enugu, Nigeria
2
Computer Engineering Department, Micheal Okpara University of Agriculture Umudike, Abia, Nigeria
3
ICT Department, Enugu State University of Science and Technology Teaching Hospital, Enugu, Nigeria
ABSTRACT
The delay in the transporting packets or data from one
point to the other has become a big problem in
communication network. This can be surmounted by
characterizing a data network with a view in finding
out the throughput performance, modeling a dynamic
routing algorithm that provides paths that change
dynamically in response to network traffic and
congestion, thereby increasing network performance
because data travel less congested paths, simulating
the intelligence routing algorithm using Ant net; that
has properties like learning, reasoning and decision
making with respect to packet transmission in a data
network using MATLAB/SIMULINK as a tool and
comparing the performance of the model to existing
routing algorithm
Keywords: Routing, intelligent, ANTNET
1. INTRODUCTION:
Large-scale, wide area data networks are a part of
today’s global communication infrastructure.
Networks such as the Internet have become an
integral medium of information transfer, ranging from
personal communication to electronic commerce and
entertainment. The importance of such networks will
only increase as the electronic world becomes more
prevalent. The basic function of a data network is very
simple: delivering data from one network node to
another. Achieving this goal requires many network
components, including physical computers and links,
signaling protocols between computers, and data
packaging protocols. This thesis addresses one such
component, routing; the process that logically
connects network nodes by calculating paths between
nodes so that data sent by one node traverses the
calculated path to its destination.
Although many algorithms in graph and operational
research literature calculate paths between nodes, the
challenge in developing network routing algorithms is
in dealing with the scale and distribution of the
physical network. Because typical wide area networks
have nodes on the order of tens of thousands, routing
algorithms must be scalable. In addition, routing
algorithms must be able to calculate paths in a
distributed manner due to the global and distributive
nature of physical networks. Moreover, because of the
actual physical network, routing algorithms need to
cope with events such as physical component failures
and recalculate paths whenever such events occur.
Finally, routing algorithms need to calculate paths to
allow nodes to achieve high throughput performance.
In general, routing algorithms view a network as a
weighted graph, where network links are represented
as graph edges and network routers as graph vertices.
Network routers are network nodes that execute
routing algorithms and ensure that data travel the
calculated paths. In the weighted graph, the
assignment of edge weights depends on the specific
routing algorithm; typically, the assignment reflects
the latency and bandwidth of the link (Atul, 1999).
After a routing algorithm makes these link cost
assignments, it then computes paths between nodes.
Thus, the specific routing algorithm that routers
execute determines the paths that data will travel in
the network.
Routing algorithms in today’s Internet base their
implementations on the static metric single shortest
pathrouting model. Single shortest path means that
routing algorithms provide, at any given time, the
least-cost path between nodes. Static metric refers to
link cost assignments which are based on static
International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470
@ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 3 | Issue – 1 | Nov-Dec 2018 Page: 307
properties of a link, such as its bandwidth or latency.
As shown later, the main drawback of this model is
that static metric shortest paths do not always provide
good network performance.
1. Problem Statement
The general problem of routing packets in transport
networks is in itself nothing new. The shortest path
problem is a basic part of graph theory, with multiple
solutions and countless applications in different fields.
Previous implementations suffer two problems:
routing instability and high routing overheads.
Routing instability occurs when paths are constantly
being recomputed and do not stabilize. This instability
degrades network performance and increases the
probability of network congestion and failures. The
second problem is high routing overheads. The
overheads are in terms of the CPU cycles and
messages required for path re-computation.
So, one of the fast changing areas in internetwork
routing is the application of intelligence into it.
Among the major challenges that exist in network, the
coexistence of multiple infrastructure systems and
different models are some of the prime issues. The
existing infrastructure lacks the intelligent awareness
and coordination of numerous components and
applications running on the network and it has opened
up various complexities. Also, the coordination with
different models needs a good understanding of the
services provided by the layers. These two criteria had
led the researchers to think of making the network
nodes more intelligent. It is reasonable to say that
intelligence in the nodes must include properties like
learning, reasoning and decision making. To establish
accurate results for optimal path, a network must be
made aware of its environment. This can be realized
by helping the network to learn, think and remember
and hence making it intelligent.
2. Research Objective
This research is focused on proposing an intelligent
routing algorithm for data network using path vector
technique. Its main objective includes:
1. To characterize a data network with a view in
finding out the throughput performance.
2. To model a dynamic routing algorithm that
provides paths that change dynamically in
response to network traffic and congestion,
thereby increasing network performance because
data travel less congested paths.
3. To simulate the intelligence routing algorithm
using Antnet; that has properties like learning,
reasoning and decision making with respect to
packet transmission in a data network using
MATLAB/SIMULINK as a tool
4. To compare the performance of the model to
existing routing algorithm
3. Methodology
To characterize a data network with a view in
finding out the throughput performance
Table 1 : DATA COLLECTION ON PACKET LOSS
DUE TO CONGESTION WITH DATE OF DATA
COLLECTION: 1th TO 8th
of FEBUARY, 2018
Time
Packet
Transferred
Data
Packet
Retransmitted
Packet
Loss
12.00
AM
30 25 0.8
1.00
AM
28 24 0.833
2.00
AM
26 20 0.7
3.00
AM
26 18 0.556
4.00
AM
24 16 0.5
5.00
AM
24 14 0.2858
6.00
AM
22 12 0.167
7.00
AM
22 11 0.167
8.00
AM
22 11
0.182
9.00
AM
20 12 0.2
10.00
AM
18 13 0.6154
11.00
AM
18 14 0.7143
To calculate the efficiency in 12.00 AM
Recall
Efficiency = 100% x (transferred-retransmitted)/
Transferred
Efficiency = 100 x (30 – 25)/ 25
Efficiency = 100 x 5/25
Efficiency = 100/5 = 20
Then, to calculate the network loss in 12.00AM
Network loss or packet loss = 100 – efficiency
Network loss = 100 -20 = 80 = 0.8
International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470
@ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 3 | Issue – 1 | Nov-Dec 2018 Page: 308
To calculate the efficiency in 1.00 AM
Efficiency = 100% x (transmitted– retransmitted)/
Transmitted
Efficiency = 100 x (28 – 24)/24
Efficiency = 100 x 4 /24
Efficiency =16.7 = 0.167l
To calculate the network loss
Network loss = 100 – 16.7
Network loss = 83.3
Network loss = 0.833
To calculate the efficiency in 2.00 AM
Efficiency = 100% x (26 – 20)/20
Efficiency = 100 x 6/20 = 30
Network loss = 100 – 30 = 70 = 0.7
To calculate the efficiency in 3.00AM
Efficiency = 100% X (26 -18)/18
Efficiency = 100 x 8 /18
Efficiency = 800/18 = 44.4
Network loss = 100 – 44.4
Network loss = 55.6 = 0.556
To find the Efficiency at 4.00 AM
Efficiency = 100% X (24 - 16)/16
Efficiency = 800/16= 50
Network loss = 100 – 50 = 50 = 0.5
To find the Efficiency at 5.00 AM
Efficiency = 100 x (24 -14)/14
Efficiency = 1000/14 = 71.42
Network loss = 100 – 71.42
Network loss = 28.58 = 0.2858
To calculate the efficiency at 6.00 AM
Efficiency = 100 x (22 – 12)/12
Efficiency = 1000/12
Efficiency = 83.3
Network loss = 100 – 83.3
Network loss = 16.7 = 0.167
To calculate the efficiency at 7.00 AM
Efficiency = 100 x (22 -12)/12
Efficiency = 1000/12
Efficiency =83.3
Network loss = 100 – 83.3
Network loss = 16.7 = 0.167
To calculate the efficiency at 8.00 AM
Efficiency =100 x (20 – 11)/11
Efficiency = 900 /11
Efficiency = 81.8
Network loss = 100 -81.8 = 18.2
Network loss = 0.182
To calculate the efficiency at 9.00 AM
Efficiency = 100 x (22 – 10)/10
Efficiency = 800/10 = 80
Network loss = 100 – 80
Network loss = 20 = 0.2
To calculate the efficiency at 9.00 AM
Efficiency = 100 x (20 -12)/12
Efficiency = 800 /12 = 66.67
Network loss = 100 – 66.67
Network loss = 33.3 = 0.333
To calculate the efficiency at 10.00 AM
Efficiency = 100 x (18 – 13)/13
Efficiency = 500/13
Efficiency = 38.46
Network loss = 100 – 38.46
Network loss = 61.54 = 0.6154
To calculate the efficiency at 11.00 AM
Efficiency = 100 x (18 -14)/14
Efficiency = 400/14 = 28.57
Network loss = 100 -28.57
Network loss = 71.43 = 0.7143
Table 2: DATA COLLECTION ON PACKET LOSS
DUE TO CONGESTION PER HOUR
Packet loss
experienced hourly
Congestion
experienced hourly
0.8 2.04
0.833 1.96
0.7 2.33
0.556 2.94
0.5 3.266
0.2858 5.67
0.167 9.78
0.167 9.78
0.182
8.97
0.2 8.17
0.6154 4.6
0.7143 2.29
To find the congestion at 12.00 AM
The mathematical model for congestion control in
improving optimized real time monitoring and
evaluation of GSM quality of service using intelligent
agent is as shown in equation 3.2
International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470
@ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 3 | Issue – 1 | Nov-Dec 2018 Page: 309
To find the congestion at 12.00 AM
L = 8/ 3W^2 ----------------------------------------------1
Where L is packet loss
W is the network congestion
Then, make W the subject formula in equation 1
The mathematical model for congestion in the
network is as shown in equation 2
W = Square root of 8/3W^2-----------------------------2
To find the network congestion in 12.00 AM
W1 = square root 8/ 3 x 0.82
W1 = square root 8 /3 x 0.64 = 8/1.92
W1 =√ 4.17
W1 =2.04
Congestion in 1.00 AM
W2 = square root 8/3 x 0.8332
= 8 / 3 x 0.8332
=
8/2.081667
W2 =√ 3.84
W2 = 1.96
Congestion in 2.00 AM
W3 = Square root of 8/ 3 x 0.72
= 8/1.47
W3 = square root of 8/ 1.47 = 5.442
W3 = √5.442
W3 = 2.33
Congestion in 3.00 AM
W4 = Square root of 8/ 3 x0.5562
W4 = square root of 8/ 0.927
W4 = √8.63
W4 = 2.94
W4 = 2.94
Congestion in 4 A.M
W5 = square root of 8/3 x 0.52
W5 = Square root of 8/ 0.75 =10.67
W5 = √10.67
W5 = 3.266
Congestion in 5 A.M
W6 = Square root 8 / 3 x 0.28582
W6 = Square root 8 / 0.25
W6 = √32
W6 = 5.67
Congestion in 6 A.M
W7 = Square root 8/ 3 x 0.1672
W7 = Square root 8/ 0.0837
W7 = √95.57
W7 = 9.78
Congestion in 7A.M
W8 = 8/ 3 x 0.1672
W8 =8/0.0837
W8 = 8/0.0837
W8 = √95.57
W8 = 9.78
Congestion in 8A.M
W8 = 8/ 3 x 0.1822
W8 = 8/0.099372
W8 = 80.5
W8 = √80.5
W8 =8.97
Congestion in 9 A.M
W9 = 8/3 x 0.22
W9 = 8/0.12
W9 = √66.7
W9 = 8.167
Congestion in 10 A.M
W10 = 8/3 x 0.61542
W10 = 8 /0.378717
W10 =√ 21.12
W10 = 4.6
Congestion in 11 A.M
W11 = 8/3 x 0.71432
W11 = 8/1.53
W11 = 5.23
W11 = √5.23
W 11= 2.29
To determine an ideal bit error rate convenient for the
characterized network
Taking into consideration the worst case scenario, the
linear relationship between BER and packet error rate
(PER) is expressed as:
PER= 8 × BER ×MTU ×66/64--------------------------3
Where the MTU is the maximum transmission unit,
and using the Ethernet standards it is set to 1500 bytes
for the simulations and then the MTU is increased to
improve performance. A conversion from 8 bits to 1
byte is shown,
Recall 1 byte = 8bits
1500bytes = 8 x 1500 = 12000bits
MTU = 12000bits
PER is packet loss and BER is bit error rate
To evaluate the bit error rate in 12 A.M when the
packet loss is 0.8
International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470
@ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 3 | Issue – 1 | Nov-Dec 2018 Page: 310
Make BER the subject formula in equation 3.3
BER1 = PER/8 × MTU × 1.03125 ---------------------4
BER1 = 0.8/8 x 12000 x1.03125
BER1 = 0.8/9900
BER1 = 0.000081bits
To find the bit error rate in 1 A.M
BER2 = 0.833/9900
BER2 = 0.000084bits
Bit error rate in 2 A.M
BER3 = o.7/9900
BER3 = 0.000071bits
Bit error rate in 3 A.M
BER4 = 0.556/9900
BER4 = 0.0000562bits
Bit error rate in 4A.M
BER5 = 0.5/9900
BER5 = 0.000051 bits
Bit error rate in 5A.M
BER6 = 0.2858/9900
BER6 = 0.000030 bits
Bit error rate in 6A.M
BER7 = 0.167/9900
BER7 = 0.000017bits
Bit error rate in 7A.M
BER8 = 0.167/9900
BER8 = 0.000017bits
Bit error rate in 8A.M
BER9 = 0.182/9900
= 0.000018bits
Bit error rate in 9 A.M
BER10 = 0.2/9900
= 0.000020bits
Bit error rate in 10A.M
BER11 = 0.6154/9900
= 0.000062bits
Bit error rate in 11A.M
BER12 = 0.7143/9900
= 0.000072bits
Table 3: DATA COLLECTION ON PACKET LOSS
DUE TO CONGESTION PER HOUR WITH BIT
ERROR RATE
Packet Loss
Experienced
Hourly
Congestion
Experienced
Hourly
Bit Error
Rate
0.8 2.04 0.000081bits
0.833 1.96 0.000084bits
0.7 2.33 0.000071bits
0.556 2.94 0.0000562bits
0.5 3.266 0.000051bits
0.2858 5.67 0.000030bits
0.167 9.78 0.000017bits
0.167 9.78 0.000017bits
0.182 8.97 0.000018bits
0.2 8.17 0.000020bits
0.6154 4.6 0.000062bits
0.7143 2.29 0.000072bits
To model a dynamic routing algorithm that provides
paths that change dynamically in response to network
traffic and congestion, thereby increasing network
performance because data travel less congested paths
Fig 1: Designed model for a dynamic routing algorithm that provides paths that change dynamically in
response to network traffic and congestion
International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470
@ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 2 | Issue – 6 | Sep-Oct 2018 Page: 311
Fig 1 shows designed model for a dynamic routing algorithm that provides paths that change dynamically in
response to network traffic and congestion. In fig 1 the design was done in mat lab software with the necessary
blocks like channel, scope, and transmitter. The empirical data collected from the GLO network were inserted
inside the designed model.
To simulate the intelligence routing algorithm using Antnet; that has properties like learning, reasoning and
decision making with respect to packet transmission in a data network using MATLAB/SIMULINK as a tool
Fig 2 Simulated result of development of improving of throughput in data network without using
intelligent routing.
Fig 2 shows simulated result of development of improving of throughput in data network without using
intelligent routing. In fig 2 the simulated result is a high bit error rate coupled with congestion that make the
network not to function effectively well.
Fig 3 Simulated result of development of improving of throughput in data network using intelligent
routing.
Fig 3 shows simulated result of development of improving of throughput in data network using intelligent
routing. Fig 3 when simulated reduced both bit error rate and congestion concurrently thereby making the
network to be free.
To compare the performance of the model to existing routing algorithm
Fig 3 gives a better result by reducing congestion and bit error rate than figure 2.
International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470
@ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 3 | Issue – 1 | Nov-Dec 2018 Page: 312
4. Result Analysis
Table 4: CONVENTIONAL CONGESTION VS NUMBER OF USERS
CONVENTIONAL
CONGESTION
NUMBER OF
USERS
2.06 1
1.96 2
2.33 3
2.94 4
3.27 5
5.67 6
9.78 7
9.78 8
8.97 9
8.17 10
4.60 11
2.29 12
Fig 4 CONVENTIONAL CONGESTION VS NUMBER OF USERS
Fig 4 shows conventional congestion vs number of users. The lowest coordination of congestion vs
number of users is (1.96, 2) while the highest coordination of congestion vs number of users (8.97,8).
Table 5: CONVENTIONAL CONGESTION VS NUMBER OF USERS USING INTELLIGENT ROUTING
CONVENTIONAL CONGESTION
USING INTELLIGENT ROUTING
NUMBER OF
USERS
1.442 1
1.386 2
1.648 3
2.079 4
2.312 5
4.009 6
6.916 7
6.916 8
6.343 9
5.777 10
5.253 11
1.619 12
International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470
@ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 3 | Issue – 1 | Nov-Dec 2018 Page: 313
Fig 5 CONVENTIONAL CONGESTION VS NUMBER OF USERS USING INTELLIGENT ROUTING
Fig 5 shows conventional congestion vs number of users using intelligent routing. The highest coordination of
congestion vs number of users is (6.916,7) and (6.916,7). The lowest coordination is (1.442, 2). This shows that
there will be free communication network that its congestion is free.
Table 6: COMPARING CONVENTIONAL CONGESTION AND CONVETIONAL CONGESTION VS
NUMBER OF USERS WITH INTELLIGENT ROUTING ALGORITHM
CONVENTIONAL
CONGESTION
CONVENTIONAL CONGESTION
USING INTELLIGENT ROUTING
NUMBER OF
USERS
2.06 1.442 1
1.96 1.386 2
2.33 1.648 3
2.94 2.079 4
3.27 2.312 5
5.67 4.009 6
9.78 6.916 7
9.78 6.916 8
8.97 6.343 9
8.17 5.777 10
4.60 5.253 11
2.29 1.619 12
Fig 6 COMPARING CONVENTIONAL CONGESTION AND CONVETIONAL
International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470
@ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 2 | Issue – 6 | Sep-Oct 2018 Page: 314
CONGESTION VS NUMBER OF USERS WITH
INTELLIGENT ROUTING ALGORITHM.
Fig 6 shows comparing conventional congestion and
conventional congestion vs number of users with
intelligent routing algorithm. The highest coordination
of conventional approach and intelligent routing
approach are(9.78,7) and (.6.916.7). This shows that
there is free network in communication network when
intelligent routing is used.
5. Conclusion
The manner by which free communication network is
easily noticed in our communication network has
arisen as a result of high bit error rate, that constitutes
interference and congestion which has led to
economic degradation among the subscribers that in
bark in business and the country at large can be
overcome by development of intelligent routing
algorithm for the improvement of throughput in data
network. This can be overcome in this manner.
Characterizing a data network with a view in finding
out the throughput performance. Modeling a dynamic
routing algorithm that provides paths that change
dynamically in response to network traffic and
congestion, thereby increasing network performance
because data travel less congested paths.
simulating the intelligence routing algorithm using
Antnet; that has properties like learning, reasoning
and decision making with respect to packet
transmission in a data network using
MATLAB/SIMULINK as a tool and comparing the
performance of the model to existing routing
algorithm
Reference
1. Elizabeth E. Peterson routing algorithm using
heretical technique 2017
2. Joseph, Jack routing algorithm using flat based
technique 2014
3. Leonard Anderson routing algorithm using
proportional integral (PI) 2013
4. Theodore Samuel routing algorithm using
proportional derivative (PD)2016

More Related Content

What's hot

An Adaptive Cluster Based Routing Protocol for WSN
An Adaptive Cluster Based Routing Protocol for WSNAn Adaptive Cluster Based Routing Protocol for WSN
An Adaptive Cluster Based Routing Protocol for WSNEswar Publications
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)theijes
 
IRJET- Performance Evaluation of DOA Estimation using MUSIC and Beamformi...
IRJET-  	  Performance Evaluation of DOA Estimation using MUSIC and Beamformi...IRJET-  	  Performance Evaluation of DOA Estimation using MUSIC and Beamformi...
IRJET- Performance Evaluation of DOA Estimation using MUSIC and Beamformi...IRJET Journal
 
Energy Efficient Grid based Routing Algorithm using Closeness Centrality and ...
Energy Efficient Grid based Routing Algorithm using Closeness Centrality and ...Energy Efficient Grid based Routing Algorithm using Closeness Centrality and ...
Energy Efficient Grid based Routing Algorithm using Closeness Centrality and ...IRJET Journal
 
A Survey on the Mobile Sink Hierarchical Routing Protocols in the Wireless Se...
A Survey on the Mobile Sink Hierarchical Routing Protocols in the Wireless Se...A Survey on the Mobile Sink Hierarchical Routing Protocols in the Wireless Se...
A Survey on the Mobile Sink Hierarchical Routing Protocols in the Wireless Se...Eswar Publications
 
Novel approach for hybrid MAC scheme for balanced energy and transmission in ...
Novel approach for hybrid MAC scheme for balanced energy and transmission in ...Novel approach for hybrid MAC scheme for balanced energy and transmission in ...
Novel approach for hybrid MAC scheme for balanced energy and transmission in ...IJECEIAES
 
Design and implementation of grid based clustering in WSN using dynamic sink ...
Design and implementation of grid based clustering in WSN using dynamic sink ...Design and implementation of grid based clustering in WSN using dynamic sink ...
Design and implementation of grid based clustering in WSN using dynamic sink ...journalBEEI
 
Cooperative ad hoc networks for energy efficient improve connectivity
Cooperative ad hoc networks for energy efficient improve connectivityCooperative ad hoc networks for energy efficient improve connectivity
Cooperative ad hoc networks for energy efficient improve connectivityeSAT Publishing House
 
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...IRJET Journal
 
Dynamic K-Means Algorithm for Optimized Routing in Mobile Ad Hoc Networks
Dynamic K-Means Algorithm for Optimized Routing in Mobile Ad Hoc Networks Dynamic K-Means Algorithm for Optimized Routing in Mobile Ad Hoc Networks
Dynamic K-Means Algorithm for Optimized Routing in Mobile Ad Hoc Networks IJCSES Journal
 
A Comparison Of Smart Routings In Mobile Ad Hoc Networks(MANETs)
A Comparison Of Smart Routings In Mobile Ad Hoc  Networks(MANETs) A Comparison Of Smart Routings In Mobile Ad Hoc  Networks(MANETs)
A Comparison Of Smart Routings In Mobile Ad Hoc Networks(MANETs) IJMER
 
CONFIGURABLE TASK MAPPING FOR MULTIPLE OBJECTIVES IN MACRO-PROGRAMMING OF WIR...
CONFIGURABLE TASK MAPPING FOR MULTIPLE OBJECTIVES IN MACRO-PROGRAMMING OF WIR...CONFIGURABLE TASK MAPPING FOR MULTIPLE OBJECTIVES IN MACRO-PROGRAMMING OF WIR...
CONFIGURABLE TASK MAPPING FOR MULTIPLE OBJECTIVES IN MACRO-PROGRAMMING OF WIR...ijassn
 
Comparitive analysis of doa and beamforming algorithms for smart antenna systems
Comparitive analysis of doa and beamforming algorithms for smart antenna systemsComparitive analysis of doa and beamforming algorithms for smart antenna systems
Comparitive analysis of doa and beamforming algorithms for smart antenna systemseSAT Journals
 
DESIGNING AN ENERGY EFFICIENT CLUSTERING IN HETEROGENEOUS WIRELESS SENSOR NET...
DESIGNING AN ENERGY EFFICIENT CLUSTERING IN HETEROGENEOUS WIRELESS SENSOR NET...DESIGNING AN ENERGY EFFICIENT CLUSTERING IN HETEROGENEOUS WIRELESS SENSOR NET...
DESIGNING AN ENERGY EFFICIENT CLUSTERING IN HETEROGENEOUS WIRELESS SENSOR NET...IJCNCJournal
 
Efficiency enhancement using optimized static scheduling technique in TSCH ne...
Efficiency enhancement using optimized static scheduling technique in TSCH ne...Efficiency enhancement using optimized static scheduling technique in TSCH ne...
Efficiency enhancement using optimized static scheduling technique in TSCH ne...IJECEIAES
 

What's hot (18)

An Adaptive Cluster Based Routing Protocol for WSN
An Adaptive Cluster Based Routing Protocol for WSNAn Adaptive Cluster Based Routing Protocol for WSN
An Adaptive Cluster Based Routing Protocol for WSN
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)
 
IRJET- Performance Evaluation of DOA Estimation using MUSIC and Beamformi...
IRJET-  	  Performance Evaluation of DOA Estimation using MUSIC and Beamformi...IRJET-  	  Performance Evaluation of DOA Estimation using MUSIC and Beamformi...
IRJET- Performance Evaluation of DOA Estimation using MUSIC and Beamformi...
 
Energy Efficient Grid based Routing Algorithm using Closeness Centrality and ...
Energy Efficient Grid based Routing Algorithm using Closeness Centrality and ...Energy Efficient Grid based Routing Algorithm using Closeness Centrality and ...
Energy Efficient Grid based Routing Algorithm using Closeness Centrality and ...
 
A Survey on the Mobile Sink Hierarchical Routing Protocols in the Wireless Se...
A Survey on the Mobile Sink Hierarchical Routing Protocols in the Wireless Se...A Survey on the Mobile Sink Hierarchical Routing Protocols in the Wireless Se...
A Survey on the Mobile Sink Hierarchical Routing Protocols in the Wireless Se...
 
Novel approach for hybrid MAC scheme for balanced energy and transmission in ...
Novel approach for hybrid MAC scheme for balanced energy and transmission in ...Novel approach for hybrid MAC scheme for balanced energy and transmission in ...
Novel approach for hybrid MAC scheme for balanced energy and transmission in ...
 
Design and implementation of grid based clustering in WSN using dynamic sink ...
Design and implementation of grid based clustering in WSN using dynamic sink ...Design and implementation of grid based clustering in WSN using dynamic sink ...
Design and implementation of grid based clustering in WSN using dynamic sink ...
 
Ie3514301434
Ie3514301434Ie3514301434
Ie3514301434
 
Cooperative ad hoc networks for energy efficient improve connectivity
Cooperative ad hoc networks for energy efficient improve connectivityCooperative ad hoc networks for energy efficient improve connectivity
Cooperative ad hoc networks for energy efficient improve connectivity
 
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...
 
Dynamic K-Means Algorithm for Optimized Routing in Mobile Ad Hoc Networks
Dynamic K-Means Algorithm for Optimized Routing in Mobile Ad Hoc Networks Dynamic K-Means Algorithm for Optimized Routing in Mobile Ad Hoc Networks
Dynamic K-Means Algorithm for Optimized Routing in Mobile Ad Hoc Networks
 
A Comparison Of Smart Routings In Mobile Ad Hoc Networks(MANETs)
A Comparison Of Smart Routings In Mobile Ad Hoc  Networks(MANETs) A Comparison Of Smart Routings In Mobile Ad Hoc  Networks(MANETs)
A Comparison Of Smart Routings In Mobile Ad Hoc Networks(MANETs)
 
CONFIGURABLE TASK MAPPING FOR MULTIPLE OBJECTIVES IN MACRO-PROGRAMMING OF WIR...
CONFIGURABLE TASK MAPPING FOR MULTIPLE OBJECTIVES IN MACRO-PROGRAMMING OF WIR...CONFIGURABLE TASK MAPPING FOR MULTIPLE OBJECTIVES IN MACRO-PROGRAMMING OF WIR...
CONFIGURABLE TASK MAPPING FOR MULTIPLE OBJECTIVES IN MACRO-PROGRAMMING OF WIR...
 
Comparitive analysis of doa and beamforming algorithms for smart antenna systems
Comparitive analysis of doa and beamforming algorithms for smart antenna systemsComparitive analysis of doa and beamforming algorithms for smart antenna systems
Comparitive analysis of doa and beamforming algorithms for smart antenna systems
 
DESIGNING AN ENERGY EFFICIENT CLUSTERING IN HETEROGENEOUS WIRELESS SENSOR NET...
DESIGNING AN ENERGY EFFICIENT CLUSTERING IN HETEROGENEOUS WIRELESS SENSOR NET...DESIGNING AN ENERGY EFFICIENT CLUSTERING IN HETEROGENEOUS WIRELESS SENSOR NET...
DESIGNING AN ENERGY EFFICIENT CLUSTERING IN HETEROGENEOUS WIRELESS SENSOR NET...
 
Efficiency enhancement using optimized static scheduling technique in TSCH ne...
Efficiency enhancement using optimized static scheduling technique in TSCH ne...Efficiency enhancement using optimized static scheduling technique in TSCH ne...
Efficiency enhancement using optimized static scheduling technique in TSCH ne...
 
B05630814
B05630814B05630814
B05630814
 
C1804011117
C1804011117C1804011117
C1804011117
 

Similar to Intelligent Routing Algorithm Using Antnet

Comparative Analysis of Green Algorithm within Active Queue Management for Mo...
Comparative Analysis of Green Algorithm within Active Queue Management for Mo...Comparative Analysis of Green Algorithm within Active Queue Management for Mo...
Comparative Analysis of Green Algorithm within Active Queue Management for Mo...ijtsrd
 
A Survey on Data Aggregation Cluster based Technique in Wireless Sensor Netwo...
A Survey on Data Aggregation Cluster based Technique in Wireless Sensor Netwo...A Survey on Data Aggregation Cluster based Technique in Wireless Sensor Netwo...
A Survey on Data Aggregation Cluster based Technique in Wireless Sensor Netwo...IRJET Journal
 
Analysis of Genetic Algorithm for Effective power Delivery and with Best Upsurge
Analysis of Genetic Algorithm for Effective power Delivery and with Best UpsurgeAnalysis of Genetic Algorithm for Effective power Delivery and with Best Upsurge
Analysis of Genetic Algorithm for Effective power Delivery and with Best Upsurgeijeei-iaes
 
Data Aggregation & Transfer in Data Centric Network Using Spin Protocol in WSN
Data Aggregation & Transfer in Data Centric Network Using Spin Protocol in WSNData Aggregation & Transfer in Data Centric Network Using Spin Protocol in WSN
Data Aggregation & Transfer in Data Centric Network Using Spin Protocol in WSNrahulmonikasharma
 
Jamming aware traffic allocation for multiple-path routing using portfolio se...
Jamming aware traffic allocation for multiple-path routing using portfolio se...Jamming aware traffic allocation for multiple-path routing using portfolio se...
Jamming aware traffic allocation for multiple-path routing using portfolio se...Saad Bare
 
Efficient multicast delivery for data redundancy minimization over wireless d...
Efficient multicast delivery for data redundancy minimization over wireless d...Efficient multicast delivery for data redundancy minimization over wireless d...
Efficient multicast delivery for data redundancy minimization over wireless d...redpel dot com
 
Wireless communication without pre shared secrets using spread spectrum techn...
Wireless communication without pre shared secrets using spread spectrum techn...Wireless communication without pre shared secrets using spread spectrum techn...
Wireless communication without pre shared secrets using spread spectrum techn...eSAT Journals
 
Optimized Traffic Flow over Multipath in Optical Networks
Optimized Traffic Flow over Multipath in Optical NetworksOptimized Traffic Flow over Multipath in Optical Networks
Optimized Traffic Flow over Multipath in Optical Networkspaperpublications3
 
Enhancenig OLSR routing protocol using K-means clustering in MANETs
Enhancenig OLSR routing protocol using K-means clustering  in MANETs Enhancenig OLSR routing protocol using K-means clustering  in MANETs
Enhancenig OLSR routing protocol using K-means clustering in MANETs IJECEIAES
 
Optimal Coverage Path Planningin a Wireless Sensor Network for Intelligent Tr...
Optimal Coverage Path Planningin a Wireless Sensor Network for Intelligent Tr...Optimal Coverage Path Planningin a Wireless Sensor Network for Intelligent Tr...
Optimal Coverage Path Planningin a Wireless Sensor Network for Intelligent Tr...IJCNCJournal
 
Optimal Coverage Path Planning in a Wireless Sensor Network for Intelligent T...
Optimal Coverage Path Planning in a Wireless Sensor Network for Intelligent T...Optimal Coverage Path Planning in a Wireless Sensor Network for Intelligent T...
Optimal Coverage Path Planning in a Wireless Sensor Network for Intelligent T...IJCNCJournal
 
Mitigating Link Failures & Implementing Security Mechanism in Multipath Flows...
Mitigating Link Failures & Implementing Security Mechanism in Multipath Flows...Mitigating Link Failures & Implementing Security Mechanism in Multipath Flows...
Mitigating Link Failures & Implementing Security Mechanism in Multipath Flows...Eswar Publications
 
Abnormal Traffic Detection Based on Attention and Big Step Convolution.docx
Abnormal Traffic Detection Based on Attention and Big Step Convolution.docxAbnormal Traffic Detection Based on Attention and Big Step Convolution.docx
Abnormal Traffic Detection Based on Attention and Big Step Convolution.docxShakas Technologies
 
Abnormal Traffic Detection Based on Attention and Big Step Convolution.docx
Abnormal Traffic Detection Based on Attention and Big Step Convolution.docxAbnormal Traffic Detection Based on Attention and Big Step Convolution.docx
Abnormal Traffic Detection Based on Attention and Big Step Convolution.docxShakas Technologies
 
Migrating packet dropping in mobile ad hoc network based on modified ack-base...
Migrating packet dropping in mobile ad hoc network based on modified ack-base...Migrating packet dropping in mobile ad hoc network based on modified ack-base...
Migrating packet dropping in mobile ad hoc network based on modified ack-base...Alexander Decker
 
Tdtd-Edr: Time Orient Delay Tolerant Density Estimation Technique Based Data ...
Tdtd-Edr: Time Orient Delay Tolerant Density Estimation Technique Based Data ...Tdtd-Edr: Time Orient Delay Tolerant Density Estimation Technique Based Data ...
Tdtd-Edr: Time Orient Delay Tolerant Density Estimation Technique Based Data ...theijes
 
Concept of node usage probability from complex networks and its applications ...
Concept of node usage probability from complex networks and its applications ...Concept of node usage probability from complex networks and its applications ...
Concept of node usage probability from complex networks and its applications ...redpel dot com
 
Performance Analysis of Mesh-based NoC’s on Routing Algorithms
Performance Analysis of Mesh-based NoC’s on Routing Algorithms Performance Analysis of Mesh-based NoC’s on Routing Algorithms
Performance Analysis of Mesh-based NoC’s on Routing Algorithms IJECEIAES
 

Similar to Intelligent Routing Algorithm Using Antnet (20)

Comparative Analysis of Green Algorithm within Active Queue Management for Mo...
Comparative Analysis of Green Algorithm within Active Queue Management for Mo...Comparative Analysis of Green Algorithm within Active Queue Management for Mo...
Comparative Analysis of Green Algorithm within Active Queue Management for Mo...
 
A Survey on Data Aggregation Cluster based Technique in Wireless Sensor Netwo...
A Survey on Data Aggregation Cluster based Technique in Wireless Sensor Netwo...A Survey on Data Aggregation Cluster based Technique in Wireless Sensor Netwo...
A Survey on Data Aggregation Cluster based Technique in Wireless Sensor Netwo...
 
Analysis of Genetic Algorithm for Effective power Delivery and with Best Upsurge
Analysis of Genetic Algorithm for Effective power Delivery and with Best UpsurgeAnalysis of Genetic Algorithm for Effective power Delivery and with Best Upsurge
Analysis of Genetic Algorithm for Effective power Delivery and with Best Upsurge
 
ENERGY EFFICIENT ROUTING ALGORITHM
ENERGY EFFICIENT ROUTING ALGORITHMENERGY EFFICIENT ROUTING ALGORITHM
ENERGY EFFICIENT ROUTING ALGORITHM
 
Data Aggregation & Transfer in Data Centric Network Using Spin Protocol in WSN
Data Aggregation & Transfer in Data Centric Network Using Spin Protocol in WSNData Aggregation & Transfer in Data Centric Network Using Spin Protocol in WSN
Data Aggregation & Transfer in Data Centric Network Using Spin Protocol in WSN
 
Ijetcas14 488
Ijetcas14 488Ijetcas14 488
Ijetcas14 488
 
Jamming aware traffic allocation for multiple-path routing using portfolio se...
Jamming aware traffic allocation for multiple-path routing using portfolio se...Jamming aware traffic allocation for multiple-path routing using portfolio se...
Jamming aware traffic allocation for multiple-path routing using portfolio se...
 
Efficient multicast delivery for data redundancy minimization over wireless d...
Efficient multicast delivery for data redundancy minimization over wireless d...Efficient multicast delivery for data redundancy minimization over wireless d...
Efficient multicast delivery for data redundancy minimization over wireless d...
 
Wireless communication without pre shared secrets using spread spectrum techn...
Wireless communication without pre shared secrets using spread spectrum techn...Wireless communication without pre shared secrets using spread spectrum techn...
Wireless communication without pre shared secrets using spread spectrum techn...
 
Optimized Traffic Flow over Multipath in Optical Networks
Optimized Traffic Flow over Multipath in Optical NetworksOptimized Traffic Flow over Multipath in Optical Networks
Optimized Traffic Flow over Multipath in Optical Networks
 
Enhancenig OLSR routing protocol using K-means clustering in MANETs
Enhancenig OLSR routing protocol using K-means clustering  in MANETs Enhancenig OLSR routing protocol using K-means clustering  in MANETs
Enhancenig OLSR routing protocol using K-means clustering in MANETs
 
Optimal Coverage Path Planningin a Wireless Sensor Network for Intelligent Tr...
Optimal Coverage Path Planningin a Wireless Sensor Network for Intelligent Tr...Optimal Coverage Path Planningin a Wireless Sensor Network for Intelligent Tr...
Optimal Coverage Path Planningin a Wireless Sensor Network for Intelligent Tr...
 
Optimal Coverage Path Planning in a Wireless Sensor Network for Intelligent T...
Optimal Coverage Path Planning in a Wireless Sensor Network for Intelligent T...Optimal Coverage Path Planning in a Wireless Sensor Network for Intelligent T...
Optimal Coverage Path Planning in a Wireless Sensor Network for Intelligent T...
 
Mitigating Link Failures & Implementing Security Mechanism in Multipath Flows...
Mitigating Link Failures & Implementing Security Mechanism in Multipath Flows...Mitigating Link Failures & Implementing Security Mechanism in Multipath Flows...
Mitigating Link Failures & Implementing Security Mechanism in Multipath Flows...
 
Abnormal Traffic Detection Based on Attention and Big Step Convolution.docx
Abnormal Traffic Detection Based on Attention and Big Step Convolution.docxAbnormal Traffic Detection Based on Attention and Big Step Convolution.docx
Abnormal Traffic Detection Based on Attention and Big Step Convolution.docx
 
Abnormal Traffic Detection Based on Attention and Big Step Convolution.docx
Abnormal Traffic Detection Based on Attention and Big Step Convolution.docxAbnormal Traffic Detection Based on Attention and Big Step Convolution.docx
Abnormal Traffic Detection Based on Attention and Big Step Convolution.docx
 
Migrating packet dropping in mobile ad hoc network based on modified ack-base...
Migrating packet dropping in mobile ad hoc network based on modified ack-base...Migrating packet dropping in mobile ad hoc network based on modified ack-base...
Migrating packet dropping in mobile ad hoc network based on modified ack-base...
 
Tdtd-Edr: Time Orient Delay Tolerant Density Estimation Technique Based Data ...
Tdtd-Edr: Time Orient Delay Tolerant Density Estimation Technique Based Data ...Tdtd-Edr: Time Orient Delay Tolerant Density Estimation Technique Based Data ...
Tdtd-Edr: Time Orient Delay Tolerant Density Estimation Technique Based Data ...
 
Concept of node usage probability from complex networks and its applications ...
Concept of node usage probability from complex networks and its applications ...Concept of node usage probability from complex networks and its applications ...
Concept of node usage probability from complex networks and its applications ...
 
Performance Analysis of Mesh-based NoC’s on Routing Algorithms
Performance Analysis of Mesh-based NoC’s on Routing Algorithms Performance Analysis of Mesh-based NoC’s on Routing Algorithms
Performance Analysis of Mesh-based NoC’s on Routing Algorithms
 

More from ijtsrd

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementationijtsrd
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...ijtsrd
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospectsijtsrd
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...ijtsrd
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...ijtsrd
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...ijtsrd
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Studyijtsrd
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...ijtsrd
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...ijtsrd
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...ijtsrd
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...ijtsrd
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...ijtsrd
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadikuijtsrd
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...ijtsrd
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...ijtsrd
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Mapijtsrd
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Societyijtsrd
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...ijtsrd
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...ijtsrd
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learningijtsrd
 

More from ijtsrd (20)

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Study
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Map
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Society
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learning
 

Recently uploaded

VIP Russian Call Girls in Amravati Deepika 8250192130 Independent Escort Serv...
VIP Russian Call Girls in Amravati Deepika 8250192130 Independent Escort Serv...VIP Russian Call Girls in Amravati Deepika 8250192130 Independent Escort Serv...
VIP Russian Call Girls in Amravati Deepika 8250192130 Independent Escort Serv...Suhani Kapoor
 
Dark Dubai Call Girls O525547819 Skin Call Girls Dubai
Dark Dubai Call Girls O525547819 Skin Call Girls DubaiDark Dubai Call Girls O525547819 Skin Call Girls Dubai
Dark Dubai Call Girls O525547819 Skin Call Girls Dubaikojalkojal131
 
Dubai Call Girls Naija O525547819 Call Girls In Dubai Home Made
Dubai Call Girls Naija O525547819 Call Girls In Dubai Home MadeDubai Call Girls Naija O525547819 Call Girls In Dubai Home Made
Dubai Call Girls Naija O525547819 Call Girls In Dubai Home Madekojalkojal131
 
Dubai Call Girls Demons O525547819 Call Girls IN DUbai Natural Big Boody
Dubai Call Girls Demons O525547819 Call Girls IN DUbai Natural Big BoodyDubai Call Girls Demons O525547819 Call Girls IN DUbai Natural Big Boody
Dubai Call Girls Demons O525547819 Call Girls IN DUbai Natural Big Boodykojalkojal131
 
Delhi Call Girls Preet Vihar 9711199171 ☎✔👌✔ Whatsapp Body to body massage wi...
Delhi Call Girls Preet Vihar 9711199171 ☎✔👌✔ Whatsapp Body to body massage wi...Delhi Call Girls Preet Vihar 9711199171 ☎✔👌✔ Whatsapp Body to body massage wi...
Delhi Call Girls Preet Vihar 9711199171 ☎✔👌✔ Whatsapp Body to body massage wi...shivangimorya083
 
(Call Girls) in Lucknow Real photos of Female Escorts 👩🏼‍❤️‍💋‍👩🏻 8923113531 ➝...
(Call Girls) in Lucknow Real photos of Female Escorts 👩🏼‍❤️‍💋‍👩🏻 8923113531 ➝...(Call Girls) in Lucknow Real photos of Female Escorts 👩🏼‍❤️‍💋‍👩🏻 8923113531 ➝...
(Call Girls) in Lucknow Real photos of Female Escorts 👩🏼‍❤️‍💋‍👩🏻 8923113531 ➝...gurkirankumar98700
 
CALL ON ➥8923113531 🔝Call Girls Gosainganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Gosainganj Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Gosainganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Gosainganj Lucknow best sexual serviceanilsa9823
 
VIP Call Girls Firozabad Aaradhya 8250192130 Independent Escort Service Firoz...
VIP Call Girls Firozabad Aaradhya 8250192130 Independent Escort Service Firoz...VIP Call Girls Firozabad Aaradhya 8250192130 Independent Escort Service Firoz...
VIP Call Girls Firozabad Aaradhya 8250192130 Independent Escort Service Firoz...Suhani Kapoor
 
Vip Modals Call Girls (Delhi) Rohini 9711199171✔️ Full night Service for one...
Vip  Modals Call Girls (Delhi) Rohini 9711199171✔️ Full night Service for one...Vip  Modals Call Girls (Delhi) Rohini 9711199171✔️ Full night Service for one...
Vip Modals Call Girls (Delhi) Rohini 9711199171✔️ Full night Service for one...shivangimorya083
 
The Impact of Socioeconomic Status on Education.pdf
The Impact of Socioeconomic Status on Education.pdfThe Impact of Socioeconomic Status on Education.pdf
The Impact of Socioeconomic Status on Education.pdftheknowledgereview1
 
Full Masii Russian Call Girls In Dwarka (Delhi) 9711199012 💋✔💕😘We are availab...
Full Masii Russian Call Girls In Dwarka (Delhi) 9711199012 💋✔💕😘We are availab...Full Masii Russian Call Girls In Dwarka (Delhi) 9711199012 💋✔💕😘We are availab...
Full Masii Russian Call Girls In Dwarka (Delhi) 9711199012 💋✔💕😘We are availab...shivangimorya083
 
VIP Call Girl Bhilai Aashi 8250192130 Independent Escort Service Bhilai
VIP Call Girl Bhilai Aashi 8250192130 Independent Escort Service BhilaiVIP Call Girl Bhilai Aashi 8250192130 Independent Escort Service Bhilai
VIP Call Girl Bhilai Aashi 8250192130 Independent Escort Service BhilaiSuhani Kapoor
 
VIP Call Girls Service Cuttack Aishwarya 8250192130 Independent Escort Servic...
VIP Call Girls Service Cuttack Aishwarya 8250192130 Independent Escort Servic...VIP Call Girls Service Cuttack Aishwarya 8250192130 Independent Escort Servic...
VIP Call Girls Service Cuttack Aishwarya 8250192130 Independent Escort Servic...Suhani Kapoor
 
女王大学硕士毕业证成绩单(加急办理)认证海外毕业证
女王大学硕士毕业证成绩单(加急办理)认证海外毕业证女王大学硕士毕业证成绩单(加急办理)认证海外毕业证
女王大学硕士毕业证成绩单(加急办理)认证海外毕业证obuhobo
 
Business Development and Product Strategy for a SME named SARL based in Leban...
Business Development and Product Strategy for a SME named SARL based in Leban...Business Development and Product Strategy for a SME named SARL based in Leban...
Business Development and Product Strategy for a SME named SARL based in Leban...Soham Mondal
 
Neha +91-9537192988-Friendly Ahmedabad Call Girls has Complete Authority for ...
Neha +91-9537192988-Friendly Ahmedabad Call Girls has Complete Authority for ...Neha +91-9537192988-Friendly Ahmedabad Call Girls has Complete Authority for ...
Neha +91-9537192988-Friendly Ahmedabad Call Girls has Complete Authority for ...Niya Khan
 
Preventing and ending sexual harassment in the workplace.pptx
Preventing and ending sexual harassment in the workplace.pptxPreventing and ending sexual harassment in the workplace.pptx
Preventing and ending sexual harassment in the workplace.pptxGry Tina Tinde
 
PM Job Search Council Info Session - PMI Silver Spring Chapter
PM Job Search Council Info Session - PMI Silver Spring ChapterPM Job Search Council Info Session - PMI Silver Spring Chapter
PM Job Search Council Info Session - PMI Silver Spring ChapterHector Del Castillo, CPM, CPMM
 
Delhi Call Girls Patparganj 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Patparganj 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Patparganj 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Patparganj 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 

Recently uploaded (20)

VIP Russian Call Girls in Amravati Deepika 8250192130 Independent Escort Serv...
VIP Russian Call Girls in Amravati Deepika 8250192130 Independent Escort Serv...VIP Russian Call Girls in Amravati Deepika 8250192130 Independent Escort Serv...
VIP Russian Call Girls in Amravati Deepika 8250192130 Independent Escort Serv...
 
Dark Dubai Call Girls O525547819 Skin Call Girls Dubai
Dark Dubai Call Girls O525547819 Skin Call Girls DubaiDark Dubai Call Girls O525547819 Skin Call Girls Dubai
Dark Dubai Call Girls O525547819 Skin Call Girls Dubai
 
Dubai Call Girls Naija O525547819 Call Girls In Dubai Home Made
Dubai Call Girls Naija O525547819 Call Girls In Dubai Home MadeDubai Call Girls Naija O525547819 Call Girls In Dubai Home Made
Dubai Call Girls Naija O525547819 Call Girls In Dubai Home Made
 
Dubai Call Girls Demons O525547819 Call Girls IN DUbai Natural Big Boody
Dubai Call Girls Demons O525547819 Call Girls IN DUbai Natural Big BoodyDubai Call Girls Demons O525547819 Call Girls IN DUbai Natural Big Boody
Dubai Call Girls Demons O525547819 Call Girls IN DUbai Natural Big Boody
 
Delhi Call Girls Preet Vihar 9711199171 ☎✔👌✔ Whatsapp Body to body massage wi...
Delhi Call Girls Preet Vihar 9711199171 ☎✔👌✔ Whatsapp Body to body massage wi...Delhi Call Girls Preet Vihar 9711199171 ☎✔👌✔ Whatsapp Body to body massage wi...
Delhi Call Girls Preet Vihar 9711199171 ☎✔👌✔ Whatsapp Body to body massage wi...
 
(Call Girls) in Lucknow Real photos of Female Escorts 👩🏼‍❤️‍💋‍👩🏻 8923113531 ➝...
(Call Girls) in Lucknow Real photos of Female Escorts 👩🏼‍❤️‍💋‍👩🏻 8923113531 ➝...(Call Girls) in Lucknow Real photos of Female Escorts 👩🏼‍❤️‍💋‍👩🏻 8923113531 ➝...
(Call Girls) in Lucknow Real photos of Female Escorts 👩🏼‍❤️‍💋‍👩🏻 8923113531 ➝...
 
CALL ON ➥8923113531 🔝Call Girls Gosainganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Gosainganj Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Gosainganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Gosainganj Lucknow best sexual service
 
VIP Call Girls Firozabad Aaradhya 8250192130 Independent Escort Service Firoz...
VIP Call Girls Firozabad Aaradhya 8250192130 Independent Escort Service Firoz...VIP Call Girls Firozabad Aaradhya 8250192130 Independent Escort Service Firoz...
VIP Call Girls Firozabad Aaradhya 8250192130 Independent Escort Service Firoz...
 
Vip Modals Call Girls (Delhi) Rohini 9711199171✔️ Full night Service for one...
Vip  Modals Call Girls (Delhi) Rohini 9711199171✔️ Full night Service for one...Vip  Modals Call Girls (Delhi) Rohini 9711199171✔️ Full night Service for one...
Vip Modals Call Girls (Delhi) Rohini 9711199171✔️ Full night Service for one...
 
Call Girls In Prashant Vihar꧁❤ 🔝 9953056974🔝❤꧂ Escort ServiCe
Call Girls In Prashant Vihar꧁❤ 🔝 9953056974🔝❤꧂ Escort ServiCeCall Girls In Prashant Vihar꧁❤ 🔝 9953056974🔝❤꧂ Escort ServiCe
Call Girls In Prashant Vihar꧁❤ 🔝 9953056974🔝❤꧂ Escort ServiCe
 
The Impact of Socioeconomic Status on Education.pdf
The Impact of Socioeconomic Status on Education.pdfThe Impact of Socioeconomic Status on Education.pdf
The Impact of Socioeconomic Status on Education.pdf
 
Full Masii Russian Call Girls In Dwarka (Delhi) 9711199012 💋✔💕😘We are availab...
Full Masii Russian Call Girls In Dwarka (Delhi) 9711199012 💋✔💕😘We are availab...Full Masii Russian Call Girls In Dwarka (Delhi) 9711199012 💋✔💕😘We are availab...
Full Masii Russian Call Girls In Dwarka (Delhi) 9711199012 💋✔💕😘We are availab...
 
VIP Call Girl Bhilai Aashi 8250192130 Independent Escort Service Bhilai
VIP Call Girl Bhilai Aashi 8250192130 Independent Escort Service BhilaiVIP Call Girl Bhilai Aashi 8250192130 Independent Escort Service Bhilai
VIP Call Girl Bhilai Aashi 8250192130 Independent Escort Service Bhilai
 
VIP Call Girls Service Cuttack Aishwarya 8250192130 Independent Escort Servic...
VIP Call Girls Service Cuttack Aishwarya 8250192130 Independent Escort Servic...VIP Call Girls Service Cuttack Aishwarya 8250192130 Independent Escort Servic...
VIP Call Girls Service Cuttack Aishwarya 8250192130 Independent Escort Servic...
 
女王大学硕士毕业证成绩单(加急办理)认证海外毕业证
女王大学硕士毕业证成绩单(加急办理)认证海外毕业证女王大学硕士毕业证成绩单(加急办理)认证海外毕业证
女王大学硕士毕业证成绩单(加急办理)认证海外毕业证
 
Business Development and Product Strategy for a SME named SARL based in Leban...
Business Development and Product Strategy for a SME named SARL based in Leban...Business Development and Product Strategy for a SME named SARL based in Leban...
Business Development and Product Strategy for a SME named SARL based in Leban...
 
Neha +91-9537192988-Friendly Ahmedabad Call Girls has Complete Authority for ...
Neha +91-9537192988-Friendly Ahmedabad Call Girls has Complete Authority for ...Neha +91-9537192988-Friendly Ahmedabad Call Girls has Complete Authority for ...
Neha +91-9537192988-Friendly Ahmedabad Call Girls has Complete Authority for ...
 
Preventing and ending sexual harassment in the workplace.pptx
Preventing and ending sexual harassment in the workplace.pptxPreventing and ending sexual harassment in the workplace.pptx
Preventing and ending sexual harassment in the workplace.pptx
 
PM Job Search Council Info Session - PMI Silver Spring Chapter
PM Job Search Council Info Session - PMI Silver Spring ChapterPM Job Search Council Info Session - PMI Silver Spring Chapter
PM Job Search Council Info Session - PMI Silver Spring Chapter
 
Delhi Call Girls Patparganj 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Patparganj 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Patparganj 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Patparganj 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 

Intelligent Routing Algorithm Using Antnet

  • 1. International Journal of Trend in Scientific Research and Development (IJTSRD) International Open Access Journal | www.ijtsrd.com ISSN No: 2456 - 6470 | Volume - 3 | Issue – 1 | Nov – Dec 2018 @ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 3 | Issue – 1 | Nov-Dec 2018 Page: 306 Intelligent Routing Algorithm Using Antnet Aneke Israel Chinagolum1 , Chineke Amaechi Hyacenth2 , Udeh Chukwuma Callistus. W3 1 Computer Science Department, Institute of Management and Technology Enugu, Enugu, Nigeria 2 Computer Engineering Department, Micheal Okpara University of Agriculture Umudike, Abia, Nigeria 3 ICT Department, Enugu State University of Science and Technology Teaching Hospital, Enugu, Nigeria ABSTRACT The delay in the transporting packets or data from one point to the other has become a big problem in communication network. This can be surmounted by characterizing a data network with a view in finding out the throughput performance, modeling a dynamic routing algorithm that provides paths that change dynamically in response to network traffic and congestion, thereby increasing network performance because data travel less congested paths, simulating the intelligence routing algorithm using Ant net; that has properties like learning, reasoning and decision making with respect to packet transmission in a data network using MATLAB/SIMULINK as a tool and comparing the performance of the model to existing routing algorithm Keywords: Routing, intelligent, ANTNET 1. INTRODUCTION: Large-scale, wide area data networks are a part of today’s global communication infrastructure. Networks such as the Internet have become an integral medium of information transfer, ranging from personal communication to electronic commerce and entertainment. The importance of such networks will only increase as the electronic world becomes more prevalent. The basic function of a data network is very simple: delivering data from one network node to another. Achieving this goal requires many network components, including physical computers and links, signaling protocols between computers, and data packaging protocols. This thesis addresses one such component, routing; the process that logically connects network nodes by calculating paths between nodes so that data sent by one node traverses the calculated path to its destination. Although many algorithms in graph and operational research literature calculate paths between nodes, the challenge in developing network routing algorithms is in dealing with the scale and distribution of the physical network. Because typical wide area networks have nodes on the order of tens of thousands, routing algorithms must be scalable. In addition, routing algorithms must be able to calculate paths in a distributed manner due to the global and distributive nature of physical networks. Moreover, because of the actual physical network, routing algorithms need to cope with events such as physical component failures and recalculate paths whenever such events occur. Finally, routing algorithms need to calculate paths to allow nodes to achieve high throughput performance. In general, routing algorithms view a network as a weighted graph, where network links are represented as graph edges and network routers as graph vertices. Network routers are network nodes that execute routing algorithms and ensure that data travel the calculated paths. In the weighted graph, the assignment of edge weights depends on the specific routing algorithm; typically, the assignment reflects the latency and bandwidth of the link (Atul, 1999). After a routing algorithm makes these link cost assignments, it then computes paths between nodes. Thus, the specific routing algorithm that routers execute determines the paths that data will travel in the network. Routing algorithms in today’s Internet base their implementations on the static metric single shortest pathrouting model. Single shortest path means that routing algorithms provide, at any given time, the least-cost path between nodes. Static metric refers to link cost assignments which are based on static
  • 2. International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470 @ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 3 | Issue – 1 | Nov-Dec 2018 Page: 307 properties of a link, such as its bandwidth or latency. As shown later, the main drawback of this model is that static metric shortest paths do not always provide good network performance. 1. Problem Statement The general problem of routing packets in transport networks is in itself nothing new. The shortest path problem is a basic part of graph theory, with multiple solutions and countless applications in different fields. Previous implementations suffer two problems: routing instability and high routing overheads. Routing instability occurs when paths are constantly being recomputed and do not stabilize. This instability degrades network performance and increases the probability of network congestion and failures. The second problem is high routing overheads. The overheads are in terms of the CPU cycles and messages required for path re-computation. So, one of the fast changing areas in internetwork routing is the application of intelligence into it. Among the major challenges that exist in network, the coexistence of multiple infrastructure systems and different models are some of the prime issues. The existing infrastructure lacks the intelligent awareness and coordination of numerous components and applications running on the network and it has opened up various complexities. Also, the coordination with different models needs a good understanding of the services provided by the layers. These two criteria had led the researchers to think of making the network nodes more intelligent. It is reasonable to say that intelligence in the nodes must include properties like learning, reasoning and decision making. To establish accurate results for optimal path, a network must be made aware of its environment. This can be realized by helping the network to learn, think and remember and hence making it intelligent. 2. Research Objective This research is focused on proposing an intelligent routing algorithm for data network using path vector technique. Its main objective includes: 1. To characterize a data network with a view in finding out the throughput performance. 2. To model a dynamic routing algorithm that provides paths that change dynamically in response to network traffic and congestion, thereby increasing network performance because data travel less congested paths. 3. To simulate the intelligence routing algorithm using Antnet; that has properties like learning, reasoning and decision making with respect to packet transmission in a data network using MATLAB/SIMULINK as a tool 4. To compare the performance of the model to existing routing algorithm 3. Methodology To characterize a data network with a view in finding out the throughput performance Table 1 : DATA COLLECTION ON PACKET LOSS DUE TO CONGESTION WITH DATE OF DATA COLLECTION: 1th TO 8th of FEBUARY, 2018 Time Packet Transferred Data Packet Retransmitted Packet Loss 12.00 AM 30 25 0.8 1.00 AM 28 24 0.833 2.00 AM 26 20 0.7 3.00 AM 26 18 0.556 4.00 AM 24 16 0.5 5.00 AM 24 14 0.2858 6.00 AM 22 12 0.167 7.00 AM 22 11 0.167 8.00 AM 22 11 0.182 9.00 AM 20 12 0.2 10.00 AM 18 13 0.6154 11.00 AM 18 14 0.7143 To calculate the efficiency in 12.00 AM Recall Efficiency = 100% x (transferred-retransmitted)/ Transferred Efficiency = 100 x (30 – 25)/ 25 Efficiency = 100 x 5/25 Efficiency = 100/5 = 20 Then, to calculate the network loss in 12.00AM Network loss or packet loss = 100 – efficiency Network loss = 100 -20 = 80 = 0.8
  • 3. International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470 @ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 3 | Issue – 1 | Nov-Dec 2018 Page: 308 To calculate the efficiency in 1.00 AM Efficiency = 100% x (transmitted– retransmitted)/ Transmitted Efficiency = 100 x (28 – 24)/24 Efficiency = 100 x 4 /24 Efficiency =16.7 = 0.167l To calculate the network loss Network loss = 100 – 16.7 Network loss = 83.3 Network loss = 0.833 To calculate the efficiency in 2.00 AM Efficiency = 100% x (26 – 20)/20 Efficiency = 100 x 6/20 = 30 Network loss = 100 – 30 = 70 = 0.7 To calculate the efficiency in 3.00AM Efficiency = 100% X (26 -18)/18 Efficiency = 100 x 8 /18 Efficiency = 800/18 = 44.4 Network loss = 100 – 44.4 Network loss = 55.6 = 0.556 To find the Efficiency at 4.00 AM Efficiency = 100% X (24 - 16)/16 Efficiency = 800/16= 50 Network loss = 100 – 50 = 50 = 0.5 To find the Efficiency at 5.00 AM Efficiency = 100 x (24 -14)/14 Efficiency = 1000/14 = 71.42 Network loss = 100 – 71.42 Network loss = 28.58 = 0.2858 To calculate the efficiency at 6.00 AM Efficiency = 100 x (22 – 12)/12 Efficiency = 1000/12 Efficiency = 83.3 Network loss = 100 – 83.3 Network loss = 16.7 = 0.167 To calculate the efficiency at 7.00 AM Efficiency = 100 x (22 -12)/12 Efficiency = 1000/12 Efficiency =83.3 Network loss = 100 – 83.3 Network loss = 16.7 = 0.167 To calculate the efficiency at 8.00 AM Efficiency =100 x (20 – 11)/11 Efficiency = 900 /11 Efficiency = 81.8 Network loss = 100 -81.8 = 18.2 Network loss = 0.182 To calculate the efficiency at 9.00 AM Efficiency = 100 x (22 – 10)/10 Efficiency = 800/10 = 80 Network loss = 100 – 80 Network loss = 20 = 0.2 To calculate the efficiency at 9.00 AM Efficiency = 100 x (20 -12)/12 Efficiency = 800 /12 = 66.67 Network loss = 100 – 66.67 Network loss = 33.3 = 0.333 To calculate the efficiency at 10.00 AM Efficiency = 100 x (18 – 13)/13 Efficiency = 500/13 Efficiency = 38.46 Network loss = 100 – 38.46 Network loss = 61.54 = 0.6154 To calculate the efficiency at 11.00 AM Efficiency = 100 x (18 -14)/14 Efficiency = 400/14 = 28.57 Network loss = 100 -28.57 Network loss = 71.43 = 0.7143 Table 2: DATA COLLECTION ON PACKET LOSS DUE TO CONGESTION PER HOUR Packet loss experienced hourly Congestion experienced hourly 0.8 2.04 0.833 1.96 0.7 2.33 0.556 2.94 0.5 3.266 0.2858 5.67 0.167 9.78 0.167 9.78 0.182 8.97 0.2 8.17 0.6154 4.6 0.7143 2.29 To find the congestion at 12.00 AM The mathematical model for congestion control in improving optimized real time monitoring and evaluation of GSM quality of service using intelligent agent is as shown in equation 3.2
  • 4. International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470 @ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 3 | Issue – 1 | Nov-Dec 2018 Page: 309 To find the congestion at 12.00 AM L = 8/ 3W^2 ----------------------------------------------1 Where L is packet loss W is the network congestion Then, make W the subject formula in equation 1 The mathematical model for congestion in the network is as shown in equation 2 W = Square root of 8/3W^2-----------------------------2 To find the network congestion in 12.00 AM W1 = square root 8/ 3 x 0.82 W1 = square root 8 /3 x 0.64 = 8/1.92 W1 =√ 4.17 W1 =2.04 Congestion in 1.00 AM W2 = square root 8/3 x 0.8332 = 8 / 3 x 0.8332 = 8/2.081667 W2 =√ 3.84 W2 = 1.96 Congestion in 2.00 AM W3 = Square root of 8/ 3 x 0.72 = 8/1.47 W3 = square root of 8/ 1.47 = 5.442 W3 = √5.442 W3 = 2.33 Congestion in 3.00 AM W4 = Square root of 8/ 3 x0.5562 W4 = square root of 8/ 0.927 W4 = √8.63 W4 = 2.94 W4 = 2.94 Congestion in 4 A.M W5 = square root of 8/3 x 0.52 W5 = Square root of 8/ 0.75 =10.67 W5 = √10.67 W5 = 3.266 Congestion in 5 A.M W6 = Square root 8 / 3 x 0.28582 W6 = Square root 8 / 0.25 W6 = √32 W6 = 5.67 Congestion in 6 A.M W7 = Square root 8/ 3 x 0.1672 W7 = Square root 8/ 0.0837 W7 = √95.57 W7 = 9.78 Congestion in 7A.M W8 = 8/ 3 x 0.1672 W8 =8/0.0837 W8 = 8/0.0837 W8 = √95.57 W8 = 9.78 Congestion in 8A.M W8 = 8/ 3 x 0.1822 W8 = 8/0.099372 W8 = 80.5 W8 = √80.5 W8 =8.97 Congestion in 9 A.M W9 = 8/3 x 0.22 W9 = 8/0.12 W9 = √66.7 W9 = 8.167 Congestion in 10 A.M W10 = 8/3 x 0.61542 W10 = 8 /0.378717 W10 =√ 21.12 W10 = 4.6 Congestion in 11 A.M W11 = 8/3 x 0.71432 W11 = 8/1.53 W11 = 5.23 W11 = √5.23 W 11= 2.29 To determine an ideal bit error rate convenient for the characterized network Taking into consideration the worst case scenario, the linear relationship between BER and packet error rate (PER) is expressed as: PER= 8 × BER ×MTU ×66/64--------------------------3 Where the MTU is the maximum transmission unit, and using the Ethernet standards it is set to 1500 bytes for the simulations and then the MTU is increased to improve performance. A conversion from 8 bits to 1 byte is shown, Recall 1 byte = 8bits 1500bytes = 8 x 1500 = 12000bits MTU = 12000bits PER is packet loss and BER is bit error rate To evaluate the bit error rate in 12 A.M when the packet loss is 0.8
  • 5. International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470 @ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 3 | Issue – 1 | Nov-Dec 2018 Page: 310 Make BER the subject formula in equation 3.3 BER1 = PER/8 × MTU × 1.03125 ---------------------4 BER1 = 0.8/8 x 12000 x1.03125 BER1 = 0.8/9900 BER1 = 0.000081bits To find the bit error rate in 1 A.M BER2 = 0.833/9900 BER2 = 0.000084bits Bit error rate in 2 A.M BER3 = o.7/9900 BER3 = 0.000071bits Bit error rate in 3 A.M BER4 = 0.556/9900 BER4 = 0.0000562bits Bit error rate in 4A.M BER5 = 0.5/9900 BER5 = 0.000051 bits Bit error rate in 5A.M BER6 = 0.2858/9900 BER6 = 0.000030 bits Bit error rate in 6A.M BER7 = 0.167/9900 BER7 = 0.000017bits Bit error rate in 7A.M BER8 = 0.167/9900 BER8 = 0.000017bits Bit error rate in 8A.M BER9 = 0.182/9900 = 0.000018bits Bit error rate in 9 A.M BER10 = 0.2/9900 = 0.000020bits Bit error rate in 10A.M BER11 = 0.6154/9900 = 0.000062bits Bit error rate in 11A.M BER12 = 0.7143/9900 = 0.000072bits Table 3: DATA COLLECTION ON PACKET LOSS DUE TO CONGESTION PER HOUR WITH BIT ERROR RATE Packet Loss Experienced Hourly Congestion Experienced Hourly Bit Error Rate 0.8 2.04 0.000081bits 0.833 1.96 0.000084bits 0.7 2.33 0.000071bits 0.556 2.94 0.0000562bits 0.5 3.266 0.000051bits 0.2858 5.67 0.000030bits 0.167 9.78 0.000017bits 0.167 9.78 0.000017bits 0.182 8.97 0.000018bits 0.2 8.17 0.000020bits 0.6154 4.6 0.000062bits 0.7143 2.29 0.000072bits To model a dynamic routing algorithm that provides paths that change dynamically in response to network traffic and congestion, thereby increasing network performance because data travel less congested paths Fig 1: Designed model for a dynamic routing algorithm that provides paths that change dynamically in response to network traffic and congestion
  • 6. International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470 @ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 2 | Issue – 6 | Sep-Oct 2018 Page: 311 Fig 1 shows designed model for a dynamic routing algorithm that provides paths that change dynamically in response to network traffic and congestion. In fig 1 the design was done in mat lab software with the necessary blocks like channel, scope, and transmitter. The empirical data collected from the GLO network were inserted inside the designed model. To simulate the intelligence routing algorithm using Antnet; that has properties like learning, reasoning and decision making with respect to packet transmission in a data network using MATLAB/SIMULINK as a tool Fig 2 Simulated result of development of improving of throughput in data network without using intelligent routing. Fig 2 shows simulated result of development of improving of throughput in data network without using intelligent routing. In fig 2 the simulated result is a high bit error rate coupled with congestion that make the network not to function effectively well. Fig 3 Simulated result of development of improving of throughput in data network using intelligent routing. Fig 3 shows simulated result of development of improving of throughput in data network using intelligent routing. Fig 3 when simulated reduced both bit error rate and congestion concurrently thereby making the network to be free. To compare the performance of the model to existing routing algorithm Fig 3 gives a better result by reducing congestion and bit error rate than figure 2.
  • 7. International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470 @ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 3 | Issue – 1 | Nov-Dec 2018 Page: 312 4. Result Analysis Table 4: CONVENTIONAL CONGESTION VS NUMBER OF USERS CONVENTIONAL CONGESTION NUMBER OF USERS 2.06 1 1.96 2 2.33 3 2.94 4 3.27 5 5.67 6 9.78 7 9.78 8 8.97 9 8.17 10 4.60 11 2.29 12 Fig 4 CONVENTIONAL CONGESTION VS NUMBER OF USERS Fig 4 shows conventional congestion vs number of users. The lowest coordination of congestion vs number of users is (1.96, 2) while the highest coordination of congestion vs number of users (8.97,8). Table 5: CONVENTIONAL CONGESTION VS NUMBER OF USERS USING INTELLIGENT ROUTING CONVENTIONAL CONGESTION USING INTELLIGENT ROUTING NUMBER OF USERS 1.442 1 1.386 2 1.648 3 2.079 4 2.312 5 4.009 6 6.916 7 6.916 8 6.343 9 5.777 10 5.253 11 1.619 12
  • 8. International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470 @ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 3 | Issue – 1 | Nov-Dec 2018 Page: 313 Fig 5 CONVENTIONAL CONGESTION VS NUMBER OF USERS USING INTELLIGENT ROUTING Fig 5 shows conventional congestion vs number of users using intelligent routing. The highest coordination of congestion vs number of users is (6.916,7) and (6.916,7). The lowest coordination is (1.442, 2). This shows that there will be free communication network that its congestion is free. Table 6: COMPARING CONVENTIONAL CONGESTION AND CONVETIONAL CONGESTION VS NUMBER OF USERS WITH INTELLIGENT ROUTING ALGORITHM CONVENTIONAL CONGESTION CONVENTIONAL CONGESTION USING INTELLIGENT ROUTING NUMBER OF USERS 2.06 1.442 1 1.96 1.386 2 2.33 1.648 3 2.94 2.079 4 3.27 2.312 5 5.67 4.009 6 9.78 6.916 7 9.78 6.916 8 8.97 6.343 9 8.17 5.777 10 4.60 5.253 11 2.29 1.619 12 Fig 6 COMPARING CONVENTIONAL CONGESTION AND CONVETIONAL
  • 9. International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470 @ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 2 | Issue – 6 | Sep-Oct 2018 Page: 314 CONGESTION VS NUMBER OF USERS WITH INTELLIGENT ROUTING ALGORITHM. Fig 6 shows comparing conventional congestion and conventional congestion vs number of users with intelligent routing algorithm. The highest coordination of conventional approach and intelligent routing approach are(9.78,7) and (.6.916.7). This shows that there is free network in communication network when intelligent routing is used. 5. Conclusion The manner by which free communication network is easily noticed in our communication network has arisen as a result of high bit error rate, that constitutes interference and congestion which has led to economic degradation among the subscribers that in bark in business and the country at large can be overcome by development of intelligent routing algorithm for the improvement of throughput in data network. This can be overcome in this manner. Characterizing a data network with a view in finding out the throughput performance. Modeling a dynamic routing algorithm that provides paths that change dynamically in response to network traffic and congestion, thereby increasing network performance because data travel less congested paths. simulating the intelligence routing algorithm using Antnet; that has properties like learning, reasoning and decision making with respect to packet transmission in a data network using MATLAB/SIMULINK as a tool and comparing the performance of the model to existing routing algorithm Reference 1. Elizabeth E. Peterson routing algorithm using heretical technique 2017 2. Joseph, Jack routing algorithm using flat based technique 2014 3. Leonard Anderson routing algorithm using proportional integral (PI) 2013 4. Theodore Samuel routing algorithm using proportional derivative (PD)2016