SlideShare ist ein Scribd-Unternehmen logo
1 von 35
Downloaden Sie, um offline zu lesen
IPv6 In z/VSE

    IBM z/VSE Live Virtual Class 2012


    Jeffrey Barnard
      Barnard Software, Inc.


     © 2012 by Barnard Software, Inc.

1
Copyrights and Trademarks
    IPv6/VSE is a registered trademark of
    Barnard Software, Inc.
    IPv6/VSE (c) copyright 1997-2012 by
    Barnard Software, Inc.




2
IPv6 in z/VSE
    IPv6 News is everywhere
    With z/VSE 4.2.2 IBM announced
    IPv6/VSE
    Full IPv4 and IPv6 TCP/IP solution
           Stacks and applications
    IPv6/VSE will take z/VSE and you into
    the future!

3
IPv4 Review
    IP addresses are 32-bits
    4,294,967,296 different IP addresses
    Many are reserved
           288 Million in fact
    Dotted decimal notation
           192.168.1.1


4
IPv4 Addresses Remaining
    Time is up



    Feb 3, 2011

    All IPv4 Addresses
    allocated!

5
IPv4 Addresses Remaining




6
IPv4 Issues
    Asia already out of IPv4 addresses
    Europe will run out of IPv4 addresses very soon
    Are you ready?

    How will this affect your business operations?
    How will you communicate with your customers
    when they are using IPv6?
7
IPv4 Issues
    NAT (Network Address Translation)
    Map multiple internal addresses to
    single external address
    Most routers (cable/DSL) do this
    Time consuming
    Complicated


8
IPv4 Issues
    Variable length IP Header Options
    are time-consuming
    IP Header checksum is redundant
    and time-consuming
    Fragmentation of IPv4 packets is
    inefficient
    Classification of IPv4 packets still exists

9
What is the Answer?
     The solution is IPv6
     Wait! What happened to IPv5?
     Internet Stream Protocol (ST/ST-II)
     experimental protocol used IP version
     number 5.
     ST/ST-II was never known as IPv5


10
Why is IPv6 Better?
     Designers tried to avoid IPv4's mistakes
     128 bit IP addresses (16 bytes)
     Large Packet support
     Fixed headers
     No fragmentation
     No checksums

11
Why is IPv6 better?
     Easily extendable
     Simplier routing
     True multicasting
     Automatic configuration
     Full mobile device support



12
IPv6 Basics
     IPv6 addresses are big. Very Big.
     IPv6 addresses are 16 bytes in length
     (vs. 4 bytes for IPv4 addresses).
     That’s 2^128 IPv6 addresses
     (about 3.4 x 10^38) unique addresses.
     Or about 5 x 10^28 IPv6 addresses for
     each person in the world.

13
IPv6 Basics
     IPv6 addresses are usually written as
     groups of four hexadecimal digits (base
     16) with each group representing 2 bytes
     of the 16-byte address.
     2001:0db8:85a3:08d3:1219:8a2e:0370:7344
     Now that’s a mouthful!



14
IPv6 Basics
     To help, leading zeroes can be omitted
     fd00:0806:0001:0000:0000:0000:0000:0001
     would become
     fd00:806:1:0:0:0:0:1
     and consecutive all-zero groups can be
     replaced by two colons
     Fd00:806:1::1
15
IPv6 Basics
     An IPv6 address is assigned to a
     network interface
     Each interface (network adapter) can
     have multiple IPv6 addresses
     All network interfaces have at least two
            the assigned IPv6 address
            the Link Local IPv6 address

16
17
IPv6 Addresses




18
IPv6 Basics
     Plug-n-Play IP addressing
     Hosts solicit
     Routers Advertise
     ICMPv6 Neighbor Discovery eliminates
     ARP processing (and its overhead!)



19
Migrating from IPv4 to IPv6
     IPv6 is NOT backward compatible with IPv4
     IPv4 and IPv6 can coexist
     Dual stack approach is best
            IPv4 continues unchanged
            IPv6 introduced
            Running together on the same system
     Windows and Linux provide excellent
     dual stack support
20
Can my ISP do this for me?
     Carrier-Grade NAT (CGN)
     Large-Scale NAT (LSN)
     All companies and users provided local
     IP addresses
     ISP uses a single (or a few) public IP
     addresses
     Shifts NAT from users to the ISP

21
CGN/LSN Issues
     It breaks the end-to-end principle, resulting in
     security issues (think SSL)
     It has significant security, scalability, and
     reliability problems due to its stateful design
     It makes record keeping for law-enforcement
     operations more difficult
     It makes it impossible to host services on well-
     known ports
22
CGN/LSN Issues
     Poorly suited to handling business
     customers
     Best suited to residential internet users

     At best, a temporary solution




23
OK, What about z/VSE?
     Bet you are hearing about IPv6 now
     Perhaps your ISP has made it available
     to you
     Other businesses or customers have
     requested it
     The US Government DoD requires it
     US Unified Capabilities Approved
     Products List (UC APL) requires it
24
Introducing IPv6/VSE
     IBM licensed IPv6/VSE as their TCP/IP
     product solution for the future
     IBM's IPv6/VSE announcement (210-
     066) was made on April 6, 2010
     The availability of IBM's IPv6/VSE allows
     z/VSE users to participate in an IPv6
     network and bring the benefits of IPv6
     functionality to z/VSE users
25
Introducing IPv6/VSE
     While the product is named IPv6/VSE, it
     supports both IPv4 and IPv6 communications
     IPv6/VSE provides a full-function IPv4 stack
     and applications as well as a full-function
     IPv6 stack and applications
     Both TCP/IP stacks (IPv4 and IPv6) can be
     run together, individually or even standalone.

26
IPv6/VSE Applications




27
IPv6/VSE Application Support




28
IPv6/VSE Programming APIs
     ASM SOCKET API
            IPv6 and 64-bit virtual storage
     EZASOKET
     EZASMI
     LE/C

     The IBM IPv6/VSE Programming Guide
     has all the details
29
IPv6/VSE SSL Support
     Available in GA Build 252
     GSK API provided
     EZASMI, EZASOKET, LE/C support
     BSTTPRXY SSL Proxy Server




30
IPv6/VSE SSL Support
     Based on IJBSSL from IBM
           Port of OpenSSL 1.0.0
     IJBSSL introduced with z/VSE 5.1
           C/VSE application
           Will run on any version of z/VSE
     Provides software SSL
     Supports CPACF and Crypto Express
31
IPv6/VSE SSL Restrictions
     IJBSSL API uses LE/C
            Requires application be LE
     Only batch LE applications can use
     GSK() API. CICS not supported.
            Restriction will be removed
     All applications are supported by the
     BSTTPRXY SSL Proxy Server

32
SSL Proxy Server
     BSTTPRXY z/VSE Proxy Server
          Accepts clear text, SSL connections
               IPv4 or IPv6
          Proxy to clear text, SSL connection
               IPv4 or IPv6

          SSL Proxy server
          6to4 and 4to6 Proxy server

33
IPv6 in z/VSE
     There you have it
     z/VSE is IPv6-ready with IBM's IPv6/VSE
     IBM's IPv6/VSE provides both a full-function
     IPv4 stack and applications as well as a full-
     function IPv6 stack and applications
     IPv6/VSE is a single product providing a
     complete solution, TCP/IP stacks, IPv6-
     enabled applications, and programming
     interfaces
34
IPv6 in z/VSE
      Thank you!

      IBM z/VSE Virtual Class 2012

     Jeffrey Barnard
       Barnard Software, Inc.

      © 2012 by Barnard Software, Inc.

35

Weitere ähnliche Inhalte

Was ist angesagt?

Cameron - TMO IPv6 Norway Meeting
Cameron - TMO  IPv6 Norway MeetingCameron - TMO  IPv6 Norway Meeting
Cameron - TMO IPv6 Norway Meeting
IPv6no
 
Shmcfarl slb66-slb64-nat64-proxy
Shmcfarl slb66-slb64-nat64-proxyShmcfarl slb66-slb64-nat64-proxy
Shmcfarl slb66-slb64-nat64-proxy
Shannon McFarland
 
2011 TWNIC SP IPv6 Transition
2011 TWNIC SP IPv6 Transition2011 TWNIC SP IPv6 Transition
2011 TWNIC SP IPv6 Transition
Johnson Liu
 

Was ist angesagt? (20)

Cameron - TMO IPv6 Norway Meeting
Cameron - TMO  IPv6 Norway MeetingCameron - TMO  IPv6 Norway Meeting
Cameron - TMO IPv6 Norway Meeting
 
Modern networking for php developers (PHP Dorset)
Modern networking for php developers (PHP Dorset)Modern networking for php developers (PHP Dorset)
Modern networking for php developers (PHP Dorset)
 
Modern networking for php developers - Dutch PHP conference 2015
Modern networking for php developers - Dutch PHP conference 2015Modern networking for php developers - Dutch PHP conference 2015
Modern networking for php developers - Dutch PHP conference 2015
 
Upcoming internet challenges
Upcoming internet challengesUpcoming internet challenges
Upcoming internet challenges
 
IPv6 Autoconfig
IPv6 AutoconfigIPv6 Autoconfig
IPv6 Autoconfig
 
Getting started with IPv6
Getting started with IPv6Getting started with IPv6
Getting started with IPv6
 
6Rd
6Rd6Rd
6Rd
 
Kamailio World 2016: Update your SIP!
Kamailio World 2016: Update your SIP!Kamailio World 2016: Update your SIP!
Kamailio World 2016: Update your SIP!
 
Sipforum SIP & IPv6 discussion slides
Sipforum SIP & IPv6 discussion slidesSipforum SIP & IPv6 discussion slides
Sipforum SIP & IPv6 discussion slides
 
Things I wish I had known about IPv6 before I started
Things I wish I had known about IPv6 before I startedThings I wish I had known about IPv6 before I started
Things I wish I had known about IPv6 before I started
 
Kamailio on air
Kamailio on airKamailio on air
Kamailio on air
 
Shmcfarl slb66-slb64-nat64-proxy
Shmcfarl slb66-slb64-nat64-proxyShmcfarl slb66-slb64-nat64-proxy
Shmcfarl slb66-slb64-nat64-proxy
 
AusNOG 2014 - Network Virtualisation: The Killer App for IPv6?
AusNOG 2014 - Network Virtualisation: The Killer App for IPv6?AusNOG 2014 - Network Virtualisation: The Killer App for IPv6?
AusNOG 2014 - Network Virtualisation: The Killer App for IPv6?
 
IPv6 How To Set Up a Linux IPv6 Lan
IPv6 How To Set Up  a Linux IPv6 LanIPv6 How To Set Up  a Linux IPv6 Lan
IPv6 How To Set Up a Linux IPv6 Lan
 
2011 TWNIC SP IPv6 Transition
2011 TWNIC SP IPv6 Transition2011 TWNIC SP IPv6 Transition
2011 TWNIC SP IPv6 Transition
 
Why is Kamailio so different? An introduction.
Why is Kamailio so different? An introduction.Why is Kamailio so different? An introduction.
Why is Kamailio so different? An introduction.
 
instructor ppt_chapter8.2.2 - i_pv6 addressing with exercises of IPv6
instructor ppt_chapter8.2.2 - i_pv6 addressing with exercises of IPv6instructor ppt_chapter8.2.2 - i_pv6 addressing with exercises of IPv6
instructor ppt_chapter8.2.2 - i_pv6 addressing with exercises of IPv6
 
IPv6 Transition Techniques
IPv6 Transition TechniquesIPv6 Transition Techniques
IPv6 Transition Techniques
 
Gogo6 I Pv6 Access 2010 Sahara
Gogo6 I Pv6 Access 2010 SaharaGogo6 I Pv6 Access 2010 Sahara
Gogo6 I Pv6 Access 2010 Sahara
 
NAT_Final
NAT_FinalNAT_Final
NAT_Final
 

Ähnlich wie IPv6 In z/VSE:IBM z/VSE Live Virtual Class 2012

I pv6 tutorial
I pv6 tutorialI pv6 tutorial
I pv6 tutorial
Fred Bovy
 
10 IP VERSION SIX (6) WEEK TEN notes.pptx
10 IP VERSION SIX (6)  WEEK TEN notes.pptx10 IP VERSION SIX (6)  WEEK TEN notes.pptx
10 IP VERSION SIX (6) WEEK TEN notes.pptx
JoshuaAnnan5
 
Chapter13ccna
Chapter13ccnaChapter13ccna
Chapter13ccna
robertoxe
 

Ähnlich wie IPv6 In z/VSE:IBM z/VSE Live Virtual Class 2012 (20)

I pv6 tutorial
I pv6 tutorialI pv6 tutorial
I pv6 tutorial
 
I pv6 aag-v3_019-kr
I pv6 aag-v3_019-krI pv6 aag-v3_019-kr
I pv6 aag-v3_019-kr
 
I pv6 aag-v3_019-kr
I pv6 aag-v3_019-krI pv6 aag-v3_019-kr
I pv6 aag-v3_019-kr
 
mpls CNNA.pdf
mpls CNNA.pdfmpls CNNA.pdf
mpls CNNA.pdf
 
IPv6
IPv6IPv6
IPv6
 
10 IP VERSION SIX (6) WEEK TEN notes.pptx
10 IP VERSION SIX (6)  WEEK TEN notes.pptx10 IP VERSION SIX (6)  WEEK TEN notes.pptx
10 IP VERSION SIX (6) WEEK TEN notes.pptx
 
IP Routing on z/OS
IP Routing on z/OSIP Routing on z/OS
IP Routing on z/OS
 
TBE036 - IPV6 Solution ed06b.pptx
TBE036 - IPV6 Solution ed06b.pptxTBE036 - IPV6 Solution ed06b.pptx
TBE036 - IPV6 Solution ed06b.pptx
 
Ipv4 over ipv6 by Jigar Tarsariya
Ipv4 over ipv6 by Jigar TarsariyaIpv4 over ipv6 by Jigar Tarsariya
Ipv4 over ipv6 by Jigar Tarsariya
 
IPv6
IPv6IPv6
IPv6
 
Chapter13ccna
Chapter13ccnaChapter13ccna
Chapter13ccna
 
Chapter13ccna
Chapter13ccnaChapter13ccna
Chapter13ccna
 
IPV6
IPV6 IPV6
IPV6
 
Io t hurdles_i_pv6_slides_doin
Io t hurdles_i_pv6_slides_doinIo t hurdles_i_pv6_slides_doin
Io t hurdles_i_pv6_slides_doin
 
3hows
3hows3hows
3hows
 
7 2.5 3 Lab - Identifying IPv6 Addresses.pdf
7 2.5 3 Lab - Identifying IPv6 Addresses.pdf7 2.5 3 Lab - Identifying IPv6 Addresses.pdf
7 2.5 3 Lab - Identifying IPv6 Addresses.pdf
 
IPv6 in IPv4/MPLS in a Nutshell
IPv6 in IPv4/MPLS in a NutshellIPv6 in IPv4/MPLS in a Nutshell
IPv6 in IPv4/MPLS in a Nutshell
 
Introduction to IPv6
Introduction to IPv6Introduction to IPv6
Introduction to IPv6
 
Why We Need IPv6
Why We Need IPv6Why We Need IPv6
Why We Need IPv6
 
ITN_Module_12.pptx
ITN_Module_12.pptxITN_Module_12.pptx
ITN_Module_12.pptx
 

Mehr von IBM India Smarter Computing

Mehr von IBM India Smarter Computing (20)

Using the IBM XIV Storage System in OpenStack Cloud Environments
Using the IBM XIV Storage System in OpenStack Cloud Environments Using the IBM XIV Storage System in OpenStack Cloud Environments
Using the IBM XIV Storage System in OpenStack Cloud Environments
 
All-flash Needs End to End Storage Efficiency
All-flash Needs End to End Storage EfficiencyAll-flash Needs End to End Storage Efficiency
All-flash Needs End to End Storage Efficiency
 
TSL03104USEN Exploring VMware vSphere Storage API for Array Integration on th...
TSL03104USEN Exploring VMware vSphere Storage API for Array Integration on th...TSL03104USEN Exploring VMware vSphere Storage API for Array Integration on th...
TSL03104USEN Exploring VMware vSphere Storage API for Array Integration on th...
 
IBM FlashSystem 840 Product Guide
IBM FlashSystem 840 Product GuideIBM FlashSystem 840 Product Guide
IBM FlashSystem 840 Product Guide
 
IBM System x3250 M5
IBM System x3250 M5IBM System x3250 M5
IBM System x3250 M5
 
IBM NeXtScale nx360 M4
IBM NeXtScale nx360 M4IBM NeXtScale nx360 M4
IBM NeXtScale nx360 M4
 
IBM System x3650 M4 HD
IBM System x3650 M4 HDIBM System x3650 M4 HD
IBM System x3650 M4 HD
 
IBM System x3300 M4
IBM System x3300 M4IBM System x3300 M4
IBM System x3300 M4
 
IBM System x iDataPlex dx360 M4
IBM System x iDataPlex dx360 M4IBM System x iDataPlex dx360 M4
IBM System x iDataPlex dx360 M4
 
IBM System x3500 M4
IBM System x3500 M4IBM System x3500 M4
IBM System x3500 M4
 
IBM System x3550 M4
IBM System x3550 M4IBM System x3550 M4
IBM System x3550 M4
 
IBM System x3650 M4
IBM System x3650 M4IBM System x3650 M4
IBM System x3650 M4
 
IBM System x3500 M3
IBM System x3500 M3IBM System x3500 M3
IBM System x3500 M3
 
IBM System x3400 M3
IBM System x3400 M3IBM System x3400 M3
IBM System x3400 M3
 
IBM System x3250 M3
IBM System x3250 M3IBM System x3250 M3
IBM System x3250 M3
 
IBM System x3200 M3
IBM System x3200 M3IBM System x3200 M3
IBM System x3200 M3
 
IBM PowerVC Introduction and Configuration
IBM PowerVC Introduction and ConfigurationIBM PowerVC Introduction and Configuration
IBM PowerVC Introduction and Configuration
 
A Comparison of PowerVM and Vmware Virtualization Performance
A Comparison of PowerVM and Vmware Virtualization PerformanceA Comparison of PowerVM and Vmware Virtualization Performance
A Comparison of PowerVM and Vmware Virtualization Performance
 
IBM pureflex system and vmware vcloud enterprise suite reference architecture
IBM pureflex system and vmware vcloud enterprise suite reference architectureIBM pureflex system and vmware vcloud enterprise suite reference architecture
IBM pureflex system and vmware vcloud enterprise suite reference architecture
 
X6: The sixth generation of EXA Technology
X6: The sixth generation of EXA TechnologyX6: The sixth generation of EXA Technology
X6: The sixth generation of EXA Technology
 

IPv6 In z/VSE:IBM z/VSE Live Virtual Class 2012

  • 1. IPv6 In z/VSE IBM z/VSE Live Virtual Class 2012 Jeffrey Barnard Barnard Software, Inc. © 2012 by Barnard Software, Inc. 1
  • 2. Copyrights and Trademarks IPv6/VSE is a registered trademark of Barnard Software, Inc. IPv6/VSE (c) copyright 1997-2012 by Barnard Software, Inc. 2
  • 3. IPv6 in z/VSE IPv6 News is everywhere With z/VSE 4.2.2 IBM announced IPv6/VSE Full IPv4 and IPv6 TCP/IP solution Stacks and applications IPv6/VSE will take z/VSE and you into the future! 3
  • 4. IPv4 Review IP addresses are 32-bits 4,294,967,296 different IP addresses Many are reserved 288 Million in fact Dotted decimal notation 192.168.1.1 4
  • 5. IPv4 Addresses Remaining Time is up Feb 3, 2011 All IPv4 Addresses allocated! 5
  • 7. IPv4 Issues Asia already out of IPv4 addresses Europe will run out of IPv4 addresses very soon Are you ready? How will this affect your business operations? How will you communicate with your customers when they are using IPv6? 7
  • 8. IPv4 Issues NAT (Network Address Translation) Map multiple internal addresses to single external address Most routers (cable/DSL) do this Time consuming Complicated 8
  • 9. IPv4 Issues Variable length IP Header Options are time-consuming IP Header checksum is redundant and time-consuming Fragmentation of IPv4 packets is inefficient Classification of IPv4 packets still exists 9
  • 10. What is the Answer? The solution is IPv6 Wait! What happened to IPv5? Internet Stream Protocol (ST/ST-II) experimental protocol used IP version number 5. ST/ST-II was never known as IPv5 10
  • 11. Why is IPv6 Better? Designers tried to avoid IPv4's mistakes 128 bit IP addresses (16 bytes) Large Packet support Fixed headers No fragmentation No checksums 11
  • 12. Why is IPv6 better? Easily extendable Simplier routing True multicasting Automatic configuration Full mobile device support 12
  • 13. IPv6 Basics IPv6 addresses are big. Very Big. IPv6 addresses are 16 bytes in length (vs. 4 bytes for IPv4 addresses). That’s 2^128 IPv6 addresses (about 3.4 x 10^38) unique addresses. Or about 5 x 10^28 IPv6 addresses for each person in the world. 13
  • 14. IPv6 Basics IPv6 addresses are usually written as groups of four hexadecimal digits (base 16) with each group representing 2 bytes of the 16-byte address. 2001:0db8:85a3:08d3:1219:8a2e:0370:7344 Now that’s a mouthful! 14
  • 15. IPv6 Basics To help, leading zeroes can be omitted fd00:0806:0001:0000:0000:0000:0000:0001 would become fd00:806:1:0:0:0:0:1 and consecutive all-zero groups can be replaced by two colons Fd00:806:1::1 15
  • 16. IPv6 Basics An IPv6 address is assigned to a network interface Each interface (network adapter) can have multiple IPv6 addresses All network interfaces have at least two the assigned IPv6 address the Link Local IPv6 address 16
  • 17. 17
  • 19. IPv6 Basics Plug-n-Play IP addressing Hosts solicit Routers Advertise ICMPv6 Neighbor Discovery eliminates ARP processing (and its overhead!) 19
  • 20. Migrating from IPv4 to IPv6 IPv6 is NOT backward compatible with IPv4 IPv4 and IPv6 can coexist Dual stack approach is best IPv4 continues unchanged IPv6 introduced Running together on the same system Windows and Linux provide excellent dual stack support 20
  • 21. Can my ISP do this for me? Carrier-Grade NAT (CGN) Large-Scale NAT (LSN) All companies and users provided local IP addresses ISP uses a single (or a few) public IP addresses Shifts NAT from users to the ISP 21
  • 22. CGN/LSN Issues It breaks the end-to-end principle, resulting in security issues (think SSL) It has significant security, scalability, and reliability problems due to its stateful design It makes record keeping for law-enforcement operations more difficult It makes it impossible to host services on well- known ports 22
  • 23. CGN/LSN Issues Poorly suited to handling business customers Best suited to residential internet users At best, a temporary solution 23
  • 24. OK, What about z/VSE? Bet you are hearing about IPv6 now Perhaps your ISP has made it available to you Other businesses or customers have requested it The US Government DoD requires it US Unified Capabilities Approved Products List (UC APL) requires it 24
  • 25. Introducing IPv6/VSE IBM licensed IPv6/VSE as their TCP/IP product solution for the future IBM's IPv6/VSE announcement (210- 066) was made on April 6, 2010 The availability of IBM's IPv6/VSE allows z/VSE users to participate in an IPv6 network and bring the benefits of IPv6 functionality to z/VSE users 25
  • 26. Introducing IPv6/VSE While the product is named IPv6/VSE, it supports both IPv4 and IPv6 communications IPv6/VSE provides a full-function IPv4 stack and applications as well as a full-function IPv6 stack and applications Both TCP/IP stacks (IPv4 and IPv6) can be run together, individually or even standalone. 26
  • 29. IPv6/VSE Programming APIs ASM SOCKET API IPv6 and 64-bit virtual storage EZASOKET EZASMI LE/C The IBM IPv6/VSE Programming Guide has all the details 29
  • 30. IPv6/VSE SSL Support Available in GA Build 252 GSK API provided EZASMI, EZASOKET, LE/C support BSTTPRXY SSL Proxy Server 30
  • 31. IPv6/VSE SSL Support Based on IJBSSL from IBM Port of OpenSSL 1.0.0 IJBSSL introduced with z/VSE 5.1 C/VSE application Will run on any version of z/VSE Provides software SSL Supports CPACF and Crypto Express 31
  • 32. IPv6/VSE SSL Restrictions IJBSSL API uses LE/C Requires application be LE Only batch LE applications can use GSK() API. CICS not supported. Restriction will be removed All applications are supported by the BSTTPRXY SSL Proxy Server 32
  • 33. SSL Proxy Server BSTTPRXY z/VSE Proxy Server Accepts clear text, SSL connections IPv4 or IPv6 Proxy to clear text, SSL connection IPv4 or IPv6 SSL Proxy server 6to4 and 4to6 Proxy server 33
  • 34. IPv6 in z/VSE There you have it z/VSE is IPv6-ready with IBM's IPv6/VSE IBM's IPv6/VSE provides both a full-function IPv4 stack and applications as well as a full- function IPv6 stack and applications IPv6/VSE is a single product providing a complete solution, TCP/IP stacks, IPv6- enabled applications, and programming interfaces 34
  • 35. IPv6 in z/VSE Thank you! IBM z/VSE Virtual Class 2012 Jeffrey Barnard Barnard Software, Inc. © 2012 by Barnard Software, Inc. 35