SlideShare uma empresa Scribd logo
1 de 31
DEPARTMENT OF ELECTRONICS AND COMMUNICATION
ENGINEERING
A Mini Project Presentation
On
MIGRATION OF CORPORATE NETWORKS FROM IPV4TO NEW GENERATION
IPV6 USING DUALSTACKMETHOD
Presented By :
K.PRAVEEN REDDY
MIGRATION OF
CORPORATE
NETWORKS FROM
IPV4 TO NEW
GENERATION IPV6
USING DUAL STACK
METHOD
CONTENTS
 INTRODUCTION TO COMMUNICATION MODELS
 OSI MODEL
 IPV4 NETWORKS
 IPV6 NETWORKS
 MIGRATION OF IPV4 TO IPV6 USING DUAL STACK
METHOD
COMMUNICATION
MODELS
TCP-IP
OSI
MODEL
 7 LAYER NETWORK  4 LAYER NETWORK
(End to end connections
Reliability)
(path determination)
Packets
Bits
Data
OSI MODEL TCP-IP MODEL
Application layer
 Network process to application
Example: Google chrome, Mozilla Firefox etc.
Presentation layer
 Data representation & encryption
• Coding to 1’s and 0’s
• It puts in to specified format or sequence
Example: HTTP( Hyper Text Transfer Protocol),SMTP(Simple Mail Transfer Protocol).
Session layer
 Interhost communication
• Syncronization takes place
• Managing multiple computers data seperately
• Coordinates communication between the systems
Example: Online banking pages.(for money transaction)
Transport layer
 end to end connections and reliability
• In this layer the whole data is broken down into segments
• Each segment has header
H segment
Source
port
Destination
port
• Two important protocols in transport layer
1)Transmittion Control Protocol (TCP) 2)User Data Protocol (UDP):
NETWORK LAYER
 Path determination & IP logic addressing
• Here the data segments are divided into packets
• To reach destination it requires certain guidance.so ROUTERS are used
• It is responsibility of network layer to make sure that the packets reach destination
is called ROUTING
INTERFACE
SIP DIP PACKETS
Logical address (IP address)
• IPV4
• IPV6
Physical address (MAC address)
media access control
Information going
out & coming in
DATALINK LAYER
 MAC address
• Error detection & data flow control
PHYSICAL LAYER:-
 Media,Signal & Binary Transmission (BITS)
Example: Ethernet cable.
FRAMESSMAC DMAC
WORKING ON OSI MODEL
• IPV4 has 32-bits
• The way of writing IP address is a “Doted Decimal Format”
____:____:____:____
Eg:- 192.168.1.8
11000000.10101000.00000001.00001000
• IP address are divided into different classes
CLASS A 0 to 127
CLASS B 128 to 191 one to one communication (Unicast)
CLASS C 192 to 223
CLASS D 224 to 239 one to many communication (Multicast)
CLASS E 240 to 255 one to several communication (Broadcast)
SUBNETTING
• A subnetwork or Subnet is a logical subdivision of an IP network.
• The practice of dividing a network into two or more networks is
called Subnetting
Network ID : 192.168.1.240/28
Subnet mask : 255.255.255.0
Broadcast ID : 192.168.1.240
Range : 192.168.1.1 to 192.168.1.239
DRAWBACKS:-
• Running short of address
• Manual configuration is
required
• Class ports addressing
system
(too many hosts)
• Dotted decimal format
not suitable for mobile
network
• Header length are variable
• It has 128 bits
• So the number of addresses are
2^128 = 340282366920938463463374607431768211455
• It is represented in hexadecimal format
• It has 8blocks, each consists of 16bits
_______ : _______ : _______ : ________ : _______ : ______ : _______ : _______
Network prefix Host prefix
• Example : 2001:DC0:A910::
1010 /1001 /0001/ 0000
Rule – 1
 Leading zeros are ignored
Example: 2000:0000:0000:ABCD:0234:0000:0000:0000
2000:0:0:ABCD :0234:0:0:0
Rule – 2
 Consecutive can be replaced with (::) double colon but only once
Example: 2000:0000:0000:ABCD:0234:0000:0000:0000
2000:0:0:ABCD:0234:0:0:0
2000::ABCD:234:0:0:0
RULES OF IPV6
TYPES OF ADDRESS
UNICAST
ADDRESSING
ONE TO ONE
NETWORKS
MULTICAST
ADDRESSING
ONE TO MANY
NETWORKS
ANYCAST
ADDRESSING
MANY TO MANY
NETWORKS
Subnetting
• In IPv4 for subnetting we are borrowing host bits
• In IPv6 for subnetting no need to barrow host bits
Example:2000::/48
Network bits : 48 Host bits : 16
2^16 =65k bits are kept aside for subnetting.
• The merging of many networks into single network is superneting.16 bits are
used for Supernetting
_____:_____:_____:_____:_____:_____:_____:_____
Auto configuration
• Auto configuration is a good feature in IPv6
Example:2000::1/64 to router interface
• The next 64 host bits router will give to computer
• The IP address is configured automatically
2000::1:EUI64
HEADER
In IPv4 header contains many fields mainly SIP(source IP) &
DIP(destination IP)
In IPv6 it eliminates fields that are unneeded or and adds fields
that provide better support for real time traffic
HEADER
IPV-4 IPV-6
 Header contains 20 bytes
 No built in security
 There is traffic loss
 Header 40 bytes are fixed
 Built in security
 No traffic loss
ADVANTAGES
• More efficient routing
• More efficient packet
processing
• Directed data flows
• Simplified network
configuration
• Support for new services
• More secure
In order to communicate with ipv4 to ipv6 networks following methods are used
> DUAL STACK METHOD
> TUNNELING

• IPv4 packet is encapsulated in an IPv6 packet when it enters into IPv6
region
Client (IPv4) Server (IPv4)
IPv6
REGION
• The Dual Stack Router, can communicate with both the networks. It
provides a medium for the hosts to access a server without changing
their respective IP versions
DUAL STACK METHOD :
Source Server IP networks (IPv4/IPv6) Destination
 Length of address : 32 bits
 Represented in Doted Decimal
notation
 It is optionally secured
 Manually configured
 No packet flow identification
 Address Resolution Protocol (ARP) is
available to map IPV4
addresses to MAC addresses
 Number of address = 2 ^32
~ 4,294,697,296(aprox)
 Length of address : 128 bits
 Represented in Hexadecimal notation
 It is inbuilt secured
 Automatically configured
 Packet flow identification is available
within the IPV6 header using the Flow
Label field
 Address Resolution Protocol (ARP) is
replaced with a function of Neighbor
Discovery Protocol (NDP)
 Number of address = 2^128
~340,282,366,920,938,463,463,374,607,
431,728,211,456 (approx)
IPv4 IPv6
The thesis discusses the approach of IPv6 over the limited IPv4 in Internet world
where users have increased rapidly. It also compares the consequences and
features of transition from IPv4 to IPv6. Transition methods with their
configuration and challenges that come forward during each transition process, are
also documented in this thesis. A practical approach of various transition methods
led to the conclusion that dual stack remains more popular and practical with low
cost in implementation and supported by wide range of devices. Transition
methods, like tunneling and translation, are not optimally supported for the
networks during a transition from IPv4 to IPv6 although these tools are provided
by IETF to make the transition easier. Thus, dual stack seems the preferable
method to begin adopting IPv6 with upgradable devices in order to securely
manage the exiting IPv4 Infrastructure. This transition incurs minimal impact on
customers, as they do not have to move IPv6 overnight and can deploy and
migrate to IPv6 when they are ready.
Most of the Internet Service Providers, and web companies are enabling
IPv6 permanently for their customers and services. Since World IPv6 launch
began on 6 June 2012, global IPv6 traffic has grown by 500%. If this trend
continues, in less than four years, half of the Internet users will connect with
IPv6.
The main purpose of the thesis is to discuss the progress of IPv6 over the
depletion of IPv4 along with features including its advantages and
disadvantages. It aims to discover the best solution for a transition method
and factors affecting IPv6 implementation, which is solely based on the data
collected from different sources. Transition techniques are presented in this
thesis elaborated with configuration and challenges. The thesis concludes
that using an option like dual stack is a good possible solution since the NAT
(Network Address Translation) transition appears less user friendly and has
been discouraged by network operators with elapse of time.
FUTURE SCOPE
ANY
QUERIES?
THANK
YOU

Mais conteúdo relacionado

Mais procurados

IPv6: Internet Protocol version 6
IPv6: Internet Protocol version 6IPv6: Internet Protocol version 6
IPv6: Internet Protocol version 6Ankita Mahajan
 
interoperatbility between IPv4 and IPv6
interoperatbility between IPv4 and IPv6interoperatbility between IPv4 and IPv6
interoperatbility between IPv4 and IPv6Nitin Gehlot
 
Implementation of isp mpls backbone network on i pv6 using 6 pe routers main PPT
Implementation of isp mpls backbone network on i pv6 using 6 pe routers main PPTImplementation of isp mpls backbone network on i pv6 using 6 pe routers main PPT
Implementation of isp mpls backbone network on i pv6 using 6 pe routers main PPTSatish Kumar
 
IPv6 Transition Strategies Tutorial, by Philip Smith [APNIC 38]
IPv6 Transition Strategies Tutorial, by Philip Smith [APNIC 38]IPv6 Transition Strategies Tutorial, by Philip Smith [APNIC 38]
IPv6 Transition Strategies Tutorial, by Philip Smith [APNIC 38]APNIC
 
IPv6 in Mobile Networks
IPv6 in Mobile NetworksIPv6 in Mobile Networks
IPv6 in Mobile NetworksAPNIC
 
Implementation of “Traslator Strategy” For Migration of Ipv4 to Ipv6
Implementation of “Traslator Strategy” For Migration of Ipv4 to Ipv6Implementation of “Traslator Strategy” For Migration of Ipv4 to Ipv6
Implementation of “Traslator Strategy” For Migration of Ipv4 to Ipv6IJERA Editor
 
IPV6 Introduction
IPV6 Introduction IPV6 Introduction
IPV6 Introduction Heba_a
 
Introduction to ipv6 v1.3
Introduction to ipv6 v1.3Introduction to ipv6 v1.3
Introduction to ipv6 v1.3Karunakant Rai
 
Presentation of ipv4 disadvantage,ipv6 advantage and transation from ipv4 to ...
Presentation of ipv4 disadvantage,ipv6 advantage and transation from ipv4 to ...Presentation of ipv4 disadvantage,ipv6 advantage and transation from ipv4 to ...
Presentation of ipv4 disadvantage,ipv6 advantage and transation from ipv4 to ...Iftikhar Wazir
 
Comparative study of IPv4 and IPv6 on Windows and Linux.
Comparative study of IPv4 and IPv6 on Windows and Linux. Comparative study of IPv4 and IPv6 on Windows and Linux.
Comparative study of IPv4 and IPv6 on Windows and Linux. Shourya Puri
 
IPv6 Transition Strategies
IPv6 Transition StrategiesIPv6 Transition Strategies
IPv6 Transition StrategiesAPNIC
 
IPv6 Address Planning
IPv6 Address PlanningIPv6 Address Planning
IPv6 Address PlanningAPNIC
 

Mais procurados (19)

IPv6: Internet Protocol version 6
IPv6: Internet Protocol version 6IPv6: Internet Protocol version 6
IPv6: Internet Protocol version 6
 
interoperatbility between IPv4 and IPv6
interoperatbility between IPv4 and IPv6interoperatbility between IPv4 and IPv6
interoperatbility between IPv4 and IPv6
 
Ipv4 & ipv6
Ipv4 & ipv6Ipv4 & ipv6
Ipv4 & ipv6
 
Implementation of isp mpls backbone network on i pv6 using 6 pe routers main PPT
Implementation of isp mpls backbone network on i pv6 using 6 pe routers main PPTImplementation of isp mpls backbone network on i pv6 using 6 pe routers main PPT
Implementation of isp mpls backbone network on i pv6 using 6 pe routers main PPT
 
IPv6 Transition Strategies Tutorial, by Philip Smith [APNIC 38]
IPv6 Transition Strategies Tutorial, by Philip Smith [APNIC 38]IPv6 Transition Strategies Tutorial, by Philip Smith [APNIC 38]
IPv6 Transition Strategies Tutorial, by Philip Smith [APNIC 38]
 
IPV6 ADDRESS
IPV6 ADDRESSIPV6 ADDRESS
IPV6 ADDRESS
 
IPv6 in Mobile Networks
IPv6 in Mobile NetworksIPv6 in Mobile Networks
IPv6 in Mobile Networks
 
Implementation of “Traslator Strategy” For Migration of Ipv4 to Ipv6
Implementation of “Traslator Strategy” For Migration of Ipv4 to Ipv6Implementation of “Traslator Strategy” For Migration of Ipv4 to Ipv6
Implementation of “Traslator Strategy” For Migration of Ipv4 to Ipv6
 
IPV6 Introduction
IPV6 Introduction IPV6 Introduction
IPV6 Introduction
 
Introduction to ipv6 v1.3
Introduction to ipv6 v1.3Introduction to ipv6 v1.3
Introduction to ipv6 v1.3
 
Mobile ipv6
Mobile ipv6Mobile ipv6
Mobile ipv6
 
Ipv6 ppt
Ipv6 pptIpv6 ppt
Ipv6 ppt
 
What is Network Address Translation (NAT)
What is Network Address Translation (NAT)What is Network Address Translation (NAT)
What is Network Address Translation (NAT)
 
Presentation of ipv4 disadvantage,ipv6 advantage and transation from ipv4 to ...
Presentation of ipv4 disadvantage,ipv6 advantage and transation from ipv4 to ...Presentation of ipv4 disadvantage,ipv6 advantage and transation from ipv4 to ...
Presentation of ipv4 disadvantage,ipv6 advantage and transation from ipv4 to ...
 
Comparative study of IPv4 and IPv6 on Windows and Linux.
Comparative study of IPv4 and IPv6 on Windows and Linux. Comparative study of IPv4 and IPv6 on Windows and Linux.
Comparative study of IPv4 and IPv6 on Windows and Linux.
 
Ipv6
Ipv6Ipv6
Ipv6
 
IPv6 Transition Strategies
IPv6 Transition StrategiesIPv6 Transition Strategies
IPv6 Transition Strategies
 
IPv6 Address Planning
IPv6 Address PlanningIPv6 Address Planning
IPv6 Address Planning
 
I pv4 vs ipv6
I pv4 vs ipv6I pv4 vs ipv6
I pv4 vs ipv6
 

Semelhante a Migration of corperate networks from ipv4 to ipv6 using dual stack

Internet Protocol Version 6 By Suvo 2002
Internet Protocol Version 6 By Suvo 2002Internet Protocol Version 6 By Suvo 2002
Internet Protocol Version 6 By Suvo 2002suvobgd
 
Compatibility between IPv4 and IPv6
Compatibility between IPv4 and IPv6Compatibility between IPv4 and IPv6
Compatibility between IPv4 and IPv6Zalak Patel
 
ANALYSIS OF IPV6 TRANSITION TECHNOLOGIES
ANALYSIS OF IPV6 TRANSITION TECHNOLOGIESANALYSIS OF IPV6 TRANSITION TECHNOLOGIES
ANALYSIS OF IPV6 TRANSITION TECHNOLOGIESIJCNCJournal
 
A Survey On Next Generation Internet Protocol IPv6
A Survey On Next Generation Internet Protocol  IPv6A Survey On Next Generation Internet Protocol  IPv6
A Survey On Next Generation Internet Protocol IPv6Carrie Romero
 
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
 
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
 
Da3210751081
Da3210751081Da3210751081
Da3210751081IJMER
 
IPv6 .pdf
IPv6 .pdfIPv6 .pdf
IPv6 .pdfniran10
 
Performance Evaluation of IPv4 Vs Ipv6 and Tunnelling Techniques Using Optimi...
Performance Evaluation of IPv4 Vs Ipv6 and Tunnelling Techniques Using Optimi...Performance Evaluation of IPv4 Vs Ipv6 and Tunnelling Techniques Using Optimi...
Performance Evaluation of IPv4 Vs Ipv6 and Tunnelling Techniques Using Optimi...IOSR Journals
 
Iccsit 2010 paper1
Iccsit 2010 paper1Iccsit 2010 paper1
Iccsit 2010 paper1hanums1
 
PERFORMANCE EVALUATION OF OSPF AND RIP ON IPV4 & IPV6 TECHNOLOGY USING G.711 ...
PERFORMANCE EVALUATION OF OSPF AND RIP ON IPV4 & IPV6 TECHNOLOGY USING G.711 ...PERFORMANCE EVALUATION OF OSPF AND RIP ON IPV4 & IPV6 TECHNOLOGY USING G.711 ...
PERFORMANCE EVALUATION OF OSPF AND RIP ON IPV4 & IPV6 TECHNOLOGY USING G.711 ...IJCNCJournal
 
Ipv6 - Hamzeh Al-Qudah
Ipv6 - Hamzeh Al-QudahIpv6 - Hamzeh Al-Qudah
Ipv6 - Hamzeh Al-QudahHamza Al-Qudah
 
CCNA v6.0 ITN - Chapter 06
CCNA v6.0 ITN - Chapter 06CCNA v6.0 ITN - Chapter 06
CCNA v6.0 ITN - Chapter 06Irsandi Hasan
 
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
 

Semelhante a Migration of corperate networks from ipv4 to ipv6 using dual stack (20)

Internet Protocol Version 6 By Suvo 2002
Internet Protocol Version 6 By Suvo 2002Internet Protocol Version 6 By Suvo 2002
Internet Protocol Version 6 By Suvo 2002
 
Compatibility between IPv4 and IPv6
Compatibility between IPv4 and IPv6Compatibility between IPv4 and IPv6
Compatibility between IPv4 and IPv6
 
ANALYSIS OF IPV6 TRANSITION TECHNOLOGIES
ANALYSIS OF IPV6 TRANSITION TECHNOLOGIESANALYSIS OF IPV6 TRANSITION TECHNOLOGIES
ANALYSIS OF IPV6 TRANSITION TECHNOLOGIES
 
A Survey On Next Generation Internet Protocol IPv6
A Survey On Next Generation Internet Protocol  IPv6A Survey On Next Generation Internet Protocol  IPv6
A Survey On Next Generation Internet Protocol IPv6
 
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
 
I pv6
I pv6I pv6
I pv6
 
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
 
Da3210751081
Da3210751081Da3210751081
Da3210751081
 
IPv6 .pdf
IPv6 .pdfIPv6 .pdf
IPv6 .pdf
 
M017147275
M017147275M017147275
M017147275
 
Performance Evaluation of IPv4 Vs Ipv6 and Tunnelling Techniques Using Optimi...
Performance Evaluation of IPv4 Vs Ipv6 and Tunnelling Techniques Using Optimi...Performance Evaluation of IPv4 Vs Ipv6 and Tunnelling Techniques Using Optimi...
Performance Evaluation of IPv4 Vs Ipv6 and Tunnelling Techniques Using Optimi...
 
Slideshare
SlideshareSlideshare
Slideshare
 
Iccsit 2010 paper1
Iccsit 2010 paper1Iccsit 2010 paper1
Iccsit 2010 paper1
 
PERFORMANCE EVALUATION OF OSPF AND RIP ON IPV4 & IPV6 TECHNOLOGY USING G.711 ...
PERFORMANCE EVALUATION OF OSPF AND RIP ON IPV4 & IPV6 TECHNOLOGY USING G.711 ...PERFORMANCE EVALUATION OF OSPF AND RIP ON IPV4 & IPV6 TECHNOLOGY USING G.711 ...
PERFORMANCE EVALUATION OF OSPF AND RIP ON IPV4 & IPV6 TECHNOLOGY USING G.711 ...
 
Ipv6 - Hamzeh Al-Qudah
Ipv6 - Hamzeh Al-QudahIpv6 - Hamzeh Al-Qudah
Ipv6 - Hamzeh Al-Qudah
 
Internet protocol
Internet protocolInternet protocol
Internet protocol
 
Ch 2
Ch 2Ch 2
Ch 2
 
IOT - Unit 3.pptx
IOT - Unit 3.pptxIOT - Unit 3.pptx
IOT - Unit 3.pptx
 
CCNA v6.0 ITN - Chapter 06
CCNA v6.0 ITN - Chapter 06CCNA v6.0 ITN - Chapter 06
CCNA v6.0 ITN - Chapter 06
 
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
 

Último

Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxDr. Sarita Anand
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfPoh-Sun Goh
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structuredhanjurrannsibayan2
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024Elizabeth Walsh
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxDr. Ravikiran H M Gowda
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Pooja Bhuva
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...ZurliaSoop
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxEsquimalt MFRC
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSCeline George
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...pradhanghanshyam7136
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsKarakKing
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...Nguyen Thanh Tu Collection
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17Celine George
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentationcamerronhm
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17Celine George
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the ClassroomPooky Knightsmith
 
Plant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptxPlant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptxUmeshTimilsina1
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 

Último (20)

Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
Plant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptxPlant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptx
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 

Migration of corperate networks from ipv4 to ipv6 using dual stack

  • 1. DEPARTMENT OF ELECTRONICS AND COMMUNICATION ENGINEERING A Mini Project Presentation On MIGRATION OF CORPORATE NETWORKS FROM IPV4TO NEW GENERATION IPV6 USING DUALSTACKMETHOD Presented By : K.PRAVEEN REDDY
  • 2. MIGRATION OF CORPORATE NETWORKS FROM IPV4 TO NEW GENERATION IPV6 USING DUAL STACK METHOD
  • 3. CONTENTS  INTRODUCTION TO COMMUNICATION MODELS  OSI MODEL  IPV4 NETWORKS  IPV6 NETWORKS  MIGRATION OF IPV4 TO IPV6 USING DUAL STACK METHOD
  • 5. (End to end connections Reliability) (path determination) Packets Bits Data OSI MODEL TCP-IP MODEL
  • 6. Application layer  Network process to application Example: Google chrome, Mozilla Firefox etc. Presentation layer  Data representation & encryption • Coding to 1’s and 0’s • It puts in to specified format or sequence Example: HTTP( Hyper Text Transfer Protocol),SMTP(Simple Mail Transfer Protocol). Session layer  Interhost communication • Syncronization takes place • Managing multiple computers data seperately • Coordinates communication between the systems Example: Online banking pages.(for money transaction)
  • 7. Transport layer  end to end connections and reliability • In this layer the whole data is broken down into segments • Each segment has header H segment Source port Destination port • Two important protocols in transport layer 1)Transmittion Control Protocol (TCP) 2)User Data Protocol (UDP):
  • 8. NETWORK LAYER  Path determination & IP logic addressing • Here the data segments are divided into packets • To reach destination it requires certain guidance.so ROUTERS are used • It is responsibility of network layer to make sure that the packets reach destination is called ROUTING INTERFACE SIP DIP PACKETS Logical address (IP address) • IPV4 • IPV6 Physical address (MAC address) media access control Information going out & coming in
  • 9. DATALINK LAYER  MAC address • Error detection & data flow control PHYSICAL LAYER:-  Media,Signal & Binary Transmission (BITS) Example: Ethernet cable. FRAMESSMAC DMAC
  • 10. WORKING ON OSI MODEL
  • 11.
  • 12. • IPV4 has 32-bits • The way of writing IP address is a “Doted Decimal Format” ____:____:____:____ Eg:- 192.168.1.8 11000000.10101000.00000001.00001000 • IP address are divided into different classes CLASS A 0 to 127 CLASS B 128 to 191 one to one communication (Unicast) CLASS C 192 to 223 CLASS D 224 to 239 one to many communication (Multicast) CLASS E 240 to 255 one to several communication (Broadcast)
  • 13. SUBNETTING • A subnetwork or Subnet is a logical subdivision of an IP network. • The practice of dividing a network into two or more networks is called Subnetting Network ID : 192.168.1.240/28 Subnet mask : 255.255.255.0 Broadcast ID : 192.168.1.240 Range : 192.168.1.1 to 192.168.1.239
  • 14. DRAWBACKS:- • Running short of address • Manual configuration is required • Class ports addressing system (too many hosts) • Dotted decimal format not suitable for mobile network • Header length are variable
  • 15.
  • 16. • It has 128 bits • So the number of addresses are 2^128 = 340282366920938463463374607431768211455 • It is represented in hexadecimal format • It has 8blocks, each consists of 16bits _______ : _______ : _______ : ________ : _______ : ______ : _______ : _______ Network prefix Host prefix • Example : 2001:DC0:A910:: 1010 /1001 /0001/ 0000
  • 17. Rule – 1  Leading zeros are ignored Example: 2000:0000:0000:ABCD:0234:0000:0000:0000 2000:0:0:ABCD :0234:0:0:0 Rule – 2  Consecutive can be replaced with (::) double colon but only once Example: 2000:0000:0000:ABCD:0234:0000:0000:0000 2000:0:0:ABCD:0234:0:0:0 2000::ABCD:234:0:0:0 RULES OF IPV6
  • 18. TYPES OF ADDRESS UNICAST ADDRESSING ONE TO ONE NETWORKS MULTICAST ADDRESSING ONE TO MANY NETWORKS ANYCAST ADDRESSING MANY TO MANY NETWORKS
  • 19. Subnetting • In IPv4 for subnetting we are borrowing host bits • In IPv6 for subnetting no need to barrow host bits Example:2000::/48 Network bits : 48 Host bits : 16 2^16 =65k bits are kept aside for subnetting. • The merging of many networks into single network is superneting.16 bits are used for Supernetting _____:_____:_____:_____:_____:_____:_____:_____
  • 20. Auto configuration • Auto configuration is a good feature in IPv6 Example:2000::1/64 to router interface • The next 64 host bits router will give to computer • The IP address is configured automatically 2000::1:EUI64
  • 21. HEADER In IPv4 header contains many fields mainly SIP(source IP) & DIP(destination IP) In IPv6 it eliminates fields that are unneeded or and adds fields that provide better support for real time traffic HEADER IPV-4 IPV-6  Header contains 20 bytes  No built in security  There is traffic loss  Header 40 bytes are fixed  Built in security  No traffic loss
  • 22. ADVANTAGES • More efficient routing • More efficient packet processing • Directed data flows • Simplified network configuration • Support for new services • More secure
  • 23.
  • 24. In order to communicate with ipv4 to ipv6 networks following methods are used > DUAL STACK METHOD > TUNNELING  • IPv4 packet is encapsulated in an IPv6 packet when it enters into IPv6 region Client (IPv4) Server (IPv4) IPv6 REGION
  • 25. • The Dual Stack Router, can communicate with both the networks. It provides a medium for the hosts to access a server without changing their respective IP versions DUAL STACK METHOD : Source Server IP networks (IPv4/IPv6) Destination
  • 26.  Length of address : 32 bits  Represented in Doted Decimal notation  It is optionally secured  Manually configured  No packet flow identification  Address Resolution Protocol (ARP) is available to map IPV4 addresses to MAC addresses  Number of address = 2 ^32 ~ 4,294,697,296(aprox)  Length of address : 128 bits  Represented in Hexadecimal notation  It is inbuilt secured  Automatically configured  Packet flow identification is available within the IPV6 header using the Flow Label field  Address Resolution Protocol (ARP) is replaced with a function of Neighbor Discovery Protocol (NDP)  Number of address = 2^128 ~340,282,366,920,938,463,463,374,607, 431,728,211,456 (approx) IPv4 IPv6
  • 27.
  • 28. The thesis discusses the approach of IPv6 over the limited IPv4 in Internet world where users have increased rapidly. It also compares the consequences and features of transition from IPv4 to IPv6. Transition methods with their configuration and challenges that come forward during each transition process, are also documented in this thesis. A practical approach of various transition methods led to the conclusion that dual stack remains more popular and practical with low cost in implementation and supported by wide range of devices. Transition methods, like tunneling and translation, are not optimally supported for the networks during a transition from IPv4 to IPv6 although these tools are provided by IETF to make the transition easier. Thus, dual stack seems the preferable method to begin adopting IPv6 with upgradable devices in order to securely manage the exiting IPv4 Infrastructure. This transition incurs minimal impact on customers, as they do not have to move IPv6 overnight and can deploy and migrate to IPv6 when they are ready.
  • 29. Most of the Internet Service Providers, and web companies are enabling IPv6 permanently for their customers and services. Since World IPv6 launch began on 6 June 2012, global IPv6 traffic has grown by 500%. If this trend continues, in less than four years, half of the Internet users will connect with IPv6. The main purpose of the thesis is to discuss the progress of IPv6 over the depletion of IPv4 along with features including its advantages and disadvantages. It aims to discover the best solution for a transition method and factors affecting IPv6 implementation, which is solely based on the data collected from different sources. Transition techniques are presented in this thesis elaborated with configuration and challenges. The thesis concludes that using an option like dual stack is a good possible solution since the NAT (Network Address Translation) transition appears less user friendly and has been discouraged by network operators with elapse of time. FUTURE SCOPE