Dan York - Presentation at Emerging Communications Conference & Awards (eComm 2011)
How IPv6 Will Kill Telecom – And What We Need To Do About ItJune 27, 2011Dan YorkDir. ofConversationstwitter.com/danyorktwitter.com/voxeo
Dan Yorkwww.danyork.com
Dan York - Presentation at Emerging Communications Conference & Awards (eComm 2011)
Why IPv6?
Dan York - Presentation at Emerging Communications Conference & Awards (eComm 2011)
Dan York - Presentation at Emerging Communications Conference & Awards (eComm 2011)
Dan York - Presentation at Emerging Communications Conference & Awards (eComm 2011)
In The Beginning...192.168.20.12
Mobilitywww.flickr.com/photos/kapungo/3396823518/
A Plethora of Portable Platformswww.flickr.com/photos/clonedmilkmen/5111779335/
Internet of Thingswww.flickr.com/photos/dmje/5159177886/
Internet of Things
Internet of Things
EVERYTHINGoverIP
How IP Address Allocation WorksRegional Internet Registries (RIRs)Internet Service Providers (ISPs)You
Global IPv4 Disparity
Oops...  as of Feb 1, 2011...All Gone!Regional Internet Registries (RIRs)Internet Service Providers (ISPs)You
Solutions?
IPv4 Marketplace
Prolonging IPv4 - NAT TodayNATPrivate IPAddressesPublic IPPCInternetFirewallHome FirewallFirewallIPPhoneISPHome
Carrier Grade NAT (a.k.a. LSN)NATPrivate IPAddressesPublic IPPCInternetFirewallHome FirewallFirewallIPPhoneISPHome
Old NATs Never Die...NATNATPrivate IPAddressesPrivate IPAddressesPublic IPPCInternetFirewallHome FirewallFirewallIPPhoneISPHome
The Problem?SIP         NAT
Oh, and by the way... (sorry... we still have NAT-like networks with IPv6...)
And then there is...
Challenge #1 For VoIP and UC Apps:How Many Digits Is That?
See the problem?
See the problem?
IPv4192.168.20.12
IPv62001:db8:34a5:23:aa1f:12f4:9009:1234
IPv6 Address Compression2001:db8:34a5:0:0:0:0:12001:db8:34a5::1(oh, and they aren’t case-sensitive)
IPv6 Address Compression127.0.0.1				::10.0.0.0					::
DNS is your friend!
Challenge #2 For VoIP and UC Apps:Where’s The Nearest Port?
IPv4 Port Numbers192.168.20.12:5060
IPv4 Port Numbers in IPv6?192.168.20.12:50602001:db8:34a5::1234:5060
IPv6 Port Numbers[2001:db8:34a5::1234]:5060
IPv6 addressinghttp://[2001:db8:34a5::1234]/index.htmlhttp://[2001:db8:34a5::1234]:8080sip:dan@[2001:db8:34a5::1234]sip:dan@[2001:db8:34a5::1234]:5060
DNS is your friend!
Challenge #3 For VoIP and UC Apps:What’s the Address?
IPv6 – Multiple Addresses / Interface192.168.20.122001:db8:34a5:92:21c:a5ff:fe12:3a80(global)fe80::21c:a5ff:fe12:3a80(link-local)
IPv6 – Neighbor DiscoveryNo More DHCP For Address Assignment(well, unless you want it)Router AdvertisementsAlso Replaces ARP
IPv6 – Address Creation2001:db8:34a5:92:21c:a5ff:fe12:3a80Router AdvertisementAutoconfiguration fromEthernet Address
DNS is your friend!
Challenge #4 For VoIP and UC Apps:How Many A’s Do You Want With That?
IPv4 and DNSexample.com  3600  IN  A  192.168.20.12
IPv6 and DNSexample.com  3600  IN  A  192.168.20.12example.com  3600  IN  AAAA  2001:db8:34a5::1234
IPv6 DNS FunWhat if DNS gives a AAAA.... but your system doesn’t have “real” IPv6 connectivity?(You can retrieve AAAA records over IPv4!)
UNhappy EyeballsDNSSvrexample.com  A  192.168.20.12example.com  AAAA  2001:db8:34a5::1234AAAA?You(a long time later...)A?
Happy EyeballsDNSSvrexample.com  A  192.168.20.12example.com  AAAA  2001:db8:34a5::1234AAAA?YouA?(sent at same time;whichever replies first wins)
Happy Eyeballsdraft-ietf-v6ops-happy-eyeballs
Challenge #5 For VoIP and UC Apps:What Lies Buried Within?
How Do You Store IP Addresses?Memory?Databases?Config Files?Room for two? (or more?)
Config Files<category name="SIP">    <item name="Server1">127.0.0.1:5060    </item></category>
Dan York - Presentation at Emerging Communications Conference & Awards (eComm 2011)
IPv6 Works Fine!Linphone – http://www.linphone.orgOpen source, free and available for Linux, Windows and MacOS X
Linphone and IPv6Linphone – http://www.linphone.orgOpen source, free and available for Linux, Windows and MacOS X
RFC 6157RFC 6157“IPv6 Transition in the Session Initiation Protocol (SIP)”tools.ietf.org/html/rfc6157
SIP ArchitectureSIP ProxyASIP ProxyBSIPSIPSIPAliceBobMedia  (RTP, MSRP, etc.)
SIP RealityInternet (or WAN)SIP ProxyASIP ProxyBSIP ProxyNSIP ProxyDSIP ProxyCSIPSIPSIPSIPSIPSIPMedia ProxyAMedia ProxyBAliceBobMediaMediaMedia
“SIP” = Multiple ProtocolsSIPSDPRTP
IPv4/IPv6 FunCommunicating between IPv4 client and IPv6 client through a proxy Record-Route: <sip:2001:db8::1;lr> Record-Route: <sip:192.0.2.1;lr>Mixed communication across a path of proxiesMixed communication: IPv6 for SIP, IPv4 for media
IPv6 and SDPOnly allows a single IP address per media stream (“c=“  parameter)c=IN IP4 192.168.20.12 c=IN IP6 2001:db8:34a5::1234Multiple proposals for additional SDP parametersex. ANAT - RFC 4091 & 4092 – now deprecated by ICEThe IETF way forward is ICE – RFC 5245
NAT, NAT, NAT... STUN, TURN, ICE(RFC 5245)
Discovery of SIP ServersUser agents need to find SIP servers/proxiesDHCPv6 SIP Options in RFC 3319DNS SRV, NAPTR and AAAA Records (RFC 3263)
Other IPv6 ConsiderationsOther interfacesWeb and management systemsLoggingAPIsCustom SIP headersMulti-vendor interoperabilitySBC and firewall support for SIP over IPv6
Dan York - Presentation at Emerging Communications Conference & Awards (eComm 2011)
SIP Forum “IPv6” Mailing Listsipforum.org/mailman/listinfo/ipv6
SIPit Test Eventssipit.netSIPit 28: “68% of the implementations present supported IPv6.”
Get Started With IPv6... http://bit.ly/voxeoipv6
Set up Test Lab or your Home Officehttp://tunnelbroker.netwww.test-ipv6.comwww.ipv6-test.com
SIP Softphones Supporting IPv6Linphonewww.linphone.orgJitsi (formerly SIP Communicator)www.jitsi.org
Olle Would Want Me To Mention... Asterisk 1.8
Jonathan Would Want Me To Mention...Voxeo Prophecy 10.1Standards-based platform for speech, IVR and SIP applicationsDownloads and installs in minutes; Scales from 2 ports to 10’s of thousands of portsWorld’s most compatible and compliant VoiceXML and CCXMLVoxeo PRISM 10.1Real-time Communications Application ServerSupports Converged SIP, Web and XMPP applications. Carrier grade high performance platform with full support of high availability and session replicationFree developer versions for Windows, Linux, Mac OS Xwww.voxeo.com/prophecywww.voxeo.com/prism75
Marc Would Want Me To Mention...sipforum.org/mailman/listinfo/ipv6
Dan York - Presentation at Emerging Communications Conference & Awards (eComm 2011)
Q&AVisit our IPv6 resource page and read our IPv6 blog posts:http://bit.ly/voxeoipv6Dan Yorksip:dyork@voxeo.comskype:danyork
Dan York - Presentation at Emerging Communications Conference & Awards (eComm 2011)

More Related Content

PDF
PPTX
Content over IPv6: no excuses
PPTX
Getting started with IPv6
PPTX
CommunicAsia 2017: IPv6 deployment architecture for IoT
PDF
Introduction of ipv6
PDF
Journey to IPv6 - A Real-World deployment for Mobiles
PDF
SIP and DNS - federation, failover, load balancing and more
PPTX
Slides from Introduction to IPv6
Content over IPv6: no excuses
Getting started with IPv6
CommunicAsia 2017: IPv6 deployment architecture for IoT
Introduction of ipv6
Journey to IPv6 - A Real-World deployment for Mobiles
SIP and DNS - federation, failover, load balancing and more
Slides from Introduction to IPv6

What's hot (20)

PDF
Budapest Big Data Meetup Nov 26 2015
PDF
Spark Summit East NYC Meetup 02-16-2016
PDF
Barcelona Spain Apache Spark Meetup Oct 20, 2015: Spark Streaming, Kafka, MLl...
PDF
Spark After Dark 2.0 - Apache Big Data Conf - Vancouver - May 11, 2016
PDF
Copenhagen Spark Meetup Nov 25, 2015
PDF
Sydney Spark Meetup Dec 08, 2015
PDF
DC Spark Users Group March 15 2016 - Spark and Netflix Recommendations
PDF
Toronto Spark Meetup Dec 14 2015
PDF
Melbourne Spark Meetup Dec 09 2015
PDF
Madrid Spark Big Data Bluemix Meetup - Spark Versus Hadoop @ 100 TB Daytona G...
PDF
Istanbul Spark Meetup Nov 28 2015
PDF
Boston Spark Meetup May 24, 2016
PPTX
IPV6 Network Simulation Projects Research Guidance
PPTX
ARIN 36 IETF IPv6 Activities Report
PDF
Spark, Similarity, Approximations, NLP, Recommendations - Boulder Denver Spar...
PPTX
Dublin Ireland Spark Meetup October 15, 2015
PPTX
IPv6 Deployment Architecture for Broadband Access Networks
PDF
IPv6 Transition Strategies
PDF
Advanced Apache Spark Meetup Data Sources API Cassandra Spark Connector Spark...
PPTX
Ipv6
Budapest Big Data Meetup Nov 26 2015
Spark Summit East NYC Meetup 02-16-2016
Barcelona Spain Apache Spark Meetup Oct 20, 2015: Spark Streaming, Kafka, MLl...
Spark After Dark 2.0 - Apache Big Data Conf - Vancouver - May 11, 2016
Copenhagen Spark Meetup Nov 25, 2015
Sydney Spark Meetup Dec 08, 2015
DC Spark Users Group March 15 2016 - Spark and Netflix Recommendations
Toronto Spark Meetup Dec 14 2015
Melbourne Spark Meetup Dec 09 2015
Madrid Spark Big Data Bluemix Meetup - Spark Versus Hadoop @ 100 TB Daytona G...
Istanbul Spark Meetup Nov 28 2015
Boston Spark Meetup May 24, 2016
IPV6 Network Simulation Projects Research Guidance
ARIN 36 IETF IPv6 Activities Report
Spark, Similarity, Approximations, NLP, Recommendations - Boulder Denver Spar...
Dublin Ireland Spark Meetup October 15, 2015
IPv6 Deployment Architecture for Broadband Access Networks
IPv6 Transition Strategies
Advanced Apache Spark Meetup Data Sources API Cassandra Spark Connector Spark...
Ipv6
Ad

Viewers also liked (7)

PPTX
Shai Berger - Presentation at Emerging Communications Conference & Awards (eC...
PDF
Location Based Social Networking by Ric Ferraro
PPT
Alan Duric - Presentation at Emerging Communications Conference & Awards (eCo...
PPT
Jan Dawson - Presentation at Emerging Communications Conference & Awards (eCo...
PPT
Transportation and privacy in the mobile age
PPTX
Ronald Azuma - Presentation at Emerging Communications Conference & Awards (e...
KEY
David Troy - Presentation at Emerging Communications Conference & Awards (eCo...
Shai Berger - Presentation at Emerging Communications Conference & Awards (eC...
Location Based Social Networking by Ric Ferraro
Alan Duric - Presentation at Emerging Communications Conference & Awards (eCo...
Jan Dawson - Presentation at Emerging Communications Conference & Awards (eCo...
Transportation and privacy in the mobile age
Ronald Azuma - Presentation at Emerging Communications Conference & Awards (e...
David Troy - Presentation at Emerging Communications Conference & Awards (eCo...
Ad

Similar to Dan York - Presentation at Emerging Communications Conference & Awards (eComm 2011) (20)

PDF
Fb i pv6-sparchimanv1.0
PDF
IPv6 and Telecom: IPv4 Is FInally Running Out. Now What?
PDF
Presd1 09
PPTX
The case for IPv6
PPTX
Upcoming internet challenges
PPSX
IPv6fundamentalspresentationforccnastudents
PDF
10 fn s10
PPT
ARIN's IPv4-IPv6 Community Slide Deck
PPT
I Pv6
PDF
Ipv4 To Ipv6 Transition
PDF
I pv6 aag-v3_019-kr
PDF
I pv6 aag-v3_019-kr
PDF
The State of 3G/GPRS IPv6 Deployment
PDF
IPv4aaS tutorial and hands-on
PPT
Jorgenson Loki
PDF
IPv6 In z/VSE:IBM z/VSE Live Virtual Class 2012
PPTX
Compatibility between IPv4 and IPv6
PPTX
V4 Deplete V6 Adopt
PPT
Understanding i pv6 2
PPTX
IPv6 - The Next next generation protocol
Fb i pv6-sparchimanv1.0
IPv6 and Telecom: IPv4 Is FInally Running Out. Now What?
Presd1 09
The case for IPv6
Upcoming internet challenges
IPv6fundamentalspresentationforccnastudents
10 fn s10
ARIN's IPv4-IPv6 Community Slide Deck
I Pv6
Ipv4 To Ipv6 Transition
I pv6 aag-v3_019-kr
I pv6 aag-v3_019-kr
The State of 3G/GPRS IPv6 Deployment
IPv4aaS tutorial and hands-on
Jorgenson Loki
IPv6 In z/VSE:IBM z/VSE Live Virtual Class 2012
Compatibility between IPv4 and IPv6
V4 Deplete V6 Adopt
Understanding i pv6 2
IPv6 - The Next next generation protocol

More from eCommConf (20)

PPTX
Bhaskar Krishnamachari - Presentation at Emerging Communications Conference &...
PPTX
Clark Dodsworth - Presentation at Emerging Communications Conference & Awards...
PPSX
Ryan Gallagher - Presentation at Emerging Communications Conference & Awards ...
PPT
Darren Schreiber - Presentation at Emerging Communications Conference & Award...
KEY
Bryan Johns - Presentation at Emerging Communications Conference & Awards (eC...
KEY
Tim Panton - Presentation at Emerging Communications Conference & Awards (eCo...
PPTX
Peter Ecclesine - Presentation at Emerging Communications Conference & Awards...
PPTX
John Harmon - Presentation at Emerging Communications Conference & Awards (eC...
PPTX
Eladio Martin - Presentation at Emerging Communications Conference & Awards (...
KEY
Adrian Avendano - Presentation at Emerging Communications Conference & Awards...
PPTX
Rob Lewis - Presentation at Emerging Communications Conference & Awards (eCom...
PPTX
Christophe Ramstein - Presentation at Emerging Communications Conference & Aw...
PPT
Richard Whitt - Presentation at Emerging Communications Conference & Awards (...
PPT
Susan Crawford - Presentation at Emerging Communications Conference & Awards ...
PPTX
Larry Downes - Presentation at Emerging Communications Conference & Awards (e...
PPTX
Brough Turner - Presentation at Emerging Communications Conference & Awards (...
PPTX
Chris Mairs - Presentation at Emerging Communications Conference & Awards (eC...
KEY
Tomaz Stolfa - Presentation at Emerging Communications Conference & Awards (e...
KEY
Jose De Castro - Presentation at Emerging Communications Conference & Awards ...
PPT
Gordon Cook - Presentation at Emerging Communications Conference & Awards (eC...
Bhaskar Krishnamachari - Presentation at Emerging Communications Conference &...
Clark Dodsworth - Presentation at Emerging Communications Conference & Awards...
Ryan Gallagher - Presentation at Emerging Communications Conference & Awards ...
Darren Schreiber - Presentation at Emerging Communications Conference & Award...
Bryan Johns - Presentation at Emerging Communications Conference & Awards (eC...
Tim Panton - Presentation at Emerging Communications Conference & Awards (eCo...
Peter Ecclesine - Presentation at Emerging Communications Conference & Awards...
John Harmon - Presentation at Emerging Communications Conference & Awards (eC...
Eladio Martin - Presentation at Emerging Communications Conference & Awards (...
Adrian Avendano - Presentation at Emerging Communications Conference & Awards...
Rob Lewis - Presentation at Emerging Communications Conference & Awards (eCom...
Christophe Ramstein - Presentation at Emerging Communications Conference & Aw...
Richard Whitt - Presentation at Emerging Communications Conference & Awards (...
Susan Crawford - Presentation at Emerging Communications Conference & Awards ...
Larry Downes - Presentation at Emerging Communications Conference & Awards (e...
Brough Turner - Presentation at Emerging Communications Conference & Awards (...
Chris Mairs - Presentation at Emerging Communications Conference & Awards (eC...
Tomaz Stolfa - Presentation at Emerging Communications Conference & Awards (e...
Jose De Castro - Presentation at Emerging Communications Conference & Awards ...
Gordon Cook - Presentation at Emerging Communications Conference & Awards (eC...

Recently uploaded (20)

PPTX
Module 1 Introduction to Web Programming .pptx
PDF
Auditboard EB SOX Playbook 2023 edition.
PDF
Connector Corner: Transform Unstructured Documents with Agentic Automation
PDF
The AI Revolution in Customer Service - 2025
PDF
LMS bot: enhanced learning management systems for improved student learning e...
PDF
CEH Module 2 Footprinting CEH V13, concepts
PDF
Ensemble model-based arrhythmia classification with local interpretable model...
PDF
Transform-Your-Supply-Chain-with-AI-Driven-Quality-Engineering.pdf
PDF
Decision Optimization - From Theory to Practice
PDF
Rapid Prototyping: A lecture on prototyping techniques for interface design
PDF
Electrocardiogram sequences data analytics and classification using unsupervi...
PDF
Examining Bias in AI Generated News Content.pdf
PDF
giants, standing on the shoulders of - by Daniel Stenberg
PDF
Human Computer Interaction Miterm Lesson
PDF
Co-training pseudo-labeling for text classification with support vector machi...
PDF
SaaS reusability assessment using machine learning techniques
PPTX
Internet of Everything -Basic concepts details
PDF
The-Future-of-Automotive-Quality-is-Here-AI-Driven-Engineering.pdf
PDF
Transform-Your-Factory-with-AI-Driven-Quality-Engineering.pdf
PDF
NewMind AI Weekly Chronicles – August ’25 Week IV
Module 1 Introduction to Web Programming .pptx
Auditboard EB SOX Playbook 2023 edition.
Connector Corner: Transform Unstructured Documents with Agentic Automation
The AI Revolution in Customer Service - 2025
LMS bot: enhanced learning management systems for improved student learning e...
CEH Module 2 Footprinting CEH V13, concepts
Ensemble model-based arrhythmia classification with local interpretable model...
Transform-Your-Supply-Chain-with-AI-Driven-Quality-Engineering.pdf
Decision Optimization - From Theory to Practice
Rapid Prototyping: A lecture on prototyping techniques for interface design
Electrocardiogram sequences data analytics and classification using unsupervi...
Examining Bias in AI Generated News Content.pdf
giants, standing on the shoulders of - by Daniel Stenberg
Human Computer Interaction Miterm Lesson
Co-training pseudo-labeling for text classification with support vector machi...
SaaS reusability assessment using machine learning techniques
Internet of Everything -Basic concepts details
The-Future-of-Automotive-Quality-is-Here-AI-Driven-Engineering.pdf
Transform-Your-Factory-with-AI-Driven-Quality-Engineering.pdf
NewMind AI Weekly Chronicles – August ’25 Week IV

Dan York - Presentation at Emerging Communications Conference & Awards (eComm 2011)

Editor's Notes

  • #4: Also called “Large Scale NAT” (LSN)
  • #5: Also called “Large Scale NAT” (LSN)
  • #6: Also called “Large Scale NAT” (LSN)
  • #7: Fun
  • #8: Fun