SlideShare a Scribd company logo
1 of 29
DRKINSTITUTE OF SCIENCE & TECHNOLOGY
IMPLEMENTATION OF ISP MPLS BACKBONE
NETWORK ON IPV6 USING 6PE ROUTERS
Project- Seminar
Department of Electronics & Communication Engineering
B. Satish Kumar 10N71A0405
C. Pavan 10N71A0410
K. Sai Kiran 10N71A0429
Date: 22/03/2014
Project- SeminarDate: 22/03/2014
DRK INSTITUTE OF SCIENCE & TECHNOLOGY
Department of Electronics & Communication Engineering
IMPLEMENTATION OF ISP MPLS BACKBONE NETWORK ON IPV6 USING 6PE ROUTERS
INDEX
•ABSTRACT
•What is an IP Address
•Where do IP addresses come from?
•IPv4 Address classes
Project- SeminarDate: 22/03/2014
DRK INSTITUTE OF SCIENCE & TECHNOLOGY
Department of Electronics & Communication Engineering
IMPLEMENTATION OF ISP MPLS BACKBONE NETWORK ON IPV6 USING 6PE ROUTERS
• IPv6 (Internet Protocol version 6) is a revision of the Internet Protocol (IP)
developed by the Internet Engineering Task Force (IETF). IPv6 is intended to
succeed IPv4.
• IPv6 implements a new addressing system that allows for far more addresses
to be assigned than with Ipv4.
• Multiprotocol Label Switching (MPLS) is deployed by many service providers
for establishing their backbone networks.
• The Cisco implementation of IPv6 provider edge router over MPLS is called
6PE,and it enables IPv6 sites to communicate with each other over an MPLS
IPv4 core network using MPLS label switched paths.
ABSTRACT
Project- SeminarDate: 22/03/2014
DRK INSTITUTE OF SCIENCE & TECHNOLOGY
Department of Electronics & Communication Engineering
IMPLEMENTATION OF ISP MPLS BACKBONE NETWORK ON IPV6 USING 6PE ROUTERS
Project- SeminarDate: 22/03/2014
DRK INSTITUTE OF SCIENCE & TECHNOLOGY
Department of Electronics & Communication Engineering
IMPLEMENTATION OF ISP MPLS BACKBONE NETWORK ON IPV6 USING 6PE ROUTERS
What is an IP address?
• Each host on a TCP/IP network is uniquely identified at the IP layer with an
address.
• An Internet Protocol (IP) address specifies the location of a host or client on the
Internet.
• Responsible for end to end transmission
• The IPv4 address is 32 bits long
• The IPv6 address is 128 bit long
Project- SeminarDate: 22/03/2014
DRK INSTITUTE OF SCIENCE & TECHNOLOGY
Department of Electronics & Communication Engineering
IMPLEMENTATION OF ISP MPLS BACKBONE NETWORK ON IPV6 USING 6PE ROUTERS
Where do IP addresses come from?
Standards
Allocation
Allocation
Assignment
Regional Internet Registries (RIRs)
distribute IPv4, IPv6, and AS numbers
to the Internet community
USER
Project- SeminarDate: 22/03/2014
DRK INSTITUTE OF SCIENCE & TECHNOLOGY
Department of Electronics & Communication Engineering
IMPLEMENTATION OF ISP MPLS BACKBONE NETWORK ON IPV6 USING 6PE ROUTERS
VERSIONS OF IP
IPV1 To IPV3 – Were Not Formally Assigned
IPV4 – TCP/IP – 32 Bit IP Address, Currently Used
IPV5 – A Connection Oriented Internet Level Protocol
IPV6 – Designed To Replace IPV4 – 128 Bit IP Address
Failure
Currently Using
Failure
Success
Journey Of IP:
Project- SeminarDate: 22/03/2014
DRK INSTITUTE OF SCIENCE & TECHNOLOGY
Department of Electronics & Communication Engineering
IMPLEMENTATION OF ISP MPLS BACKBONE NETWORK ON IPV6 USING 6PE ROUTERS
IPv4 Address classes
NClass-A:
N NClass-B:
N N NClass-C:
Class-D: For Multicast
Class-E: For Research
There are five classes of addresses A, B, C, D & E.
A, B & C classes are used to represent host and network address.
Class D is a special type of address used for multicasting.
Class E is reserved for experimental use.
H H H
H H
H
•N=Network number assigned by IANA
•H=Host number assigned by network
administrator.
Project- SeminarDate: 22/03/2014
DRK INSTITUTE OF SCIENCE & TECHNOLOGY
Department of Electronics & Communication Engineering
IMPLEMENTATION OF ISP MPLS BACKBONE NETWORK ON IPV6 USING 6PE ROUTERS
CLASS- C Address
In decimal the address range is 0.0.0.0 to 255.255.255.255
The IP address is of the form <Network-ID,Host-ID>
Network Host
32 Bits
8 Bits8 Bits 8 Bits 8 Bits
172 . 16 . 122 . 204
HN N H
Project- SeminarDate: 22/03/2014
DRK INSTITUTE OF SCIENCE & TECHNOLOGY
Department of Electronics & Communication Engineering
IMPLEMENTATION OF ISP MPLS BACKBONE NETWORK ON IPV6 USING 6PE ROUTERS
01
0
12
7
000000
00
011111
11
A-
50%
1
0
12
8
19
1
10000
000
101111
11
B-
25%
0
1
19
2
22
3
110000
00
1101111
1
C-12.5%
24
0 25
5
1111000
0
111111
11
E-6.25%
022
4
23
9
1110000
0 1110111
1
D-6.25%
0
1
100%
ADDRESS SPACE UTILISATION
Project- SeminarDate: 22/03/2014
DRK INSTITUTE OF SCIENCE & TECHNOLOGY
Department of Electronics & Communication Engineering
IMPLEMENTATION OF ISP MPLS BACKBONE NETWORK ON IPV6 USING 6PE ROUTERS
NETWORKS VS HOSTS
• In Classless environment we can haveIn Classless environment we can have
• 223232
=4294967296 Hosts=4294967296 Hosts
• ClassClass NetworksNetworks Hosts/NetworkHosts/Network
• AA 126126 1677721416777214
• BB 1638416384 6553465534
• CC 20971522097152 254254
Project- SeminarDate: 22/03/2014
DRK INSTITUTE OF SCIENCE & TECHNOLOGY
Department of Electronics & Communication Engineering
IMPLEMENTATION OF ISP MPLS BACKBONE NETWORK ON IPV6 USING 6PE ROUTERS
Routing and Routing Protocols
The three methods by which a router can add IP routes to
its routing table are:
1. Static routes – Adding a route due to the engineer adding an ip
route command to the router’s configuration.
2. Dynamic routing protocols – Adding routes using routing
protocols, which cause routers to dynamically exchange routing
information with other routers.
Project- SeminarDate: 22/03/2014
DRK INSTITUTE OF SCIENCE & TECHNOLOGY
Department of Electronics & Communication Engineering
IMPLEMENTATION OF ISP MPLS BACKBONE NETWORK ON IPV6 USING 6PE ROUTERS
ROUTER BASICS
Basic Concepts
The router decides where to forward the packet base on the routing table.
To route packets, routers must have routes in their IP routing tables.
Each entry in a router’s IP routing table has important information, including the
following vital information:
1. The destination subnet (subnet number and subnet mask.
2. Directions that tell the router to what other router or host to send the packet
next (outgoing interface and next-hop router).
Project- SeminarDate: 22/03/2014
DRK INSTITUTE OF SCIENCE & TECHNOLOGY
Department of Electronics & Communication Engineering
IMPLEMENTATION OF ISP MPLS BACKBONE NETWORK ON IPV6 USING 6PE ROUTERS
IPV4
• Uses 32-bit IP address.
• Allows for about 4.2 billion IP addresses.
• IPv4 packet header is made up of 20 bytes.
• Dotted decimal notation.
• It consists of network address and host address.
IPv4
0 15 16
vers hlen TOS total length
identification flags flag-offset
TTL protocol header checksum
source address
destination address
options and padding
20
bytes
Project- SeminarDate: 22/03/2014
DRK INSTITUTE OF SCIENCE & TECHNOLOGY
Department of Electronics & Communication Engineering
IMPLEMENTATION OF ISP MPLS BACKBONE NETWORK ON IPV6 USING 6PE ROUTERS
IPV6
40
bytes
vers traffic class flow-label
payload length next header hop limit
source address
destination address
IPv6 is Based on IPv4 Initiated in 1994
• It is 128 Bits
• 2128
=3.4 X 1038
• Header is made up of 40 bytes
•Uses 128-bit IP address
•Allows for 3.4 x 1038
IP addresses
•Each Person Gets 5.5 X 1028
IP’s
No option field: Replaced by extension header. Result in a fixed length, 40-byte IP
header.
No header checksum: Result in fast processing.
No fragmentation at intermediate nodes: Result in fast IP forwarding.
Project- SeminarDate: 22/03/2014
DRK INSTITUTE OF SCIENCE & TECHNOLOGY
Department of Electronics & Communication Engineering
IMPLEMENTATION OF ISP MPLS BACKBONE NETWORK ON IPV6 USING 6PE ROUTERS
1. Addressing problem
2. Routing Crisis
3. End to End problem
4. Security
5. Mobility
6. Performance
Problems of IPv4 & Why IPv6
Project- SeminarDate: 22/03/2014
DRK INSTITUTE OF SCIENCE & TECHNOLOGY
Department of Electronics & Communication Engineering
IMPLEMENTATION OF ISP MPLS BACKBONE NETWORK ON IPV6 USING 6PE ROUTERS
• Larger address space
• Global reachability
• Auto-configuration
• Efficient Routing
• Easy Mobility
• Better security
IPv6 Features
Project- SeminarDate: 22/03/2014
DRK INSTITUTE OF SCIENCE & TECHNOLOGY
Department of Electronics & Communication Engineering
IMPLEMENTATION OF ISP MPLS BACKBONE NETWORK ON IPV6 USING 6PE ROUTERS
Why IPv6?
• Shortage of IPv4 addresses
• Internet is expanding very rapidly in developing countries like
India, China.
• Heavy demand for IP addresses
• End-to-End Reachability is not possible without IPv6
• New Features like Autoconfiguration, better support for QoS, and
Security, Route Aggregation
Project- SeminarDate: 22/03/2014
DRK INSTITUTE OF SCIENCE & TECHNOLOGY
Department of Electronics & Communication Engineering
IMPLEMENTATION OF ISP MPLS BACKBONE NETWORK ON IPV6 USING 6PE ROUTERS
SUBNETTING
Dividing the network into different networks is called subnetting.
Moving of host bits into network bits ,these bits are called
subnets
Subnetting is of two types:
FLSM: Fixed Length Subnet Masking
VLSM: Variable Length Subnet Masking
Subnetting can be based on :
•Required no of Networks .
•Required no of Hosts .
Project- SeminarDate: 22/03/2014
DRK INSTITUTE OF SCIENCE & TECHNOLOGY
Department of Electronics & Communication Engineering
IMPLEMENTATION OF ISP MPLS BACKBONE NETWORK ON IPV6 USING 6PE ROUTERS
 IPv4/IPv6 Dual Stack
 Networks - Tunneling
 Gateway - IPv4/IPv6 Translation
DRIVER
APPLICATION
TCP/UDP
IPv4 IPv6
IPv4 IPv6
IPv6
Network
IPv4IPv6
Network
Tunnel
IPv4
Network
IPv6
Network
Translator
Migration Options
Project- SeminarDate: 22/03/2014
DRK INSTITUTE OF SCIENCE & TECHNOLOGY
Department of Electronics & Communication Engineering
IMPLEMENTATION OF ISP MPLS BACKBONE NETWORK ON IPV6 USING 6PE ROUTERS
OSPF
Features of OSPF:
Neighbor Database: Initial table displaying neighbors learned
through Hello packets.
Link State Database: Similar in all routers. Formed after each
router floods its neighbor database.
Routing table: Each router builds this table by using SPF technology.
It gives the shortest path to all the routers in the AS.
Project- SeminarDate: 22/03/2014
DRK INSTITUTE OF SCIENCE & TECHNOLOGY
Department of Electronics & Communication Engineering
IMPLEMENTATION OF ISP MPLS BACKBONE NETWORK ON IPV6 USING 6PE ROUTERS
OSPF
Features of OSPF:
1. The OSPF protocol is a link state Protocol that handles routing for IP traffic.
2. Open Shortest Path First (OSPF) uses the Shortest Path First (SPF) algorithm, to
provide a loop-free topology.
3. Open Shortest Path First (OSPF) provides fast convergence with triggered,
incremental updates via Link State Advertisements (LSAs).
4. Open Shortest Path First (OSPF) is a classless protocol and allows for a hierarchical
design with VLSM and route summarization.
5. The two important concepts in case of OSPF are Autonomous Systems and Areas.
Project- SeminarDate: 22/03/2014
DRK INSTITUTE OF SCIENCE & TECHNOLOGY
Department of Electronics & Communication Engineering
IMPLEMENTATION OF ISP MPLS BACKBONE NETWORK ON IPV6 USING 6PE ROUTERS
MPLS
• End-to-End protection
• “MPLS stands for "Multiprotocol Label Switching".
• Incoming packets are assigned a "label" by a "label edge router (LER)".
• Packets are forwarded along a "label switch path (LSP)“
• Label switch router (LSR)" makes forwarding decisions on the contents of the label.
•Enable explicit routing in IP networks
•Can be used for traffic management, QoS routing
•Enable fast restoration from failures.
•A packet may carry multiple labels, organized as a last-in-first-out stack
•Simplify packet forwarding based on a fixed length label
Project- SeminarDate: 22/03/2014
DRK INSTITUTE OF SCIENCE & TECHNOLOGY
Department of Electronics & Communication Engineering
IMPLEMENTATION OF ISP MPLS BACKBONE NETWORK ON IPV6 USING 6PE ROUTERS
• Multi Protocol Label Switching is arranged between
Layer 2 and Layer 3
MPLS
L3
Header
L2
Header
DATA
L4
Header
Project- SeminarDate: 22/03/2014
DRK INSTITUTE OF SCIENCE & TECHNOLOGY
Department of Electronics & Communication Engineering
IMPLEMENTATION OF ISP MPLS BACKBONE NETWORK ON IPV6 USING 6PE ROUTERS
•Improves the possibilities for traffic engineering
•Supports the delivery of services with QoS guarantees
•Avoids need for coordination of IP and ATM address allocation and
routing information
•The performance characteristics of layer 2 networks
•The connectivity and network services of layer 3 networks
•Improves the price/performance of network layer routing
•Improved scalability
MPLS ADVANTAGES
Project- SeminarDate: 22/03/2014
DRK INSTITUTE OF SCIENCE & TECHNOLOGY
Department of Electronics & Communication Engineering
IMPLEMENTATION OF ISP MPLS BACKBONE NETWORK ON IPV6 USING 6PE ROUTERS
CE
CE
CE
CE
PE
PE
P
P P
P
MPLS Cloud Model
Project- SeminarDate: 22/03/2014
DRK INSTITUTE OF SCIENCE & TECHNOLOGY
Department of Electronics & Communication Engineering
IMPLEMENTATION OF ISP MPLS BACKBONE NETWORK ON IPV6 USING 6PE ROUTERS
Project- SeminarDate: 22/03/2014
DRK INSTITUTE OF SCIENCE & TECHNOLOGY
Department of Electronics & Communication Engineering
IMPLEMENTATION OF ISP MPLS BACKBONE NETWORK ON IPV6 USING 6PE ROUTERS
ANY QUERIES
Project- SeminarDate: 22/03/2014
DRK INSTITUTE OF SCIENCE & TECHNOLOGY
Department of Electronics & Communication Engineering
IMPLEMENTATION OF ISP MPLS BACKBONE NETWORK ON IPV6 USING 6PE ROUTERS
THANK YOU

More Related Content

What's hot

Deploying IP/MPLS VPN - Cisco Networkers 2010
Deploying IP/MPLS VPN - Cisco Networkers 2010Deploying IP/MPLS VPN - Cisco Networkers 2010
Deploying IP/MPLS VPN - Cisco Networkers 2010Febrian ‎
 
2011 TWNIC SP IPv6 Transition
2011 TWNIC SP IPv6 Transition2011 TWNIC SP IPv6 Transition
2011 TWNIC SP IPv6 TransitionJohnson Liu
 
Scaling the Web to Billions of Nodes: Towards the IPv6 “Internet of Things” b...
Scaling the Web to Billions of Nodes: Towards the IPv6 “Internet of Things” b...Scaling the Web to Billions of Nodes: Towards the IPv6 “Internet of Things” b...
Scaling the Web to Billions of Nodes: Towards the IPv6 “Internet of Things” b...gogo6
 
Unified MPLS. Построение современных и масштабируемых MPLS-сетей.
Unified MPLS. Построение современных и масштабируемых MPLS-сетей. Unified MPLS. Построение современных и масштабируемых MPLS-сетей.
Unified MPLS. Построение современных и масштабируемых MPLS-сетей. Cisco Russia
 
VXLAN BGP EVPN: Technology Building Blocks
VXLAN BGP EVPN: Technology Building BlocksVXLAN BGP EVPN: Technology Building Blocks
VXLAN BGP EVPN: Technology Building BlocksAPNIC
 
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
 
Nokia IES Configuration guide
Nokia IES Configuration guideNokia IES Configuration guide
Nokia IES Configuration guideAbel Saduwa
 
MPLS VPN Per Vrf Traffic
MPLS VPN Per Vrf TrafficMPLS VPN Per Vrf Traffic
MPLS VPN Per Vrf Trafficalco
 
Ipv6 application in 5G bearer network--C&T RF Antennas Inc
Ipv6 application in 5G bearer network--C&T RF Antennas IncIpv6 application in 5G bearer network--C&T RF Antennas Inc
Ipv6 application in 5G bearer network--C&T RF Antennas IncAntenna Manufacturer Coco
 
Building DataCenter networks with VXLAN BGP-EVPN
Building DataCenter networks with VXLAN BGP-EVPNBuilding DataCenter networks with VXLAN BGP-EVPN
Building DataCenter networks with VXLAN BGP-EVPNCisco Canada
 
Nokia L3 VPN Configuration Guide
Nokia L3 VPN Configuration GuideNokia L3 VPN Configuration Guide
Nokia L3 VPN Configuration GuideAbel Saduwa
 
BGP Traffic Engineering with SDN Controller
BGP Traffic Engineering with SDN ControllerBGP Traffic Engineering with SDN Controller
BGP Traffic Engineering with SDN ControllerAPNIC
 
An introduction to MPLS networks and applications
An introduction to MPLS networks and applicationsAn introduction to MPLS networks and applications
An introduction to MPLS networks and applicationsShawn Zandi
 
Overview of SCTP (Stream Control Transmission Protocol)
Overview of SCTP (Stream Control Transmission Protocol)Overview of SCTP (Stream Control Transmission Protocol)
Overview of SCTP (Stream Control Transmission Protocol)Peter R. Egli
 

What's hot (20)

Deploying IP/MPLS VPN - Cisco Networkers 2010
Deploying IP/MPLS VPN - Cisco Networkers 2010Deploying IP/MPLS VPN - Cisco Networkers 2010
Deploying IP/MPLS VPN - Cisco Networkers 2010
 
EVPN Introduction
EVPN IntroductionEVPN Introduction
EVPN Introduction
 
Inter-AS MPLS VPN Deployment
Inter-AS MPLS VPN DeploymentInter-AS MPLS VPN Deployment
Inter-AS MPLS VPN Deployment
 
2011 TWNIC SP IPv6 Transition
2011 TWNIC SP IPv6 Transition2011 TWNIC SP IPv6 Transition
2011 TWNIC SP IPv6 Transition
 
L2 tp
L2 tpL2 tp
L2 tp
 
Scaling the Web to Billions of Nodes: Towards the IPv6 “Internet of Things” b...
Scaling the Web to Billions of Nodes: Towards the IPv6 “Internet of Things” b...Scaling the Web to Billions of Nodes: Towards the IPv6 “Internet of Things” b...
Scaling the Web to Billions of Nodes: Towards the IPv6 “Internet of Things” b...
 
Unified MPLS. Построение современных и масштабируемых MPLS-сетей.
Unified MPLS. Построение современных и масштабируемых MPLS-сетей. Unified MPLS. Построение современных и масштабируемых MPLS-сетей.
Unified MPLS. Построение современных и масштабируемых MPLS-сетей.
 
i pv6
i pv6i pv6
i pv6
 
VXLAN BGP EVPN: Technology Building Blocks
VXLAN BGP EVPN: Technology Building BlocksVXLAN BGP EVPN: Technology Building Blocks
VXLAN BGP EVPN: Technology Building Blocks
 
10209
1020910209
10209
 
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 ...
 
Nokia IES Configuration guide
Nokia IES Configuration guideNokia IES Configuration guide
Nokia IES Configuration guide
 
MPLS VPN Per Vrf Traffic
MPLS VPN Per Vrf TrafficMPLS VPN Per Vrf Traffic
MPLS VPN Per Vrf Traffic
 
Ipv6 application in 5G bearer network--C&T RF Antennas Inc
Ipv6 application in 5G bearer network--C&T RF Antennas IncIpv6 application in 5G bearer network--C&T RF Antennas Inc
Ipv6 application in 5G bearer network--C&T RF Antennas Inc
 
Building DataCenter networks with VXLAN BGP-EVPN
Building DataCenter networks with VXLAN BGP-EVPNBuilding DataCenter networks with VXLAN BGP-EVPN
Building DataCenter networks with VXLAN BGP-EVPN
 
Nokia L3 VPN Configuration Guide
Nokia L3 VPN Configuration GuideNokia L3 VPN Configuration Guide
Nokia L3 VPN Configuration Guide
 
BGP Traffic Engineering with SDN Controller
BGP Traffic Engineering with SDN ControllerBGP Traffic Engineering with SDN Controller
BGP Traffic Engineering with SDN Controller
 
An introduction to MPLS networks and applications
An introduction to MPLS networks and applicationsAn introduction to MPLS networks and applications
An introduction to MPLS networks and applications
 
MPLS
MPLSMPLS
MPLS
 
Overview of SCTP (Stream Control Transmission Protocol)
Overview of SCTP (Stream Control Transmission Protocol)Overview of SCTP (Stream Control Transmission Protocol)
Overview of SCTP (Stream Control Transmission Protocol)
 

Viewers also liked

Design and Deployment using the Cisco Smart Business Architecture (SBA)
Design and Deployment using the Cisco Smart Business Architecture (SBA)Design and Deployment using the Cisco Smart Business Architecture (SBA)
Design and Deployment using the Cisco Smart Business Architecture (SBA)Cisco Russia
 
CDN and ISP Operation
CDN and ISP OperationCDN and ISP Operation
CDN and ISP OperationKae Hsu
 
Network Design in Cloud-ready IDC
Network Design in Cloud-ready IDCNetwork Design in Cloud-ready IDC
Network Design in Cloud-ready IDCKae Hsu
 
Cloud Computing Security (Final Year Project) by Pavlos Stefanis
Cloud Computing Security (Final Year Project) by Pavlos StefanisCloud Computing Security (Final Year Project) by Pavlos Stefanis
Cloud Computing Security (Final Year Project) by Pavlos StefanisPavlos Stefanis
 
NFV for beginners
NFV for beginnersNFV for beginners
NFV for beginnersDave Neary
 
MPLS L3 VPN Deployment
MPLS L3 VPN DeploymentMPLS L3 VPN Deployment
MPLS L3 VPN DeploymentAPNIC
 
Introduction to Software Defined Networking (SDN)
Introduction to Software Defined Networking (SDN)Introduction to Software Defined Networking (SDN)
Introduction to Software Defined Networking (SDN)rjain51
 

Viewers also liked (8)

Design and Deployment using the Cisco Smart Business Architecture (SBA)
Design and Deployment using the Cisco Smart Business Architecture (SBA)Design and Deployment using the Cisco Smart Business Architecture (SBA)
Design and Deployment using the Cisco Smart Business Architecture (SBA)
 
ISP
ISPISP
ISP
 
CDN and ISP Operation
CDN and ISP OperationCDN and ISP Operation
CDN and ISP Operation
 
Network Design in Cloud-ready IDC
Network Design in Cloud-ready IDCNetwork Design in Cloud-ready IDC
Network Design in Cloud-ready IDC
 
Cloud Computing Security (Final Year Project) by Pavlos Stefanis
Cloud Computing Security (Final Year Project) by Pavlos StefanisCloud Computing Security (Final Year Project) by Pavlos Stefanis
Cloud Computing Security (Final Year Project) by Pavlos Stefanis
 
NFV for beginners
NFV for beginnersNFV for beginners
NFV for beginners
 
MPLS L3 VPN Deployment
MPLS L3 VPN DeploymentMPLS L3 VPN Deployment
MPLS L3 VPN Deployment
 
Introduction to Software Defined Networking (SDN)
Introduction to Software Defined Networking (SDN)Introduction to Software Defined Networking (SDN)
Introduction to Software Defined Networking (SDN)
 

Similar to Implementation of isp mpls backbone network on i pv6 using 6 pe routers main PPT

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
 
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
 
Migration of corperate networks from ipv4 to ipv6 using dual stack
Migration of corperate networks from ipv4 to ipv6 using dual stackMigration of corperate networks from ipv4 to ipv6 using dual stack
Migration of corperate networks from ipv4 to ipv6 using dual stackpraveenReddy268
 
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
 
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
 
A Review Paper On IPv4 And IPv6 A Comprehensive Survey
A Review Paper On IPv4 And IPv6  A Comprehensive SurveyA Review Paper On IPv4 And IPv6  A Comprehensive Survey
A Review Paper On IPv4 And IPv6 A Comprehensive SurveyHannah Baker
 
Compatibility between IPv4 and IPv6
Compatibility between IPv4 and IPv6Compatibility between IPv4 and IPv6
Compatibility between IPv4 and IPv6Zalak Patel
 
Da3210751081
Da3210751081Da3210751081
Da3210751081IJMER
 
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
 
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
 
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
 
CCNA v6.0 ITN - Chapter 06
CCNA v6.0 ITN - Chapter 06CCNA v6.0 ITN - Chapter 06
CCNA v6.0 ITN - Chapter 06Irsandi Hasan
 
Welcome to the APNIC Member Gathering, Mongolia
Welcome to the APNIC Member Gathering, MongoliaWelcome to the APNIC Member Gathering, Mongolia
Welcome to the APNIC Member Gathering, MongoliaAPNIC
 
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
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
Kkbnet2010 i pv6 tunneling algorithms
Kkbnet2010 i pv6 tunneling algorithmsKkbnet2010 i pv6 tunneling algorithms
Kkbnet2010 i pv6 tunneling algorithmshanums1
 

Similar to Implementation of isp mpls backbone network on i pv6 using 6 pe routers main PPT (20)

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
 
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
 
Migration of corperate networks from ipv4 to ipv6 using dual stack
Migration of corperate networks from ipv4 to ipv6 using dual stackMigration of corperate networks from ipv4 to ipv6 using dual stack
Migration of corperate networks from ipv4 to ipv6 using dual stack
 
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
 
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
 
A Review Paper On IPv4 And IPv6 A Comprehensive Survey
A Review Paper On IPv4 And IPv6  A Comprehensive SurveyA Review Paper On IPv4 And IPv6  A Comprehensive Survey
A Review Paper On IPv4 And IPv6 A Comprehensive Survey
 
Compatibility between IPv4 and IPv6
Compatibility between IPv4 and IPv6Compatibility between IPv4 and IPv6
Compatibility between IPv4 and IPv6
 
40120130405018 2
40120130405018 240120130405018 2
40120130405018 2
 
Da3210751081
Da3210751081Da3210751081
Da3210751081
 
11
1111
11
 
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
 
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...
 
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
 
CCNA v6.0 ITN - Chapter 06
CCNA v6.0 ITN - Chapter 06CCNA v6.0 ITN - Chapter 06
CCNA v6.0 ITN - Chapter 06
 
Welcome to the APNIC Member Gathering, Mongolia
Welcome to the APNIC Member Gathering, MongoliaWelcome to the APNIC Member Gathering, Mongolia
Welcome to the APNIC Member Gathering, Mongolia
 
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
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
Kkbnet2010 i pv6 tunneling algorithms
Kkbnet2010 i pv6 tunneling algorithmsKkbnet2010 i pv6 tunneling algorithms
Kkbnet2010 i pv6 tunneling algorithms
 

Recently uploaded

Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsAlberto González Trastoy
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfkalichargn70th171
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providermohitmore19
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Modelsaagamshah0812
 
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...Christina Lin
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software DevelopersVinodh Ram
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfkalichargn70th171
 
Introduction to Decentralized Applications (dApps)
Introduction to Decentralized Applications (dApps)Introduction to Decentralized Applications (dApps)
Introduction to Decentralized Applications (dApps)Intelisync
 
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...gurkirankumar98700
 
Salesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantSalesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantAxelRicardoTrocheRiq
 
DNT_Corporate presentation know about us
DNT_Corporate presentation know about usDNT_Corporate presentation know about us
DNT_Corporate presentation know about usDynamic Netsoft
 
Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...OnePlan Solutions
 
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...soniya singh
 
Asset Management Software - Infographic
Asset Management Software - InfographicAsset Management Software - Infographic
Asset Management Software - InfographicHr365.us smith
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...ICS
 
EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityNeo4j
 
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataAdobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataBradBedford3
 
chapter--4-software-project-planning.ppt
chapter--4-software-project-planning.pptchapter--4-software-project-planning.ppt
chapter--4-software-project-planning.pptkotipi9215
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...stazi3110
 

Recently uploaded (20)

Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Models
 
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software Developers
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
 
Introduction to Decentralized Applications (dApps)
Introduction to Decentralized Applications (dApps)Introduction to Decentralized Applications (dApps)
Introduction to Decentralized Applications (dApps)
 
Exploring iOS App Development: Simplifying the Process
Exploring iOS App Development: Simplifying the ProcessExploring iOS App Development: Simplifying the Process
Exploring iOS App Development: Simplifying the Process
 
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
 
Salesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantSalesforce Certified Field Service Consultant
Salesforce Certified Field Service Consultant
 
DNT_Corporate presentation know about us
DNT_Corporate presentation know about usDNT_Corporate presentation know about us
DNT_Corporate presentation know about us
 
Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...
 
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
 
Asset Management Software - Infographic
Asset Management Software - InfographicAsset Management Software - Infographic
Asset Management Software - Infographic
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
 
EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered Sustainability
 
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataAdobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
 
chapter--4-software-project-planning.ppt
chapter--4-software-project-planning.pptchapter--4-software-project-planning.ppt
chapter--4-software-project-planning.ppt
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
 

Implementation of isp mpls backbone network on i pv6 using 6 pe routers main PPT

  • 1. DRKINSTITUTE OF SCIENCE & TECHNOLOGY IMPLEMENTATION OF ISP MPLS BACKBONE NETWORK ON IPV6 USING 6PE ROUTERS Project- Seminar Department of Electronics & Communication Engineering B. Satish Kumar 10N71A0405 C. Pavan 10N71A0410 K. Sai Kiran 10N71A0429 Date: 22/03/2014
  • 2. Project- SeminarDate: 22/03/2014 DRK INSTITUTE OF SCIENCE & TECHNOLOGY Department of Electronics & Communication Engineering IMPLEMENTATION OF ISP MPLS BACKBONE NETWORK ON IPV6 USING 6PE ROUTERS INDEX •ABSTRACT •What is an IP Address •Where do IP addresses come from? •IPv4 Address classes
  • 3. Project- SeminarDate: 22/03/2014 DRK INSTITUTE OF SCIENCE & TECHNOLOGY Department of Electronics & Communication Engineering IMPLEMENTATION OF ISP MPLS BACKBONE NETWORK ON IPV6 USING 6PE ROUTERS • IPv6 (Internet Protocol version 6) is a revision of the Internet Protocol (IP) developed by the Internet Engineering Task Force (IETF). IPv6 is intended to succeed IPv4. • IPv6 implements a new addressing system that allows for far more addresses to be assigned than with Ipv4. • Multiprotocol Label Switching (MPLS) is deployed by many service providers for establishing their backbone networks. • The Cisco implementation of IPv6 provider edge router over MPLS is called 6PE,and it enables IPv6 sites to communicate with each other over an MPLS IPv4 core network using MPLS label switched paths. ABSTRACT
  • 4. Project- SeminarDate: 22/03/2014 DRK INSTITUTE OF SCIENCE & TECHNOLOGY Department of Electronics & Communication Engineering IMPLEMENTATION OF ISP MPLS BACKBONE NETWORK ON IPV6 USING 6PE ROUTERS
  • 5. Project- SeminarDate: 22/03/2014 DRK INSTITUTE OF SCIENCE & TECHNOLOGY Department of Electronics & Communication Engineering IMPLEMENTATION OF ISP MPLS BACKBONE NETWORK ON IPV6 USING 6PE ROUTERS What is an IP address? • Each host on a TCP/IP network is uniquely identified at the IP layer with an address. • An Internet Protocol (IP) address specifies the location of a host or client on the Internet. • Responsible for end to end transmission • The IPv4 address is 32 bits long • The IPv6 address is 128 bit long
  • 6. Project- SeminarDate: 22/03/2014 DRK INSTITUTE OF SCIENCE & TECHNOLOGY Department of Electronics & Communication Engineering IMPLEMENTATION OF ISP MPLS BACKBONE NETWORK ON IPV6 USING 6PE ROUTERS Where do IP addresses come from? Standards Allocation Allocation Assignment Regional Internet Registries (RIRs) distribute IPv4, IPv6, and AS numbers to the Internet community USER
  • 7. Project- SeminarDate: 22/03/2014 DRK INSTITUTE OF SCIENCE & TECHNOLOGY Department of Electronics & Communication Engineering IMPLEMENTATION OF ISP MPLS BACKBONE NETWORK ON IPV6 USING 6PE ROUTERS VERSIONS OF IP IPV1 To IPV3 – Were Not Formally Assigned IPV4 – TCP/IP – 32 Bit IP Address, Currently Used IPV5 – A Connection Oriented Internet Level Protocol IPV6 – Designed To Replace IPV4 – 128 Bit IP Address Failure Currently Using Failure Success Journey Of IP:
  • 8. Project- SeminarDate: 22/03/2014 DRK INSTITUTE OF SCIENCE & TECHNOLOGY Department of Electronics & Communication Engineering IMPLEMENTATION OF ISP MPLS BACKBONE NETWORK ON IPV6 USING 6PE ROUTERS IPv4 Address classes NClass-A: N NClass-B: N N NClass-C: Class-D: For Multicast Class-E: For Research There are five classes of addresses A, B, C, D & E. A, B & C classes are used to represent host and network address. Class D is a special type of address used for multicasting. Class E is reserved for experimental use. H H H H H H •N=Network number assigned by IANA •H=Host number assigned by network administrator.
  • 9. Project- SeminarDate: 22/03/2014 DRK INSTITUTE OF SCIENCE & TECHNOLOGY Department of Electronics & Communication Engineering IMPLEMENTATION OF ISP MPLS BACKBONE NETWORK ON IPV6 USING 6PE ROUTERS CLASS- C Address In decimal the address range is 0.0.0.0 to 255.255.255.255 The IP address is of the form <Network-ID,Host-ID> Network Host 32 Bits 8 Bits8 Bits 8 Bits 8 Bits 172 . 16 . 122 . 204 HN N H
  • 10. Project- SeminarDate: 22/03/2014 DRK INSTITUTE OF SCIENCE & TECHNOLOGY Department of Electronics & Communication Engineering IMPLEMENTATION OF ISP MPLS BACKBONE NETWORK ON IPV6 USING 6PE ROUTERS 01 0 12 7 000000 00 011111 11 A- 50% 1 0 12 8 19 1 10000 000 101111 11 B- 25% 0 1 19 2 22 3 110000 00 1101111 1 C-12.5% 24 0 25 5 1111000 0 111111 11 E-6.25% 022 4 23 9 1110000 0 1110111 1 D-6.25% 0 1 100% ADDRESS SPACE UTILISATION
  • 11. Project- SeminarDate: 22/03/2014 DRK INSTITUTE OF SCIENCE & TECHNOLOGY Department of Electronics & Communication Engineering IMPLEMENTATION OF ISP MPLS BACKBONE NETWORK ON IPV6 USING 6PE ROUTERS NETWORKS VS HOSTS • In Classless environment we can haveIn Classless environment we can have • 223232 =4294967296 Hosts=4294967296 Hosts • ClassClass NetworksNetworks Hosts/NetworkHosts/Network • AA 126126 1677721416777214 • BB 1638416384 6553465534 • CC 20971522097152 254254
  • 12. Project- SeminarDate: 22/03/2014 DRK INSTITUTE OF SCIENCE & TECHNOLOGY Department of Electronics & Communication Engineering IMPLEMENTATION OF ISP MPLS BACKBONE NETWORK ON IPV6 USING 6PE ROUTERS Routing and Routing Protocols The three methods by which a router can add IP routes to its routing table are: 1. Static routes – Adding a route due to the engineer adding an ip route command to the router’s configuration. 2. Dynamic routing protocols – Adding routes using routing protocols, which cause routers to dynamically exchange routing information with other routers.
  • 13. Project- SeminarDate: 22/03/2014 DRK INSTITUTE OF SCIENCE & TECHNOLOGY Department of Electronics & Communication Engineering IMPLEMENTATION OF ISP MPLS BACKBONE NETWORK ON IPV6 USING 6PE ROUTERS ROUTER BASICS Basic Concepts The router decides where to forward the packet base on the routing table. To route packets, routers must have routes in their IP routing tables. Each entry in a router’s IP routing table has important information, including the following vital information: 1. The destination subnet (subnet number and subnet mask. 2. Directions that tell the router to what other router or host to send the packet next (outgoing interface and next-hop router).
  • 14. Project- SeminarDate: 22/03/2014 DRK INSTITUTE OF SCIENCE & TECHNOLOGY Department of Electronics & Communication Engineering IMPLEMENTATION OF ISP MPLS BACKBONE NETWORK ON IPV6 USING 6PE ROUTERS IPV4 • Uses 32-bit IP address. • Allows for about 4.2 billion IP addresses. • IPv4 packet header is made up of 20 bytes. • Dotted decimal notation. • It consists of network address and host address. IPv4 0 15 16 vers hlen TOS total length identification flags flag-offset TTL protocol header checksum source address destination address options and padding 20 bytes
  • 15. Project- SeminarDate: 22/03/2014 DRK INSTITUTE OF SCIENCE & TECHNOLOGY Department of Electronics & Communication Engineering IMPLEMENTATION OF ISP MPLS BACKBONE NETWORK ON IPV6 USING 6PE ROUTERS IPV6 40 bytes vers traffic class flow-label payload length next header hop limit source address destination address IPv6 is Based on IPv4 Initiated in 1994 • It is 128 Bits • 2128 =3.4 X 1038 • Header is made up of 40 bytes •Uses 128-bit IP address •Allows for 3.4 x 1038 IP addresses •Each Person Gets 5.5 X 1028 IP’s No option field: Replaced by extension header. Result in a fixed length, 40-byte IP header. No header checksum: Result in fast processing. No fragmentation at intermediate nodes: Result in fast IP forwarding.
  • 16. Project- SeminarDate: 22/03/2014 DRK INSTITUTE OF SCIENCE & TECHNOLOGY Department of Electronics & Communication Engineering IMPLEMENTATION OF ISP MPLS BACKBONE NETWORK ON IPV6 USING 6PE ROUTERS 1. Addressing problem 2. Routing Crisis 3. End to End problem 4. Security 5. Mobility 6. Performance Problems of IPv4 & Why IPv6
  • 17. Project- SeminarDate: 22/03/2014 DRK INSTITUTE OF SCIENCE & TECHNOLOGY Department of Electronics & Communication Engineering IMPLEMENTATION OF ISP MPLS BACKBONE NETWORK ON IPV6 USING 6PE ROUTERS • Larger address space • Global reachability • Auto-configuration • Efficient Routing • Easy Mobility • Better security IPv6 Features
  • 18. Project- SeminarDate: 22/03/2014 DRK INSTITUTE OF SCIENCE & TECHNOLOGY Department of Electronics & Communication Engineering IMPLEMENTATION OF ISP MPLS BACKBONE NETWORK ON IPV6 USING 6PE ROUTERS Why IPv6? • Shortage of IPv4 addresses • Internet is expanding very rapidly in developing countries like India, China. • Heavy demand for IP addresses • End-to-End Reachability is not possible without IPv6 • New Features like Autoconfiguration, better support for QoS, and Security, Route Aggregation
  • 19. Project- SeminarDate: 22/03/2014 DRK INSTITUTE OF SCIENCE & TECHNOLOGY Department of Electronics & Communication Engineering IMPLEMENTATION OF ISP MPLS BACKBONE NETWORK ON IPV6 USING 6PE ROUTERS SUBNETTING Dividing the network into different networks is called subnetting. Moving of host bits into network bits ,these bits are called subnets Subnetting is of two types: FLSM: Fixed Length Subnet Masking VLSM: Variable Length Subnet Masking Subnetting can be based on : •Required no of Networks . •Required no of Hosts .
  • 20. Project- SeminarDate: 22/03/2014 DRK INSTITUTE OF SCIENCE & TECHNOLOGY Department of Electronics & Communication Engineering IMPLEMENTATION OF ISP MPLS BACKBONE NETWORK ON IPV6 USING 6PE ROUTERS  IPv4/IPv6 Dual Stack  Networks - Tunneling  Gateway - IPv4/IPv6 Translation DRIVER APPLICATION TCP/UDP IPv4 IPv6 IPv4 IPv6 IPv6 Network IPv4IPv6 Network Tunnel IPv4 Network IPv6 Network Translator Migration Options
  • 21. Project- SeminarDate: 22/03/2014 DRK INSTITUTE OF SCIENCE & TECHNOLOGY Department of Electronics & Communication Engineering IMPLEMENTATION OF ISP MPLS BACKBONE NETWORK ON IPV6 USING 6PE ROUTERS OSPF Features of OSPF: Neighbor Database: Initial table displaying neighbors learned through Hello packets. Link State Database: Similar in all routers. Formed after each router floods its neighbor database. Routing table: Each router builds this table by using SPF technology. It gives the shortest path to all the routers in the AS.
  • 22. Project- SeminarDate: 22/03/2014 DRK INSTITUTE OF SCIENCE & TECHNOLOGY Department of Electronics & Communication Engineering IMPLEMENTATION OF ISP MPLS BACKBONE NETWORK ON IPV6 USING 6PE ROUTERS OSPF Features of OSPF: 1. The OSPF protocol is a link state Protocol that handles routing for IP traffic. 2. Open Shortest Path First (OSPF) uses the Shortest Path First (SPF) algorithm, to provide a loop-free topology. 3. Open Shortest Path First (OSPF) provides fast convergence with triggered, incremental updates via Link State Advertisements (LSAs). 4. Open Shortest Path First (OSPF) is a classless protocol and allows for a hierarchical design with VLSM and route summarization. 5. The two important concepts in case of OSPF are Autonomous Systems and Areas.
  • 23. Project- SeminarDate: 22/03/2014 DRK INSTITUTE OF SCIENCE & TECHNOLOGY Department of Electronics & Communication Engineering IMPLEMENTATION OF ISP MPLS BACKBONE NETWORK ON IPV6 USING 6PE ROUTERS MPLS • End-to-End protection • “MPLS stands for "Multiprotocol Label Switching". • Incoming packets are assigned a "label" by a "label edge router (LER)". • Packets are forwarded along a "label switch path (LSP)“ • Label switch router (LSR)" makes forwarding decisions on the contents of the label. •Enable explicit routing in IP networks •Can be used for traffic management, QoS routing •Enable fast restoration from failures. •A packet may carry multiple labels, organized as a last-in-first-out stack •Simplify packet forwarding based on a fixed length label
  • 24. Project- SeminarDate: 22/03/2014 DRK INSTITUTE OF SCIENCE & TECHNOLOGY Department of Electronics & Communication Engineering IMPLEMENTATION OF ISP MPLS BACKBONE NETWORK ON IPV6 USING 6PE ROUTERS • Multi Protocol Label Switching is arranged between Layer 2 and Layer 3 MPLS L3 Header L2 Header DATA L4 Header
  • 25. Project- SeminarDate: 22/03/2014 DRK INSTITUTE OF SCIENCE & TECHNOLOGY Department of Electronics & Communication Engineering IMPLEMENTATION OF ISP MPLS BACKBONE NETWORK ON IPV6 USING 6PE ROUTERS •Improves the possibilities for traffic engineering •Supports the delivery of services with QoS guarantees •Avoids need for coordination of IP and ATM address allocation and routing information •The performance characteristics of layer 2 networks •The connectivity and network services of layer 3 networks •Improves the price/performance of network layer routing •Improved scalability MPLS ADVANTAGES
  • 26. Project- SeminarDate: 22/03/2014 DRK INSTITUTE OF SCIENCE & TECHNOLOGY Department of Electronics & Communication Engineering IMPLEMENTATION OF ISP MPLS BACKBONE NETWORK ON IPV6 USING 6PE ROUTERS CE CE CE CE PE PE P P P P MPLS Cloud Model
  • 27. Project- SeminarDate: 22/03/2014 DRK INSTITUTE OF SCIENCE & TECHNOLOGY Department of Electronics & Communication Engineering IMPLEMENTATION OF ISP MPLS BACKBONE NETWORK ON IPV6 USING 6PE ROUTERS
  • 28. Project- SeminarDate: 22/03/2014 DRK INSTITUTE OF SCIENCE & TECHNOLOGY Department of Electronics & Communication Engineering IMPLEMENTATION OF ISP MPLS BACKBONE NETWORK ON IPV6 USING 6PE ROUTERS ANY QUERIES
  • 29. Project- SeminarDate: 22/03/2014 DRK INSTITUTE OF SCIENCE & TECHNOLOGY Department of Electronics & Communication Engineering IMPLEMENTATION OF ISP MPLS BACKBONE NETWORK ON IPV6 USING 6PE ROUTERS THANK YOU