SlideShare a Scribd company logo
International Journal of Electronics and Communication Engineering Research and Development
(IJECERD), ISSN 2248-9525(Print), ISSN- 2248-9533 (Online) Volume 4, Number 2, April-June (2014)
115
A STUDY ON “LINK WEIGHT PERFORMANCE ANALYSIS IN AN
INTRA-DOMAIN NETWORKS”
[1]Niranjan Dasar, [2]Triveni C L, [3]P C Srikanth, [4]T Srinivas
[1]Department of Electronics & Communication Engineering, Malnad College of Engineering,
Hassan, Karnataka
[2]Department of ECE, Assistant Professor, Malnad College of Engineering, Hassan, India
[3] Professor & Head, Department of ECE, Malnad College of Engineering, Hassan, India
[4]Department of Electrical& Communication Engineering, Indian Institute of Science,
Bangalore, Karnataka
ABSTRACT
Traffic engineering involves adapting the routing of traffic to the network conditions,
with the joint goals of good user performance and efficient use of network resources. In this
paper, we describe an approach to intra-domain traffic engineering that works within the
existing deployed base of Interior Gateway Protocols (IGPs), such as Open Shortest Path First
(OSPF). The network configuration of link weights has adapted based on a network-wide view
of the traffic and topology within a domain. In addition, the results has been summarized using
the techniques for optimizing OSPF/IS-IS weights to the prevailing traffic. This paper shows
the analysis of traditional shortest-path routing protocols for the flow of traffic in small IP
networks and its effectiveness in large IP networks.
Index Terms: MPLS, Open Shortest Path First (OSPF) OSPF/IS-IS, Intra-domain.
I. INTRODUCTION
Internet is an extremely robust communication network, even in the rapid growth and
occasional failures. However, it does not ensure that the network runs efficiently[1]. A host
implementing the Transmission Control Protocol (TCP) adjusts its sending rate to the
bandwidth available on the path to the destination, and routers react to changes in the network
topology by computing new paths, such as a company, university campus, or Internet Service
Provider (ISPs).
IJECERD
© PRJ
PUBLICATION
International Journal of Electronics and Communication
Engineering Research and Development
(IJECERD)
ISSN 2248– 9525 (Print)
ISSN 2248 –9533 (Online)
Volume 4, Number 2, April - June (2014), pp. 115-123
© PRJ Publication, http://www.prjpublication.com/IJECERD.asp
International Journal of Electronics and Communication Engineering Research and Development
(IJECERD), ISSN 2248-9525(Print), ISSN- 2248-9533 (Online) Volume 4, Number 2, April-June (2014)
116
Shortest Path First (SPF) protocols such as OSPF or IS–IS are the most commonly used
Intra-domain Internet routing protocols today. Traffic is routed along shortest paths to the
destination. The weights of the links, and thereby the shortest path routes, can be changed by
the network operator. A simple default weight setting is the weight of a link inversely
proportional to its capacity[2]. As an alternative to OSPF/IS–IS, the more flexible
multiprotocol label switching (MPLS) protocol has been suggested. But we have analyzed
OSPF/IS-IS protocol in an arbitrary routing in Intra-domain networks.
OSPF is a link−state protocol being an interface on the router. The state of the link is a
description of that interface and of its relationship to its neighbouring routers. For example, the
IP address of the interface, the mask, the type of network it is connected to, the routers
connected to that network and so on. The collection of all these link−states would form a
link−state database.
II. TRADITIONAL OSPF/IS-IS
This paper presents an overview of a practical approach to working within the existing
framework of static link weights, without modification to the routing protocols or the routers
themselves. The main point underlying this body of work is that the process of arriving at good
values for the weights, or a good set of changes to the existing values of the weights is handled
externally from the routers. This process could depend on traffic measurements and topology
data collected from the operational network. The link weights are configured by an external
entity, such as a network management system or a human operator, to achieve certain traffic
engineering goals. Generally, the modification of the link weights is a significant change to the
network that is performed on a relatively coarse time scale. The framework uses the link
weights as the way to drive the path-selection process.
III. TRAFFIC ENGINEERING FRAMEWORK
The approach to traffic engineering has three main steps - measure, model, and control -
as illustrated in Figure 1. First, the operator needs to measure the network topology and the
offered traffic; in practice, this measurement data are necessary for other optional tasks, such as
network visualization, usage-based billing, and capacity planning. Second, evaluating possible
settings of the link weights requires a way to predict how the IGP configuration affects the flow
of traffic. Third, after deciding on the values of the weights, an automated system or a human
operator needs to change the IGP configuration on one or more routers [3].
A. Measure: Network Topology and Traffic Demands
Selecting good link weights depends on having a timely and accurate view of the
current state of the network. This view includes the operational routers and links in the
network, as well as the capacity of the links and the current topology/configuration of the IGP
parameters. Topology and configuration information are available from a variety of sources.
Link capacity and IGP parameters are available from router configuration data (such as
configuration files) and may also be stored in external databases that drive the provisioning of
the network elements.
International Journal of Electronics and Communication Engineering Research and Development
(IJECERD), ISSN 2248-9525(Print), ISSN- 2248-9533 (Online) Volume 4, Number 2, April-June (2014)
117
Figure 1: Key components of the traffic engineering framework
The Simple Network Management Protocol (SNMP) provides information about the
status of the network elements, either by polling or via traps. In addition, it is possible o deploy
IGP route monitors that track the topology and IGP parameters in the operational network. For
example, a software router that participates in OSPF/IS-IS with the operational routers could
track and report his information in real time.
The operator also needs an estimate of the volume of traffic between each pair of
routers. In some cases, the estimate may come from past experience or customer subscription
information. Four main approaches have been considered [4]. First, the necessary traffic
statistics may be available directly from SNMP Management Information Bases (MIBs),
depending on the forwarding paradigm employed in the network. For example, Multi-Protocol
Label Switching (MPLS) MIBs could be used to measure the volume of traffic on the Label
Switched Path (LSP) between each pair of edge routers. Second, the offered traffic can be
computed by combining packet-level or flow-level measurements at the network edge with the
information available in routing tables. Third, the offered traffic may be inferred based on
observations of the aggregate load on links inside the network in conjunction with routing data;
this approach is referred to as network tomography. Fourth, new techniques for packet
sampling offer the possibility of direct observation of the offered traffic as it flows through the
network.
B. Model: Path Selection Based on IGP Configuration
Traffic engineering requires an effective way to predict the flow of traffic through the
network based on the routing configuration. When all of the links belong to a single
OSPF/IS-IS area, path selection simply involves computing the shortest path(s) between each
pair of routers (e.g., using Dijkstra's algorithm). Larger networks are typically divided into
multiple OSPF/IS-IS areas. For routers in different areas, the path selection depends on the
summary information conveyed across area boundaries. In some cases, the network may have
multiple shortest paths between the same pair of routers. The OSPF and IS-IS protocol
specifications do not dictate how routers handle the presence of multiple shortest paths. In
practice, most routers capitalize on the multiple paths to balance load. A router typically splits
traffic roughly evenly over each of the outgoing links along a shortest path to the destination;
traditionally, IGPs with static link weights do not have the flexibility to divide the traffic among
the shortest paths in arbitrary proportions. Ultimately, then, the routing model should compute
a set of paths for each pair of routers. These paths can be represented in terms of the fraction of
the traffic (for this pair of routers) that traverses each of the links. The output of the routing
model can be combined with the traffic demands to estimate the volume of traffic on each link,
based on the topology and the IGP configuration. A single block of destination IP addresses
may be reachable via multiple exit points to neighbouring domains. For example, an AS may
have multiple links to another service provider at different geographic locations. The BGP
International Journal of Electronics and Communication Engineering Research and Development
(IJECERD), ISSN 2248-9525(Print), ISSN- 2248-9533 (Online) Volume 4, Number 2, April-June (2014)
118
decision process selects from these routes based on the IGP cost of the shortest path to each exit
point. This enables each router to select the “closest” exit point. The work in presents an
overview of a routing model that captures the details of multiple OSPF/IS-IS areas, the even
splitting over multiple shortest paths, and the influence of IGP parameters on how the traffic
exits the network en route to a neighbouring AS.
C. Control: Reconfiguring the IGP Weights
Changing IGP weights requires applying the appropriate commands to the affected
routers. This may involve running telnet to connect to each router's command-line interface.
The specific commands depend on the particular operating system running on the router. For
example, in Cisco IOS (Internet Operating System) parlance, the operator would enter a
command like ipospf cost 64 in the context of the appropriate outgoing link to change the OSPF
weight to 64. These commands may be applied manually by a network operator or performed
automatically by a script. More generally, the service provider may have a network
management system for configuring the routers. An integrated network management system
could conceivably automate the entire process of detecting congestion, selecting suitable IGP
weights, and effecting the configuration changes. However, given the complexity of operating a
large IP network, a service provider may have a human operator involved to oversee the
process.
Following a weight change, the router updates its link-state database and floods the new
value of the weight to the rest of the network. Upon receiving the new link-state advertisement,
each router updates its link-state database, computes the new shortest paths, and updates certain
entries in its forwarding table. During this convergence period, the routers in the network do
not have a consistent view of the shortest-path routes for some destinations. This transient
period is similar to what happens following a change in the topology of the network due to an
equipment failure or the addition of a new router or link; convergence following a weight
change is typically faster than convergence after a failure, though, since the router does not
have to incur a delay to detect that a failure has occurred. Still, changing a link weight does
require the network to undergo a transition period where the forwarding paths are changing for
some of the traffic. As such, making frequent changes to the link weights is not envisioned.
Instead, link weights would change under special circumstances following the outlay of new
capacity, a significant equipment failure, or a serious shift in the traffic demands.
IV. INTRADOMAIN TRAFFIC ENGINEERING
Traffic engineering depends on having a set of performance objectives that guide the
selection of paths, as well as effective mechanisms for the routers to select paths that satisfy
these objectives. Most large IP networks run Interior Gateway Protocols (IGPs) such as OSPF
(Open Shortest Path First) or IS-IS (Intermediate System-Intermediate System) that select paths
based on static link weights. These weights are typically configured by the network operators.
Routers use these protocols to exchange link weights and construct a complete view of the
topology inside the AS, as shown in Figure 2. Then, each router computes shortest paths (where
the length of a path is the sum of the weights on the links) and creates a table that controls the
forwarding of each IP packet to the next hop in its route.
International Journal of Electronics and Communication Engineering Research and Development
(IJECERD), ISSN 2248-9525(Print), ISSN- 2248-9533 (Online) Volume 4, Number 2, April-June (2014)
119
Figure 2: Routing path based on OSPF/IS-IS link weights: each link has an integer weight.
On the surface, shortest-path routing does not seem flexible enough to support traffic
engineering in a network supporting a diverse set of applications. First of all, these IGPs are
limited to routing scenarios that can be specified with a single integer weight on each link.
However, we argue that link weights suffice to specify near-optimal routing for large,
real-world networks. Second of all, in their basic forms, the OSPF and IS-IS protocols do not
adapt the link weights in response to changes in traffic or the failures of network elements, and
the path-selection process does not directly incorporate any performance objectives. Recent
standards activity has proposed traffic engineering extensions to OSPF and IS-IS to incorporate
traffic load in the link-state advertisements and path selection decisions. However, these
extensions require modifications to the routers to collect and disseminate the traffic statistics
and establish paths based on the load metrics. Instead, we argue that it is often possible to select
static link weights that are resilient to traffic fluctuations and link failures, allowing the use of
the traditional incarnations of OSPF and IS-IS.
Here we see how to control the distribution of traffic in a network by tuning the IGP
weights. Figure 3 and Table I concern the same network where all links have the same capacity
and each of the nodes from 1 to 12 have one unit of traffic to send to CPE1.The simple
performance objective here is to find the shortest path.
Minimum Hardware Requirements:
System : Pentium IV 2.4 GHz
Hard Disk : 40GB
RAM : 1GB
Speed : 2.40GHz
Software Requirement:
NETWORK SIMULATOR (NetSim)
V. SIMILATION RESULTS
A. Initial configuration with unit weights
Figure 3 shows the results of having the same weight of 1 on every link. This directs all
of the traffic from node CPE2 through routers 1, 3, 5, and 6 to CPE1.
International Journal of Electronics and Communication Engineering Research and Development
(IJECERD), ISSN 2248-9525(Print), ISSN- 2248-9533 (Online) Volume 4, Number 2, April-June (2014)
120
Figure 3: Routing path based on OSPF/IS-IS link weights
Each link has a unit weight, arrows illustrate the flow of traffic, the thickness of the
arrows indicates the volume of traffic traversing the link, and a dashed line represents a link
that carries no traffic.
Configure all the nodes with unit weight of network shown in Figure 2 and run through
the Network Simulator software; the results show the shortest path as shown in Figure 3. The
obtained link result is shown in the Table I.
The Table I gives the performance metrics of the network shown in Figure 2 with unit
weights, which give the shortest path same as shown in Figure 3.
TABLE I: PERFORMANCE METRICS OF THE INTRADOMAIN NETWORKS WITH
UNIT WEIGHTS
Figure 4 gives the utilization report of the network shown in Figure 2 with unit weights,
which gives the utilization percentage of the Figure 3.
International Journal of Electronics and Communication Engineering Research and Development
(IJECERD), ISSN 2248-9525(Print), ISSN- 2248-9533 (Online) Volume 4, Number 2, April-June (2014)
121
Figure 4: Utilization report with unit weights
B. Local change of the link weights
Figure 4 shows the results of having the different weights on every link. This directs all
of the traffic from node CPE2 through routers 1, 3, 4, and 6 to CPE1.
Configure all the nodes with different weights as shown in above network, of network shown in
Figure 2. Each link has different weights; arrows illustrate the flow of traffic,
Figure 5: Routing path based on OSPF/IS-IS link weights
The thickness of the arrows indicates the volume of traffic traversing the link, and a
dashed line represents a link that carries no traffic and run through the Network Simulator
software; we get the same shortest path as shown in Figure 5. The obtained result is shown in
the Table II.
International Journal of Electronics and Communication Engineering Research and Development
(IJECERD), ISSN 2248-9525(Print), ISSN- 2248-9533 (Online) Volume 4, Number 2, April-June (2014)
122
TABLE II: PERFORMANCE METRICS OF THE INTRADOMAIN NETWORKS WITH
DIFFERENT WEIGHTS
The Table II gives the performance metrics of the network shown in Figure 2 with
different weights as shown above, which give the shortest path same as shown in Figure 5. The
figure 6 gives the Utilization report of the network shown in Figure 2 with different weights as
shown above, which gives the utilization percentage of the Figure 5.
Figure 6: Utilization report with different weights
International Journal of Electronics and Communication Engineering Research and Development
(IJECERD), ISSN 2248-9525(Print), ISSN- 2248-9533 (Online) Volume 4, Number 2, April-June (2014)
123
VI. CONCLUSION
By comparing the tables I & II, path to the destination is changed. Hence this
explanation concludes an approach to engineering the flow of traffic in these networks by
monitoring the traffic and topology, optimizing the setting of the static link weights, and
reconfiguring the routers with new weight settings as needed.
VII. FURTHER IMPROVEMENTS
The flow of traffic can be quantified using the traditional OSPF/IS-IS routing protocols
in large networks, using an optimization algorithm to identify good IGP weight settings.
Routing based on link weights is not flexible enough to represent all possible solutions to the
routing problem. When judging the quality of a weight setting, comparison of the results can be
done against optimal routing (OPT) that can direct traffic along any paths in any proportions.
OPT models an idealized routing scheme that can establish one or more explicit paths between
every pair of nodes, and distribute arbitrary amounts of the traffic on each of the paths.
REFERENCES
[1] D. O. Awduche, A. Chiu, A. Elwalid, I. Widjaja, and X. Xiao, Overview and principles of
Internet traffic engineering.”
[2] S. Halabi and D. McPherson, Internet Routing Architectures. Cisco Press, second ed.,
2001.
[3] A. Feldmann, A. Greenberg, C. Lund, N. Reingold, and J. Rexford, “NetScope: Traffic
engineering for IP networks,” IEEE Network Magazine, pp. 11–19, March 2000.
[4] B. Fortz and M. Thorup, “Internet traffic engineering by optimizing OSPF weights,” in
Proc. IEEE INFOCOM, March 2000.
[5] B. Fortz and M. Thorup, Optimizing OSPF/IS-IS weights in a changing world,” IEEE
Journal on Selected Areas in Communications, vol. 20, pp. 756–767, May 2002.
[6] F. Lin and J. Wang, “Minimax open shortest path First routing algorithms in networks
supporting the SMDS services,” in Proc. International Conference on Communications,
vol. 2, pp. 666–670, 1993.
[7] K. Ramakrishnan and M. A. Rodrigues, “Optimal routing in shortest-path data
networks,” Bell Labs Technical Journal, vol. 6, January–June 2001.

More Related Content

What's hot

Handover Algorithm based VLP using Mobility Prediction Database for Vehicular...
Handover Algorithm based VLP using Mobility Prediction Database for Vehicular...Handover Algorithm based VLP using Mobility Prediction Database for Vehicular...
Handover Algorithm based VLP using Mobility Prediction Database for Vehicular...
IJECEIAES
 
AN EFFECTIVE CONTROL OF HELLO PROCESS FOR ROUTING PROTOCOL IN MANETS
AN EFFECTIVE CONTROL OF HELLO PROCESS FOR ROUTING PROTOCOL IN MANETSAN EFFECTIVE CONTROL OF HELLO PROCESS FOR ROUTING PROTOCOL IN MANETS
AN EFFECTIVE CONTROL OF HELLO PROCESS FOR ROUTING PROTOCOL IN MANETS
IJCNCJournal
 
Location and Mobility Optimized On-demand Geographical Multipath Routing Prot...
Location and Mobility Optimized On-demand Geographical Multipath Routing Prot...Location and Mobility Optimized On-demand Geographical Multipath Routing Prot...
Location and Mobility Optimized On-demand Geographical Multipath Routing Prot...
Eswar Publications
 
Congestion Control in Manets Using Hybrid Routing Protocol
Congestion Control in Manets Using Hybrid Routing ProtocolCongestion Control in Manets Using Hybrid Routing Protocol
Congestion Control in Manets Using Hybrid Routing Protocol
IOSR Journals
 
Improved Routing Protocol in Mobile Ad Hoc Networks Using Fuzzy Logic
Improved Routing Protocol in Mobile Ad Hoc Networks Using Fuzzy LogicImproved Routing Protocol in Mobile Ad Hoc Networks Using Fuzzy Logic
Improved Routing Protocol in Mobile Ad Hoc Networks Using Fuzzy Logic
TELKOMNIKA JOURNAL
 
Routing in Networks using Genetic Algorithm
Routing in Networks using Genetic AlgorithmRouting in Networks using Genetic Algorithm
Routing in Networks using Genetic Algorithm
journalBEEI
 
An Efficient and Stable Routing Algorithm in Mobile Ad Hoc Network
An Efficient and Stable Routing Algorithm in Mobile Ad Hoc NetworkAn Efficient and Stable Routing Algorithm in Mobile Ad Hoc Network
An Efficient and Stable Routing Algorithm in Mobile Ad Hoc Network
IJCNCJournal
 
Adaptive resource allocation and internet traffic engineering on data network
Adaptive resource allocation and internet traffic engineering on data networkAdaptive resource allocation and internet traffic engineering on data network
Adaptive resource allocation and internet traffic engineering on data network
csandit
 
Extensive Reviews of OSPF and EIGRP Routing Protocols based on Route Summariz...
Extensive Reviews of OSPF and EIGRP Routing Protocols based on Route Summariz...Extensive Reviews of OSPF and EIGRP Routing Protocols based on Route Summariz...
Extensive Reviews of OSPF and EIGRP Routing Protocols based on Route Summariz...
IJERA Editor
 
Cross Layer Based Hybrid Fuzzy Ad-Hoc Rate Based Congestion Control (CLHCC) A...
Cross Layer Based Hybrid Fuzzy Ad-Hoc Rate Based Congestion Control (CLHCC) A...Cross Layer Based Hybrid Fuzzy Ad-Hoc Rate Based Congestion Control (CLHCC) A...
Cross Layer Based Hybrid Fuzzy Ad-Hoc Rate Based Congestion Control (CLHCC) A...
IJCSIS Research Publications
 
Solving bandwidth guaranteed routing problem using routing data
Solving bandwidth guaranteed routing problem using routing dataSolving bandwidth guaranteed routing problem using routing data
Solving bandwidth guaranteed routing problem using routing data
IJCNCJournal
 
Bx4201493498
Bx4201493498Bx4201493498
Bx4201493498
IJERA Editor
 
Simulation of Route Optimization with load balancing Using AntNet System
Simulation of Route Optimization with load balancing Using AntNet SystemSimulation of Route Optimization with load balancing Using AntNet System
Simulation of Route Optimization with load balancing Using AntNet System
IOSR Journals
 
A study of the effect of different topology parameters on the routing overhea...
A study of the effect of different topology parameters on the routing overhea...A study of the effect of different topology parameters on the routing overhea...
A study of the effect of different topology parameters on the routing overhea...
International Journal of Engineering Inventions www.ijeijournal.com
 
GRAPH THEORETIC ROUTING ALGORITHM (GTRA) FOR MOBILE AD-HOC NETWORKS (MANET)
GRAPH THEORETIC ROUTING ALGORITHM (GTRA) FOR MOBILE AD-HOC NETWORKS (MANET)GRAPH THEORETIC ROUTING ALGORITHM (GTRA) FOR MOBILE AD-HOC NETWORKS (MANET)
GRAPH THEORETIC ROUTING ALGORITHM (GTRA) FOR MOBILE AD-HOC NETWORKS (MANET)
graphhoc
 
Evaluation of Energy Consumption of Reactive and Proactive Routing Protocols ...
Evaluation of Energy Consumption of Reactive and Proactive Routing Protocols ...Evaluation of Energy Consumption of Reactive and Proactive Routing Protocols ...
Evaluation of Energy Consumption of Reactive and Proactive Routing Protocols ...
IJCNCJournal
 
VIRTUAL ROUTING FUNCTION DEPLOYMENT IN NFV-BASED NETWORKS UNDER NETWORK DELAY...
VIRTUAL ROUTING FUNCTION DEPLOYMENT IN NFV-BASED NETWORKS UNDER NETWORK DELAY...VIRTUAL ROUTING FUNCTION DEPLOYMENT IN NFV-BASED NETWORKS UNDER NETWORK DELAY...
VIRTUAL ROUTING FUNCTION DEPLOYMENT IN NFV-BASED NETWORKS UNDER NETWORK DELAY...
IJCNC Journal
 

What's hot (17)

Handover Algorithm based VLP using Mobility Prediction Database for Vehicular...
Handover Algorithm based VLP using Mobility Prediction Database for Vehicular...Handover Algorithm based VLP using Mobility Prediction Database for Vehicular...
Handover Algorithm based VLP using Mobility Prediction Database for Vehicular...
 
AN EFFECTIVE CONTROL OF HELLO PROCESS FOR ROUTING PROTOCOL IN MANETS
AN EFFECTIVE CONTROL OF HELLO PROCESS FOR ROUTING PROTOCOL IN MANETSAN EFFECTIVE CONTROL OF HELLO PROCESS FOR ROUTING PROTOCOL IN MANETS
AN EFFECTIVE CONTROL OF HELLO PROCESS FOR ROUTING PROTOCOL IN MANETS
 
Location and Mobility Optimized On-demand Geographical Multipath Routing Prot...
Location and Mobility Optimized On-demand Geographical Multipath Routing Prot...Location and Mobility Optimized On-demand Geographical Multipath Routing Prot...
Location and Mobility Optimized On-demand Geographical Multipath Routing Prot...
 
Congestion Control in Manets Using Hybrid Routing Protocol
Congestion Control in Manets Using Hybrid Routing ProtocolCongestion Control in Manets Using Hybrid Routing Protocol
Congestion Control in Manets Using Hybrid Routing Protocol
 
Improved Routing Protocol in Mobile Ad Hoc Networks Using Fuzzy Logic
Improved Routing Protocol in Mobile Ad Hoc Networks Using Fuzzy LogicImproved Routing Protocol in Mobile Ad Hoc Networks Using Fuzzy Logic
Improved Routing Protocol in Mobile Ad Hoc Networks Using Fuzzy Logic
 
Routing in Networks using Genetic Algorithm
Routing in Networks using Genetic AlgorithmRouting in Networks using Genetic Algorithm
Routing in Networks using Genetic Algorithm
 
An Efficient and Stable Routing Algorithm in Mobile Ad Hoc Network
An Efficient and Stable Routing Algorithm in Mobile Ad Hoc NetworkAn Efficient and Stable Routing Algorithm in Mobile Ad Hoc Network
An Efficient and Stable Routing Algorithm in Mobile Ad Hoc Network
 
Adaptive resource allocation and internet traffic engineering on data network
Adaptive resource allocation and internet traffic engineering on data networkAdaptive resource allocation and internet traffic engineering on data network
Adaptive resource allocation and internet traffic engineering on data network
 
Extensive Reviews of OSPF and EIGRP Routing Protocols based on Route Summariz...
Extensive Reviews of OSPF and EIGRP Routing Protocols based on Route Summariz...Extensive Reviews of OSPF and EIGRP Routing Protocols based on Route Summariz...
Extensive Reviews of OSPF and EIGRP Routing Protocols based on Route Summariz...
 
Cross Layer Based Hybrid Fuzzy Ad-Hoc Rate Based Congestion Control (CLHCC) A...
Cross Layer Based Hybrid Fuzzy Ad-Hoc Rate Based Congestion Control (CLHCC) A...Cross Layer Based Hybrid Fuzzy Ad-Hoc Rate Based Congestion Control (CLHCC) A...
Cross Layer Based Hybrid Fuzzy Ad-Hoc Rate Based Congestion Control (CLHCC) A...
 
Solving bandwidth guaranteed routing problem using routing data
Solving bandwidth guaranteed routing problem using routing dataSolving bandwidth guaranteed routing problem using routing data
Solving bandwidth guaranteed routing problem using routing data
 
Bx4201493498
Bx4201493498Bx4201493498
Bx4201493498
 
Simulation of Route Optimization with load balancing Using AntNet System
Simulation of Route Optimization with load balancing Using AntNet SystemSimulation of Route Optimization with load balancing Using AntNet System
Simulation of Route Optimization with load balancing Using AntNet System
 
A study of the effect of different topology parameters on the routing overhea...
A study of the effect of different topology parameters on the routing overhea...A study of the effect of different topology parameters on the routing overhea...
A study of the effect of different topology parameters on the routing overhea...
 
GRAPH THEORETIC ROUTING ALGORITHM (GTRA) FOR MOBILE AD-HOC NETWORKS (MANET)
GRAPH THEORETIC ROUTING ALGORITHM (GTRA) FOR MOBILE AD-HOC NETWORKS (MANET)GRAPH THEORETIC ROUTING ALGORITHM (GTRA) FOR MOBILE AD-HOC NETWORKS (MANET)
GRAPH THEORETIC ROUTING ALGORITHM (GTRA) FOR MOBILE AD-HOC NETWORKS (MANET)
 
Evaluation of Energy Consumption of Reactive and Proactive Routing Protocols ...
Evaluation of Energy Consumption of Reactive and Proactive Routing Protocols ...Evaluation of Energy Consumption of Reactive and Proactive Routing Protocols ...
Evaluation of Energy Consumption of Reactive and Proactive Routing Protocols ...
 
VIRTUAL ROUTING FUNCTION DEPLOYMENT IN NFV-BASED NETWORKS UNDER NETWORK DELAY...
VIRTUAL ROUTING FUNCTION DEPLOYMENT IN NFV-BASED NETWORKS UNDER NETWORK DELAY...VIRTUAL ROUTING FUNCTION DEPLOYMENT IN NFV-BASED NETWORKS UNDER NETWORK DELAY...
VIRTUAL ROUTING FUNCTION DEPLOYMENT IN NFV-BASED NETWORKS UNDER NETWORK DELAY...
 

Viewers also liked

DETECTION OF HUMAN BLADDER CANCER CELLS USING IMAGE PROCESSING
DETECTION OF HUMAN BLADDER CANCER CELLS USING IMAGE PROCESSINGDETECTION OF HUMAN BLADDER CANCER CELLS USING IMAGE PROCESSING
DETECTION OF HUMAN BLADDER CANCER CELLS USING IMAGE PROCESSING
prj_publication
 
RP BASED OPTIMIZED IMAGE COMPRESSING TECHNIQUE
RP BASED OPTIMIZED IMAGE COMPRESSING TECHNIQUERP BASED OPTIMIZED IMAGE COMPRESSING TECHNIQUE
RP BASED OPTIMIZED IMAGE COMPRESSING TECHNIQUE
prj_publication
 
MMINIMUM RESOURCE CONSUMPTIONS ROUTING FOR OPTICAL NETWORKS
MMINIMUM RESOURCE CONSUMPTIONS ROUTING FOR OPTICAL NETWORKSMMINIMUM RESOURCE CONSUMPTIONS ROUTING FOR OPTICAL NETWORKS
MMINIMUM RESOURCE CONSUMPTIONS ROUTING FOR OPTICAL NETWORKS
prj_publication
 
Paper template prj
Paper template prjPaper template prj
Paper template prj
prj_publication
 
FAULTY NODE RECOVERY AND REPLACEMENT ALGORITHM FOR WIRELESS SENSOR NETWORKF
FAULTY NODE RECOVERY AND REPLACEMENT ALGORITHM FOR WIRELESS SENSOR NETWORKFFAULTY NODE RECOVERY AND REPLACEMENT ALGORITHM FOR WIRELESS SENSOR NETWORKF
FAULTY NODE RECOVERY AND REPLACEMENT ALGORITHM FOR WIRELESS SENSOR NETWORKF
prj_publication
 
MULTI WAVELET BASED IMAGE COMPRESSION FOR TELE MEDICAL APPLICATION
MULTI WAVELET BASED IMAGE COMPRESSION FOR TELE MEDICAL APPLICATIONMULTI WAVELET BASED IMAGE COMPRESSION FOR TELE MEDICAL APPLICATION
MULTI WAVELET BASED IMAGE COMPRESSION FOR TELE MEDICAL APPLICATION
prj_publication
 
Mems based optical sensorMEMS BASED OPTICAL SENSOR FOR SALINITY MEASUREMENT
Mems based optical sensorMEMS BASED OPTICAL SENSOR FOR SALINITY MEASUREMENTMems based optical sensorMEMS BASED OPTICAL SENSOR FOR SALINITY MEASUREMENT
Mems based optical sensorMEMS BASED OPTICAL SENSOR FOR SALINITY MEASUREMENT
prj_publication
 
An approach to design a rectangular microstrip patch antenna in s band by tlm...
An approach to design a rectangular microstrip patch antenna in s band by tlm...An approach to design a rectangular microstrip patch antenna in s band by tlm...
An approach to design a rectangular microstrip patch antenna in s band by tlm...
prj_publication
 
AN APPROACH TO DESIGN A RECTANGULAR MICROSTRIP PATCH ANTENNA IN S BAND BY TLM...
AN APPROACH TO DESIGN A RECTANGULAR MICROSTRIP PATCH ANTENNA IN S BAND BY TLM...AN APPROACH TO DESIGN A RECTANGULAR MICROSTRIP PATCH ANTENNA IN S BAND BY TLM...
AN APPROACH TO DESIGN A RECTANGULAR MICROSTRIP PATCH ANTENNA IN S BAND BY TLM...
prj_publication
 
A DESIGN AND SIMULATION OF OPTICAL PRESSURE SENSOR BASED ON PHOTONIC CRYSTAL ...
A DESIGN AND SIMULATION OF OPTICAL PRESSURE SENSOR BASED ON PHOTONIC CRYSTAL ...A DESIGN AND SIMULATION OF OPTICAL PRESSURE SENSOR BASED ON PHOTONIC CRYSTAL ...
A DESIGN AND SIMULATION OF OPTICAL PRESSURE SENSOR BASED ON PHOTONIC CRYSTAL ...
prj_publication
 
A importância do tratamento de dessensibilização na alergia às
A importância do tratamento de dessensibilização na alergia àsA importância do tratamento de dessensibilização na alergia às
A importância do tratamento de dessensibilização na alergia às
Natália Silva
 
Presentatie savelab
Presentatie savelabPresentatie savelab
Presentatie savelab
Rob Zwirs
 
Efecto agua alcalina sobre el cáncer
Efecto agua alcalina sobre el cáncerEfecto agua alcalina sobre el cáncer
Efecto agua alcalina sobre el cáncer
Juan Becerra López
 
Leef in god se teenwoordigheid4
Leef in god se teenwoordigheid4Leef in god se teenwoordigheid4
Leef in god se teenwoordigheid4
AGS Lofoord Upington
 
Seminario de tesis
Seminario de tesisSeminario de tesis
Seminario de tesis
JeSs Carreon
 
Johana oropeza actividad 2 parte a y b
Johana oropeza actividad 2 parte a y bJohana oropeza actividad 2 parte a y b
Johana oropeza actividad 2 parte a y b
Johana Oropeza
 
Mutation3
Mutation3Mutation3
Mutation3
BHU
 
Mutation 2
Mutation 2Mutation 2
Mutation 2
BHU
 
Comm 125 slide preso
Comm 125 slide presoComm 125 slide preso
Comm 125 slide preso
Robert Prince
 

Viewers also liked (19)

DETECTION OF HUMAN BLADDER CANCER CELLS USING IMAGE PROCESSING
DETECTION OF HUMAN BLADDER CANCER CELLS USING IMAGE PROCESSINGDETECTION OF HUMAN BLADDER CANCER CELLS USING IMAGE PROCESSING
DETECTION OF HUMAN BLADDER CANCER CELLS USING IMAGE PROCESSING
 
RP BASED OPTIMIZED IMAGE COMPRESSING TECHNIQUE
RP BASED OPTIMIZED IMAGE COMPRESSING TECHNIQUERP BASED OPTIMIZED IMAGE COMPRESSING TECHNIQUE
RP BASED OPTIMIZED IMAGE COMPRESSING TECHNIQUE
 
MMINIMUM RESOURCE CONSUMPTIONS ROUTING FOR OPTICAL NETWORKS
MMINIMUM RESOURCE CONSUMPTIONS ROUTING FOR OPTICAL NETWORKSMMINIMUM RESOURCE CONSUMPTIONS ROUTING FOR OPTICAL NETWORKS
MMINIMUM RESOURCE CONSUMPTIONS ROUTING FOR OPTICAL NETWORKS
 
Paper template prj
Paper template prjPaper template prj
Paper template prj
 
FAULTY NODE RECOVERY AND REPLACEMENT ALGORITHM FOR WIRELESS SENSOR NETWORKF
FAULTY NODE RECOVERY AND REPLACEMENT ALGORITHM FOR WIRELESS SENSOR NETWORKFFAULTY NODE RECOVERY AND REPLACEMENT ALGORITHM FOR WIRELESS SENSOR NETWORKF
FAULTY NODE RECOVERY AND REPLACEMENT ALGORITHM FOR WIRELESS SENSOR NETWORKF
 
MULTI WAVELET BASED IMAGE COMPRESSION FOR TELE MEDICAL APPLICATION
MULTI WAVELET BASED IMAGE COMPRESSION FOR TELE MEDICAL APPLICATIONMULTI WAVELET BASED IMAGE COMPRESSION FOR TELE MEDICAL APPLICATION
MULTI WAVELET BASED IMAGE COMPRESSION FOR TELE MEDICAL APPLICATION
 
Mems based optical sensorMEMS BASED OPTICAL SENSOR FOR SALINITY MEASUREMENT
Mems based optical sensorMEMS BASED OPTICAL SENSOR FOR SALINITY MEASUREMENTMems based optical sensorMEMS BASED OPTICAL SENSOR FOR SALINITY MEASUREMENT
Mems based optical sensorMEMS BASED OPTICAL SENSOR FOR SALINITY MEASUREMENT
 
An approach to design a rectangular microstrip patch antenna in s band by tlm...
An approach to design a rectangular microstrip patch antenna in s band by tlm...An approach to design a rectangular microstrip patch antenna in s band by tlm...
An approach to design a rectangular microstrip patch antenna in s band by tlm...
 
AN APPROACH TO DESIGN A RECTANGULAR MICROSTRIP PATCH ANTENNA IN S BAND BY TLM...
AN APPROACH TO DESIGN A RECTANGULAR MICROSTRIP PATCH ANTENNA IN S BAND BY TLM...AN APPROACH TO DESIGN A RECTANGULAR MICROSTRIP PATCH ANTENNA IN S BAND BY TLM...
AN APPROACH TO DESIGN A RECTANGULAR MICROSTRIP PATCH ANTENNA IN S BAND BY TLM...
 
A DESIGN AND SIMULATION OF OPTICAL PRESSURE SENSOR BASED ON PHOTONIC CRYSTAL ...
A DESIGN AND SIMULATION OF OPTICAL PRESSURE SENSOR BASED ON PHOTONIC CRYSTAL ...A DESIGN AND SIMULATION OF OPTICAL PRESSURE SENSOR BASED ON PHOTONIC CRYSTAL ...
A DESIGN AND SIMULATION OF OPTICAL PRESSURE SENSOR BASED ON PHOTONIC CRYSTAL ...
 
A importância do tratamento de dessensibilização na alergia às
A importância do tratamento de dessensibilização na alergia àsA importância do tratamento de dessensibilização na alergia às
A importância do tratamento de dessensibilização na alergia às
 
Presentatie savelab
Presentatie savelabPresentatie savelab
Presentatie savelab
 
Efecto agua alcalina sobre el cáncer
Efecto agua alcalina sobre el cáncerEfecto agua alcalina sobre el cáncer
Efecto agua alcalina sobre el cáncer
 
Leef in god se teenwoordigheid4
Leef in god se teenwoordigheid4Leef in god se teenwoordigheid4
Leef in god se teenwoordigheid4
 
Seminario de tesis
Seminario de tesisSeminario de tesis
Seminario de tesis
 
Johana oropeza actividad 2 parte a y b
Johana oropeza actividad 2 parte a y bJohana oropeza actividad 2 parte a y b
Johana oropeza actividad 2 parte a y b
 
Mutation3
Mutation3Mutation3
Mutation3
 
Mutation 2
Mutation 2Mutation 2
Mutation 2
 
Comm 125 slide preso
Comm 125 slide presoComm 125 slide preso
Comm 125 slide preso
 

Similar to A study on “link

Dynamic routing of ip traffic
Dynamic routing of ip trafficDynamic routing of ip traffic
Dynamic routing of ip traffic
IJCNCJournal
 
A detailed study of routing protocols for mobile ad hoc networks using
A detailed study of routing protocols for mobile ad hoc networks usingA detailed study of routing protocols for mobile ad hoc networks using
A detailed study of routing protocols for mobile ad hoc networks usingIAEME Publication
 
A detailed study of routing protocols for mobile ad hoc networks using
A detailed study of routing protocols for mobile ad hoc networks usingA detailed study of routing protocols for mobile ad hoc networks using
A detailed study of routing protocols for mobile ad hoc networks usingIAEME Publication
 
A Comparative Performance Analysis of Route Redistribution among Three Differ...
A Comparative Performance Analysis of Route Redistribution among Three Differ...A Comparative Performance Analysis of Route Redistribution among Three Differ...
A Comparative Performance Analysis of Route Redistribution among Three Differ...
IJCNCJournal
 
Performance Analysis of Energy Efficient Cross Layer Load Balancing in Tactic...
Performance Analysis of Energy Efficient Cross Layer Load Balancing in Tactic...Performance Analysis of Energy Efficient Cross Layer Load Balancing in Tactic...
Performance Analysis of Energy Efficient Cross Layer Load Balancing in Tactic...
IRJET Journal
 
Performance evaluation of dynamic source routing protocol with variation in t...
Performance evaluation of dynamic source routing protocol with variation in t...Performance evaluation of dynamic source routing protocol with variation in t...
Performance evaluation of dynamic source routing protocol with variation in t...
IJECEIAES
 
Network Performance Analysis of Dynamic Routing Protocols for Real Time Appl...
Network Performance Analysis of Dynamic Routing Protocols for  Real Time Appl...Network Performance Analysis of Dynamic Routing Protocols for  Real Time Appl...
Network Performance Analysis of Dynamic Routing Protocols for Real Time Appl...
IJMER
 
Multipath Routing Protocol by Breadth First Search Algorithm in Wireless Mesh...
Multipath Routing Protocol by Breadth First Search Algorithm in Wireless Mesh...Multipath Routing Protocol by Breadth First Search Algorithm in Wireless Mesh...
Multipath Routing Protocol by Breadth First Search Algorithm in Wireless Mesh...
IOSR Journals
 
An Efficient Machine Learning Optimization Model for Route Establishment Mech...
An Efficient Machine Learning Optimization Model for Route Establishment Mech...An Efficient Machine Learning Optimization Model for Route Establishment Mech...
An Efficient Machine Learning Optimization Model for Route Establishment Mech...
IJCNCJournal
 
AN EFFICIENT MACHINE LEARNING OPTIMIZATION MODEL FOR ROUTE ESTABLISHMENT MECH...
AN EFFICIENT MACHINE LEARNING OPTIMIZATION MODEL FOR ROUTE ESTABLISHMENT MECH...AN EFFICIENT MACHINE LEARNING OPTIMIZATION MODEL FOR ROUTE ESTABLISHMENT MECH...
AN EFFICIENT MACHINE LEARNING OPTIMIZATION MODEL FOR ROUTE ESTABLISHMENT MECH...
IJCNCJournal
 
Evaluating the performance of manet routing protocols
Evaluating the performance of manet routing protocolsEvaluating the performance of manet routing protocols
Evaluating the performance of manet routing protocolsIAEME Publication
 
Improving Performance of Data Routing Protocol in Flying Ad-Hoc Networks
Improving Performance of Data Routing Protocol in Flying Ad-Hoc NetworksImproving Performance of Data Routing Protocol in Flying Ad-Hoc Networks
Improving Performance of Data Routing Protocol in Flying Ad-Hoc Networks
IRJET Journal
 
Ijetr021261
Ijetr021261Ijetr021261
A survey on routing algorithms and routing metrics for wireless mesh networks
A survey on routing algorithms and routing metrics for wireless mesh networksA survey on routing algorithms and routing metrics for wireless mesh networks
A survey on routing algorithms and routing metrics for wireless mesh networksMohammad Siraj
 
Analytical Execution of Dynamic Routing Protocols For Video Conferencing Appl...
Analytical Execution of Dynamic Routing Protocols For Video Conferencing Appl...Analytical Execution of Dynamic Routing Protocols For Video Conferencing Appl...
Analytical Execution of Dynamic Routing Protocols For Video Conferencing Appl...
theijes
 
Performance evaluation of MANET routing protocols based on QoS and energy p...
  Performance evaluation of MANET routing protocols based on QoS and energy p...  Performance evaluation of MANET routing protocols based on QoS and energy p...
Performance evaluation of MANET routing protocols based on QoS and energy p...
IJECEIAES
 
Ft3410671073
Ft3410671073Ft3410671073
Ft3410671073
IJERA Editor
 
OSPF (Open Shortest Path First) Case Study: Anil Nembang
OSPF (Open Shortest Path First) Case Study: Anil NembangOSPF (Open Shortest Path First) Case Study: Anil Nembang
OSPF (Open Shortest Path First) Case Study: Anil NembangAnil Nembang
 
Comparative Study between OSPF and MPLS network using OPNET Simulation
Comparative Study between OSPF and MPLS network using OPNET SimulationComparative Study between OSPF and MPLS network using OPNET Simulation
Comparative Study between OSPF and MPLS network using OPNET Simulation
iosrjce
 

Similar to A study on “link (20)

Dynamic routing of ip traffic
Dynamic routing of ip trafficDynamic routing of ip traffic
Dynamic routing of ip traffic
 
A detailed study of routing protocols for mobile ad hoc networks using
A detailed study of routing protocols for mobile ad hoc networks usingA detailed study of routing protocols for mobile ad hoc networks using
A detailed study of routing protocols for mobile ad hoc networks using
 
A detailed study of routing protocols for mobile ad hoc networks using
A detailed study of routing protocols for mobile ad hoc networks usingA detailed study of routing protocols for mobile ad hoc networks using
A detailed study of routing protocols for mobile ad hoc networks using
 
A Comparative Performance Analysis of Route Redistribution among Three Differ...
A Comparative Performance Analysis of Route Redistribution among Three Differ...A Comparative Performance Analysis of Route Redistribution among Three Differ...
A Comparative Performance Analysis of Route Redistribution among Three Differ...
 
Performance Analysis of Energy Efficient Cross Layer Load Balancing in Tactic...
Performance Analysis of Energy Efficient Cross Layer Load Balancing in Tactic...Performance Analysis of Energy Efficient Cross Layer Load Balancing in Tactic...
Performance Analysis of Energy Efficient Cross Layer Load Balancing in Tactic...
 
Performance evaluation of dynamic source routing protocol with variation in t...
Performance evaluation of dynamic source routing protocol with variation in t...Performance evaluation of dynamic source routing protocol with variation in t...
Performance evaluation of dynamic source routing protocol with variation in t...
 
Network Performance Analysis of Dynamic Routing Protocols for Real Time Appl...
Network Performance Analysis of Dynamic Routing Protocols for  Real Time Appl...Network Performance Analysis of Dynamic Routing Protocols for  Real Time Appl...
Network Performance Analysis of Dynamic Routing Protocols for Real Time Appl...
 
Multipath Routing Protocol by Breadth First Search Algorithm in Wireless Mesh...
Multipath Routing Protocol by Breadth First Search Algorithm in Wireless Mesh...Multipath Routing Protocol by Breadth First Search Algorithm in Wireless Mesh...
Multipath Routing Protocol by Breadth First Search Algorithm in Wireless Mesh...
 
An Efficient Machine Learning Optimization Model for Route Establishment Mech...
An Efficient Machine Learning Optimization Model for Route Establishment Mech...An Efficient Machine Learning Optimization Model for Route Establishment Mech...
An Efficient Machine Learning Optimization Model for Route Establishment Mech...
 
AN EFFICIENT MACHINE LEARNING OPTIMIZATION MODEL FOR ROUTE ESTABLISHMENT MECH...
AN EFFICIENT MACHINE LEARNING OPTIMIZATION MODEL FOR ROUTE ESTABLISHMENT MECH...AN EFFICIENT MACHINE LEARNING OPTIMIZATION MODEL FOR ROUTE ESTABLISHMENT MECH...
AN EFFICIENT MACHINE LEARNING OPTIMIZATION MODEL FOR ROUTE ESTABLISHMENT MECH...
 
Evaluating the performance of manet routing protocols
Evaluating the performance of manet routing protocolsEvaluating the performance of manet routing protocols
Evaluating the performance of manet routing protocols
 
Improving Performance of Data Routing Protocol in Flying Ad-Hoc Networks
Improving Performance of Data Routing Protocol in Flying Ad-Hoc NetworksImproving Performance of Data Routing Protocol in Flying Ad-Hoc Networks
Improving Performance of Data Routing Protocol in Flying Ad-Hoc Networks
 
Ijetr021261
Ijetr021261Ijetr021261
Ijetr021261
 
A survey on routing algorithms and routing metrics for wireless mesh networks
A survey on routing algorithms and routing metrics for wireless mesh networksA survey on routing algorithms and routing metrics for wireless mesh networks
A survey on routing algorithms and routing metrics for wireless mesh networks
 
Analytical Execution of Dynamic Routing Protocols For Video Conferencing Appl...
Analytical Execution of Dynamic Routing Protocols For Video Conferencing Appl...Analytical Execution of Dynamic Routing Protocols For Video Conferencing Appl...
Analytical Execution of Dynamic Routing Protocols For Video Conferencing Appl...
 
Performance evaluation of MANET routing protocols based on QoS and energy p...
  Performance evaluation of MANET routing protocols based on QoS and energy p...  Performance evaluation of MANET routing protocols based on QoS and energy p...
Performance evaluation of MANET routing protocols based on QoS and energy p...
 
Ft3410671073
Ft3410671073Ft3410671073
Ft3410671073
 
OSPF (Open Shortest Path First) Case Study: Anil Nembang
OSPF (Open Shortest Path First) Case Study: Anil NembangOSPF (Open Shortest Path First) Case Study: Anil Nembang
OSPF (Open Shortest Path First) Case Study: Anil Nembang
 
50120130405022
5012013040502250120130405022
50120130405022
 
Comparative Study between OSPF and MPLS network using OPNET Simulation
Comparative Study between OSPF and MPLS network using OPNET SimulationComparative Study between OSPF and MPLS network using OPNET Simulation
Comparative Study between OSPF and MPLS network using OPNET Simulation
 

More from prj_publication

International library management systems
International library management systemsInternational library management systems
International library management systems
prj_publication
 
Smes role in reduction of the unemployment problem in the area located in sa...
Smes  role in reduction of the unemployment problem in the area located in sa...Smes  role in reduction of the unemployment problem in the area located in sa...
Smes role in reduction of the unemployment problem in the area located in sa...
prj_publication
 
Diabetes and allied diseases research in india – a
Diabetes and allied diseases research in india – aDiabetes and allied diseases research in india – a
Diabetes and allied diseases research in india – a
prj_publication
 
Influences of child endorsers on the consumers
Influences of child endorsers on the consumersInfluences of child endorsers on the consumers
Influences of child endorsers on the consumers
prj_publication
 
Connecting the ‘long tails’ of content and users
Connecting the ‘long tails’ of content and usersConnecting the ‘long tails’ of content and users
Connecting the ‘long tails’ of content and users
prj_publication
 
The role of green intellectual capital management in acquiring green competit...
The role of green intellectual capital management in acquiring green competit...The role of green intellectual capital management in acquiring green competit...
The role of green intellectual capital management in acquiring green competit...
prj_publication
 
Awareness of digital library among library professional
Awareness of digital library among library professionalAwareness of digital library among library professional
Awareness of digital library among library professional
prj_publication
 
The study of scope and implementation of lean aspects
The study of scope and implementation of lean aspectsThe study of scope and implementation of lean aspects
The study of scope and implementation of lean aspects
prj_publication
 
Review of three categories of fingerprint recognition 2
Review of three categories of fingerprint recognition 2Review of three categories of fingerprint recognition 2
Review of three categories of fingerprint recognition 2
prj_publication
 
Extended information technology enabled service quality model for life insura...
Extended information technology enabled service quality model for life insura...Extended information technology enabled service quality model for life insura...
Extended information technology enabled service quality model for life insura...
prj_publication
 
Prevalence and factors of smoking among the saudi youth in the northern borde...
Prevalence and factors of smoking among the saudi youth in the northern borde...Prevalence and factors of smoking among the saudi youth in the northern borde...
Prevalence and factors of smoking among the saudi youth in the northern borde...
prj_publication
 
Impact of job attitude towards srf limited, trichy
Impact of job attitude towards srf limited, trichyImpact of job attitude towards srf limited, trichy
Impact of job attitude towards srf limited, trichy
prj_publication
 
Impact of shg bank linkage programme on women shgs empowerment with reference...
Impact of shg bank linkage programme on women shgs empowerment with reference...Impact of shg bank linkage programme on women shgs empowerment with reference...
Impact of shg bank linkage programme on women shgs empowerment with reference...
prj_publication
 
Service gap analysis of footwear retail outlets a study 2
Service gap analysis of footwear retail outlets  a study 2Service gap analysis of footwear retail outlets  a study 2
Service gap analysis of footwear retail outlets a study 2
prj_publication
 
Emotional intelligence in teachers a tool to transform educational institutes...
Emotional intelligence in teachers a tool to transform educational institutes...Emotional intelligence in teachers a tool to transform educational institutes...
Emotional intelligence in teachers a tool to transform educational institutes...
prj_publication
 
‘E aushadhi’ a drug warehouse management system
‘E aushadhi’ a drug warehouse management system‘E aushadhi’ a drug warehouse management system
‘E aushadhi’ a drug warehouse management system
prj_publication
 
An appraisal of users’ attitudinal behaviour in
An appraisal of users’ attitudinal behaviour inAn appraisal of users’ attitudinal behaviour in
An appraisal of users’ attitudinal behaviour in
prj_publication
 
Akce international journal of graphs and
Akce international journal of graphs andAkce international journal of graphs and
Akce international journal of graphs and
prj_publication
 
Distribution of the number of times m m 2 n
Distribution of the number of times m m 2 nDistribution of the number of times m m 2 n
Distribution of the number of times m m 2 n
prj_publication
 
A scientometric analysis of research productivity
A scientometric analysis of research productivityA scientometric analysis of research productivity
A scientometric analysis of research productivity
prj_publication
 

More from prj_publication (20)

International library management systems
International library management systemsInternational library management systems
International library management systems
 
Smes role in reduction of the unemployment problem in the area located in sa...
Smes  role in reduction of the unemployment problem in the area located in sa...Smes  role in reduction of the unemployment problem in the area located in sa...
Smes role in reduction of the unemployment problem in the area located in sa...
 
Diabetes and allied diseases research in india – a
Diabetes and allied diseases research in india – aDiabetes and allied diseases research in india – a
Diabetes and allied diseases research in india – a
 
Influences of child endorsers on the consumers
Influences of child endorsers on the consumersInfluences of child endorsers on the consumers
Influences of child endorsers on the consumers
 
Connecting the ‘long tails’ of content and users
Connecting the ‘long tails’ of content and usersConnecting the ‘long tails’ of content and users
Connecting the ‘long tails’ of content and users
 
The role of green intellectual capital management in acquiring green competit...
The role of green intellectual capital management in acquiring green competit...The role of green intellectual capital management in acquiring green competit...
The role of green intellectual capital management in acquiring green competit...
 
Awareness of digital library among library professional
Awareness of digital library among library professionalAwareness of digital library among library professional
Awareness of digital library among library professional
 
The study of scope and implementation of lean aspects
The study of scope and implementation of lean aspectsThe study of scope and implementation of lean aspects
The study of scope and implementation of lean aspects
 
Review of three categories of fingerprint recognition 2
Review of three categories of fingerprint recognition 2Review of three categories of fingerprint recognition 2
Review of three categories of fingerprint recognition 2
 
Extended information technology enabled service quality model for life insura...
Extended information technology enabled service quality model for life insura...Extended information technology enabled service quality model for life insura...
Extended information technology enabled service quality model for life insura...
 
Prevalence and factors of smoking among the saudi youth in the northern borde...
Prevalence and factors of smoking among the saudi youth in the northern borde...Prevalence and factors of smoking among the saudi youth in the northern borde...
Prevalence and factors of smoking among the saudi youth in the northern borde...
 
Impact of job attitude towards srf limited, trichy
Impact of job attitude towards srf limited, trichyImpact of job attitude towards srf limited, trichy
Impact of job attitude towards srf limited, trichy
 
Impact of shg bank linkage programme on women shgs empowerment with reference...
Impact of shg bank linkage programme on women shgs empowerment with reference...Impact of shg bank linkage programme on women shgs empowerment with reference...
Impact of shg bank linkage programme on women shgs empowerment with reference...
 
Service gap analysis of footwear retail outlets a study 2
Service gap analysis of footwear retail outlets  a study 2Service gap analysis of footwear retail outlets  a study 2
Service gap analysis of footwear retail outlets a study 2
 
Emotional intelligence in teachers a tool to transform educational institutes...
Emotional intelligence in teachers a tool to transform educational institutes...Emotional intelligence in teachers a tool to transform educational institutes...
Emotional intelligence in teachers a tool to transform educational institutes...
 
‘E aushadhi’ a drug warehouse management system
‘E aushadhi’ a drug warehouse management system‘E aushadhi’ a drug warehouse management system
‘E aushadhi’ a drug warehouse management system
 
An appraisal of users’ attitudinal behaviour in
An appraisal of users’ attitudinal behaviour inAn appraisal of users’ attitudinal behaviour in
An appraisal of users’ attitudinal behaviour in
 
Akce international journal of graphs and
Akce international journal of graphs andAkce international journal of graphs and
Akce international journal of graphs and
 
Distribution of the number of times m m 2 n
Distribution of the number of times m m 2 nDistribution of the number of times m m 2 n
Distribution of the number of times m m 2 n
 
A scientometric analysis of research productivity
A scientometric analysis of research productivityA scientometric analysis of research productivity
A scientometric analysis of research productivity
 

Recently uploaded

Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Teleport Manpower Consultant
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
AhmedHussein950959
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
Pipe Restoration Solutions
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
R&R Consult
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
Pratik Pawar
 
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdfGoverning Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
WENKENLI1
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
karthi keyan
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
VENKATESHvenky89705
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
Osamah Alsalih
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
ankuprajapati0525
 
Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
Kerry Sado
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
Jayaprasanna4
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
gerogepatton
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
obonagu
 
Runway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptxRunway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptx
SupreethSP4
 

Recently uploaded (20)

Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
 
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdfGoverning Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
 
Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
 
Runway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptxRunway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptx
 

A study on “link

  • 1. International Journal of Electronics and Communication Engineering Research and Development (IJECERD), ISSN 2248-9525(Print), ISSN- 2248-9533 (Online) Volume 4, Number 2, April-June (2014) 115 A STUDY ON “LINK WEIGHT PERFORMANCE ANALYSIS IN AN INTRA-DOMAIN NETWORKS” [1]Niranjan Dasar, [2]Triveni C L, [3]P C Srikanth, [4]T Srinivas [1]Department of Electronics & Communication Engineering, Malnad College of Engineering, Hassan, Karnataka [2]Department of ECE, Assistant Professor, Malnad College of Engineering, Hassan, India [3] Professor & Head, Department of ECE, Malnad College of Engineering, Hassan, India [4]Department of Electrical& Communication Engineering, Indian Institute of Science, Bangalore, Karnataka ABSTRACT Traffic engineering involves adapting the routing of traffic to the network conditions, with the joint goals of good user performance and efficient use of network resources. In this paper, we describe an approach to intra-domain traffic engineering that works within the existing deployed base of Interior Gateway Protocols (IGPs), such as Open Shortest Path First (OSPF). The network configuration of link weights has adapted based on a network-wide view of the traffic and topology within a domain. In addition, the results has been summarized using the techniques for optimizing OSPF/IS-IS weights to the prevailing traffic. This paper shows the analysis of traditional shortest-path routing protocols for the flow of traffic in small IP networks and its effectiveness in large IP networks. Index Terms: MPLS, Open Shortest Path First (OSPF) OSPF/IS-IS, Intra-domain. I. INTRODUCTION Internet is an extremely robust communication network, even in the rapid growth and occasional failures. However, it does not ensure that the network runs efficiently[1]. A host implementing the Transmission Control Protocol (TCP) adjusts its sending rate to the bandwidth available on the path to the destination, and routers react to changes in the network topology by computing new paths, such as a company, university campus, or Internet Service Provider (ISPs). IJECERD © PRJ PUBLICATION International Journal of Electronics and Communication Engineering Research and Development (IJECERD) ISSN 2248– 9525 (Print) ISSN 2248 –9533 (Online) Volume 4, Number 2, April - June (2014), pp. 115-123 © PRJ Publication, http://www.prjpublication.com/IJECERD.asp
  • 2. International Journal of Electronics and Communication Engineering Research and Development (IJECERD), ISSN 2248-9525(Print), ISSN- 2248-9533 (Online) Volume 4, Number 2, April-June (2014) 116 Shortest Path First (SPF) protocols such as OSPF or IS–IS are the most commonly used Intra-domain Internet routing protocols today. Traffic is routed along shortest paths to the destination. The weights of the links, and thereby the shortest path routes, can be changed by the network operator. A simple default weight setting is the weight of a link inversely proportional to its capacity[2]. As an alternative to OSPF/IS–IS, the more flexible multiprotocol label switching (MPLS) protocol has been suggested. But we have analyzed OSPF/IS-IS protocol in an arbitrary routing in Intra-domain networks. OSPF is a link−state protocol being an interface on the router. The state of the link is a description of that interface and of its relationship to its neighbouring routers. For example, the IP address of the interface, the mask, the type of network it is connected to, the routers connected to that network and so on. The collection of all these link−states would form a link−state database. II. TRADITIONAL OSPF/IS-IS This paper presents an overview of a practical approach to working within the existing framework of static link weights, without modification to the routing protocols or the routers themselves. The main point underlying this body of work is that the process of arriving at good values for the weights, or a good set of changes to the existing values of the weights is handled externally from the routers. This process could depend on traffic measurements and topology data collected from the operational network. The link weights are configured by an external entity, such as a network management system or a human operator, to achieve certain traffic engineering goals. Generally, the modification of the link weights is a significant change to the network that is performed on a relatively coarse time scale. The framework uses the link weights as the way to drive the path-selection process. III. TRAFFIC ENGINEERING FRAMEWORK The approach to traffic engineering has three main steps - measure, model, and control - as illustrated in Figure 1. First, the operator needs to measure the network topology and the offered traffic; in practice, this measurement data are necessary for other optional tasks, such as network visualization, usage-based billing, and capacity planning. Second, evaluating possible settings of the link weights requires a way to predict how the IGP configuration affects the flow of traffic. Third, after deciding on the values of the weights, an automated system or a human operator needs to change the IGP configuration on one or more routers [3]. A. Measure: Network Topology and Traffic Demands Selecting good link weights depends on having a timely and accurate view of the current state of the network. This view includes the operational routers and links in the network, as well as the capacity of the links and the current topology/configuration of the IGP parameters. Topology and configuration information are available from a variety of sources. Link capacity and IGP parameters are available from router configuration data (such as configuration files) and may also be stored in external databases that drive the provisioning of the network elements.
  • 3. International Journal of Electronics and Communication Engineering Research and Development (IJECERD), ISSN 2248-9525(Print), ISSN- 2248-9533 (Online) Volume 4, Number 2, April-June (2014) 117 Figure 1: Key components of the traffic engineering framework The Simple Network Management Protocol (SNMP) provides information about the status of the network elements, either by polling or via traps. In addition, it is possible o deploy IGP route monitors that track the topology and IGP parameters in the operational network. For example, a software router that participates in OSPF/IS-IS with the operational routers could track and report his information in real time. The operator also needs an estimate of the volume of traffic between each pair of routers. In some cases, the estimate may come from past experience or customer subscription information. Four main approaches have been considered [4]. First, the necessary traffic statistics may be available directly from SNMP Management Information Bases (MIBs), depending on the forwarding paradigm employed in the network. For example, Multi-Protocol Label Switching (MPLS) MIBs could be used to measure the volume of traffic on the Label Switched Path (LSP) between each pair of edge routers. Second, the offered traffic can be computed by combining packet-level or flow-level measurements at the network edge with the information available in routing tables. Third, the offered traffic may be inferred based on observations of the aggregate load on links inside the network in conjunction with routing data; this approach is referred to as network tomography. Fourth, new techniques for packet sampling offer the possibility of direct observation of the offered traffic as it flows through the network. B. Model: Path Selection Based on IGP Configuration Traffic engineering requires an effective way to predict the flow of traffic through the network based on the routing configuration. When all of the links belong to a single OSPF/IS-IS area, path selection simply involves computing the shortest path(s) between each pair of routers (e.g., using Dijkstra's algorithm). Larger networks are typically divided into multiple OSPF/IS-IS areas. For routers in different areas, the path selection depends on the summary information conveyed across area boundaries. In some cases, the network may have multiple shortest paths between the same pair of routers. The OSPF and IS-IS protocol specifications do not dictate how routers handle the presence of multiple shortest paths. In practice, most routers capitalize on the multiple paths to balance load. A router typically splits traffic roughly evenly over each of the outgoing links along a shortest path to the destination; traditionally, IGPs with static link weights do not have the flexibility to divide the traffic among the shortest paths in arbitrary proportions. Ultimately, then, the routing model should compute a set of paths for each pair of routers. These paths can be represented in terms of the fraction of the traffic (for this pair of routers) that traverses each of the links. The output of the routing model can be combined with the traffic demands to estimate the volume of traffic on each link, based on the topology and the IGP configuration. A single block of destination IP addresses may be reachable via multiple exit points to neighbouring domains. For example, an AS may have multiple links to another service provider at different geographic locations. The BGP
  • 4. International Journal of Electronics and Communication Engineering Research and Development (IJECERD), ISSN 2248-9525(Print), ISSN- 2248-9533 (Online) Volume 4, Number 2, April-June (2014) 118 decision process selects from these routes based on the IGP cost of the shortest path to each exit point. This enables each router to select the “closest” exit point. The work in presents an overview of a routing model that captures the details of multiple OSPF/IS-IS areas, the even splitting over multiple shortest paths, and the influence of IGP parameters on how the traffic exits the network en route to a neighbouring AS. C. Control: Reconfiguring the IGP Weights Changing IGP weights requires applying the appropriate commands to the affected routers. This may involve running telnet to connect to each router's command-line interface. The specific commands depend on the particular operating system running on the router. For example, in Cisco IOS (Internet Operating System) parlance, the operator would enter a command like ipospf cost 64 in the context of the appropriate outgoing link to change the OSPF weight to 64. These commands may be applied manually by a network operator or performed automatically by a script. More generally, the service provider may have a network management system for configuring the routers. An integrated network management system could conceivably automate the entire process of detecting congestion, selecting suitable IGP weights, and effecting the configuration changes. However, given the complexity of operating a large IP network, a service provider may have a human operator involved to oversee the process. Following a weight change, the router updates its link-state database and floods the new value of the weight to the rest of the network. Upon receiving the new link-state advertisement, each router updates its link-state database, computes the new shortest paths, and updates certain entries in its forwarding table. During this convergence period, the routers in the network do not have a consistent view of the shortest-path routes for some destinations. This transient period is similar to what happens following a change in the topology of the network due to an equipment failure or the addition of a new router or link; convergence following a weight change is typically faster than convergence after a failure, though, since the router does not have to incur a delay to detect that a failure has occurred. Still, changing a link weight does require the network to undergo a transition period where the forwarding paths are changing for some of the traffic. As such, making frequent changes to the link weights is not envisioned. Instead, link weights would change under special circumstances following the outlay of new capacity, a significant equipment failure, or a serious shift in the traffic demands. IV. INTRADOMAIN TRAFFIC ENGINEERING Traffic engineering depends on having a set of performance objectives that guide the selection of paths, as well as effective mechanisms for the routers to select paths that satisfy these objectives. Most large IP networks run Interior Gateway Protocols (IGPs) such as OSPF (Open Shortest Path First) or IS-IS (Intermediate System-Intermediate System) that select paths based on static link weights. These weights are typically configured by the network operators. Routers use these protocols to exchange link weights and construct a complete view of the topology inside the AS, as shown in Figure 2. Then, each router computes shortest paths (where the length of a path is the sum of the weights on the links) and creates a table that controls the forwarding of each IP packet to the next hop in its route.
  • 5. International Journal of Electronics and Communication Engineering Research and Development (IJECERD), ISSN 2248-9525(Print), ISSN- 2248-9533 (Online) Volume 4, Number 2, April-June (2014) 119 Figure 2: Routing path based on OSPF/IS-IS link weights: each link has an integer weight. On the surface, shortest-path routing does not seem flexible enough to support traffic engineering in a network supporting a diverse set of applications. First of all, these IGPs are limited to routing scenarios that can be specified with a single integer weight on each link. However, we argue that link weights suffice to specify near-optimal routing for large, real-world networks. Second of all, in their basic forms, the OSPF and IS-IS protocols do not adapt the link weights in response to changes in traffic or the failures of network elements, and the path-selection process does not directly incorporate any performance objectives. Recent standards activity has proposed traffic engineering extensions to OSPF and IS-IS to incorporate traffic load in the link-state advertisements and path selection decisions. However, these extensions require modifications to the routers to collect and disseminate the traffic statistics and establish paths based on the load metrics. Instead, we argue that it is often possible to select static link weights that are resilient to traffic fluctuations and link failures, allowing the use of the traditional incarnations of OSPF and IS-IS. Here we see how to control the distribution of traffic in a network by tuning the IGP weights. Figure 3 and Table I concern the same network where all links have the same capacity and each of the nodes from 1 to 12 have one unit of traffic to send to CPE1.The simple performance objective here is to find the shortest path. Minimum Hardware Requirements: System : Pentium IV 2.4 GHz Hard Disk : 40GB RAM : 1GB Speed : 2.40GHz Software Requirement: NETWORK SIMULATOR (NetSim) V. SIMILATION RESULTS A. Initial configuration with unit weights Figure 3 shows the results of having the same weight of 1 on every link. This directs all of the traffic from node CPE2 through routers 1, 3, 5, and 6 to CPE1.
  • 6. International Journal of Electronics and Communication Engineering Research and Development (IJECERD), ISSN 2248-9525(Print), ISSN- 2248-9533 (Online) Volume 4, Number 2, April-June (2014) 120 Figure 3: Routing path based on OSPF/IS-IS link weights Each link has a unit weight, arrows illustrate the flow of traffic, the thickness of the arrows indicates the volume of traffic traversing the link, and a dashed line represents a link that carries no traffic. Configure all the nodes with unit weight of network shown in Figure 2 and run through the Network Simulator software; the results show the shortest path as shown in Figure 3. The obtained link result is shown in the Table I. The Table I gives the performance metrics of the network shown in Figure 2 with unit weights, which give the shortest path same as shown in Figure 3. TABLE I: PERFORMANCE METRICS OF THE INTRADOMAIN NETWORKS WITH UNIT WEIGHTS Figure 4 gives the utilization report of the network shown in Figure 2 with unit weights, which gives the utilization percentage of the Figure 3.
  • 7. International Journal of Electronics and Communication Engineering Research and Development (IJECERD), ISSN 2248-9525(Print), ISSN- 2248-9533 (Online) Volume 4, Number 2, April-June (2014) 121 Figure 4: Utilization report with unit weights B. Local change of the link weights Figure 4 shows the results of having the different weights on every link. This directs all of the traffic from node CPE2 through routers 1, 3, 4, and 6 to CPE1. Configure all the nodes with different weights as shown in above network, of network shown in Figure 2. Each link has different weights; arrows illustrate the flow of traffic, Figure 5: Routing path based on OSPF/IS-IS link weights The thickness of the arrows indicates the volume of traffic traversing the link, and a dashed line represents a link that carries no traffic and run through the Network Simulator software; we get the same shortest path as shown in Figure 5. The obtained result is shown in the Table II.
  • 8. International Journal of Electronics and Communication Engineering Research and Development (IJECERD), ISSN 2248-9525(Print), ISSN- 2248-9533 (Online) Volume 4, Number 2, April-June (2014) 122 TABLE II: PERFORMANCE METRICS OF THE INTRADOMAIN NETWORKS WITH DIFFERENT WEIGHTS The Table II gives the performance metrics of the network shown in Figure 2 with different weights as shown above, which give the shortest path same as shown in Figure 5. The figure 6 gives the Utilization report of the network shown in Figure 2 with different weights as shown above, which gives the utilization percentage of the Figure 5. Figure 6: Utilization report with different weights
  • 9. International Journal of Electronics and Communication Engineering Research and Development (IJECERD), ISSN 2248-9525(Print), ISSN- 2248-9533 (Online) Volume 4, Number 2, April-June (2014) 123 VI. CONCLUSION By comparing the tables I & II, path to the destination is changed. Hence this explanation concludes an approach to engineering the flow of traffic in these networks by monitoring the traffic and topology, optimizing the setting of the static link weights, and reconfiguring the routers with new weight settings as needed. VII. FURTHER IMPROVEMENTS The flow of traffic can be quantified using the traditional OSPF/IS-IS routing protocols in large networks, using an optimization algorithm to identify good IGP weight settings. Routing based on link weights is not flexible enough to represent all possible solutions to the routing problem. When judging the quality of a weight setting, comparison of the results can be done against optimal routing (OPT) that can direct traffic along any paths in any proportions. OPT models an idealized routing scheme that can establish one or more explicit paths between every pair of nodes, and distribute arbitrary amounts of the traffic on each of the paths. REFERENCES [1] D. O. Awduche, A. Chiu, A. Elwalid, I. Widjaja, and X. Xiao, Overview and principles of Internet traffic engineering.” [2] S. Halabi and D. McPherson, Internet Routing Architectures. Cisco Press, second ed., 2001. [3] A. Feldmann, A. Greenberg, C. Lund, N. Reingold, and J. Rexford, “NetScope: Traffic engineering for IP networks,” IEEE Network Magazine, pp. 11–19, March 2000. [4] B. Fortz and M. Thorup, “Internet traffic engineering by optimizing OSPF weights,” in Proc. IEEE INFOCOM, March 2000. [5] B. Fortz and M. Thorup, Optimizing OSPF/IS-IS weights in a changing world,” IEEE Journal on Selected Areas in Communications, vol. 20, pp. 756–767, May 2002. [6] F. Lin and J. Wang, “Minimax open shortest path First routing algorithms in networks supporting the SMDS services,” in Proc. International Conference on Communications, vol. 2, pp. 666–670, 1993. [7] K. Ramakrishnan and M. A. Rodrigues, “Optimal routing in shortest-path data networks,” Bell Labs Technical Journal, vol. 6, January–June 2001.