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

Capital Structure andCorporate Governance practices. Evidence from Listed Non...
Capital Structure andCorporate Governance practices. Evidence from Listed Non...Capital Structure andCorporate Governance practices. Evidence from Listed Non...
Capital Structure andCorporate Governance practices. Evidence from Listed Non...IOSR Journals
 
Protocols for detection of node replication attack on wireless sensor network
Protocols for detection of node replication attack on wireless sensor networkProtocols for detection of node replication attack on wireless sensor network
Protocols for detection of node replication attack on wireless sensor networkIOSR Journals
 
The linkage between strategic human resource management, innovation and firm ...
The linkage between strategic human resource management, innovation and firm ...The linkage between strategic human resource management, innovation and firm ...
The linkage between strategic human resource management, innovation and firm ...IOSR Journals
 
Evaluation of Human Resource Management Practices on the Productivity and Per...
Evaluation of Human Resource Management Practices on the Productivity and Per...Evaluation of Human Resource Management Practices on the Productivity and Per...
Evaluation of Human Resource Management Practices on the Productivity and Per...IOSR Journals
 
Feasibility of Using Tincal Ore Waste as Barrier Material for Solid Waste Con...
Feasibility of Using Tincal Ore Waste as Barrier Material for Solid Waste Con...Feasibility of Using Tincal Ore Waste as Barrier Material for Solid Waste Con...
Feasibility of Using Tincal Ore Waste as Barrier Material for Solid Waste Con...IOSR Journals
 
Feasibility of Using Tincal Ore Waste as Barrier Material for Solid Waste Con...
Feasibility of Using Tincal Ore Waste as Barrier Material for Solid Waste Con...Feasibility of Using Tincal Ore Waste as Barrier Material for Solid Waste Con...
Feasibility of Using Tincal Ore Waste as Barrier Material for Solid Waste Con...IOSR Journals
 
Spinor Transformation and Antiferromagnetism in Iron Based Superconductors
Spinor Transformation and Antiferromagnetism in Iron Based SuperconductorsSpinor Transformation and Antiferromagnetism in Iron Based Superconductors
Spinor Transformation and Antiferromagnetism in Iron Based SuperconductorsIOSR Journals
 
Implementation of Generalized Regression Neural Network to Establish a Relati...
Implementation of Generalized Regression Neural Network to Establish a Relati...Implementation of Generalized Regression Neural Network to Establish a Relati...
Implementation of Generalized Regression Neural Network to Establish a Relati...IOSR Journals
 
Comparative study of two methods for Handwritten Devanagari Numeral Recognition
Comparative study of two methods for Handwritten Devanagari Numeral RecognitionComparative study of two methods for Handwritten Devanagari Numeral Recognition
Comparative study of two methods for Handwritten Devanagari Numeral RecognitionIOSR Journals
 
Voice Recognition Wireless Home Automation System Based On Zigbee
Voice Recognition Wireless Home Automation System Based On ZigbeeVoice Recognition Wireless Home Automation System Based On Zigbee
Voice Recognition Wireless Home Automation System Based On ZigbeeIOSR Journals
 
Comparative Study of Geotechnical Properties of Abia State Lateritic Deposits
Comparative Study of Geotechnical Properties of Abia State Lateritic DepositsComparative Study of Geotechnical Properties of Abia State Lateritic Deposits
Comparative Study of Geotechnical Properties of Abia State Lateritic DepositsIOSR Journals
 
Measurement and Evaluation of Reliability, Availability and Maintainability o...
Measurement and Evaluation of Reliability, Availability and Maintainability o...Measurement and Evaluation of Reliability, Availability and Maintainability o...
Measurement and Evaluation of Reliability, Availability and Maintainability o...IOSR Journals
 
Comparative Effect of Crude and Commercial Enzyme in Shea Fat Extraction
Comparative Effect of Crude and Commercial Enzyme in Shea Fat ExtractionComparative Effect of Crude and Commercial Enzyme in Shea Fat Extraction
Comparative Effect of Crude and Commercial Enzyme in Shea Fat ExtractionIOSR Journals
 

Viewers also liked (20)

S01061136141
S01061136141S01061136141
S01061136141
 
Capital Structure andCorporate Governance practices. Evidence from Listed Non...
Capital Structure andCorporate Governance practices. Evidence from Listed Non...Capital Structure andCorporate Governance practices. Evidence from Listed Non...
Capital Structure andCorporate Governance practices. Evidence from Listed Non...
 
O01721103106
O01721103106O01721103106
O01721103106
 
Protocols for detection of node replication attack on wireless sensor network
Protocols for detection of node replication attack on wireless sensor networkProtocols for detection of node replication attack on wireless sensor network
Protocols for detection of node replication attack on wireless sensor network
 
The linkage between strategic human resource management, innovation and firm ...
The linkage between strategic human resource management, innovation and firm ...The linkage between strategic human resource management, innovation and firm ...
The linkage between strategic human resource management, innovation and firm ...
 
Evaluation of Human Resource Management Practices on the Productivity and Per...
Evaluation of Human Resource Management Practices on the Productivity and Per...Evaluation of Human Resource Management Practices on the Productivity and Per...
Evaluation of Human Resource Management Practices on the Productivity and Per...
 
Feasibility of Using Tincal Ore Waste as Barrier Material for Solid Waste Con...
Feasibility of Using Tincal Ore Waste as Barrier Material for Solid Waste Con...Feasibility of Using Tincal Ore Waste as Barrier Material for Solid Waste Con...
Feasibility of Using Tincal Ore Waste as Barrier Material for Solid Waste Con...
 
Feasibility of Using Tincal Ore Waste as Barrier Material for Solid Waste Con...
Feasibility of Using Tincal Ore Waste as Barrier Material for Solid Waste Con...Feasibility of Using Tincal Ore Waste as Barrier Material for Solid Waste Con...
Feasibility of Using Tincal Ore Waste as Barrier Material for Solid Waste Con...
 
J010316164
J010316164J010316164
J010316164
 
Spinor Transformation and Antiferromagnetism in Iron Based Superconductors
Spinor Transformation and Antiferromagnetism in Iron Based SuperconductorsSpinor Transformation and Antiferromagnetism in Iron Based Superconductors
Spinor Transformation and Antiferromagnetism in Iron Based Superconductors
 
Implementation of Generalized Regression Neural Network to Establish a Relati...
Implementation of Generalized Regression Neural Network to Establish a Relati...Implementation of Generalized Regression Neural Network to Establish a Relati...
Implementation of Generalized Regression Neural Network to Establish a Relati...
 
Comparative study of two methods for Handwritten Devanagari Numeral Recognition
Comparative study of two methods for Handwritten Devanagari Numeral RecognitionComparative study of two methods for Handwritten Devanagari Numeral Recognition
Comparative study of two methods for Handwritten Devanagari Numeral Recognition
 
F017624449
F017624449F017624449
F017624449
 
Voice Recognition Wireless Home Automation System Based On Zigbee
Voice Recognition Wireless Home Automation System Based On ZigbeeVoice Recognition Wireless Home Automation System Based On Zigbee
Voice Recognition Wireless Home Automation System Based On Zigbee
 
C012331527
C012331527C012331527
C012331527
 
J010236770
J010236770J010236770
J010236770
 
Comparative Study of Geotechnical Properties of Abia State Lateritic Deposits
Comparative Study of Geotechnical Properties of Abia State Lateritic DepositsComparative Study of Geotechnical Properties of Abia State Lateritic Deposits
Comparative Study of Geotechnical Properties of Abia State Lateritic Deposits
 
G010224751
G010224751G010224751
G010224751
 
Measurement and Evaluation of Reliability, Availability and Maintainability o...
Measurement and Evaluation of Reliability, Availability and Maintainability o...Measurement and Evaluation of Reliability, Availability and Maintainability o...
Measurement and Evaluation of Reliability, Availability and Maintainability o...
 
Comparative Effect of Crude and Commercial Enzyme in Shea Fat Extraction
Comparative Effect of Crude and Commercial Enzyme in Shea Fat ExtractionComparative Effect of Crude and Commercial Enzyme in Shea Fat Extraction
Comparative Effect of Crude and Commercial Enzyme in Shea Fat Extraction
 

Similar to Performance Evaluation of Ipv4, Ipv6 Migration Techniques

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 Performance Evaluation of Ipv4, Ipv6 Migration Techniques (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

Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)dollysharma2066
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 

Recently uploaded (20)

young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 

Performance Evaluation of Ipv4, Ipv6 Migration Techniques

  • 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.