SlideShare une entreprise Scribd logo
1  sur  4
Télécharger pour lire hors ligne
IOSR Journal of Electronics and Communication Engineering (IOSR-JECE)
e-ISSN: 2278-2834,p- ISSN: 2278-8735.Volume 10, Issue 6, Ver. III (Nov - Dec .2015), PP 40-43
www.iosrjournals.org
DOI: 10.9790/2834-10634043 www.iosrjournals.org 40 | Page
1
(Faculty of Engineering, Al- Neelain University, Khartoum, Sudan, samia2salah@gmail.com)
2
(Faculty of Engineering, Al- Neelain University, Khartoum, Sudan, amin31766@gmail.com)
3
(Staff Computer Design Engineer, Folsom, CA, USA, ashrafosman08@gmail.com)
Abstract: - This paper presents a performance comparison between the Open Shortest Path First (OSPF) and
Multi-Protocol Label Switching (MPLS) protocols using network simulator OPNET V14.5. The article describes
the behavior of MPLS and OSPF protocols and important parameters for each protocol. The network simulator
OPNET is employed to simulate throughput, delay, and utilization parameters of the network on each protocol.
Keywords: - MPLS; OSPF; OPNET. Throughput, Delay andUtilization
I. INTRODUCTION
The Open Shortest Path First (OSPF) protocol is a well-known, widely used, and link-state routing protocol in
the interior gateway routing protocol (IGRP). Both the MPLS and OSPF protocols provide capability of
addressing IP traffic management when it comes to large networks.
The brief list of specification of the OSPF and MPLS protocols are presented below:
A. Open Shortest Path First (OSPF) Category
The OSPF protocol is based on link state routing which means that every node in the network constructs a map
of the network connectivity in the form of a graph. This graph shows which nodes are connected to which other
nodes and then each node independently calculates the next best logical path from it to every possible
destination in the network. The collection of best paths will then form the node's routing table [1]. The OSPF
protocol is based on the short path first algorithm known as class inter domain routing (CIDR) to address
models. There is no concept of hop count in the OSPF protocol as its structure is hierarchical. The procedure for
generating shortest path tree is that every router sends a local and external link state information to each other.
Hence ensuring that every router be able to calculate shortest path within the autonomous system (AS). If any
changes happens within the AS then a recalculation process starts.
The OSPF uses a shorted path first algorithm in order to build and calculate the shortest path to all known
destinations. The shortest path is calculated with the use of the Dijkstra algorithm [2]. The algorithm can be
briefly described as follows:
 Upon initialization or due to any change in routing information, a router generates a link-state
advertisement.
 This advertisement represents the collection of all link-states on that router.
 All routers exchange link-states by means of flooding.
 Each router that receives a link-state update should store a copy in its link-state database and then
propagate the update to other routers.
 After the database of each router is completed, the router calculates a Shortest Path Tree to all
destinations.
 The router uses the Dijkstra algorithm in order to calculate the shortest path tree. The destinations, the
associated cost and the next hop to reach those destinations form the IP routing table.
In the case that no changes has taken place in the OSPF network, such as cost of a link or a network being added
or deleted, the OSPF is then considered to be very quiet. Any changes that occur are communicated through
link-state packets, and the Dijkstra algorithm is recalculated in order to find the shortest path [3].
1
Samia Salaheldeen Ahmed, 2
Amin B. A. Mustafa, 3
Ashraf A. Osman
Comparative Study between OSPF and MPLS network using
OPNET Simulation
Paper preparation guidelines for IOSR Journal of Engineering
DOI: 10.9790/2834-10634043 www.iosrjournals.org 41 | Page
B. Multiprotocol label switching (MPLS)
The Multiprotocol label switching (MPLS) is a framework that provides for the efficient designation, routing,
forwarding and switching of traffic flows through the network. In the OSI model it lies between layer 2 (data
link layer) and layer 3 (network layer) and that is why it is often called layer 2.5 protocol. The MPLS protocol
is a versatile solution to address the problems faced by present day networks-speed, scalability, quality-of-
service (QOS), management and traffic engineering. The MPLS is used by Internet Service Provider (ISP) and
as a backbone to Internet Protocol (IP) to provide guaranteed efficient bandwidth and Quality of Service (QoS)
provisioning in the network. The MPLS is a protocol that is end to end and its objective to give the router a
robust power of communication. In the MPLS, the forwarding of packets is done based on a short fixed value
known as a “label”, inserted into a packet. All packets are labeled before being forwarded and consequently, at
down-stream routers, the analysis of the packet’s network layer header is not required, rather decisions on where
to forward packets are made by using the inserted label [4].
III. METHODOLOGY
OPNET 14.5 network simulator has been employed to simulate four scenarios with MPLS and OSPF protocols
for IP routing. To analyze the traffic between source and destination, three parameters including the throughput,
delayand utilization have been considered to evaluate the network performance.
IV. RESULTS AND DISCUSSION
We used OPNET simulation to discuss QoS in OSPF and MPLS network. The parameters are: Email and HTTP
after that we measured some parameters throughput, delay, and utilization
A. Throughput
Figure (1): Throughput simulations of MPLS and OSPF.
Figure 1. shows a comparison of throughput simulated between the MPLS and OSPF protocols. From the
simulations, the OSPF (shown in red) shows much higher throughput when compared to the MPLS (shown in
blue).
Paper preparation guidelines for IOSR Journal of Engineering
DOI: 10.9790/2834-10634043 www.iosrjournals.org 42 | Page
Figure (2): Delay simulations of MPLS and OSPF.
Figure 2 represent the simulations of delay between the OSPF (shown in red) and the MPLS (shown in blue).
The simulations shows MPLS shows higher delay than OSPS protocol, about ~ 50% increase.
B. Utilization
Figure (3): Utilization simulations of MLPS and OSPF.
Figure. 3 shows utilization simulation of the MPLS and OSPF protocol. The OSPF (shown in red) is
demonstrating higher utilization level when compared to the MPLS ( shown in blue).
V. CONCLUSIONS
A comparison of MPLS and OSPF protocols is presented. The details of both protocols are listed. The OPNET
network simulator is used to compare protocol performance in the aspects of throughput, utilization,and delay It
is found that the OSPF protocol is showing higher throughput ranges than the MPLS protocol. Furthermore, the
OSPF also presented higher utilization values when compared to the MPLS protocol. A 50% higher delay is
noticed for the MPLS compared to the OSPF protocol. Both systems shows significantly .
Paper preparation guidelines for IOSR Journal of Engineering
DOI: 10.9790/2834-10634043 www.iosrjournals.org 43 | Page
REFERENCES
[1] Link-state routing protocol, https://en.wikipedia.org/wiki/Link-state_routing_protocol, accessed November 10, 2015.
[2] Dijkstra, E. W. (1959). "A note on two problems in connexion with graphs". http://www-
m3.ma.tum.de/foswiki/pub/MN0506/WebHome/dijkstra.pdf (PDF). Numerische Mathematik 1: 269–271, 1959.
[3] OSPF Design Guide, Cisco white papers on OSPF, http://www.cisco.com/c/en/us/support/docs/ip/open-shortest-path-first-
ospf/7039-1.html, accessed November 10, 2015
[4] George Swallow, “MPLS Advantages for Traffic Engineering”, Communications Magazine, IEEE (Volume:37 , Issue: 12 ),
pp54-57, 1999
Analysis of Routing and Signaling Protocols in MPLS, International Journal of Advanced Research in Computer
Science and Software Engineering. January 2014.
[3] Comparative Analysis of Signaling Protocols in Mpls-Traffic Engineering. Aruna Kapoor, Sunila Godara,
Sanjeev Khambra, Amandeep Deptt. of CSE, GJUS&T, Hisar, India,2011.
[4] S. Veni, Dr.G.M.Kadhar Nawaz and P.Praba, “Performance Analysis of Network Traffic Behavior in
Conventional Network over MPLS”, Proc of ICCCCT 2010 IEEE International Conference, Nagercoil, Tamil
Nadu, India, pp. 222-226, 2010.
[5] Ahmed Sameh, Sherif Wagih, Qusay Salama, “Dealing with Quality of Service in Hybrid Wired-Wireless
Networks”, Proc of Second International Conference on Network Applications, Protocols and Services, Kedah,
pp. 105-109, 2010

Contenu connexe

Tendances

Performance analysis on multihop transmission using arp routing protocol in i...
Performance analysis on multihop transmission using arp routing protocol in i...Performance analysis on multihop transmission using arp routing protocol in i...
Performance analysis on multihop transmission using arp routing protocol in i...
eSAT Journals
 

Tendances (18)

Analyzing performance of zrp by varying node density and transmission range
Analyzing performance of zrp by varying node density and transmission rangeAnalyzing performance of zrp by varying node density and transmission range
Analyzing performance of zrp by varying node density and transmission range
 
Protocol data unit (pdu) a simulation
Protocol data unit (pdu) a simulationProtocol data unit (pdu) a simulation
Protocol data unit (pdu) a simulation
 
Fo35991995
Fo35991995Fo35991995
Fo35991995
 
IRJET - Improving Energy Efficiency for EMRP Routing Protocol for Virtualizat...
IRJET - Improving Energy Efficiency for EMRP Routing Protocol for Virtualizat...IRJET - Improving Energy Efficiency for EMRP Routing Protocol for Virtualizat...
IRJET - Improving Energy Efficiency for EMRP Routing Protocol for Virtualizat...
 
Improved data efficiency of programmable arbiter based on chip permutation ne...
Improved data efficiency of programmable arbiter based on chip permutation ne...Improved data efficiency of programmable arbiter based on chip permutation ne...
Improved data efficiency of programmable arbiter based on chip permutation ne...
 
The Extended Clustering Ad Hoc Routing Protocol (Ecrp)
The Extended Clustering Ad Hoc Routing Protocol (Ecrp)The Extended Clustering Ad Hoc Routing Protocol (Ecrp)
The Extended Clustering Ad Hoc Routing Protocol (Ecrp)
 
Application of N jobs M machine Job Sequencing Technique for MPLS Traffic Eng...
Application of N jobs M machine Job Sequencing Technique for MPLS Traffic Eng...Application of N jobs M machine Job Sequencing Technique for MPLS Traffic Eng...
Application of N jobs M machine Job Sequencing Technique for MPLS Traffic Eng...
 
Traffic Engineering in Metro Ethernet
Traffic Engineering in Metro EthernetTraffic Engineering in Metro Ethernet
Traffic Engineering in Metro Ethernet
 
DIA-TORUS:A NOVEL TOPOLOGY FOR NETWORK ON CHIP DESIGN
DIA-TORUS:A NOVEL TOPOLOGY FOR NETWORK ON CHIP DESIGNDIA-TORUS:A NOVEL TOPOLOGY FOR NETWORK ON CHIP DESIGN
DIA-TORUS:A NOVEL TOPOLOGY FOR NETWORK ON CHIP DESIGN
 
Performance analysis on multihop transmission using arp routing protocol in i...
Performance analysis on multihop transmission using arp routing protocol in i...Performance analysis on multihop transmission using arp routing protocol in i...
Performance analysis on multihop transmission using arp routing protocol in i...
 
Performance analysis on multihop transmission using
Performance analysis on multihop transmission usingPerformance analysis on multihop transmission using
Performance analysis on multihop transmission using
 
Bx4201493498
Bx4201493498Bx4201493498
Bx4201493498
 
PERFORMANCE OF OLSR MANET ADOPTING CROSS-LAYER APPROACH UNDER CBR AND VBR TRA...
PERFORMANCE OF OLSR MANET ADOPTING CROSS-LAYER APPROACH UNDER CBR AND VBR TRA...PERFORMANCE OF OLSR MANET ADOPTING CROSS-LAYER APPROACH UNDER CBR AND VBR TRA...
PERFORMANCE OF OLSR MANET ADOPTING CROSS-LAYER APPROACH UNDER CBR AND VBR TRA...
 
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
 
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
 
A Simulation Based Performance Comparison of Routing Protocols (Reactive and ...
A Simulation Based Performance Comparison of Routing Protocols (Reactive and ...A Simulation Based Performance Comparison of Routing Protocols (Reactive and ...
A Simulation Based Performance Comparison of Routing Protocols (Reactive and ...
 
DYNAMICALLY ADAPTABLE IMPROVED OLSR (DA-IOLSR) PROTOCOL
DYNAMICALLY ADAPTABLE IMPROVED OLSR (DA-IOLSR) PROTOCOLDYNAMICALLY ADAPTABLE IMPROVED OLSR (DA-IOLSR) PROTOCOL
DYNAMICALLY ADAPTABLE IMPROVED OLSR (DA-IOLSR) PROTOCOL
 
Network Layer
Network LayerNetwork Layer
Network Layer
 

En vedette

En vedette (20)

Large Span Lattice Frame Industrial Roof Structure
Large Span Lattice Frame Industrial Roof StructureLarge Span Lattice Frame Industrial Roof Structure
Large Span Lattice Frame Industrial Roof Structure
 
H010435256
H010435256H010435256
H010435256
 
B1804010610
B1804010610B1804010610
B1804010610
 
K010327983
K010327983K010327983
K010327983
 
Development of an Algorithm for 16-Bit WTM
Development of an Algorithm for 16-Bit WTMDevelopment of an Algorithm for 16-Bit WTM
Development of an Algorithm for 16-Bit WTM
 
An Evaluation of the Effect of Epoxidized Thevetia Nerrifolia Seed Oil Modifi...
An Evaluation of the Effect of Epoxidized Thevetia Nerrifolia Seed Oil Modifi...An Evaluation of the Effect of Epoxidized Thevetia Nerrifolia Seed Oil Modifi...
An Evaluation of the Effect of Epoxidized Thevetia Nerrifolia Seed Oil Modifi...
 
J017648994
J017648994J017648994
J017648994
 
I017165663
I017165663I017165663
I017165663
 
E1103043235
E1103043235E1103043235
E1103043235
 
DBMS-A Toll for Attaining Sustainability of Eco Systems
DBMS-A Toll for Attaining Sustainability of Eco SystemsDBMS-A Toll for Attaining Sustainability of Eco Systems
DBMS-A Toll for Attaining Sustainability of Eco Systems
 
Use of Polyvinylindene Fluoride (PVDF) and Lead Zirconate Titanate (PZT) In S...
Use of Polyvinylindene Fluoride (PVDF) and Lead Zirconate Titanate (PZT) In S...Use of Polyvinylindene Fluoride (PVDF) and Lead Zirconate Titanate (PZT) In S...
Use of Polyvinylindene Fluoride (PVDF) and Lead Zirconate Titanate (PZT) In S...
 
C012630913
C012630913C012630913
C012630913
 
Orientation of Radar Antenna
Orientation of Radar AntennaOrientation of Radar Antenna
Orientation of Radar Antenna
 
I1803026164
I1803026164I1803026164
I1803026164
 
M012628386
M012628386M012628386
M012628386
 
E1302032932
E1302032932E1302032932
E1302032932
 
Crack Detection for Various Loading Conditions in Beam Using Hilbert – Huang ...
Crack Detection for Various Loading Conditions in Beam Using Hilbert – Huang ...Crack Detection for Various Loading Conditions in Beam Using Hilbert – Huang ...
Crack Detection for Various Loading Conditions in Beam Using Hilbert – Huang ...
 
A012310103
A012310103A012310103
A012310103
 
D012622129
D012622129D012622129
D012622129
 
P01222104109
P01222104109P01222104109
P01222104109
 

Similaire à H010634043

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
 
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
Anil Nembang
 
Performance analysis and evaluation of distance vector and link state routing...
Performance analysis and evaluation of distance vector and link state routing...Performance analysis and evaluation of distance vector and link state routing...
Performance analysis and evaluation of distance vector and link state routing...
TELKOMNIKA JOURNAL
 

Similaire à H010634043 (20)

Protocol based QoS Estimation of OFDM-WIMAX Network
Protocol based QoS Estimation of OFDM-WIMAX NetworkProtocol based QoS Estimation of OFDM-WIMAX Network
Protocol based QoS Estimation of OFDM-WIMAX Network
 
C0343015019
C0343015019C0343015019
C0343015019
 
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...
 
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...
 
IMPLEMENTATION OF NETWORK DESIGN FOR UNIVERSITIES WITH IOT
IMPLEMENTATION OF NETWORK DESIGN FOR UNIVERSITIES WITH IOTIMPLEMENTATION OF NETWORK DESIGN FOR UNIVERSITIES WITH IOT
IMPLEMENTATION OF NETWORK DESIGN FOR UNIVERSITIES WITH IOT
 
A010630103
A010630103A010630103
A010630103
 
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...
 
SmartFlowwhitepaper
SmartFlowwhitepaperSmartFlowwhitepaper
SmartFlowwhitepaper
 
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
 
PERFORMANCE EVALUATION OF RIP AND OSPF IN IPV6 USING OPNET 14.5 SIMULATOR
PERFORMANCE EVALUATION OF RIP AND OSPF IN IPV6 USING OPNET 14.5 SIMULATORPERFORMANCE EVALUATION OF RIP AND OSPF IN IPV6 USING OPNET 14.5 SIMULATOR
PERFORMANCE EVALUATION OF RIP AND OSPF IN IPV6 USING OPNET 14.5 SIMULATOR
 
CSC427_Week_11.pdf
CSC427_Week_11.pdfCSC427_Week_11.pdf
CSC427_Week_11.pdf
 
Performance Evaluation of Ipv4, Ipv6 Migration Techniques
Performance Evaluation of Ipv4, Ipv6 Migration TechniquesPerformance Evaluation of Ipv4, Ipv6 Migration Techniques
Performance Evaluation of Ipv4, Ipv6 Migration Techniques
 
N017147679
N017147679N017147679
N017147679
 
Performance analysis and evaluation of distance vector and link state routing...
Performance analysis and evaluation of distance vector and link state routing...Performance analysis and evaluation of distance vector and link state routing...
Performance analysis and evaluation of distance vector and link state routing...
 
Approach to an Intelligent Based IP over MPLS VPLS Network for Packet Scheduling
Approach to an Intelligent Based IP over MPLS VPLS Network for Packet SchedulingApproach to an Intelligent Based IP over MPLS VPLS Network for Packet Scheduling
Approach to an Intelligent Based IP over MPLS VPLS Network for Packet Scheduling
 
2004 qof is_mpls_ospf
2004 qof is_mpls_ospf2004 qof is_mpls_ospf
2004 qof is_mpls_ospf
 
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...
 
Wireless adhoc multi access networks
Wireless adhoc multi access networksWireless adhoc multi access networks
Wireless adhoc multi access networks
 
QOS of MPLS
QOS of MPLSQOS of MPLS
QOS of MPLS
 
J010136172
J010136172J010136172
J010136172
 

Plus de IOSR Journals

Plus de IOSR Journals (20)

A011140104
A011140104A011140104
A011140104
 
M0111397100
M0111397100M0111397100
M0111397100
 
L011138596
L011138596L011138596
L011138596
 
K011138084
K011138084K011138084
K011138084
 
J011137479
J011137479J011137479
J011137479
 
I011136673
I011136673I011136673
I011136673
 
G011134454
G011134454G011134454
G011134454
 
H011135565
H011135565H011135565
H011135565
 
F011134043
F011134043F011134043
F011134043
 
E011133639
E011133639E011133639
E011133639
 
D011132635
D011132635D011132635
D011132635
 
C011131925
C011131925C011131925
C011131925
 
B011130918
B011130918B011130918
B011130918
 
A011130108
A011130108A011130108
A011130108
 
I011125160
I011125160I011125160
I011125160
 
H011124050
H011124050H011124050
H011124050
 
G011123539
G011123539G011123539
G011123539
 
F011123134
F011123134F011123134
F011123134
 
E011122530
E011122530E011122530
E011122530
 
D011121524
D011121524D011121524
D011121524
 

Dernier

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Victor Rentea
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Victor Rentea
 

Dernier (20)

Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Cyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfCyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdf
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 

H010634043

  • 1. IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-ISSN: 2278-2834,p- ISSN: 2278-8735.Volume 10, Issue 6, Ver. III (Nov - Dec .2015), PP 40-43 www.iosrjournals.org DOI: 10.9790/2834-10634043 www.iosrjournals.org 40 | Page 1 (Faculty of Engineering, Al- Neelain University, Khartoum, Sudan, samia2salah@gmail.com) 2 (Faculty of Engineering, Al- Neelain University, Khartoum, Sudan, amin31766@gmail.com) 3 (Staff Computer Design Engineer, Folsom, CA, USA, ashrafosman08@gmail.com) Abstract: - This paper presents a performance comparison between the Open Shortest Path First (OSPF) and Multi-Protocol Label Switching (MPLS) protocols using network simulator OPNET V14.5. The article describes the behavior of MPLS and OSPF protocols and important parameters for each protocol. The network simulator OPNET is employed to simulate throughput, delay, and utilization parameters of the network on each protocol. Keywords: - MPLS; OSPF; OPNET. Throughput, Delay andUtilization I. INTRODUCTION The Open Shortest Path First (OSPF) protocol is a well-known, widely used, and link-state routing protocol in the interior gateway routing protocol (IGRP). Both the MPLS and OSPF protocols provide capability of addressing IP traffic management when it comes to large networks. The brief list of specification of the OSPF and MPLS protocols are presented below: A. Open Shortest Path First (OSPF) Category The OSPF protocol is based on link state routing which means that every node in the network constructs a map of the network connectivity in the form of a graph. This graph shows which nodes are connected to which other nodes and then each node independently calculates the next best logical path from it to every possible destination in the network. The collection of best paths will then form the node's routing table [1]. The OSPF protocol is based on the short path first algorithm known as class inter domain routing (CIDR) to address models. There is no concept of hop count in the OSPF protocol as its structure is hierarchical. The procedure for generating shortest path tree is that every router sends a local and external link state information to each other. Hence ensuring that every router be able to calculate shortest path within the autonomous system (AS). If any changes happens within the AS then a recalculation process starts. The OSPF uses a shorted path first algorithm in order to build and calculate the shortest path to all known destinations. The shortest path is calculated with the use of the Dijkstra algorithm [2]. The algorithm can be briefly described as follows:  Upon initialization or due to any change in routing information, a router generates a link-state advertisement.  This advertisement represents the collection of all link-states on that router.  All routers exchange link-states by means of flooding.  Each router that receives a link-state update should store a copy in its link-state database and then propagate the update to other routers.  After the database of each router is completed, the router calculates a Shortest Path Tree to all destinations.  The router uses the Dijkstra algorithm in order to calculate the shortest path tree. The destinations, the associated cost and the next hop to reach those destinations form the IP routing table. In the case that no changes has taken place in the OSPF network, such as cost of a link or a network being added or deleted, the OSPF is then considered to be very quiet. Any changes that occur are communicated through link-state packets, and the Dijkstra algorithm is recalculated in order to find the shortest path [3]. 1 Samia Salaheldeen Ahmed, 2 Amin B. A. Mustafa, 3 Ashraf A. Osman Comparative Study between OSPF and MPLS network using OPNET Simulation
  • 2. Paper preparation guidelines for IOSR Journal of Engineering DOI: 10.9790/2834-10634043 www.iosrjournals.org 41 | Page B. Multiprotocol label switching (MPLS) The Multiprotocol label switching (MPLS) is a framework that provides for the efficient designation, routing, forwarding and switching of traffic flows through the network. In the OSI model it lies between layer 2 (data link layer) and layer 3 (network layer) and that is why it is often called layer 2.5 protocol. The MPLS protocol is a versatile solution to address the problems faced by present day networks-speed, scalability, quality-of- service (QOS), management and traffic engineering. The MPLS is used by Internet Service Provider (ISP) and as a backbone to Internet Protocol (IP) to provide guaranteed efficient bandwidth and Quality of Service (QoS) provisioning in the network. The MPLS is a protocol that is end to end and its objective to give the router a robust power of communication. In the MPLS, the forwarding of packets is done based on a short fixed value known as a “label”, inserted into a packet. All packets are labeled before being forwarded and consequently, at down-stream routers, the analysis of the packet’s network layer header is not required, rather decisions on where to forward packets are made by using the inserted label [4]. III. METHODOLOGY OPNET 14.5 network simulator has been employed to simulate four scenarios with MPLS and OSPF protocols for IP routing. To analyze the traffic between source and destination, three parameters including the throughput, delayand utilization have been considered to evaluate the network performance. IV. RESULTS AND DISCUSSION We used OPNET simulation to discuss QoS in OSPF and MPLS network. The parameters are: Email and HTTP after that we measured some parameters throughput, delay, and utilization A. Throughput Figure (1): Throughput simulations of MPLS and OSPF. Figure 1. shows a comparison of throughput simulated between the MPLS and OSPF protocols. From the simulations, the OSPF (shown in red) shows much higher throughput when compared to the MPLS (shown in blue).
  • 3. Paper preparation guidelines for IOSR Journal of Engineering DOI: 10.9790/2834-10634043 www.iosrjournals.org 42 | Page Figure (2): Delay simulations of MPLS and OSPF. Figure 2 represent the simulations of delay between the OSPF (shown in red) and the MPLS (shown in blue). The simulations shows MPLS shows higher delay than OSPS protocol, about ~ 50% increase. B. Utilization Figure (3): Utilization simulations of MLPS and OSPF. Figure. 3 shows utilization simulation of the MPLS and OSPF protocol. The OSPF (shown in red) is demonstrating higher utilization level when compared to the MPLS ( shown in blue). V. CONCLUSIONS A comparison of MPLS and OSPF protocols is presented. The details of both protocols are listed. The OPNET network simulator is used to compare protocol performance in the aspects of throughput, utilization,and delay It is found that the OSPF protocol is showing higher throughput ranges than the MPLS protocol. Furthermore, the OSPF also presented higher utilization values when compared to the MPLS protocol. A 50% higher delay is noticed for the MPLS compared to the OSPF protocol. Both systems shows significantly .
  • 4. Paper preparation guidelines for IOSR Journal of Engineering DOI: 10.9790/2834-10634043 www.iosrjournals.org 43 | Page REFERENCES [1] Link-state routing protocol, https://en.wikipedia.org/wiki/Link-state_routing_protocol, accessed November 10, 2015. [2] Dijkstra, E. W. (1959). "A note on two problems in connexion with graphs". http://www- m3.ma.tum.de/foswiki/pub/MN0506/WebHome/dijkstra.pdf (PDF). Numerische Mathematik 1: 269–271, 1959. [3] OSPF Design Guide, Cisco white papers on OSPF, http://www.cisco.com/c/en/us/support/docs/ip/open-shortest-path-first- ospf/7039-1.html, accessed November 10, 2015 [4] George Swallow, “MPLS Advantages for Traffic Engineering”, Communications Magazine, IEEE (Volume:37 , Issue: 12 ), pp54-57, 1999 Analysis of Routing and Signaling Protocols in MPLS, International Journal of Advanced Research in Computer Science and Software Engineering. January 2014. [3] Comparative Analysis of Signaling Protocols in Mpls-Traffic Engineering. Aruna Kapoor, Sunila Godara, Sanjeev Khambra, Amandeep Deptt. of CSE, GJUS&T, Hisar, India,2011. [4] S. Veni, Dr.G.M.Kadhar Nawaz and P.Praba, “Performance Analysis of Network Traffic Behavior in Conventional Network over MPLS”, Proc of ICCCCT 2010 IEEE International Conference, Nagercoil, Tamil Nadu, India, pp. 222-226, 2010. [5] Ahmed Sameh, Sherif Wagih, Qusay Salama, “Dealing with Quality of Service in Hybrid Wired-Wireless Networks”, Proc of Second International Conference on Network Applications, Protocols and Services, Kedah, pp. 105-109, 2010