Contents. 1. Introduction to IPv6 2. Basic concepts of IPv6 3. The Need for IPv6 4. Where we are with IPv6 5. Summary & Discussion. Asela Galappattige

Size: px
Start display at page:

Download "Contents. 1. Introduction to IPv6 2. Basic concepts of IPv6 3. The Need for IPv6 4. Where we are with IPv6 5. Summary & Discussion. Asela Galappattige"

Transcription

1 Asela Galappattige Contents 1. Introduction to IPv6 2. Basic concepts of IPv6 3. The Need for IPv6 4. Where we are with IPv6 5. Summary & Discussion 1

2 What is IPv6? IPv6 is the successor of IPv4 It is the 6 th Version of Internet Protocol IPv6 is a network layer protocol used for data communication over a packet switched network. IPv6 or Internet Protocol Version 6 is the next generation protocol for the Internet Designed by the IETF (Internet Engineering Task Force) IPv6 has a very large address space (128 bits) compared as IPv4 (32bits) Uses same basic concepts as IPv4 Some modifications and additions to that of IPv4 How Big is IPv6? IPv6 usable address space: 128 bits 340,282,366,920 billion billion billion or trillion trillion trillion IPv4 usable address space: 32 bits 3.7 billion addresses 2

3 How Big is IPv6? Analogy: If all the IPv4 space would fit in an ipod, then all the IPv6 space is the size of the entire Earth. IPv4 IPv6 5 10^28 addresses per human on Earth. Understanding IPv6 Addresses The first thing you notice about IPv6 is that the addresses look quite different from IPv4 addresses. IPv6 addresses are 128 bits wide, and is commonly represented in a Hexadecimal format. IPv4 address 32 bits Example: Binary Dotted Decimal IPv6 address 128 bits (4 times wider) Example: Binary Dotted Decimal Binary Hexadecimal 2001:0db8:0000:0000:0000:0000:0000: :0db8::1 in shortened form 3

4 HEX notation Binary Decimal Hexadecimal A B C D E F IPv6 Address Representation Example: B Written as 805B: 2D9D : DC28 : : FC57 : D4C8 : 1FFF Notice the colon ( : ) used to separate 16 bit boundaries 4

5 IPv6 Address Representation 16 bit fields in case insensitive colon hexadecimal representation 2031:0000:130F:0000:0000:09C0:876A:130B Leading zeros in a field are optional: 2031:0:130F:0:0:9C0:876A:130B Successive fields of 0 represented as ::, but only once in an address: 2031:0:130F::9C0:876A:130B is ok 2031::130F::9C0:876A:130B is NOT ok Special cases: 0:0:0:0:0:0:0:1 ::1 (loopback address) 0:0:0:0:0:0:0:0 :: (unspecified address) IPv6 Address Types Address Block Description Binary IPv4 Equivalent ::/128 Unspecified (128 bits) ::1/128 Loopback (128 bits) ::FFFF/96 IPv4 mapped (96 bits) N/A FF00::/8 Multicast /4 FE80::/10 Link Local Unicast /16 FC00::/7 2001:db8::/32 Unique Local Unicast (ULA) Documentation Private, or RFC 1918 address space: /8, /12, / /24, /24, / ::/3 Global Unicast No equivalent single block 5

6 IPv6 Multicast Addresses IP multicast address has a prefix FF00::/8 The second octet defines the lifetime and scope of the multicast address. IPv6 Packet Header 32 bits 6

7 IPv6 Packet Header Fixed Size (40 bytes) Simple (8 fields) Flexibility with Extension Headers Low processing overhead at intermediate nodes Streamlined and contains only those pieces of information that are necessary on every IPv6 packet. Simplified IPv6 header Optional IP information Lower bandwidth and processing costs Intermediate routers only process 40 byte header Encoded in Extension Headers (EH) More efficient than the IPv4 header, Greater flexibility for future extensions and Options EH are only processed when necessary IPv6 Packet Header The following components make up the IPv6 header, Version: Traffic Class: 4-bit IP version number, set to 6 for IPv6 packets. The traffic class field is 8 bits long and is used to mark packets for differentiated service similar to the IPv4 Type of Service and Precedence bits. This practice is commonly called Class of Service (CoS) or Quality of Service (QoS) depending on the implementation. Flow Label: This 20-bit field is still experimental but its intent is to label sequences of packets (flows) that require special handling. RFC 2460 IPv6 Specification suggests non-default quality of service and real-time service as example uses for the flow label. 7

8 IPv6 Packet Header Payload Length: Unlike IPv4, which lists the total packet length in its header, the IPv6 header specifies payload length in other words, the length of everything that follows this header in the packet including any extension headers as well as the data being carried. This field is 16 bits long. Next Header: An 8-bit selector which uses the same values as the IPv4 protocol field to identify the type of header that immediately follows the IPv6 header. Hop Limit: Like Time To Live (TTL) in the IPv4 header, this 8-bit integer is decremented by 1 each time the packet is forwarded. If the Hop Limit reaches 0, the packet is discarded. Source Address: Dest. Address: The 128-bit IPv6 address of the node sending this packet. The 128-bit IPv6 address of the node intended to receive this packet. In addition to the required IPv6 header, IPv6 packets may have one or more of the optional extension headers. IPv6 Packet Header IPv6 header is simpler than IPv4 IPv4: 14 fields, variable length (20 bytes +) IPv6: 8 fields, fixed length (40 bytes) Header fields eliminated in IPv6 Header Length Identification Flag Fragmentation Offset Checksum Header fields enhanced in IPv6 Traffic Class Flow Label 8

9 Extension Headers Number & size of Options not limited Allows flexibility and innovation Routers process IP header (40byte) only Simplifies routing IPv6 header NH=TCP TCP header + data IPv6 header NH=Routing Routing header NH=TCP TCP header + data IPv6 header NH=Routing Routing header NH=Fragment Fragment header NH=TCP TCP header + data IPv6 Address Allocation Host Intf-1: 2001:db8:1:1::1 1 2 Subnet1: 2001:db8:1:1:/64 9

10 IPv6 Interface ID Lowest order 64-bit field of Unicast address may be assigned in several different ways: 1. Auto-configured from a 64-bit EUI Expanded from a 48-bit MAC address (e.g., Ethernet address) 3. Auto-generated pseudo-random number (to address privacy concerns) 4. Assigned via DHCP 5. Manually configured IPv6 Interface Auto Configuration MAC to EUI64 Format 10

11 ICMPv6 A new ICMP version is defined for IPv6 Apart from Error Messages & Diagnostics, it provides a framework for; Auto configuration Neighbor Discovery (ND) /Address Resolution Path MTU Discovery (PMTUD) Multicast Group Management (MLD-Multicast Listener Discovery) Duplicate Address Detection (DAD) IPv6 Mobility Neighbor Discovery Replaces ARP, ICMP (redirects, router discovery) Used to get Reachability information of Neighbors Hosts use it to discover routers, auto configuration of addresses Uses ICMPv6 messages, originated from node on link local with hop limit of 255. Five neighbor discovery messages 1. Router Solicitation (ICMPv6 type 133) RS 2. Router Advertisement (ICMPv6 type 134) RA 3. Neighbor Solicitation (ICMPv6 type 135) NS 4. Neighbor Advertisement (ICMPv6 type 136) NA 5. Redirect (ICMPV6 type 137) Nodes: Address Resolution Determine Link layer address changes Determine neighbor reachability Hosts: Discover neighbor routers Autoconfigure Routers: Advertise presence, config paramaters, prefixes Inform better Next Hops (Ridirect) 11

12 Neighbor Discovery Neighbor Solicitation: Send to discover link layer address of an IPv6 node For Layer 2 it is set to multicast for address resolution, unicast for node reachability IPv6 header, source address is set to unicast address of sending node (A), or :: for DAD Destination address is set to the unicast address for reachability and solicited node multicast for DAD Neighbor Advertisement: Response to neighbor solicitation message Also send to inform change of link layer address Stateless Auto Configuration RS RA 1. Node initialization 2. Node creates link-local address (FE80::/10) 3. Node runs duplicate address detection (DAD) process If process fails, autoconfiguration fails. Manual configuration required. 4. Host (not routers) sends an all-routers multicast (FF02::2) router solicitation (RS) to find a router on the link 5. A router responds to the RS with router advertisement (RA) 6. Host uses information contained in RA to: Create site-local address Build an on-link prefix-list Know the link MTU 12

13 Redirection Redirect is used by a router to signal the reroute of a packet to a better router Fragmentation Minimum link MTU for IPv6 is 1280 octets (versus 68 octets for IPv4) on links with MTU < 1280, link-specific fragmentation and reassembly must be used Implementations are expected to perform PMTUD to send packets bigger than 1280 A Hop-by-Hop Option supports transmission of jumbograms with up to 2^32 octets of payload Only Source can fragment Router do not fragment PMTUD: Path MTU Discovery is used to discover MTU (Max. Transmission Unit) for each destination 13

14 Extension Headers IPv4 options drawbacks IPv4 options required special treatment in routers Options had negative impact on forwarding performance. Therefore rarely used. Benefits of IPv6 extension headers Extension headers are external to IPv6 header Routers do not look at these options except for Hop-by-hop options No negative impact on router s forwarding performance Easy to extend with new headers and options Header Previous header s NH-value Hop-by-hop options 0 Destination options 60 Routing 43 Fragment 44 Authentication 51 Encapsulating Security Payload (ESP) 50 Destination options 60 OSPF for IPv6 89 Security The authentication header (AH) and encapsulated security payload (ESP) are the security mechanisms of the Internet protocol security architecture. The IPSEC mechanisms AH and ESP provide authentication, integrity and confidentiality security services. The AH and ESP are defined for both IPv6 and IPv4. The implementation of the security mechanisms is mandatory for IPv6 and optional for IPv4. The IP security architecture is defined as an integral part of IPv6. Thus, every vendor, who claims to offer IPv6 compliant implementation, must support authentication header and encapsulated security payload. Support for the AH and ESP does not mean that these services must be used, but they must be available if needed. "If security is provided at the Internet level, it becomes a standard service that all applications can use. The application can request the operating system to set up a security association before starting a TCP connection or a UDP exchange. Although the use of authentication, integrity and encryption adds to IP processing costs and increases communication latency, the availability of security services for end-use and infrastructure protection is worth the penalty. 14

15 Mobility Mobility is achieved by Mobile IP Same concept as in MIPv4, Except there are no foreign agents in MIPv6 In a foreign subnet, the mobile host acquires a Foreign Address Use Stateless Auto Conf Register with Home Agent (HA) Packets to Mobile s Home Address is intercepted by HA and sent to Foreign Address using encapsulation. Consequent packets use Mobile s Foreign Address directly MIPv4 Optimal Routing Better Security support No private addressing No Access control issues at Foreign Network MIPv6 DNS 15

16 DNS OS usually prefers AAAA record 1st DNS Resolver picks AAAA record 1st 16

17 Global Trend in Communications Global Trend in Communications New Emerging Economies New Networks New Users China, India, Africa, Latin America, Mobile phones, PDAs, media players, browser pads, cameras, sensors, wearable electronics, Alarms, CCTV, metering, remote monitoring, Multiple IP enabled devices per user Tracking, Maintenance, Navigation, Communication, Personal devices Sensors / Automation Vehicles Home electronics TV, Set top box, oven, fridge, curtains, Gates, Exponential growth in IP address requirement IPv6 provides sufficient addresses for the growth to continue 17

18 Global Trend in Communications From PC to ipod to ipot All use IP as its default networking protocol IPv4 Address Usage Following table shows the current usage of /8s in the internet As /8 (slash 8, Example: 203.xxx.xxx.xxx) contains 2^24 (16.7million IP Addresses) 18

19 Address Allocation Regional Internet Registries (RIRs) Your ISP IP Address Allocation Procedure IPv4 Address Exhaustion 19

20 IPv4 Address Exhaustion IANA IPv4 Pool Date-2: 1 st RIR Exhausts RIR allocation /8 Date-1: Last IANA /8 allocation IPv4 Address Exhaustion PREDICTION Ref: Geoff Huston, Chief Scientist, APNIC 03-May-2010 Prediction as at 03-May-2010: (Date-1) IANA allocated address pool will exhaust on 18-Sep-2011 (Date-2) First RIR exhausts its IANA allocation on 29-Apr

21 Statistics as at 24-June-2010 Ref: IPv6 Address Assigning Minimum ISP assignment is /32 32 bits Default assignment /48 for all End Sites Providing /16 bits of space for subnets Each end site can have 65,536 (2^16) subnets Single Subnet assignments: /64 *** Single subnet devices / LAN should receive /64 only 32 bits 16 bits 64 bits 64 bits Smaller assignments: /128 Devices with no subnets should receive /128 only Ex: remote sensor Single IP That s about 17 billion times more IPv6 than IPv4 when measured this way 21

22 Why IPv6? Why do we need IPv6? Mainly since we are Running Out of IPv4 addresses IPv4 usable address space: 32 bits 3.7 billion addresses IPv6 usable address space: 128 bits 340,282,366,920 billion billion billion or trillion trillion trillion Globally Unique IP for all devices How did IPv4 meet the IP demand up to now? NAT DHCP CIDR Tight RIR control and Reclaiming unused IP blocks IPv4 trading Market (future) Lessons Learnt from IPv4 are used by IPv6 to provide New Features & Functionality Auto Configuration Neighbour Discovery Extension Headers No fragmentation (PMTUD) In built L3 security (IPSec) Efficient Mobility Multicast enabled QoS enabled Only visible solution for address depletion IPv4 has also provided many of the features as add-ons IPv6 Market Opportunities There are a number of key IT-centric market verticals that will benefit from IPv6 New Features & Functionality Product Tethering Telematics Location-based services Internet Applications Unified communications Ubiquitous Networking Auto Configuration Neighbour Discovery Extension Headers No fragmentation (PMTUD) In built L3 security (IPSec) Efficient Mobility Multicast enabled QoS enabled Only visible solution for address depletion Tethering is the use of a communication device as a modem for another device Telematics is the science of sending, receiving and storing information via telecommunication devices 22

23 The Inevitable IPv6 just allows the growth to continue. Even if another IP application is never invented, we still need IPv6 just to sustain the growth of what we already have. For ISPs and Service Providers, transition is inevitable, It is essential that we; Get Proper Exposure to the concepts Build our Competencies To face the inevitable migration in the near future. Demand for IPv6 Global demand for IPv6 is mostly dominated by Asian regions Biased IPv4 allocation (70% allocated for N.America) Soaring Population in Asia Immerging new economies Japan will be the 1 st to complete migration Demand for IPv6 from customers, mostly corporate, would arise due to one or more of the following Learning & adapting Interest in / experiment with new technology Global Partner/Mother Companies migrating to IPv6 New Corporate Applications running on IPv6 Fresh networks based on IPv6 23

24 Demand for IPv6 There is no widespread demand for IPv6 right now. No one is panic-implementing IPv6. IPv6 has little or no market adoption to make serious commercial sense due to the following facts. No clear model for Profitability Lack of a Migration strategy IPv4 will Continue to co-exist for a long time, until the last IPv4 user has migrated to IPv6 Emerging economies still architecting their IPv4 networks Concerns about seamless Coexistence with IPv4 No Penalty for Late migration No Content No Customers Users Perspective Operating Systems are ready for IPv6 Windows XP, VISTA, 7 Solaris, Unix & Linux Networking Devices are Ready Most (including Cisco, Juniper, Nortel, Huawei, etc.) are ready for IPv6 Autoconfiguration of User Networks No manual configuration needed Network defined configuration Automatic Tethering for home devices etc. No DHCP required No NAT required Each device will have its own unique public IP address IP Portability & Mobility Anywhere anytime (Ubiquitous) networking 24

25 Where are we? ARPANET Deploys IP Bone is borned Bone de-activated 2030?? IPv4 Only IPv4 Only Experimental IPv6. Majority: IPv4 traffic. Some IPv6. Next: Majority: IPv6 traffic. Some IPv4. IPv6 only!? Now: IPv4 + IPv6 Live EXPERIMENTAL + SOME IPV6 Where are we? Original Plan Ref: Geoff Huston, Chief Scientist, APNIC. APNIC 24, Sep 2007 Revised Plan 25

26 IPv4 Only V4+DS V4+DS+V6 DS+V6 V6 only Transition Migration Path Dual Stack Source: IP in Action, Iljitsch van Beijnum Transition - Phases Phase-1: Initial Dual-stack (V6-over-V4) Phase-2: Intermediate Phase-3: Completion with V4 shutdown (V4-over-V6) 26

27 IPv6-IPv4 Interworking IPv6 is not backward compatible with IPv4 But can communicate with a translation mechanism Allows native IPv6 hosts and applications to communicate with native IPv4 hosts and applications, and vice versa Easy-to-use transition and co-existence solution Transition Technical Team Learning IPv6 Planning the Transition Share Experience with Task Force Members Setting up Discovery Lab End of Learning Phase Enable IPv6 on Infrastructure Start the Transition Phase out IPv4 27

28 Transition Options & Barriers Options available for the migration (most popular) Dual stack IPv4/IPv6 IPv6 Tunneled over IPv4 IPv6 over MPLS or Native IPv6 The transition to IPv6 is not an easy task since IPv6 is not backward compatible with IPv4. Careful Planning Proper Transition Mechanisms Additional Investment in Upgrading Equipment Legacy equipment, OSs & Applications will remain running IPv4 until replaced IPv6 Advantages Subjects IPv4 IPv6 IPv6 Advantages Address Space 2^32 Addresses Configuration Manual or use DHCP Broadcast / Multicast Anycast support Network Configuration Uses both Not part of the original protocol Mostly manual and labor intensive 2^128 Addresses Universal Plug and Play (UPnP) with or without DHCP No broadcast and has different forms of multicast Explicit support of anycast Facilitate the re-numbering of hosts and routers 79 Octillion times the IPv4 address space Lower Operation Expenses and reduce error Better bandwidth efficiency Allows new applications in mobility, data center Lower operation expenses and facilitate migration QoS support ToSusing DIFFServ Flow classes and flow labels More Granular control of QoS Security Mobility Uses IPsec for Data packet protection Uses Mobile IPv4 IPsec becomes the key technology to protect data and control packets Mobile IPv6 provides fast handover, better router optimization and hierarchical mobility Unified framework for security and more secure computing environment Better efficiency and scalability; Work with latest 3G mobile technologies and beyond. 28

29 Advantages of IPv6 Lessons Learnt from IPv4 are used by IPv6 to provide New Features & Functionality Auto Configuration Neighbour Discovery Extension Headers No fragmentation (PMTUD) In built L3 security (IPSec) Efficient Mobility Multicast enabled QoS enabled (IPv4 has also provided many of the features as add-ons) Advantages: Room for many levels of structured hierarchy and routing aggregation Easy address auto-configuration Easier address management and delegation than IPv4 Ability to deploy end-to-end IPsec (NATs removed as unnecessary) Test What is the main reason for having IPv6? How long is an IPv4 address? (in bits) How long is an IPv6 address? (in bits) How many unique v4 addresses? How many unique v6 addresses? Is IPv6 header size variable? What is the size of IPv6 header? How many fields are there in IPv6 header? When will IPv4 run-out? How much IPv4 is left unused? Will IPv6 replace IPv4 totally? Is IPv6 & IPv4 naturally inter-operable? What is the recommended IPv6 LAN subnet address allocation size? What advantages does IPv6 offer? What is the IPv6 equivalent to IPv4 DNS A-Record? 29

30 Supplementary Slides IPv4 Address Types CIDR address block Description /8 Current network (only valid as source address) /8 Private network /8 Loopback /16 Link-Local /12 Private network /24 Reserved (IANA) /24 TEST-NET-1, Documentation and example code /24 IPv6 to IPv4 relay /16 Private network /15 Network benchmark tests /24 TEST-NET-2, Documentation and examples /24 TEST-NET-3, Documentation and examples /4 Multicasts (former Class D network) /4 Reserved (former Class E network) Broadcast 30

31 Your IP: 2402:D000:a3::2 IPv6 Enabled 31

Chapter 7: IP Addressing CCENT Routing and Switching Introduction to Networks v6.0

Chapter 7: IP Addressing CCENT Routing and Switching Introduction to Networks v6.0 Chapter 7: IP Addressing CCENT Routing and Switching Introduction to Networks v6.0 CCNET v6 13 Chapter 7 - Sections & Objectives 7.1 IPv4 Network Addresses Convert between binary and decimal numbering

More information

OSI Data Link & Network Layer

OSI Data Link & Network Layer OSI Data Link & Network Layer Erkki Kukk 1 Layers with TCP/IP and OSI Model Compare OSI and TCP/IP model 2 Layers with TCP/IP and OSI Model Explain protocol data units (PDU) and encapsulation 3 Addressing

More information

OSI Data Link & Network Layer

OSI Data Link & Network Layer OSI Data Link & Network Layer Erkki Kukk 1 Layers with TCP/IP and OSI Model Compare OSI and TCP/IP model 2 Layers with TCP/IP and OSI Model Explain protocol data units (PDU) and encapsulation 3 Addressing

More information

Planning for Information Network

Planning for Information Network Planning for Information Network Lecture 7: Introduction to IPv6 Assistant Teacher Samraa Adnan Al-Asadi 1 IPv6 Features The ability to scale networks for future demands requires a limitless supply of

More information

OSI Data Link & Network Layer

OSI Data Link & Network Layer OSI Data Link & Network Layer Erkki Kukk 1 Layers with TCP/IP and OSI Model Compare OSI and TCP/IP model 2 Layers with TCP/IP and OSI Model Explain protocol data units (PDU) and encapsulation 3 Addressing

More information

IPv6 Protocol Architecture

IPv6 Protocol Architecture IPv6 Protocol Architecture v4/v6 Header Comparison Not kept in IPv6 Renamed in IPv6 Same name and function New in IPv6 2 New Functional Improvement Address Space Increase from 32-bit to 128-bit address

More information

Internet Protocol, Version 6

Internet Protocol, Version 6 Outline Protocol, Version 6 () Introduction to Header Format Addressing Model ICMPv6 Neighbor Discovery Transition from to vs. Taken from:chun-chuan Yang Basics: TCP/ Protocol Suite Protocol (IP) Features:

More information

IPv6: An Introduction

IPv6: An Introduction Outline IPv6: An Introduction Dheeraj Sanghi Department of Computer Science and Engineering Indian Institute of Technology Kanpur dheeraj@iitk.ac.in http://www.cse.iitk.ac.in/users/dheeraj Problems with

More information

ISO 9001:2008. Pankaj Kumar Dir, TEC, DOT

ISO 9001:2008. Pankaj Kumar Dir, TEC, DOT ISO 9001:2008 Pankaj Kumar Dir, TEC, DOT AWARENESS OBJECTIVES IPv6 Address Format & Basic Rules Understanding the IPv6 Address Components Understanding & Identifying Various Types of IPv6 Addresses 3/25/2012

More information

IPv6 Next generation IP

IPv6 Next generation IP Seminar Presentation IPv6 Next generation IP N Ranjith Kumar 11/5/2004 IPv6 : Next generation IP 1 Network Problems Communication Problem Identification Problem Identification of Networks Logical Addressing

More information

RMIT University. Data Communication and Net-Centric Computing COSC 1111/2061. Lecture 2. Internetworking IPv4, IPv6

RMIT University. Data Communication and Net-Centric Computing COSC 1111/2061. Lecture 2. Internetworking IPv4, IPv6 RMIT University Data Communication and Net-Centric Computing COSC 1111/2061 Internetworking IPv4, IPv6 Technology Slide 1 Lecture Overview During this lecture, we will understand The principles of Internetworking

More information

IPv6 Protocol & Structure. npnog Dec, 2017 Chitwan, NEPAL

IPv6 Protocol & Structure. npnog Dec, 2017 Chitwan, NEPAL IPv6 Protocol & Structure npnog3 9-11 Dec, 2017 Chitwan, NEPAL Protocol Header Comparison IPv4 contains 10 basic header fields, while IPv6 has 6 basic header fields IPv6 header size is 40 octets compared

More information

IPv6 Feature Facts

IPv6 Feature Facts 12.1.2 IPv6 Feature Facts The current IP addressing standard, version 4, will eventually run out of unique addresses, so a new system is being developed. It is named IP version 6 or IPv6. You should know

More information

Introduction to IPv6

Introduction to IPv6 Introduction to IPv6 1 What is IPv6? IP (Internet Protocol) The most common protocol over the Internet defines how packets are sent over the internet Addressing and routing Current versions IPv4 & IPv6

More information

IPv6 Protocols and Networks Hadassah College Spring 2018 Wireless Dr. Martin Land

IPv6 Protocols and Networks Hadassah College Spring 2018 Wireless Dr. Martin Land IPv6 1 IPv4 & IPv6 Header Comparison IPv4 Header IPv6 Header Ver IHL Type of Service Total Length Ver Traffic Class Flow Label Identification Flags Fragment Offset Payload Length Next Header Hop Limit

More information

TCP/IP Protocol Suite

TCP/IP Protocol Suite TCP/IP Protocol Suite Computer Networks Lecture 5 http://goo.gl/pze5o8 TCP/IP Network protocols used in the Internet also used in today's intranets TCP layer 4 protocol Together with UDP IP - layer 3 protocol

More information

Rocky Mountain IPv6 Summit April 9, 2008

Rocky Mountain IPv6 Summit April 9, 2008 Rocky Mountain IPv6 Summit April 9, 2008 Introduction to the IPv6 Protocol Scott Hogg GTRI - Director of Advanced Technology Services CCIE #5133, CISSP 1 IPv6 Header IPv4 Header 20 bytes IPv6 Header, 40

More information

Transitioning to IPv6

Transitioning to IPv6 Transitioning to IPv6 麟瑞科技區域銷售事業處副處長張晃崚 CCIE #13673 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0 7-1 IPv4 and IPv6 Currently, there are approximately 1.3 billion usable IPv4 addresses available.

More information

IPv6 migration challenges and Security

IPv6 migration challenges and Security IPv6 migration challenges and Security ITU Regional Workshop for the CIS countries Recommendations on transition from IPv4 to IPv6 in the CIS region, 16-18 April 2014 Tashkent, Republic of Uzbekistan Desire.karyabwite@itu.int

More information

IPv6 tutorial. RedIRIS Miguel Angel Sotos

IPv6 tutorial. RedIRIS Miguel Angel Sotos IPv6 tutorial RedIRIS Miguel Angel Sotos miguel.sotos@rediris.es Agenda History Why IPv6 IPv6 addresses Autoconfiguration DNS Transition mechanisms Security in IPv6 IPv6 in Windows and Linux IPv6 now 2

More information

IPv6. (Internet Protocol version 6)

IPv6. (Internet Protocol version 6) IPv6 Réseaux 1 IPv6 (Internet Protocol version 6) 2 IPv6 IP version 6 is the new version of the Internet Protocol (IP) The standardization process started in the 90s The main elements of IPv4 are still

More information

Lecture Computer Networks

Lecture Computer Networks Prof. Dr. Hans Peter Großmann mit M. Rabel sowie H. Hutschenreiter und T. Nau Sommersemester 2012 Institut für Organisation und Management von Informationssystemen Lecture Computer Networks Internet Protocol

More information

Introduction to IPv6 - II

Introduction to IPv6 - II Introduction to IPv6 - II Building your IPv6 network Alvaro Vives 27 June 2017 Workshop on Open Source Solutions for the IoT Contents IPv6 Protocols and Autoconfiguration - ICMPv6 - Path MTU Discovery

More information

IPv6. IPv4 & IPv6 Header Comparison. Types of IPv6 Addresses. IPv6 Address Scope. IPv6 Header. IPv4 Header. Link-Local

IPv6. IPv4 & IPv6 Header Comparison. Types of IPv6 Addresses. IPv6 Address Scope. IPv6 Header. IPv4 Header. Link-Local 1 v4 & v6 Header Comparison v6 Ver Time to Live v4 Header IHL Type of Service Identification Protocol Flags Source Address Destination Address Total Length Fragment Offset Header Checksum Ver Traffic Class

More information

Configuring IPv6 basics

Configuring IPv6 basics Contents Configuring IPv6 basics 1 IPv6 overview 1 IPv6 features 1 IPv6 addresses 2 IPv6 neighbor discovery protocol 5 IPv6 PMTU discovery 8 IPv6 transition technologies 8 Protocols and standards 9 IPv6

More information

Configuring IPv6 for Gigabit Ethernet Interfaces

Configuring IPv6 for Gigabit Ethernet Interfaces CHAPTER 46 IP version 6 (IPv6) provides extended addressing capability beyond those provided in IP version 4 (IPv4) in Cisco MDS SAN-OS. The architecture of IPv6 has been designed to allow existing IPv4

More information

Advanced Computer Networking. CYBR 230 Jeff Shafer University of the Pacific. IPv6

Advanced Computer Networking. CYBR 230 Jeff Shafer University of the Pacific. IPv6 CYBR 230 Jeff Shafer University of the Pacific IPv6 2 IP Versions Version Description 0-3 Unused: Development versions of IP 4 Current network-layer protocol 5 Unused: Experimental stream protocol ST 6

More information

LOGICAL ADDRESSING. Faisal Karim Shaikh.

LOGICAL ADDRESSING. Faisal Karim Shaikh. LOGICAL ADDRESSING Faisal Karim Shaikh faisal.shaikh@faculty.muet.edu.pk DEWSNet Group Dependable Embedded Wired/Wireless Networks www.fkshaikh.com/dewsnet IPv4 ADDRESSES An IPv4 address is a 32-bit address

More information

Computer Networking: A Top Down Approach Featuring the. Computer Networks with Internet Technology, William

Computer Networking: A Top Down Approach Featuring the. Computer Networks with Internet Technology, William Dr. John Keeney 3BA33 TCP/IP protocol architecture with IP OSI Model Layers TCP/IP Protocol Architecture Layers TCP/IP Protocol Suite Application Layer Application Layer Telnet FTP HTTP DNS RIPng SNMP

More information

ECE 435 Network Engineering Lecture 14

ECE 435 Network Engineering Lecture 14 ECE 435 Network Engineering Lecture 14 Vince Weaver http://web.eece.maine.edu/~vweaver vincent.weaver@maine.edu 25 October 2018 Announcements HW#6 was due HW#7 will be posted 1 IPv4 Catastrophe 2 Out of

More information

IPv6 Basics. APNIC Training Bali, Indonesia February, Jordi Palet - 1

IPv6 Basics. APNIC Training Bali, Indonesia February, Jordi Palet - 1 IPv6 Basics APNIC Training Bali, Indonesia February, 2007 Jordi Palet (jordi.palet@consulintel.es) - 1 Why a New IP? Only compelling reason: more addresses! for billions of new devices, e.g., cell phones,

More information

IPv6 : Internet Protocol Version 6

IPv6 : Internet Protocol Version 6 IPv6 : Internet Protocol Version 6 History Internet growth was faster than anticipated In early 1990 s, it was realized that we may run out of IPv4 addresses somewhere between 2000 and 2010 Also, experiences

More information

History. IPv6 : Internet Protocol Version 6. IPv4 Year-Wise Allocation (/8s)

History. IPv6 : Internet Protocol Version 6. IPv4 Year-Wise Allocation (/8s) History IPv6 : Internet Protocol Version 6 Internet growth was faster than anticipated In early 1990 s, it was realized that we may run out of IPv4 addresses somewhere between 2000 and 2010 Also, experiences

More information

IPv6 Protocols & Standards

IPv6 Protocols & Standards IPv6 Protocols & Standards ISP/IXP Workshops 1 So what has really changed? Expanded address space Address length quadrupled to 16 bytes Header Format Simplification Fixed length, optional headers are daisy-chained

More information

Cpsc527 - Lecture 3. IPv6 (RFC1883) Dr. Son Vuong UBC

Cpsc527 - Lecture 3. IPv6 (RFC1883) Dr. Son Vuong UBC Cpsc527 - Lecture 3 IPv6 (RFC1883) Dr. Son Vuong UBC 1 Overview Limitations of current Internet Protocol (IP) How many addresses do we need? Features of new IP Address Allocation Provider selection Mobility

More information

IPv4/v6 Considerations Ralph Droms Cisco Systems

IPv4/v6 Considerations Ralph Droms Cisco Systems Title IPv4/v6 Considerations Ralph Droms Cisco Systems Agenda Motivation for IPv6 Review of IPv6 Impact of differences Tools and techniques Why IPv6? More addresses More addresses More addresses Security,

More information

An Industry view of IPv6 Advantages

An Industry view of IPv6 Advantages An Industry view of IPv6 Advantages March 2002 Yanick.Pouffary@Compaq.Com Imagine what IPv6 can do for you! 1 Where we are Today IPv4 a victim of its own success IPv4 addresses consumed at an alarming

More information

Foreword xxiii Preface xxvii IPv6 Rationale and Features

Foreword xxiii Preface xxvii IPv6 Rationale and Features Contents Foreword Preface xxiii xxvii 1 IPv6 Rationale and Features 1 1.1 Internet Growth 1 1.1.1 IPv4 Addressing 1 1.1.2 IPv4 Address Space Utilization 3 1.1.3 Network Address Translation 5 1.1.4 HTTP

More information

CSCI-1680 Network Layer:

CSCI-1680 Network Layer: CSCI-1680 Network Layer: Wrapup Rodrigo Fonseca Based partly on lecture notes by Jennifer Rexford, Rob Sherwood, David Mazières, Phil Levis, John JannoA Administrivia Homework 2 is due tomorrow So we can

More information

Index Terms- IPv4, IPv6

Index Terms- IPv4, IPv6 A Case study of IPv4 and IPv6 Ms. P.S.Kharche 1, Dr. P.M.Jawandhiya 2, Department of Computer Science And Engineering, PLITMS, Buldana 1, 2 Email: kharche.priyanka8@gmail.com 2, pmjawandhiya@rediffmaill.com

More information

IPv6 is Internet protocol version 6. Following are its distinctive features as compared to IPv4. Header format simplification Expanded routing and

IPv6 is Internet protocol version 6. Following are its distinctive features as compared to IPv4. Header format simplification Expanded routing and INTERNET PROTOCOL VERSION 6 (IPv6) Introduction IPv6 is Internet protocol version 6. Following are its distinctive features as compared to IPv4. Header format simplification Expanded routing and addressing

More information

CS-435 spring semester Network Technology & Programming Laboratory. Stefanos Papadakis & Manolis Spanakis

CS-435 spring semester Network Technology & Programming Laboratory. Stefanos Papadakis & Manolis Spanakis CS-435 spring semester 2016 Network Technology & Programming Laboratory University of Crete Computer Science Department Stefanos Papadakis & Manolis Spanakis CS-435 Lecture #4 preview ICMP ARP DHCP NAT

More information

Configuring IPv6. Information About IPv6. Send document comments to CHAPTER

Configuring IPv6. Information About IPv6. Send document comments to CHAPTER CHAPTER 3 This chapter describes how to configure Internet Protocol version 6 (IPv6), which includes addressing, Neighbor Discovery Protocol (ND), and Internet Control Message Protocol version 6 (ICMPv6),

More information

IPv6 Technical Challenges

IPv6 Technical Challenges IPv6 Technical Challenges Peter Palúch, CCIE #23527, CCIP University of Zilina, Slovakia Academy Salute, April 15 th 16 th, Bucharest IPv6 technical challenges What challenges do I meet if I decide to

More information

ETSF05/ETSF10 Internet Protocols Network Layer Protocols

ETSF05/ETSF10 Internet Protocols Network Layer Protocols ETSF05/ETSF10 Internet Protocols Network Layer Protocols 2016 Jens Andersson Agenda Internetworking IPv4/IPv6 Framentation/Reassembly ICMPv4/ICMPv6 IPv4 to IPv6 transition VPN/Ipsec NAT (Network Address

More information

CS 356: Computer Network Architectures. Lecture 15: DHCP, NAT, and IPv6. [PD] chapter 3.2.7, 3.2.9, 4.1.3, 4.3.3

CS 356: Computer Network Architectures. Lecture 15: DHCP, NAT, and IPv6. [PD] chapter 3.2.7, 3.2.9, 4.1.3, 4.3.3 CS 356: Computer Network Architectures Lecture 15: DHCP, NAT, and IPv6 [PD] chapter 3.2.7, 3.2.9, 4.1.3, 4.3.3 Xiaowei Yang xwy@cs.duke.edu Dynamic Host Configuration Protocol (DHCP) Dynamic Assignment

More information

Operation Manual IPv6 H3C S3610&S5510 Series Ethernet Switches Table of Contents. Table of Contents

Operation Manual IPv6 H3C S3610&S5510 Series Ethernet Switches Table of Contents. Table of Contents Operation Manual IPv6 Table of Contents Table of Contents Chapter 1 IPv6 Basics Configuration... 1-1 1.1 IPv6 Overview... 1-1 1.1.1 IPv6 Features... 1-2 1.1.2 Introduction to IPv6 Address... 1-3 1.1.3

More information

IPv6. Internet Technologies and Applications

IPv6. Internet Technologies and Applications IPv6 Internet Technologies and Applications Contents Summary of IPv6 core features Auto-configuration IPv4-IPv6 transition techniques IPv6 networks today ITS 413 - IPv6 2 Motivation Current version of

More information

IPv6 Concepts. Improve router performance Simplify IP header Align to 64 bits Address hierarchy with more levels Simplify routing tables

IPv6 Concepts. Improve router performance Simplify IP header Align to 64 bits Address hierarchy with more levels Simplify routing tables IPv6 Concepts Tópicos Avançados de Redes 2016/2017 Why IPv6? 2 Lack of IPv4 addresses Imply NAT, or other solutions; Realm Specific IP (RFC3102) Improve router performance Simplify IP header Align to 64

More information

7th Slide Set Computer Networks

7th Slide Set Computer Networks Prof. Dr. Christian Baun 7th Slide Set Computer Networks Frankfurt University of Applied Sciences WS1718 1/49 7th Slide Set Computer Networks Prof. Dr. Christian Baun Frankfurt University of Applied Sciences

More information

Workshop on Scientific Applications for the Internet of Things (IoT) March

Workshop on Scientific Applications for the Internet of Things (IoT) March Workshop on Scientific Applications for the Internet of Things (IoT) March 16-27 2015 IP Networks: From IPv4 to IPv6 Alvaro Vives - alvaro@nsrc.org Contents 1 Digital Data Transmission 2 Switched Packet

More information

IPv6 Protocols & Standards. ISP/IXP Workshops

IPv6 Protocols & Standards. ISP/IXP Workshops IPv6 Protocols & Standards ISP/IXP Workshops 1 So what has really changed? Expanded address space Address length quadrupled to 16 bytes Header Format Simplification Fixed length, optional headers are daisy-chained

More information

Integrated Security 22

Integrated Security 22 OUR 15TH YEAR CISCO SYSTEMS USERS MAGAZINE FIRST QUARTER 2003 Integrated Security 22 Safeguarding the Network from Within 18 IPv6 ing Strategies 55 Managed Services on the Rise 68 From Networking Academy

More information

Internet Protocol v6.

Internet Protocol v6. Internet Protocol v6 October 25, 2016 v6@nkn.in Table of Content Why IPv6? IPv6 Address Space Customer LAN Migration Why IPv6? IPv6 Address Space Customer LAN migration IPv4 DASH BOARD THE REASON For IPv6

More information

Table of Contents 1 IPv6 Configuration IPv6 Application Configuration 2-1

Table of Contents 1 IPv6 Configuration IPv6 Application Configuration 2-1 Table of Contents 1 IPv6 Configuration 1-1 IPv6 Overview 1-1 IPv6 Features 1-1 Introduction to IPv6 Address 1-2 Introduction to IPv6 Neighbor Discovery Protocol 1-5 Introduction to ND Snooping 1-7 Introduction

More information

Network Management. IPv6 Bootcamp. Zhiyi Huang University of Otago

Network Management. IPv6 Bootcamp. Zhiyi Huang University of Otago TELE301 Network Management IPv6 Bootcamp! Zhiyi Huang University of Otago Overview Brief look at current deployment status Recap common IPv6 addresses Basic mechanisms of IPv6 StateLess

More information

Radware ADC. IPV6 RFCs and Compliance

Radware ADC. IPV6 RFCs and Compliance Radware ADC IPV6 s and Compliance Knowledgebase Team February 2016 Scope: This document lists most of the s that relevant to IPv6. Legend: Yes supported N/A not applicable No Currently not supported Relevance:

More information

Migration to IPv6 from IPv4. Is it necessary?

Migration to IPv6 from IPv4. Is it necessary? Introduction Today Internet plays a big role in every aspect of our lives and IP acted as an important pillar of Internet. Since its inception the Internet has reached almost all corners of globe and it

More information

IPv6 Associated Protocols. Athanassios Liakopoulos 6DEPLOY IPv6 Training, Skopje, June 2011

IPv6 Associated Protocols. Athanassios Liakopoulos 6DEPLOY IPv6 Training, Skopje, June 2011 IPv6 Associated Protocols Athanassios Liakopoulos (aliako@grnet.gr) 6DEPLOY IPv6 Training, Skopje, June 2011 Copy... Rights This slide set is the ownership of the 6DEPLOY project via its partners The Powerpoint

More information

IPv6 Protocol. Does it solve all the security problems of IPv4? Franjo Majstor EMEA Consulting Engineer Cisco Systems, Inc.

IPv6 Protocol. Does it solve all the security problems of IPv4? Franjo Majstor EMEA Consulting Engineer Cisco Systems, Inc. IPv6 Protocol Does it solve all the security problems of IPv4? Franjo Majstor EMEA Consulting Engineer fmajstor@cisco.com Cisco Systems, Inc. 1 Agenda IPv6 Primer IPv6 Protocol Security Dual stack approach

More information

On Distributed Communications, Rand Report RM-3420-PR, Paul Baran, August

On Distributed Communications, Rand Report RM-3420-PR, Paul Baran, August The requirements for a future all-digital-data distributed network which provides common user service for a wide range of users having different requirements is considered. The use of a standard format

More information

Table of Contents 1 IPv6 Configuration IPv6 Application Configuration 2-1

Table of Contents 1 IPv6 Configuration IPv6 Application Configuration 2-1 Table of Contents 1 IPv6 Configuration 1-1 IPv6 Overview 1-1 IPv6 Features 1-1 Introduction to IPv6 Address 1-3 Introduction to IPv6 Neighbor Discovery Protocol 1-5 Introduction to IPv6 DNS 1-8 Protocols

More information

Networking Fundamentals IPv6 APNIC 44. TAICHUNG, TAIWAN 7-14 September 2017

Networking Fundamentals IPv6 APNIC 44. TAICHUNG, TAIWAN 7-14 September 2017 Networking Fundamentals IPv6 APNIC 44 TAICHUNG, TAIWAN 7-14 September 2017 What is IPv6? IP stands for Internet Protocol which is one of the main pillars that supports the Internet today Current version

More information

Table of Contents 1 IPv6 Configuration IPv6 Application Configuration 2-1

Table of Contents 1 IPv6 Configuration IPv6 Application Configuration 2-1 Table of Contents 1 IPv6 Configuration 1-1 IPv6 Overview 1-1 IPv6 Features 1-1 Introduction to IPv6 Address 1-3 Introduction to IPv6 Neighbor Discovery Protocol 1-6 Introduction to IPv6 DNS 1-8 Protocols

More information

Network Layer Part A (IPv6) Network Layer 4-1

Network Layer Part A (IPv6) Network Layer 4-1 Network Layer Part A (IPv6) Network Layer 4-1 Chapter 4: outline 4.1 Overview of Network layer data plane control plane 4.2 What s inside a router 4.3 IP: Internet Protocol datagram format fragmentation

More information

TSIN02 - Internetworking

TSIN02 - Internetworking Lecture 2: The Internet Protocol Literature: Forouzan: ch 4-9 and ch 27 2004 Image Coding Group, Linköpings Universitet Outline About the network layer Tasks Addressing Routing Protocols 2 Tasks of the

More information

Avaya Networking IPv6 Using Fabric Connect to ease IPv6 Deployment. Ed Koehler Director DSE Ron Senna SE Avaya Networking Solutions Architecture

Avaya Networking IPv6 Using Fabric Connect to ease IPv6 Deployment. Ed Koehler Director DSE Ron Senna SE Avaya Networking Solutions Architecture Avaya Networking IPv6 Using Fabric Connect to ease IPv6 Deployment Ed Koehler Director DSE Ron Senna SE Avaya Networking Solutions Architecture IAUG Newport RI, November 2013 Agenda IPv6, The fundamentals

More information

On Distributed Communications, Rand Report RM-3420-PR, Paul Baran, August 1964

On Distributed Communications, Rand Report RM-3420-PR, Paul Baran, August 1964 The requirements for a future all-digital-data distributed network which provides common user service for a wide range of users having different requirements is considered. The use of a standard format

More information

Module 13. IPv6 Addressing

Module 13. IPv6 Addressing Module 13 IPv6 Addressing Objectives 1. 2.3 Explain the Properties and characteristics of TCP/IP IPv6 2 INTRODUCTION TO IPV6 3 IPv4 Addresses: 32 Bits 4 1.IPv4 address: 192.168.1.10 A.Four bytes or octets

More information

Asst. Prof. Chaiporn Jaikaeo, Ph.D.

Asst. Prof. Chaiporn Jaikaeo, Ph.D. IP Version 6 Asst. Prof. Chaiporn Jaikaeo, Ph.D. chaiporn.j@ku.ac.th http://www.cpe.ku.ac.th/~cpj Computer Engineering Department Kasetsart University, Bangkok, Thailand Adapted from the notes by Lami

More information

Chapter 19 Network Layer: Logical Addressing 19.1

Chapter 19 Network Layer: Logical Addressing 19.1 Chapter 19 Network Layer: Logical Addressing 19.1 Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 19.2 IPv4 IPv4 addresses are 32 bit length. IPv4 addresses are

More information

Information Sources Hans Kruse & Shawn Ostermann, Ohio University

Information Sources Hans Kruse & Shawn Ostermann, Ohio University IP Version 6 ITL Information Sources www.ipv6.org Christian Huitema, IPv6, The New Internet Protocol, Prentice Hall PTR, 1996. Lots of RFCs, 3513 describes the current address format Many others, see the

More information

The Netwok Layer IPv4 and IPv6 Part 2

The Netwok Layer IPv4 and IPv6 Part 2 ÉCOLE POLYTECHNIQUE FÉDÉRALE DE LAUSANNE The Netwok Layer IPv4 and IPv6 Part 2 Jean Yves Le Boudec 2014 1 Contents 6. ARP 7. Host configuration 8. IP packet format Textbook Chapter 5: The Network Layer

More information

Athanassios Liakopoulos

Athanassios Liakopoulos Introduction to IPv6 (Part B) Athanassios Liakopoulos (aliako@grnet.gr) Greek IPv6 Training, Athens, May 2010 Copy... Rights This slide set is the ownership of the 6DEPLOY project via its partners The

More information

A Practical (and Personal) Perspective on IPv6 for Servers. Geoff Huston June 2011

A Practical (and Personal) Perspective on IPv6 for Servers. Geoff Huston June 2011 A Practical (and Personal) Perspective on IPv6 for Servers Geoff Huston June 2011 Lets look at... Why we need IPv6 The differences between IPv4 and IPv6 Some practical hints for Dual Stack Services Why?

More information

New IP Header. Why change IP. Address Notation. Changes. Information Sources. IP Version 6 ITL

New IP Header. Why change IP. Address Notation. Changes. Information Sources. IP Version 6 ITL Information Sources IP Version 6 ITL www.ipv6.org Christian Huitema, IPv6, The New Internet Protocol, Prentice Hall PTR, 1996. Lots of RFCs, 3513 describes the current address format Many others, see the

More information

Information Sources Hans Kruse & Shawn Ostermann, Ohio University

Information Sources Hans Kruse & Shawn Ostermann, Ohio University IP Version 6 ITL Information Sources www.ipv6.org Christian Huitema, IPv6, The New Internet Protocol, Prentice Hall PTR, 1996. Lots of RFCs, 3513 describes the current address format Many others, see the

More information

Internet of Things (IOT) Things that you do not know about IOT

Internet of Things (IOT) Things that you do not know about IOT 1 Internet of Things (IOT) Things that you do not know about IOT Technical Track Inspiring People Connecting Ideas SingTel Group Learning Fiesta 6 Sep 2013, 11.30am 12.30pm Progreso Networks (S) Pte Ltd

More information

MIGRATION OF INTERNET PROTOCOL V4 TO INTERNET PROTOCOL V6 USING DUAL-STACK TECHNIQUE

MIGRATION OF INTERNET PROTOCOL V4 TO INTERNET PROTOCOL V6 USING DUAL-STACK TECHNIQUE MIGRATION OF INTERNET PROTOCOL V4 TO INTERNET PROTOCOL V6 USING DUAL-STACK TECHNIQUE 1 SHEETAL BORSE, 2 MRUDUL DIXIT 1,2 Department of Electronics and Telecommunication, Cummins College of Engineering

More information

INTRODUCTION OF IPV6. Ravikumar Naik 21/11/2011

INTRODUCTION OF IPV6. Ravikumar Naik 21/11/2011 INTRODUCTION OF IPV6 Ravikumar Naik 21/11/2011 Outline Why we need a new version of the IP protocol? IPv6 Basics IPv6 Addressing Why we need a new version of the IP protocol? Contemporary studies indicated

More information

CSF645 Mobile Computing 行動計算. IPv6. (Internetworking With TCP/IP vol Part 31) 吳俊興國立高雄大學資訊工程學系

CSF645 Mobile Computing 行動計算. IPv6. (Internetworking With TCP/IP vol Part 31) 吳俊興國立高雄大學資訊工程學系 CSF645 Mobile Computing 行動計算 IPv6 (Internetworking With TCP/IP vol. 1 -- Part 31) 吳俊興國立高雄大學資訊工程學系 IPv6: Motivation Initial motivation: 32-bit address space soon to be completely allocated Additional motivation:

More information

The IPv6 Protocol & IPv6 Standards

The IPv6 Protocol & IPv6 Standards The IPv6 Protocol & IPv6 Standards ISP Workshops Last updated 5 October 2014 1 So what has really changed? p IPv6 does not interoperate with IPv4 n Separate protocol working independently of IPv4 n Deliberate

More information

IPv6 Neighbor Discovery

IPv6 Neighbor Discovery The IPv6 neighbor discovery process uses Internet Control Message Protocol (ICMP) messages and solicited-node multicast addresses to determine the link-layer address of a neighbor on the same network (local

More information

CSCD 433/533 Advanced Networks Spring Lecture 20 IPv6 and Tunnels

CSCD 433/533 Advanced Networks Spring Lecture 20 IPv6 and Tunnels CSCD 433/533 Advanced Networks Spring 2016 Lecture 20 IPv6 and Tunnels 1 Topics Ipv4 Stop-gap methods to save it Ipv6 What is it? When is it coming? How does it differ from Ipv4? Transition to Ipv6 Mechanisms

More information

Subnet Masks. Address Boundaries. Address Assignment. Host. Net. Host. Subnet Mask. Non-contiguous masks. To Administrator. Outside the network

Subnet Masks. Address Boundaries. Address Assignment. Host. Net. Host. Subnet Mask. Non-contiguous masks. To Administrator. Outside the network Subnet Masks RFCs 917 922 925 (1984) 932 936 940 950 (1985) First major change to IP after RFC791 Net Host Subnet Mask 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 Net Bits set indicate net number Bits clear indicate

More information

Introduction to IPv6. Stig Venaas, UNINETT /18/2001

Introduction to IPv6. Stig Venaas, UNINETT /18/2001 Introduction to IPv6 Stig Venaas, UNINETT 2001-09-12 9/18/2001 Overview What is wrong with IP? IPv6 basics More IPv6 Implementations Getting started IPv6 connectivity and transition techniques UNINETT

More information

Chapter 2 Advanced TCP/IP

Chapter 2 Advanced TCP/IP Tactical Perimeter Defense 2-1 Chapter 2 Advanced TCP/IP At a Glance Instructor s Manual Table of Contents Overview Objectives Teaching Tips Quick Quizzes Class Discussion Topics Additional Projects Additional

More information

IPv6 Neighbor Discovery

IPv6 Neighbor Discovery The IPv6 neighbor discovery process uses Internet Control Message Protocol (ICMP) messages and solicited-node multicast addresses to determine the link-layer address of a neighbor on the same network (local

More information

IPv6 Transition Technologies (TechRef)

IPv6 Transition Technologies (TechRef) Tomado de: http://technet.microsoft.com/en-us/library/dd379548.aspx IPv6 Transition Technologies (TechRef) Updated: January 7, 2009 IPv6 Transition Technologies Protocol transitions are not easy, and the

More information

Outline. IP Address. IP Address. The Internet Protocol. o Hostname & IP Address. o The Address

Outline. IP Address. IP Address. The Internet Protocol. o Hostname & IP Address. o The Address Outline IP The Internet Protocol o IP Address IP subnetting CIDR o ARP Protocol o IP Function o Fragmentation o NAT o IPv6 2 IP Address o Hostname & IP Address IP Address o The Address ping www.nu.ac.th

More information

CCNA Exploration Network Fundamentals. Chapter 06 Addressing the Network IPv4

CCNA Exploration Network Fundamentals. Chapter 06 Addressing the Network IPv4 CCNA Exploration Network Fundamentals Chapter 06 Addressing the Network IPv4 Updated: 20/05/2008 1 6.0.1 Introduction Addressing is a key function of Network layer protocols that enables data communication

More information

APNIC Training. IPv6 Essentials

APNIC Training. IPv6 Essentials APNIC Training IPv6 Essentials Overview An overview of IPv6 APNIC IPv6 Policies IPv4 to IPv6 Transition IPv6 Architecture Overview INTRODUCTION What is IPv6? IPv6 is a new version of the Internet layer

More information

Advanced Computer Networking (ACN)

Advanced Computer Networking (ACN) Chair of Network Architectures and Services Department of Informatics Technical University of Munich Advanced Computer Networking (ACN) IN2097 WiSe 2017-2018 Prof. Dr.-Ing. Georg Carle Sebastian Gallenmüller,

More information

Communication Systems IPv6

Communication Systems IPv6 Communication Systems IPv6 Computer Science Network Layer from IPv4 to IPv6 Staying on the third layer but exchange the protocol Introduction to future IP The IP v6 address IP v6 header and extension headers

More information

Transition to IPv6. Hui Chen, Ph.D. Dept. of Engineering & Computer Science Virginia State University Petersburg, VA 23806

Transition to IPv6. Hui Chen, Ph.D. Dept. of Engineering & Computer Science Virginia State University Petersburg, VA 23806 Transition to IPv6 Hui Chen, Ph.D. Dept. of Engineering & Computer Science Virginia State University Petersburg, VA 23806 10/12/2015 CSCI 445 Fall 2015 1 Acknowledgements Some pictures used in this presentation

More information

Unit 5 - IPv4/ IPv6 Transition Mechanism(8hr) BCT IV/ II Elective - Networking with IPv6

Unit 5 - IPv4/ IPv6 Transition Mechanism(8hr) BCT IV/ II Elective - Networking with IPv6 5.1 Tunneling 5.1.1 Automatic Tunneling 5.1.2 Configured Tunneling 5.2 Dual Stack 5.3 Translation 5.4 Migration Strategies for Telcos and ISPs Introduction - Transition - the process or a period of changing

More information

Recent advances in IPv6 insecurities reloaded Marc van Hauser Heuse GOVCERT NL Marc Heuse

Recent advances in IPv6 insecurities reloaded Marc van Hauser Heuse GOVCERT NL Marc Heuse Recent advances in IPv6 insecurities reloaded Marc van Hauser Heuse GOVCERT NL 2011 2011 Marc Heuse Hello, my name is Basics Philosophy Vulnerabilities Vendor Responses & Failures Recommendations

More information

IPv6 Bootcamp Course (5 Days)

IPv6 Bootcamp Course (5 Days) IPv6 Bootcamp Course (5 Days) Course Description: This intermediate - advanced, hands-on course covers pertinent topics needed for IPv6 migration and deployment strategies. IPv6 novices can expect to gain

More information

Table of Contents 1 IPv6 Basics Configuration 1-1

Table of Contents 1 IPv6 Basics Configuration 1-1 Table of Contents 1 IPv6 Basics Configuration 1-1 IPv6 Overview 1-1 IPv6 Features 1-1 Introduction to IPv6 Address 1-3 Introduction to IPv6 Neighbor Discovery Protocol 1-5 IPv6 PMTU Discovery 1-8 Introduction

More information

IPv6 Addressing. The IPv6 Address Space. Chapter 3. At the end of this chapter, you should be able to do the following:

IPv6 Addressing. The IPv6 Address Space. Chapter 3. At the end of this chapter, you should be able to do the following: 49 Chapter 3 IPv6 Addressing At the end of this chapter, you should be able to do the following: Describe the IPv6 address space, and state why the address length of 128 bits was chosen. Describe IPv6

More information