SlideShare a Scribd company logo
1 of 4
Download to read offline
IOSR Journal of Computer Engineering (IOSR-JCE)
e-ISSN: 2278-0661,p-ISSN: 2278-8727, Volume 17, Issue 1, Ver. IV (Jan – Feb. 2015), PP 76-79
www.iosrjournals.org
DOI: 10.9790/0661-17147679 ww.iosrjournals.org 76 | Page
Performance Evaluation of Ipv4, Ipv6 Migration Techniques
Abass Mohamed Ahmed Kapashi Ahmed1
, Dr. Amin Babiker A/Nabi Mustafa2
Dr. Ashraf A. Osman3
Faculty Of Engineering, Neelain University, Khartoum -Sudan
Abstract: The Internet Protocol Version 6 (IPv6) has gained popularity with companies, organizations and
Internet service providers (ISPs) due to its enhancements over IPv4 such as (IPv6 128bit compared to of
ipv4(32 bit). When migrating from IPv4 to IPv6, one should be careful about interruptions of service. In this
paper, three mechanisms that can be employed to provide a smooth migration process. Results are verified with
the Optimized Network Engineering Tool (OPNET) version 17.5 network simulation tool.
Keywords: Dual Stack, Tunnelling, NAT-PT OPNET 17.5 modeller delay , packet loss, throughput
I. Introduction
In today’s communication systems, the Internet Protocol Version 4 (IPv4) has reached it limits on
various front, and a transition to the new version of IPv6 is imminent[1]. J. L. Shah et. al. [2] have listed
various benefits of IPv6 over the IPv4 that include, a larger address space (128 bits), inbuilt stateless auto
configuration support, smaller packet header size, inbuilt support for IPSec Security, efficient Support for
Mobility, better packet forwarding, support for Real Time Multimedia and QoS, and support for Multicast and
Any cast Traffic. The major challenge for deployment of IPv6 systems is the migration from IPv4 based
systems[1]. The cost associated with the migration for equipment as well as operational downtime cost. As
discussed in [3-8], various techniques have been proposed to minimize these impacts to existing systems. In this
paper, an overview of the dual stack, tunneling, and translation techniques will be provided. Moreover, the open
source OPNET network simulation tool is used to investigate performance of each of the aforementioned
techniques. Simulation results of the network throughput, delay, and packet loss characteristics will be presented
and analyzed.
There are three main categories of transition techniques:
 Dual-stack techniques: This technique allows for IPv4 and IPv6 to coexist on the same network
infrastructure and there's no need to encapsulate IPv6 inside IPv4 (using tunneling) or vice-versa. This
technique is not suitable for large networks such as the Internet due to its difficulty and cost to cover all the
network nodes. However, this technique is suitable for smaller size networks that requires low management
effort. The dual stack is considered to be the basis for inventing the two other techniques for transition
between IPv4 and IPv6. Fig.1 shows a diagram of such configuration.
 Tunnelling techniques: This technique allows transport of IPv6 traffic over the existing IPv4 network
infrastructure. Tunnelling techniques can be used to deploy an IPv6 forwarding infrastructure while
maintaining the basis IPv4 infrastructure such as in situations where there is no IPv6 support and can only
reach IPv6 sites through encapsulating IPv6 packets within IPv4 link. Fig.2 shows a diagram of an IPv6
packets carried over an IPv4 tunnel configuration.
Fig. 1. The Dual Stack Architecture.
Fig. 2. The IPv6 over an IPv4 Tunnel Architecture
Performance Evaluation Of Ipv4, Ipv6 Migration Techniques
DOI: 10.9790/0661-17147679 ww.iosrjournals.org 77 | Page
 Translation techniques: This technique allows the IPv6-only nodes to communicate with IPv4-only nodes.
Translation is a way to make a connection between networks that are using different protocols; it translates
IPv6 traffic to IPv4 or vice versa as needed. One translation methods is the Network Address Translation—
Protocol (NAT-PT) in which translation can be configured statically or dynamically to translate IPv6
address to IPv4 or vice versa.
It can be noted that these techniques can and will likely will be used in combination with one another.
II. Simulation Setup
In this paper the Optimized Network Engineering Tool (OPNET) version 17.5 network simulation tool
is used to run simulations on the three techniques mentioned earlier. The OPNET simulator tool is capable of
simulating and analysing the network performance parameters such as delay, packet loss, and throughput.
The components used in the suggested network models running on OPNET 17.5 device used in the network are
six clients, two switches, and three routers. To represent an IP-based gateway running and supporting up to two
Ethernet interfaces at a selectable data rate, the label switch (ethernet16_layer4) and label router
(tr2_slip8_gtwy_adv_6upgarte ) are used. The IP packets arriving on the input interface are routed to the
appropriate output interface based on packet destination IP address. The setup uses the following models and
configurations and for the purpose described below:
 The ethernet16_switch node model is used to represent a switch that is supporting up to 16 Ethernet
interfaces.
 The Ethernet wkstn _adv node model is used to represent a workstation with client-server applications
running over TCP/IP and UDP/IP.
 The Application_ Config includes a name and a description table that specifies various parameters for the
different applications (i.e. web browser HTTP Heavy and FTP heavy applications). The specified
application name is used while creating user profiles on "Profile_ Config" object.
 The Profile_ Config is used to create user profiles. These user profiles can be specified on different nodes
in the network to generate application layer traffic. The applications defined in the Application_ Config are
used by this object to configure profiles. Traffic patterns can be specified followed by the configured
profiles and the applications.
Fig 3. shows the network topologies used in the current study as modelled within OPNET simulator.
Fig. 3. Network Architecture (Dual-Stack, NAT-PT, and Tunnel).
III. Results And Analysis
A simulation period of 1 min (60 sec) is chosen to demonstrate the network performance.
A. Ethernet delay Performance:
Fig. 4 shows a plot of Ethernet delay against time for the dual stack, NAT-PT, and tunneling
configurations. The graph shows that all of the three configuration exhibits transient state that roll off into
steady state for simulation time that is more than 20s or (30%). The tunneling configuration has depicted the
lowest delay values of approximately 75ms towards the end of simulation period. Both dual-stack and NAT-PT
exhibited longer delay time of approximately 85-90ms
B. Throughput Performance:
The throughput is defined as the amount of data packet successfully received by the destination node
and it is usually measured in bits per second (bits/sec). Fig.5 shows the throughput results between dual stack,
NAT-PT, and tunnelling techniques. The simulation results exhibits a transient behaviour for a short period of
Performance Evaluation Of Ipv4, Ipv6 Migration Techniques
DOI: 10.9790/0661-17147679 ww.iosrjournals.org 78 | Page
time at the beginning of the simulation period (~5ms). This is followed by a steady state behaviour where
throughput values settles to about 100bits/sec for dual-stack and NAT-PT techniques, while tunnelling
throughput settles at about 200bis/sec. It can be also be noted that as the simulation time approaches the end, the
throughput values of all techniques become comparable.
C. Packet loss (traffic drop ) Performance:
The packet loss which represent the traffic drop results are shown in Fig. 6 for the dual-stack, NAT-PT, and
tunneling configurations. All the configuration exhibits a zero packet drop for initially (~5ms), then the drop
amount increases sharply with an overshoot behavior. As time progresses, the drop settles to a steady values.
The tunneling techniques exhibited smaller drop packet values of about 1(packet/sec) when compared to the
dual-stack and NAT-PT techniques that shows about a drop of about 1.4(packet/sec)
Fig. 4 Ethernet delay for the three techniques.
Fig. 5 Throughput performance of Dual-stack, NAT-PT, and Tunneling configurations.
Fig. 6 packet drop (packet loss) for the dual-stack, tunneling and NAT-PT techinques.
Performance Evaluation Of Ipv4, Ipv6 Migration Techniques
DOI: 10.9790/0661-17147679 ww.iosrjournals.org 79 | Page
IV. Conclusions
An investigation of network performance on dual-stack, NAT-PT translation, and tunnelling techniques
as part of migration investigation of IPv4 to IPv6 infrastructure. The open source network modeller OPNET
V17.5 is used in the study to simulation for Ethernet delay, throughput, and drop packet for each techniques. A
transient behaviour is observed on all of the network performance quantities initially and they settle to steady
state. Simulation of throughput shows values of 100bits/sec for the dual-stack and NAT-PT techniques and
200bit/sec for the tunnelling. For the packet drop, it was observed that the tunneling techniques exhibited a
packet drop about 1.0(packet/sec) while the dual-stack and NAT-PT techniques exhibited a packet drop of about
1.4(packet/sec)
References
[1]. Ioan Raicu, Sherali Zeadally. "Evaluating IPv4 to IPv6 Transition Mechanisms" , IEEE International Conference on
Telecommunications 2003, ICT'2003, Volume 2, Feb 2003, pp 1091 - 1098.
[2]. J. L. Shah, J. Parvez. "Performance Evaluation of Applications inManual 6in4 Tunneling and Native IPv6/IPv4 Environments" ,
2014 International Conference on Control, Instrumentation, Communication and Computational Technologies (ICCICCT), pp 782 -
786.
[3]. Ghaida A.Y ALgadi & Amin B. A Mustafa comparison Throughput performance comparison between IPv4 and using Op-net
simulator, IOSR Journal of Engineering (IOSR. JEN) volume 4, issue 08, august 2014.
[4]. Nousyba Hasab Elrasoul Abu Algasim & Amin B. A Mustafa IPv4 To IPv6 migration International Journal of engineering and
technology research (IJETR).& Communications (IJCNC) Issue 11, Volume2 , November 2014 .
[5]. Nousyba Hasab Elrasoul Abu Algasim & Amin B. A Mustafa MPLS Vs IP routing and its Impact on QoS parameters ,
International Journal of engineering and technology research (IJETR(. & Communications (IJCNC) Issue 11, Volume2 , November
2014 .
[6]. Mutasim abdel Gaffar Mohamer & Amin B. A Mustafa performance Analysis of Mobile IPv6 Based on OPNET model ,
International Journal of Advanced research (IJAR ) Issue 11, Volume2 , November 2014 .
[7]. Mutasim abdel Gaffar Mohamer & Amin B. A comparison between IPv4 and IPv6 QoS Based on OPNET modeler QoS
parameters , International Journal of Advanced research (IJAR ) Issue 11, Volume2 , November 2014 .
[8]. Ali Albkerat and Biju Issac . ANALYSIS OF IPV6 TRANSITION TECHNOLOGIES , International Journal of Computer
Networks & Communications (IJCNC) Vol.6, No.5, September 2014.

More Related Content

What's hot

A Whole Lot of Ports: Juniper Networks QFabric System Assessment
A Whole Lot of Ports: Juniper Networks QFabric System AssessmentA Whole Lot of Ports: Juniper Networks QFabric System Assessment
A Whole Lot of Ports: Juniper Networks QFabric System AssessmentJuniper Networks
 
Performance-Evaluation-of-RPL-Routes-and-DODAG-Construction-for-IoTs .pdf
Performance-Evaluation-of-RPL-Routes-and-DODAG-Construction-for-IoTs .pdfPerformance-Evaluation-of-RPL-Routes-and-DODAG-Construction-for-IoTs .pdf
Performance-Evaluation-of-RPL-Routes-and-DODAG-Construction-for-IoTs .pdfIUA
 
Studying_the_TCP_Flow_and_Congestion_Con.pdf
Studying_the_TCP_Flow_and_Congestion_Con.pdfStudying_the_TCP_Flow_and_Congestion_Con.pdf
Studying_the_TCP_Flow_and_Congestion_Con.pdfIUA
 
Implementation_and_Analysis_of_the_6LoWPAN.pdf
Implementation_and_Analysis_of_the_6LoWPAN.pdfImplementation_and_Analysis_of_the_6LoWPAN.pdf
Implementation_and_Analysis_of_the_6LoWPAN.pdfIUA
 
On the migration of a large scale network from i pv4 to ipv6 environment
On the migration of a large scale network from i pv4 to ipv6 environmentOn the migration of a large scale network from i pv4 to ipv6 environment
On the migration of a large scale network from i pv4 to ipv6 environmentIJCNCJournal
 
Iccsit 2010 rljit
Iccsit 2010 rljitIccsit 2010 rljit
Iccsit 2010 rljithanums1
 
Packet Reordering Response for MPTCP under Wireless Heterogeneous Environment
Packet Reordering Response for MPTCP under Wireless Heterogeneous EnvironmentPacket Reordering Response for MPTCP under Wireless Heterogeneous Environment
Packet Reordering Response for MPTCP under Wireless Heterogeneous EnvironmentCommunication Systems & Networks
 
Design and Implementation Of Packet Switched Network Based RKT-NoC on FPGA
Design and Implementation Of Packet Switched Network Based RKT-NoC on FPGADesign and Implementation Of Packet Switched Network Based RKT-NoC on FPGA
Design and Implementation Of Packet Switched Network Based RKT-NoC on FPGAIJERA Editor
 
Iccsit 2010 paper1
Iccsit 2010 paper1Iccsit 2010 paper1
Iccsit 2010 paper1hanums1
 
Simulation of LTE Network Parameters
Simulation of  LTE Network ParametersSimulation of  LTE Network Parameters
Simulation of LTE Network ParametersIRJET Journal
 
Performance Analysis of DRA Based OFDM Data Transmission With Respect to Nove...
Performance Analysis of DRA Based OFDM Data Transmission With Respect to Nove...Performance Analysis of DRA Based OFDM Data Transmission With Respect to Nove...
Performance Analysis of DRA Based OFDM Data Transmission With Respect to Nove...IJERA Editor
 
Protocol data unit (pdu) a simulation
Protocol data unit (pdu) a simulationProtocol data unit (pdu) a simulation
Protocol data unit (pdu) a simulationAlexander Decker
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentIJERD Editor
 
TCP with delayed ack for wireless networks
TCP with delayed ack for wireless networksTCP with delayed ack for wireless networks
TCP with delayed ack for wireless networksambitlicksolutions
 
Improving Performance of TCP in Wireless Environment using TCP-P
Improving Performance of TCP in Wireless Environment using TCP-PImproving Performance of TCP in Wireless Environment using TCP-P
Improving Performance of TCP in Wireless Environment using TCP-PIDES Editor
 
A COMPARISON OF CONGESTION CONTROL VARIANTS OF TCP IN REACTIVE ROUTING PROTOC...
A COMPARISON OF CONGESTION CONTROL VARIANTS OF TCP IN REACTIVE ROUTING PROTOC...A COMPARISON OF CONGESTION CONTROL VARIANTS OF TCP IN REACTIVE ROUTING PROTOC...
A COMPARISON OF CONGESTION CONTROL VARIANTS OF TCP IN REACTIVE ROUTING PROTOC...ijcsit
 

What's hot (18)

A Whole Lot of Ports: Juniper Networks QFabric System Assessment
A Whole Lot of Ports: Juniper Networks QFabric System AssessmentA Whole Lot of Ports: Juniper Networks QFabric System Assessment
A Whole Lot of Ports: Juniper Networks QFabric System Assessment
 
Dual stack approach ipv4 ipv6
Dual stack approach ipv4 ipv6Dual stack approach ipv4 ipv6
Dual stack approach ipv4 ipv6
 
Performance-Evaluation-of-RPL-Routes-and-DODAG-Construction-for-IoTs .pdf
Performance-Evaluation-of-RPL-Routes-and-DODAG-Construction-for-IoTs .pdfPerformance-Evaluation-of-RPL-Routes-and-DODAG-Construction-for-IoTs .pdf
Performance-Evaluation-of-RPL-Routes-and-DODAG-Construction-for-IoTs .pdf
 
Studying_the_TCP_Flow_and_Congestion_Con.pdf
Studying_the_TCP_Flow_and_Congestion_Con.pdfStudying_the_TCP_Flow_and_Congestion_Con.pdf
Studying_the_TCP_Flow_and_Congestion_Con.pdf
 
Implementation_and_Analysis_of_the_6LoWPAN.pdf
Implementation_and_Analysis_of_the_6LoWPAN.pdfImplementation_and_Analysis_of_the_6LoWPAN.pdf
Implementation_and_Analysis_of_the_6LoWPAN.pdf
 
On the migration of a large scale network from i pv4 to ipv6 environment
On the migration of a large scale network from i pv4 to ipv6 environmentOn the migration of a large scale network from i pv4 to ipv6 environment
On the migration of a large scale network from i pv4 to ipv6 environment
 
Iccsit 2010 rljit
Iccsit 2010 rljitIccsit 2010 rljit
Iccsit 2010 rljit
 
Packet Reordering Response for MPTCP under Wireless Heterogeneous Environment
Packet Reordering Response for MPTCP under Wireless Heterogeneous EnvironmentPacket Reordering Response for MPTCP under Wireless Heterogeneous Environment
Packet Reordering Response for MPTCP under Wireless Heterogeneous Environment
 
Design and Implementation Of Packet Switched Network Based RKT-NoC on FPGA
Design and Implementation Of Packet Switched Network Based RKT-NoC on FPGADesign and Implementation Of Packet Switched Network Based RKT-NoC on FPGA
Design and Implementation Of Packet Switched Network Based RKT-NoC on FPGA
 
Iccsit 2010 paper1
Iccsit 2010 paper1Iccsit 2010 paper1
Iccsit 2010 paper1
 
Simulation of LTE Network Parameters
Simulation of  LTE Network ParametersSimulation of  LTE Network Parameters
Simulation of LTE Network Parameters
 
Performance Analysis of DRA Based OFDM Data Transmission With Respect to Nove...
Performance Analysis of DRA Based OFDM Data Transmission With Respect to Nove...Performance Analysis of DRA Based OFDM Data Transmission With Respect to Nove...
Performance Analysis of DRA Based OFDM Data Transmission With Respect to Nove...
 
Protocol data unit (pdu) a simulation
Protocol data unit (pdu) a simulationProtocol data unit (pdu) a simulation
Protocol data unit (pdu) a simulation
 
cti_22_3718
cti_22_3718cti_22_3718
cti_22_3718
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
TCP with delayed ack for wireless networks
TCP with delayed ack for wireless networksTCP with delayed ack for wireless networks
TCP with delayed ack for wireless networks
 
Improving Performance of TCP in Wireless Environment using TCP-P
Improving Performance of TCP in Wireless Environment using TCP-PImproving Performance of TCP in Wireless Environment using TCP-P
Improving Performance of TCP in Wireless Environment using TCP-P
 
A COMPARISON OF CONGESTION CONTROL VARIANTS OF TCP IN REACTIVE ROUTING PROTOC...
A COMPARISON OF CONGESTION CONTROL VARIANTS OF TCP IN REACTIVE ROUTING PROTOC...A COMPARISON OF CONGESTION CONTROL VARIANTS OF TCP IN REACTIVE ROUTING PROTOC...
A COMPARISON OF CONGESTION CONTROL VARIANTS OF TCP IN REACTIVE ROUTING PROTOC...
 

Viewers also liked

Design of Anti-collision Technique for RFID UHF Tag using Verilog
Design of Anti-collision Technique for RFID UHF Tag using VerilogDesign of Anti-collision Technique for RFID UHF Tag using Verilog
Design of Anti-collision Technique for RFID UHF Tag using VerilogIOSR Journals
 
Prime Labelling Of Some Special Graphs
Prime Labelling Of Some Special GraphsPrime Labelling Of Some Special Graphs
Prime Labelling Of Some Special GraphsIOSR Journals
 
Comparative Study of Non Specific Health Symptoms Faced By Inhabitants Expose...
Comparative Study of Non Specific Health Symptoms Faced By Inhabitants Expose...Comparative Study of Non Specific Health Symptoms Faced By Inhabitants Expose...
Comparative Study of Non Specific Health Symptoms Faced By Inhabitants Expose...IOSR Journals
 
A Modified H-shaped Microstrip Patch Antenna with Periodic Ground Structure
A Modified H-shaped Microstrip Patch Antenna with Periodic Ground StructureA Modified H-shaped Microstrip Patch Antenna with Periodic Ground Structure
A Modified H-shaped Microstrip Patch Antenna with Periodic Ground StructureIOSR Journals
 
A Comparative Study on Balance and Flexibility between Dancer and Non-Dancer ...
A Comparative Study on Balance and Flexibility between Dancer and Non-Dancer ...A Comparative Study on Balance and Flexibility between Dancer and Non-Dancer ...
A Comparative Study on Balance and Flexibility between Dancer and Non-Dancer ...IOSR Journals
 
The Performance Analysis of a Fettling Shop Using Simulation
The Performance Analysis of a Fettling Shop Using SimulationThe Performance Analysis of a Fettling Shop Using Simulation
The Performance Analysis of a Fettling Shop Using SimulationIOSR Journals
 
Optimized Traffic Signal Control System at Traffic Intersections Using Vanet
Optimized Traffic Signal Control System at Traffic Intersections Using VanetOptimized Traffic Signal Control System at Traffic Intersections Using Vanet
Optimized Traffic Signal Control System at Traffic Intersections Using VanetIOSR Journals
 
Computation of Theoretical Heat of Formation in a Kiln Using Fortran Language
Computation of Theoretical Heat of Formation in a Kiln Using Fortran LanguageComputation of Theoretical Heat of Formation in a Kiln Using Fortran Language
Computation of Theoretical Heat of Formation in a Kiln Using Fortran LanguageIOSR Journals
 
Gc-Ms Analysis and Antimicrobial Activity of Essential Oil of Senecio Peduncu...
Gc-Ms Analysis and Antimicrobial Activity of Essential Oil of Senecio Peduncu...Gc-Ms Analysis and Antimicrobial Activity of Essential Oil of Senecio Peduncu...
Gc-Ms Analysis and Antimicrobial Activity of Essential Oil of Senecio Peduncu...IOSR Journals
 
Depth Estimation and Source Location of Magnetic Anomalies from a Basement Co...
Depth Estimation and Source Location of Magnetic Anomalies from a Basement Co...Depth Estimation and Source Location of Magnetic Anomalies from a Basement Co...
Depth Estimation and Source Location of Magnetic Anomalies from a Basement Co...IOSR Journals
 

Viewers also liked (20)

C1803052327
C1803052327C1803052327
C1803052327
 
Design of Anti-collision Technique for RFID UHF Tag using Verilog
Design of Anti-collision Technique for RFID UHF Tag using VerilogDesign of Anti-collision Technique for RFID UHF Tag using Verilog
Design of Anti-collision Technique for RFID UHF Tag using Verilog
 
M010226367
M010226367M010226367
M010226367
 
B010430814
B010430814B010430814
B010430814
 
Prime Labelling Of Some Special Graphs
Prime Labelling Of Some Special GraphsPrime Labelling Of Some Special Graphs
Prime Labelling Of Some Special Graphs
 
Comparative Study of Non Specific Health Symptoms Faced By Inhabitants Expose...
Comparative Study of Non Specific Health Symptoms Faced By Inhabitants Expose...Comparative Study of Non Specific Health Symptoms Faced By Inhabitants Expose...
Comparative Study of Non Specific Health Symptoms Faced By Inhabitants Expose...
 
A Modified H-shaped Microstrip Patch Antenna with Periodic Ground Structure
A Modified H-shaped Microstrip Patch Antenna with Periodic Ground StructureA Modified H-shaped Microstrip Patch Antenna with Periodic Ground Structure
A Modified H-shaped Microstrip Patch Antenna with Periodic Ground Structure
 
A Comparative Study on Balance and Flexibility between Dancer and Non-Dancer ...
A Comparative Study on Balance and Flexibility between Dancer and Non-Dancer ...A Comparative Study on Balance and Flexibility between Dancer and Non-Dancer ...
A Comparative Study on Balance and Flexibility between Dancer and Non-Dancer ...
 
The Performance Analysis of a Fettling Shop Using Simulation
The Performance Analysis of a Fettling Shop Using SimulationThe Performance Analysis of a Fettling Shop Using Simulation
The Performance Analysis of a Fettling Shop Using Simulation
 
Optimized Traffic Signal Control System at Traffic Intersections Using Vanet
Optimized Traffic Signal Control System at Traffic Intersections Using VanetOptimized Traffic Signal Control System at Traffic Intersections Using Vanet
Optimized Traffic Signal Control System at Traffic Intersections Using Vanet
 
G012214045
G012214045G012214045
G012214045
 
N0121398105
N0121398105N0121398105
N0121398105
 
Computation of Theoretical Heat of Formation in a Kiln Using Fortran Language
Computation of Theoretical Heat of Formation in a Kiln Using Fortran LanguageComputation of Theoretical Heat of Formation in a Kiln Using Fortran Language
Computation of Theoretical Heat of Formation in a Kiln Using Fortran Language
 
Gc-Ms Analysis and Antimicrobial Activity of Essential Oil of Senecio Peduncu...
Gc-Ms Analysis and Antimicrobial Activity of Essential Oil of Senecio Peduncu...Gc-Ms Analysis and Antimicrobial Activity of Essential Oil of Senecio Peduncu...
Gc-Ms Analysis and Antimicrobial Activity of Essential Oil of Senecio Peduncu...
 
L010127578
L010127578L010127578
L010127578
 
B010410411
B010410411B010410411
B010410411
 
Depth Estimation and Source Location of Magnetic Anomalies from a Basement Co...
Depth Estimation and Source Location of Magnetic Anomalies from a Basement Co...Depth Estimation and Source Location of Magnetic Anomalies from a Basement Co...
Depth Estimation and Source Location of Magnetic Anomalies from a Basement Co...
 
G010324854
G010324854G010324854
G010324854
 
Q01761119124
Q01761119124Q01761119124
Q01761119124
 
O13040297104
O13040297104O13040297104
O13040297104
 

Similar to N017147679

Procedia Computer Science 46 ( 2015 ) 1072 – 1078 187.docx
Procedia Computer Science   46  ( 2015 )  1072 – 1078 187.docxProcedia Computer Science   46  ( 2015 )  1072 – 1078 187.docx
Procedia Computer Science 46 ( 2015 ) 1072 – 1078 187.docxAASTHA76
 
A Comparative Analysis of Additional Overhead Imposed by Internet Protocol Se...
A Comparative Analysis of Additional Overhead Imposed by Internet Protocol Se...A Comparative Analysis of Additional Overhead Imposed by Internet Protocol Se...
A Comparative Analysis of Additional Overhead Imposed by Internet Protocol Se...ijceronline
 
Ieee 2015 project list_vlsi
Ieee 2015 project list_vlsiIeee 2015 project list_vlsi
Ieee 2015 project list_vlsiigeeks1234
 
Ieee 2015 project list_vlsi
Ieee 2015 project list_vlsiIeee 2015 project list_vlsi
Ieee 2015 project list_vlsiigeeks1234
 
Me,be ieee 2015 project list_vlsi
Me,be ieee 2015 project list_vlsiMe,be ieee 2015 project list_vlsi
Me,be ieee 2015 project list_vlsiigeeks1234
 
Review of IPv4 and IPv6 and various implementation methods of IPv6
Review of IPv4 and IPv6 and various implementation methods of IPv6Review of IPv4 and IPv6 and various implementation methods of IPv6
Review of IPv4 and IPv6 and various implementation methods of IPv6IRJET Journal
 
2014 IEEE JAVA NETWORKING COMPUTING PROJECT Cost effective resource allocatio...
2014 IEEE JAVA NETWORKING COMPUTING PROJECT Cost effective resource allocatio...2014 IEEE JAVA NETWORKING COMPUTING PROJECT Cost effective resource allocatio...
2014 IEEE JAVA NETWORKING COMPUTING PROJECT Cost effective resource allocatio...IEEEFINALYEARSTUDENTPROJECT
 
2014 IEEE JAVA NETWORKING PROJECT Cost effective resource allocation of overl...
2014 IEEE JAVA NETWORKING PROJECT Cost effective resource allocation of overl...2014 IEEE JAVA NETWORKING PROJECT Cost effective resource allocation of overl...
2014 IEEE JAVA NETWORKING PROJECT Cost effective resource allocation of overl...IEEEFINALSEMSTUDENTSPROJECTS
 
IEEE 2014 JAVA NETWORKING PROJECTS Cost effective resource allocation of over...
IEEE 2014 JAVA NETWORKING PROJECTS Cost effective resource allocation of over...IEEE 2014 JAVA NETWORKING PROJECTS Cost effective resource allocation of over...
IEEE 2014 JAVA NETWORKING PROJECTS Cost effective resource allocation of over...IEEEGLOBALSOFTSTUDENTPROJECTS
 
Computer Network Performance Evaluation Based on Different Data Packet Size U...
Computer Network Performance Evaluation Based on Different Data Packet Size U...Computer Network Performance Evaluation Based on Different Data Packet Size U...
Computer Network Performance Evaluation Based on Different Data Packet Size U...Jaipal Dhobale
 
Icemc22010 ppt 29
Icemc22010 ppt 29Icemc22010 ppt 29
Icemc22010 ppt 29hanums1
 
Icemc2 kuppam
Icemc2 kuppamIcemc2 kuppam
Icemc2 kuppamhanums1
 
IRJET- Evaluating the Impact of IPv4 to IPv6 Tunneling with MPLS on VOIP
IRJET-  	  Evaluating the Impact of IPv4 to IPv6 Tunneling with MPLS on VOIPIRJET-  	  Evaluating the Impact of IPv4 to IPv6 Tunneling with MPLS on VOIP
IRJET- Evaluating the Impact of IPv4 to IPv6 Tunneling with MPLS on VOIPIRJET Journal
 
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 Simulationiosrjce
 
Communication Performance Over A Gigabit Ethernet Network
Communication Performance Over A Gigabit Ethernet NetworkCommunication Performance Over A Gigabit Ethernet Network
Communication Performance Over A Gigabit Ethernet NetworkIJERA Editor
 
Icemc22010[1].bd siitdstm
Icemc22010[1].bd siitdstmIcemc22010[1].bd siitdstm
Icemc22010[1].bd siitdstmhanums1
 
A Scenario-Based Review Of IPv6 Transition Tools
A Scenario-Based Review Of IPv6 Transition ToolsA Scenario-Based Review Of IPv6 Transition Tools
A Scenario-Based Review Of IPv6 Transition ToolsTye Rausch
 

Similar to N017147679 (20)

M017147275
M017147275M017147275
M017147275
 
A010630103
A010630103A010630103
A010630103
 
Procedia Computer Science 46 ( 2015 ) 1072 – 1078 187.docx
Procedia Computer Science   46  ( 2015 )  1072 – 1078 187.docxProcedia Computer Science   46  ( 2015 )  1072 – 1078 187.docx
Procedia Computer Science 46 ( 2015 ) 1072 – 1078 187.docx
 
A Comparative Analysis of Additional Overhead Imposed by Internet Protocol Se...
A Comparative Analysis of Additional Overhead Imposed by Internet Protocol Se...A Comparative Analysis of Additional Overhead Imposed by Internet Protocol Se...
A Comparative Analysis of Additional Overhead Imposed by Internet Protocol Se...
 
Ieee 2015 project list_vlsi
Ieee 2015 project list_vlsiIeee 2015 project list_vlsi
Ieee 2015 project list_vlsi
 
Ieee 2015 project list_vlsi
Ieee 2015 project list_vlsiIeee 2015 project list_vlsi
Ieee 2015 project list_vlsi
 
Me,be ieee 2015 project list_vlsi
Me,be ieee 2015 project list_vlsiMe,be ieee 2015 project list_vlsi
Me,be ieee 2015 project list_vlsi
 
Review of IPv4 and IPv6 and various implementation methods of IPv6
Review of IPv4 and IPv6 and various implementation methods of IPv6Review of IPv4 and IPv6 and various implementation methods of IPv6
Review of IPv4 and IPv6 and various implementation methods of IPv6
 
2014 IEEE JAVA NETWORKING COMPUTING PROJECT Cost effective resource allocatio...
2014 IEEE JAVA NETWORKING COMPUTING PROJECT Cost effective resource allocatio...2014 IEEE JAVA NETWORKING COMPUTING PROJECT Cost effective resource allocatio...
2014 IEEE JAVA NETWORKING COMPUTING PROJECT Cost effective resource allocatio...
 
2014 IEEE JAVA NETWORKING PROJECT Cost effective resource allocation of overl...
2014 IEEE JAVA NETWORKING PROJECT Cost effective resource allocation of overl...2014 IEEE JAVA NETWORKING PROJECT Cost effective resource allocation of overl...
2014 IEEE JAVA NETWORKING PROJECT Cost effective resource allocation of overl...
 
IEEE 2014 JAVA NETWORKING PROJECTS Cost effective resource allocation of over...
IEEE 2014 JAVA NETWORKING PROJECTS Cost effective resource allocation of over...IEEE 2014 JAVA NETWORKING PROJECTS Cost effective resource allocation of over...
IEEE 2014 JAVA NETWORKING PROJECTS Cost effective resource allocation of over...
 
Computer Network Performance Evaluation Based on Different Data Packet Size U...
Computer Network Performance Evaluation Based on Different Data Packet Size U...Computer Network Performance Evaluation Based on Different Data Packet Size U...
Computer Network Performance Evaluation Based on Different Data Packet Size U...
 
Icemc22010 ppt 29
Icemc22010 ppt 29Icemc22010 ppt 29
Icemc22010 ppt 29
 
Icemc2 kuppam
Icemc2 kuppamIcemc2 kuppam
Icemc2 kuppam
 
IRJET- Evaluating the Impact of IPv4 to IPv6 Tunneling with MPLS on VOIP
IRJET-  	  Evaluating the Impact of IPv4 to IPv6 Tunneling with MPLS on VOIPIRJET-  	  Evaluating the Impact of IPv4 to IPv6 Tunneling with MPLS on VOIP
IRJET- Evaluating the Impact of IPv4 to IPv6 Tunneling with MPLS on VOIP
 
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
 
H010634043
H010634043H010634043
H010634043
 
Communication Performance Over A Gigabit Ethernet Network
Communication Performance Over A Gigabit Ethernet NetworkCommunication Performance Over A Gigabit Ethernet Network
Communication Performance Over A Gigabit Ethernet Network
 
Icemc22010[1].bd siitdstm
Icemc22010[1].bd siitdstmIcemc22010[1].bd siitdstm
Icemc22010[1].bd siitdstm
 
A Scenario-Based Review Of IPv6 Transition Tools
A Scenario-Based Review Of IPv6 Transition ToolsA Scenario-Based Review Of IPv6 Transition Tools
A Scenario-Based Review Of IPv6 Transition Tools
 

More from 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
 

Recently uploaded

Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentationphoebematthew05
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsHyundai Motor Group
 
Science&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfScience&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfjimielynbastida
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfngoud9212
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDGMarianaLemus7
 

Recently uploaded (20)

Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentation
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
 
Science&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfScience&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdf
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdf
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDG
 

N017147679

  • 1. IOSR Journal of Computer Engineering (IOSR-JCE) e-ISSN: 2278-0661,p-ISSN: 2278-8727, Volume 17, Issue 1, Ver. IV (Jan – Feb. 2015), PP 76-79 www.iosrjournals.org DOI: 10.9790/0661-17147679 ww.iosrjournals.org 76 | Page Performance Evaluation of Ipv4, Ipv6 Migration Techniques Abass Mohamed Ahmed Kapashi Ahmed1 , Dr. Amin Babiker A/Nabi Mustafa2 Dr. Ashraf A. Osman3 Faculty Of Engineering, Neelain University, Khartoum -Sudan Abstract: The Internet Protocol Version 6 (IPv6) has gained popularity with companies, organizations and Internet service providers (ISPs) due to its enhancements over IPv4 such as (IPv6 128bit compared to of ipv4(32 bit). When migrating from IPv4 to IPv6, one should be careful about interruptions of service. In this paper, three mechanisms that can be employed to provide a smooth migration process. Results are verified with the Optimized Network Engineering Tool (OPNET) version 17.5 network simulation tool. Keywords: Dual Stack, Tunnelling, NAT-PT OPNET 17.5 modeller delay , packet loss, throughput I. Introduction In today’s communication systems, the Internet Protocol Version 4 (IPv4) has reached it limits on various front, and a transition to the new version of IPv6 is imminent[1]. J. L. Shah et. al. [2] have listed various benefits of IPv6 over the IPv4 that include, a larger address space (128 bits), inbuilt stateless auto configuration support, smaller packet header size, inbuilt support for IPSec Security, efficient Support for Mobility, better packet forwarding, support for Real Time Multimedia and QoS, and support for Multicast and Any cast Traffic. The major challenge for deployment of IPv6 systems is the migration from IPv4 based systems[1]. The cost associated with the migration for equipment as well as operational downtime cost. As discussed in [3-8], various techniques have been proposed to minimize these impacts to existing systems. In this paper, an overview of the dual stack, tunneling, and translation techniques will be provided. Moreover, the open source OPNET network simulation tool is used to investigate performance of each of the aforementioned techniques. Simulation results of the network throughput, delay, and packet loss characteristics will be presented and analyzed. There are three main categories of transition techniques:  Dual-stack techniques: This technique allows for IPv4 and IPv6 to coexist on the same network infrastructure and there's no need to encapsulate IPv6 inside IPv4 (using tunneling) or vice-versa. This technique is not suitable for large networks such as the Internet due to its difficulty and cost to cover all the network nodes. However, this technique is suitable for smaller size networks that requires low management effort. The dual stack is considered to be the basis for inventing the two other techniques for transition between IPv4 and IPv6. Fig.1 shows a diagram of such configuration.  Tunnelling techniques: This technique allows transport of IPv6 traffic over the existing IPv4 network infrastructure. Tunnelling techniques can be used to deploy an IPv6 forwarding infrastructure while maintaining the basis IPv4 infrastructure such as in situations where there is no IPv6 support and can only reach IPv6 sites through encapsulating IPv6 packets within IPv4 link. Fig.2 shows a diagram of an IPv6 packets carried over an IPv4 tunnel configuration. Fig. 1. The Dual Stack Architecture. Fig. 2. The IPv6 over an IPv4 Tunnel Architecture
  • 2. Performance Evaluation Of Ipv4, Ipv6 Migration Techniques DOI: 10.9790/0661-17147679 ww.iosrjournals.org 77 | Page  Translation techniques: This technique allows the IPv6-only nodes to communicate with IPv4-only nodes. Translation is a way to make a connection between networks that are using different protocols; it translates IPv6 traffic to IPv4 or vice versa as needed. One translation methods is the Network Address Translation— Protocol (NAT-PT) in which translation can be configured statically or dynamically to translate IPv6 address to IPv4 or vice versa. It can be noted that these techniques can and will likely will be used in combination with one another. II. Simulation Setup In this paper the Optimized Network Engineering Tool (OPNET) version 17.5 network simulation tool is used to run simulations on the three techniques mentioned earlier. The OPNET simulator tool is capable of simulating and analysing the network performance parameters such as delay, packet loss, and throughput. The components used in the suggested network models running on OPNET 17.5 device used in the network are six clients, two switches, and three routers. To represent an IP-based gateway running and supporting up to two Ethernet interfaces at a selectable data rate, the label switch (ethernet16_layer4) and label router (tr2_slip8_gtwy_adv_6upgarte ) are used. The IP packets arriving on the input interface are routed to the appropriate output interface based on packet destination IP address. The setup uses the following models and configurations and for the purpose described below:  The ethernet16_switch node model is used to represent a switch that is supporting up to 16 Ethernet interfaces.  The Ethernet wkstn _adv node model is used to represent a workstation with client-server applications running over TCP/IP and UDP/IP.  The Application_ Config includes a name and a description table that specifies various parameters for the different applications (i.e. web browser HTTP Heavy and FTP heavy applications). The specified application name is used while creating user profiles on "Profile_ Config" object.  The Profile_ Config is used to create user profiles. These user profiles can be specified on different nodes in the network to generate application layer traffic. The applications defined in the Application_ Config are used by this object to configure profiles. Traffic patterns can be specified followed by the configured profiles and the applications. Fig 3. shows the network topologies used in the current study as modelled within OPNET simulator. Fig. 3. Network Architecture (Dual-Stack, NAT-PT, and Tunnel). III. Results And Analysis A simulation period of 1 min (60 sec) is chosen to demonstrate the network performance. A. Ethernet delay Performance: Fig. 4 shows a plot of Ethernet delay against time for the dual stack, NAT-PT, and tunneling configurations. The graph shows that all of the three configuration exhibits transient state that roll off into steady state for simulation time that is more than 20s or (30%). The tunneling configuration has depicted the lowest delay values of approximately 75ms towards the end of simulation period. Both dual-stack and NAT-PT exhibited longer delay time of approximately 85-90ms B. Throughput Performance: The throughput is defined as the amount of data packet successfully received by the destination node and it is usually measured in bits per second (bits/sec). Fig.5 shows the throughput results between dual stack, NAT-PT, and tunnelling techniques. The simulation results exhibits a transient behaviour for a short period of
  • 3. Performance Evaluation Of Ipv4, Ipv6 Migration Techniques DOI: 10.9790/0661-17147679 ww.iosrjournals.org 78 | Page time at the beginning of the simulation period (~5ms). This is followed by a steady state behaviour where throughput values settles to about 100bits/sec for dual-stack and NAT-PT techniques, while tunnelling throughput settles at about 200bis/sec. It can be also be noted that as the simulation time approaches the end, the throughput values of all techniques become comparable. C. Packet loss (traffic drop ) Performance: The packet loss which represent the traffic drop results are shown in Fig. 6 for the dual-stack, NAT-PT, and tunneling configurations. All the configuration exhibits a zero packet drop for initially (~5ms), then the drop amount increases sharply with an overshoot behavior. As time progresses, the drop settles to a steady values. The tunneling techniques exhibited smaller drop packet values of about 1(packet/sec) when compared to the dual-stack and NAT-PT techniques that shows about a drop of about 1.4(packet/sec) Fig. 4 Ethernet delay for the three techniques. Fig. 5 Throughput performance of Dual-stack, NAT-PT, and Tunneling configurations. Fig. 6 packet drop (packet loss) for the dual-stack, tunneling and NAT-PT techinques.
  • 4. Performance Evaluation Of Ipv4, Ipv6 Migration Techniques DOI: 10.9790/0661-17147679 ww.iosrjournals.org 79 | Page IV. Conclusions An investigation of network performance on dual-stack, NAT-PT translation, and tunnelling techniques as part of migration investigation of IPv4 to IPv6 infrastructure. The open source network modeller OPNET V17.5 is used in the study to simulation for Ethernet delay, throughput, and drop packet for each techniques. A transient behaviour is observed on all of the network performance quantities initially and they settle to steady state. Simulation of throughput shows values of 100bits/sec for the dual-stack and NAT-PT techniques and 200bit/sec for the tunnelling. For the packet drop, it was observed that the tunneling techniques exhibited a packet drop about 1.0(packet/sec) while the dual-stack and NAT-PT techniques exhibited a packet drop of about 1.4(packet/sec) References [1]. Ioan Raicu, Sherali Zeadally. "Evaluating IPv4 to IPv6 Transition Mechanisms" , IEEE International Conference on Telecommunications 2003, ICT'2003, Volume 2, Feb 2003, pp 1091 - 1098. [2]. J. L. Shah, J. Parvez. "Performance Evaluation of Applications inManual 6in4 Tunneling and Native IPv6/IPv4 Environments" , 2014 International Conference on Control, Instrumentation, Communication and Computational Technologies (ICCICCT), pp 782 - 786. [3]. Ghaida A.Y ALgadi & Amin B. A Mustafa comparison Throughput performance comparison between IPv4 and using Op-net simulator, IOSR Journal of Engineering (IOSR. JEN) volume 4, issue 08, august 2014. [4]. Nousyba Hasab Elrasoul Abu Algasim & Amin B. A Mustafa IPv4 To IPv6 migration International Journal of engineering and technology research (IJETR).& Communications (IJCNC) Issue 11, Volume2 , November 2014 . [5]. Nousyba Hasab Elrasoul Abu Algasim & Amin B. A Mustafa MPLS Vs IP routing and its Impact on QoS parameters , International Journal of engineering and technology research (IJETR(. & Communications (IJCNC) Issue 11, Volume2 , November 2014 . [6]. Mutasim abdel Gaffar Mohamer & Amin B. A Mustafa performance Analysis of Mobile IPv6 Based on OPNET model , International Journal of Advanced research (IJAR ) Issue 11, Volume2 , November 2014 . [7]. Mutasim abdel Gaffar Mohamer & Amin B. A comparison between IPv4 and IPv6 QoS Based on OPNET modeler QoS parameters , International Journal of Advanced research (IJAR ) Issue 11, Volume2 , November 2014 . [8]. Ali Albkerat and Biju Issac . ANALYSIS OF IPV6 TRANSITION TECHNOLOGIES , International Journal of Computer Networks & Communications (IJCNC) Vol.6, No.5, September 2014.