IP version 6. The newest IP version. Karst Koymans. Informatics Institute University of Amsterdam. (version 17.5, 2017/11/10 13:19:24)

Size: px
Start display at page:

Download "IP version 6. The newest IP version. Karst Koymans. Informatics Institute University of Amsterdam. (version 17.5, 2017/11/10 13:19:24)"

Transcription

1 IP version 6 The newest IP version Karst Koymans Informatics Institute University of Amsterdam (version 17.5, 2017/11/10 13:19:24) Tuesday, November 7, 2017 Karst Koymans (UvA) IP version 6 Tuesday, November 7, / 57

2 1 Rationale 2 IPv6 addressing IPv6 address space and notation Special-purpose space Unicast space Multicast Addressing hierarchy 3 Neighbor Discovery 4 IPv6 packet formats 5 IPv4 to IPv6 transition General ideas NAT64 ISATAP, 6to4 and Teredo 6 DNS issues 7 Application, protocol and programming support Karst Koymans (UvA) IP version 6 Tuesday, November 7, / 57

3 Rationale Outline 1 Rationale 2 IPv6 addressing IPv6 address space and notation Special-purpose space Unicast space Multicast Addressing hierarchy 3 Neighbor Discovery 4 IPv6 packet formats 5 IPv4 to IPv6 transition General ideas NAT64 ISATAP, 6to4 and Teredo 6 DNS issues 7 Application, protocol and programming support Karst Koymans (UvA) IP version 6 Tuesday, November 7, / 57

4 Rationale Why IP version 6 should be used Many more addresses Only 4 times as many bits (4 32 = 128) Address space grows with a factor /2 32 = 2 (128 32) = 2 96 Autoconfiguration Stateless Stateful (DHCPv6) Security Built-in IPSEC Karst Koymans (UvA) IP version 6 Tuesday, November 7, / 57

5 Rationale Why IP version 6 should be used (continued) Optimized headers Fixed length (40 bytes) Extension header mechanism Mobility Direct end to end communication No NAT needed End-to-end principle could be reinstated but smart or intelligent middleboxes will interfere Software defined networking (SDN) possibly enemy of end-to-end Karst Koymans (UvA) IP version 6 Tuesday, November 7, / 57

6 Rationale Why IP version 6 might be used QoS Flowlabel 1 present in the standard header Hierarchical routing Nothing new with respect to IPv4 Risk of tunnel mess because of IPv6-in-IPv4 transition scenario But tunnels are more and more replaced by native 2 access 1 The An IPv4 Flowlabel Option Internet-Draft tries to establish an IPv4 flowlabel option since 2002 (version 26 of August 6, 2017) 2 The IPv6-Internet is a reality for many users since World IPv6 Day on June 8, 2011 and World IPv6 Launch on June 6, 2012 Karst Koymans (UvA) IP version 6 Tuesday, November 7, / 57

7 IPv6 addressing Outline 1 Rationale 2 IPv6 addressing IPv6 address space and notation Special-purpose space Unicast space Multicast Addressing hierarchy 3 Neighbor Discovery 4 IPv6 packet formats 5 IPv4 to IPv6 transition General ideas NAT64 ISATAP, 6to4 and Teredo 6 DNS issues 7 Application, protocol and programming support Karst Koymans (UvA) IP version 6 Tuesday, November 7, / 57

8 IPv6 addressing IPv6 address space and notation Outline 1 Rationale 2 IPv6 addressing IPv6 address space and notation Special-purpose space Unicast space Multicast Addressing hierarchy 3 Neighbor Discovery 4 IPv6 packet formats 5 IPv4 to IPv6 transition General ideas NAT64 ISATAP, 6to4 and Teredo 6 DNS issues 7 Application, protocol and programming support Karst Koymans (UvA) IP version 6 Tuesday, November 7, / 57

9 IPv6 addressing IPv6 address space and notation IPv6 addresses IP version bit addresses 4 times as many bits as in IPv times as many possible addresses Much more hierarchical addressing This is absolutely necessary because of the huge address space size of IPv6 Still discussions about what is the right sizing (March 2011), see RFC 6177 (BCP 157; IPv6 Address Assignment to End Sites ) Karst Koymans (UvA) IP version 6 Tuesday, November 7, / 57

10 IPv6 addressing IPv6 address space and notation Remember: IPv4 address notation IPv4 address notation IP address Subnet mask (or sometimes) ( ) Network /26 Broadcast Mixed notation /26 Host and network in one notation Karst Koymans (UvA) IP version 6 Tuesday, November 7, / 57

11 IPv6 addressing IPv6 address space and notation IPv6 address notation IPv6 address notation IPv6 address Short form Network Mixed notation 2001:0610:0158:bad0:0000:0000:0000: :610:158:bad0::1 2001:610:158:bad0::/ :610:158:bad0::1/64 8 blocks of 4 nibbles (hex digits), totaling 128 bits Leading zeroes in blocks may be skipped Blocks of all zeroes may be replaced by :: (once!, why?) No broadcasts (but multicasts), no subnet masks, only prefixes See RFC 4291: IP Version 6 Addressing Architecture Karst Koymans (UvA) IP version 6 Tuesday, November 7, / 57

12 IPv6 addressing IPv6 address space and notation Allocated address space Top level allocations ::/8 Special-purpose 100::/8 Special-purpose 2000::/3 Global unicast fc00::/7 Unique local unicast fe80::/10 Link-local (Link-scoped) unicast ff00::/8 Multicast Exercise Write down the unallocated parts with as much aggregation as possible Explain and improve ipv6-address-space/ipv6-address-space.xhtml Karst Koymans (UvA) IP version 6 Tuesday, November 7, / 57

13 IPv6 addressing Special-purpose space Outline 1 Rationale 2 IPv6 addressing IPv6 address space and notation Special-purpose space Unicast space Multicast Addressing hierarchy 3 Neighbor Discovery 4 IPv6 packet formats 5 IPv4 to IPv6 transition General ideas NAT64 ISATAP, 6to4 and Teredo 6 DNS issues 7 Application, protocol and programming support Karst Koymans (UvA) IP version 6 Tuesday, November 7, / 57

14 IPv6 addressing Special-purpose space Special-purpose addresses Special-purpose addresses ::/128 Unspecified address ::1/128 Localhost address ::a.b.c.d/128 (from ::/96) IPv4-compatible addresses ::ffff:a.b.c.d/128 (from ::ffff:0:0/96) IPv4-mapped addresses 64:ff9b::/96 Well-known prefix 100::/64 Discard-only address block a.b.c.d is IPv4 address in decimal IPv4-compatible addresses were used for automatic tunneling (now deprecated) IPv4-mapped addresses may be used by IPv6-only applications to communicate with IPv4-only hosts (never seen on the wire) Algorithmic translation for IPv4/IPv6 now uses the well-known prefix Karst Koymans (UvA) IP version 6 Tuesday, November 7, / 57

15 IPv6 addressing Unicast space Outline 1 Rationale 2 IPv6 addressing IPv6 address space and notation Special-purpose space Unicast space Multicast Addressing hierarchy 3 Neighbor Discovery 4 IPv6 packet formats 5 IPv4 to IPv6 transition General ideas NAT64 ISATAP, 6to4 and Teredo 6 DNS issues 7 Application, protocol and programming support Karst Koymans (UvA) IP version 6 Tuesday, November 7, / 57

16 IPv6 addressing Unicast space Global unicast space (1) Global unicast addresses (allocated before 2006) 2001::/16 First RIR space 2002::/16 6to4 space 3ffe::/16 6bone space (returned to IANA, see RFC 5156) 5f00::/8 a 6bone space (returned to IANA) a This is a subprefix of 4000::/3, which is part of the fully reserved 4000::/2 The RIR (Regional Internet Registries) are: RIPE NCC, ARIN, APNIC, LACNIC, AfriNIC 6to4 is one of the transition mechanisms Karst Koymans (UvA) IP version 6 Tuesday, November 7, / 57

17 IPv6 addressing Unicast space Global unicast space (2) Recent (2006) large chunks 2400::/12 APNIC 2600::/12 ARIN 2800::/12 LACNIC 2a00::/12 2c00::/12 RIPE NCC AfriNIC ipv6-unicast-address-assignments/ Karst Koymans (UvA) IP version 6 Tuesday, November 7, / 57

18 IPv6 addressing Unicast space IANA blocks IANA blocks inside 2001::/ ::/23 IETF Protocol Assignments 2001::/32 (from 2001::/23) TEREDO 2001:2::/48 a Benchmarking 2001:4:112::/48 AS112-DNAME b 2001:20::/28 ORCHIDv2 2001:db8::/32 Documentation a The RFC mistakenly talks about 2001:200::/48 b RFC Karst Koymans (UvA) IP version 6 Tuesday, November 7, / 57

19 IPv6 addressing Unicast space Anycast addresses Allocated from (Global) unicast space One anycast address has been required from the very beginning Subnet-router anycast For each subnet the address with all Interface ID bits set to zero Each IPv6 router should configure this address but it is not always implemented (officially deprecated? 3 ) It is useful to be able to find from the outside 4 the nearest router connected to a subnet 3 See IPv6 Subnet Anycast Deprecated 4 What happens from the inside? Should it also be used on the link local subnet? Karst Koymans (UvA) IP version 6 Tuesday, November 7, / 57

20 IPv6 addressing Unicast space Local or private space (fe80::/9, fc00::/7) fe80::/10 (Link-local addresses) Restricted in scope to a single link (prefix fe80::/64) Address reuse possible on other link fec0::/10 (Site-local addresses; deprecated) Used within a site (what is a site?) Corporate mergers possible with GUSL (Sic!) Globally Unique Site-locals are deprecated fc00::/7 (Unique local unicast; replaces Site-local) Subnets typically look like fdrr:rrrr:rrrr:ssss::/64 (see RFC 4193) Local bit L (eighth bit) is 1; fc00::/8 is reserved rr:rrrr:rrrr is random and ssss is an assigned subnet id Karst Koymans (UvA) IP version 6 Tuesday, November 7, / 57

21 IPv6 addressing Multicast Outline 1 Rationale 2 IPv6 addressing IPv6 address space and notation Special-purpose space Unicast space Multicast Addressing hierarchy 3 Neighbor Discovery 4 IPv6 packet formats 5 IPv4 to IPv6 transition General ideas NAT64 ISATAP, 6to4 and Teredo 6 DNS issues 7 Application, protocol and programming support Karst Koymans (UvA) IP version 6 Tuesday, November 7, / 57

22 IPv6 addressing Multicast Multicast space See RFC 4291 ff00::/8 (NOT ff::/8!) Multicast address bits 8 bits ones ( ) 4 bits flag (0RPT) T (1: transient; 0: permanent) P (1: prefix-owned; 0: not prefix-owned); see RFC 3306 R (1: RP embedded; 0: no RP embedded); see RFC bits scope 112 bits multicast group id 5 5 Under further discussion, see RFC 7371, September 2014 Karst Koymans (UvA) IP version 6 Tuesday, November 7, / 57

23 IPv6 addressing Multicast Multicast Scope Scope Bits Meaning Reserved Interface-local Link-local Admin-local Site-local Organization-local e 1110 Global f 1111 Reserved Others - Unassigned Karst Koymans (UvA) IP version 6 Tuesday, November 7, / 57

24 IPv6 addressing Multicast Pre-defined multicast addresses Purpose Address Scope All nodes ff02::1 6 Link-local All routers ff02::2 Link-local All routers ff05::2 Site-local Solicited-Node ff02::1:ffxx:xxxx 7 Link-local 6 Why does ping6 ff02::1 not work? What does work? 7 xx:xxxx are the low order 24 bits of each unicast or anycast address which this host has configured on the interface under consideration. This multicast address is used in Neighbor Solicitation. Karst Koymans (UvA) IP version 6 Tuesday, November 7, / 57

25 IPv6 addressing Addressing hierarchy Outline 1 Rationale 2 IPv6 addressing IPv6 address space and notation Special-purpose space Unicast space Multicast Addressing hierarchy 3 Neighbor Discovery 4 IPv6 packet formats 5 IPv4 to IPv6 transition General ideas NAT64 ISATAP, 6to4 and Teredo 6 DNS issues 7 Application, protocol and programming support Karst Koymans (UvA) IP version 6 Tuesday, November 7, / 57

26 IPv6 addressing Addressing hierarchy 2001::/16 Hierarchy /16 RIR space (from IANA) /23 Basic allocation size /32 ISP allocations (from RIR) /35 Old ISP allocations /48 Customer allocations (from ISP) /56, /60 Consumer allocations /64 IPv6 subnet (inside customer network) In recent years a shift is seen to larger prefixes /12 for the five RIRs Karst Koymans (UvA) IP version 6 Tuesday, November 7, / 57

27 IPv6 addressing Addressing hierarchy Addressing in Internet Exchanges (AMS-IX) Until early 2011 AMS-IX has been using SURFnet address space (2001:610:140::/48) BIT address space (2001:7b8:200::/48) Current (2012) scheme 2001:7f8:1::/48 AMS-IX (peering LAN) from 2001:7f8::/29 is a Block for (direct) RIR assignments to network operators 2001:67c:1a8::/48 AMS-IX (office LAN) from 2001:678::/29 is a Block for (direct) RIR assignments to network operators All assignments are from the 2001:600::/23 RIPE block Karst Koymans (UvA) IP version 6 Tuesday, November 7, / 57

28 Neighbor Discovery Outline 1 Rationale 2 IPv6 addressing IPv6 address space and notation Special-purpose space Unicast space Multicast Addressing hierarchy 3 Neighbor Discovery 4 IPv6 packet formats 5 IPv4 to IPv6 transition General ideas NAT64 ISATAP, 6to4 and Teredo 6 DNS issues 7 Application, protocol and programming support Karst Koymans (UvA) IP version 6 Tuesday, November 7, / 57

29 Neighbor Discovery Neighbor Discovery Protocol (NDP) IPv6 does not use ARP IPv6 does use ICMPv6 to discover or apply Address and status of neighbours Properties of networks, prefixes and routers Duplicate Address Detection (DAD) Neighbour Unreachability Detection (NUD) Extensive use of multicast Karst Koymans (UvA) IP version 6 Tuesday, November 7, / 57

30 Neighbor Discovery ICMPv6 types for NDP ICMPv6 types for NDP 133 Router Solicitation 134 Router Advertisement 135 Neighbor Solicitation 136 Neighbor Advertisement 137 Redirect Message Karst Koymans (UvA) IP version 6 Tuesday, November 7, / 57

31 IPv6 packet formats Outline 1 Rationale 2 IPv6 addressing IPv6 address space and notation Special-purpose space Unicast space Multicast Addressing hierarchy 3 Neighbor Discovery 4 IPv6 packet formats 5 IPv4 to IPv6 transition General ideas NAT64 ISATAP, 6to4 and Teredo 6 DNS issues 7 Application, protocol and programming support Karst Koymans (UvA) IP version 6 Tuesday, November 7, / 57

32 IPv6 packet formats IPv6 header Vers. Traffic Class Flowlabel Payload Length Next Header Hop Limit Source Address (16 bytes) Destination Address (16 bytes) Karst Koymans (UvA) IP version 6 Tuesday, November 7, / 57

33 IPv6 packet formats IPv6 header fields IPv6 header fields Version 6 Traffic Class Flowlabel Payload Length Next Header Hop Limit Source Address Destination Address Type of Service management Identify flows with special requirements Including extension headers Type of following header Forwarding count and loop protection IPv6 address of sender IPv6 address of recipient Karst Koymans (UvA) IP version 6 Tuesday, November 7, / 57

34 IPv6 packet formats Next Header Protocol type Header types Number Name Meaning 0 HOPOPT Hop-by-hop Option 6 TCP Upper layer Transmission Control 17 UDP Upper layer User Datagram 41 IPv6 IPv6 (in IPv6) 43 IPv6-Route Routing Header 44 IPv6-Frag Fragment Header Karst Koymans (UvA) IP version 6 Tuesday, November 7, / 57

35 Next Header protocol type Header types (continued) Number Name Meaning 50 ESP Encap Security Payload 51 AH Authentication Header 58 IPv6-ICMP ICMP for IPv6 59 IPv6-NoNxt No Next Header a 60 IPv6-Opts Destination Options a This is for instance used by Teredo bubble packets See

36 IPv4 to IPv6 transition Outline 1 Rationale 2 IPv6 addressing IPv6 address space and notation Special-purpose space Unicast space Multicast Addressing hierarchy 3 Neighbor Discovery 4 IPv6 packet formats 5 IPv4 to IPv6 transition General ideas NAT64 ISATAP, 6to4 and Teredo 6 DNS issues 7 Application, protocol and programming support Karst Koymans (UvA) IP version 6 Tuesday, November 7, / 57

37 IPv4 to IPv6 transition General ideas Outline 1 Rationale 2 IPv6 addressing IPv6 address space and notation Special-purpose space Unicast space Multicast Addressing hierarchy 3 Neighbor Discovery 4 IPv6 packet formats 5 IPv4 to IPv6 transition General ideas NAT64 ISATAP, 6to4 and Teredo 6 DNS issues 7 Application, protocol and programming support Karst Koymans (UvA) IP version 6 Tuesday, November 7, / 57

38 IPv4 to IPv6 transition General ideas A simple and direct transition scenario Clients dual stack Servers (services) IPv4 xor IPv6 Killer application IPv6 only Networks completely independent Configured tunnels only if no native connectivity is available Karst Koymans (UvA) IP version 6 Tuesday, November 7, / 57

39 IPv4 to IPv6 transition General ideas Older IETF transition technologies (around 2000) Clients and servers dual stack Stateless IP/ICMP Translation (SIIT) RFC 2765 (Feb 2000) Bump in the Stack (BIS) RFC 2767 (Feb 2000) IPv6 Tunnel Broker RFC 3053 (Jan 2001) SOCKS-based IPv6/IPv4 Gateway RFC 3089 (Apr 2001) Transport Relay Translator (TRT) RFC 3142 (Jun 2001) An implementation of NA(P)T-PT (deprecated since RFC 4966) Makes use of DNS_ALG (RFC 2694) Bump in the API (BIA) RFC 3338 (Oct 2002) Karst Koymans (UvA) IP version 6 Tuesday, November 7, / 57

40 IPv4 to IPv6 transition General ideas Current (2013) IETF transition technologies Clients and servers dual stack 6rd RFC 5569 (Jan 2010), 5969 (Aug 2010) IPv6 Rapid Deployment, using 6to4 within ISP network IP/ICMP Translation (derived from SIIT) RFC 6145 (Apr 2011) Dual-Stack Hosts Using Bump-in-the-Host (BIH) RFC 6535 (Feb 2012) NAT64 and DNS64 RFC 6146, 6147 (Apr 2011) DS-Lite (Dual-Stack Lite) RFC 6333 (Aug 2011), RFC 7335 (Aug 2014) The service provider network is IPv6 only Uses IPv4-in-IPv6 tunnels and Carrier Grade NAT (CGN) for IPv4 6to4 Do not confuse with 6in4 or 6over4 ISATAP and Teredo Karst Koymans (UvA) IP version 6 Tuesday, November 7, / 57

41 IPv4 to IPv6 transition NAT64 Outline 1 Rationale 2 IPv6 addressing IPv6 address space and notation Special-purpose space Unicast space Multicast Addressing hierarchy 3 Neighbor Discovery 4 IPv6 packet formats 5 IPv4 to IPv6 transition General ideas NAT64 ISATAP, 6to4 and Teredo 6 DNS issues 7 Application, protocol and programming support Karst Koymans (UvA) IP version 6 Tuesday, November 7, / 57

42 IPv4 to IPv6 transition NAT64 Addresses used in IPv4/IPv6 Translation Framework for IPv4/IPv6 Translation (RFC 6144, April 2011) IPv4-embedded addresses IPv6 addresses containing IPv4 addresses IPv4-converted addresses Used to represent IPv4-only hosts inside an IPv6-only network Assigned to the IPv6-side of an IPv4/IPv6 translator/gateway IPv4-translatable addresses Used to represent IPv6-only hosts inside an IPv4-only network Assigned to an IPv6-only host Only works with a stateless IPv4/IPv6 translator/gateway Embedded IPv4 address is assigned to the IPv4-side of an IPv4/IPv6 translator/gateway Karst Koymans (UvA) IP version 6 Tuesday, November 7, / 57

43 IPv4 to IPv6 transition NAT64 Format of IPv4-embedded Addresses IPv6 Addressing of IPv4/IPv6 Translators RFC 6052, October 2010 Prefix IPv4 address Suffix Prefix length can be 32, 40, 48, 56, 64 or 96 The Well-known prefix (WKP 8 ) 64:ff9b::/96 is one option Other options are network specific prefixes (NSPs) Bits should all be set to 0 for compatibility with the EUI-64 9 universal bit The IPv4 address wraps around bits 64-71, if necessary The suffix completes the IPv6 address and is reserved (all 0 s) 8 Only in a stateful scenario without IPv4-translatable addresses 9 This will be explained in the Layer2 lecture Karst Koymans (UvA) IP version 6 Tuesday, November 7, / 57

44 IPv4 to IPv6 transition NAT64 How do IPv6 (only) clients reach IPv4 (only) servers? It is one big NAT scheme RFC 6145 (April 2011), RFC 6791 (November 2012) IP/ICMP Translation Algorithm Header translation IPv4 IPv6 RFC 6146 (April 2011) Stateful NAT64: Network Address and Protocol Translation from IPv6 Clients to IPv4 Servers Uses algorithmic (4 6) and table based (6 4) translation RFC 6147 (April 2011) DNS64: DNS Extensions for Network Address Translation from IPv6 Clients to IPv4 Servers Karst Koymans (UvA) IP version 6 Tuesday, November 7, / 57

45 IPv4 to IPv6 transition ISATAP, 6to4 and Teredo Outline 1 Rationale 2 IPv6 addressing IPv6 address space and notation Special-purpose space Unicast space Multicast Addressing hierarchy 3 Neighbor Discovery 4 IPv6 packet formats 5 IPv4 to IPv6 transition General ideas NAT64 ISATAP, 6to4 and Teredo 6 DNS issues 7 Application, protocol and programming support Karst Koymans (UvA) IP version 6 Tuesday, November 7, / 57

46 IPv4 to IPv6 transition ISATAP, 6to4 and Teredo Windows XP SP1 choice ISATAP (RFC 5214) For intra domain connectivity Was once automatically enabled (in XP) when IPv6 was enabled 6to4 (RFC 3056) For inter domain connectivity Was once automatically enabled (in XP) when IPv6 was enabled ISATAP + 6to4 == a possible security nightmare Karst Koymans (UvA) IP version 6 Tuesday, November 7, / 57

47 IPv4 to IPv6 transition ISATAP, 6to4 and Teredo ISATAP Intra-Site Automatic Tunnel Addressing Protocol PREFIX:0:5efe:a.b.c.d PREFIX (64 bits) can be (link) local or global 0:5efe (32 bits) is an ISATAP constant Related to the IANA OUI 00:00:5e (RFC 7042) a.b.c.d (32 bits) is a public or private IPv4 address Uses IPv4 encapsulation inside the domain as data link layer Default gateway should be a full blown IPv6 router Karst Koymans (UvA) IP version 6 Tuesday, November 7, / 57

48 IPv4 to IPv6 transition ISATAP, 6to4 and Teredo 6to4 Everybody with a public IPv4 address a.b.c.d owns an IPv6 site 2002:a.b.c.d::/48 This notation is illegal, but practical Uses normal IPv6 routing inside its prefix A full mesh of IPv4 encapsulated point to point links connect all 6to4 routers The 6to4 router acts as a default gateway within 2002:a.b.c.d::/48 A 6to4 relay is a 6to4 router that connects 6to4 space to native IPv6 space A 6to4 relay advertises 2002::/16 towards native IPv6 space A 6to4 relay uses a well-known IPv4 anycast address ( ) from /24 to reach nearest relay as 2002:c058:6301:: Karst Koymans (UvA) IP version 6 Tuesday, November 7, / 57

49 6to4 in a picture Source:

50 ISATAP+6to4 Source: Microsoft Technet

51 IPv4 to IPv6 transition ISATAP, 6to4 and Teredo Teredo RFC 4380, 5991, 6081 Teredo Navalis is a shipworm 6to4 equivalent for end user nodes Works through NAT and uses UDPv4 for transport Uses a Teredo Server to determine NAT-type Uses the 2001::/32 prefix 2001:0000:ssss:ssss:ffff:pppp:cccc:cccc is the IPv6 address used s: Teredo Server; c: Teredo Client (obscured public side NAT address) f: Teredo Flags; p: obscured public side NAT UDP tunnel port Uses a Teredo Relay as a gateway to reach IPv6-hosts Karst Koymans (UvA) IP version 6 Tuesday, November 7, / 57

52 DNS issues Outline 1 Rationale 2 IPv6 addressing IPv6 address space and notation Special-purpose space Unicast space Multicast Addressing hierarchy 3 Neighbor Discovery 4 IPv6 packet formats 5 IPv4 to IPv6 transition General ideas NAT64 ISATAP, 6to4 and Teredo 6 DNS issues 7 Application, protocol and programming support Karst Koymans (UvA) IP version 6 Tuesday, November 7, / 57

53 DNS issues DNS AAAA record Just like A record A6 record (hierarchical; historic) PTR record Inside ip6.arpa. (ip6.int. has been deprecated) Based on nibbles as labels Labels are strings of length 1 from {0,1,2,3,4,5,6,7,8,9,a,b,c,d,e,f} DNAME (Domain CNAME) Bitstring labels (deprecated) Karst Koymans (UvA) IP version 6 Tuesday, November 7, / 57

54 DNS issues DNS over IPv6 Implemented since BIND version 9 Root servers partly IPv6 enabled since February 2008 Not IPv6 enabled (tested ): e, g NASA, DISA They are now ( ) Many DNS servers use and serve IPv6 (tested ) ns1.os3.nl 2001:610:158:960::66 ns.ripe.net ns3.surfnet.nl 2001:67c:e0::6 2001:610:0:800c:195:169:124:71 Karst Koymans (UvA) IP version 6 Tuesday, November 7, / 57

55 Application, protocol and programming support Outline 1 Rationale 2 IPv6 addressing IPv6 address space and notation Special-purpose space Unicast space Multicast Addressing hierarchy 3 Neighbor Discovery 4 IPv6 packet formats 5 IPv4 to IPv6 transition General ideas NAT64 ISATAP, 6to4 and Teredo 6 DNS issues 7 Application, protocol and programming support Karst Koymans (UvA) IP version 6 Tuesday, November 7, / 57

56 Application, protocol and programming support IPv6 applications and protocols Many protocols can be used, often unaltered, with IPv6 ftp, ssh, telnet, smtp, whois, domain, tftp, finger, http, pop3, nntp, ntp, netbios-*, imap, irc, ldap, login, lpr, rsync, Many OSs IPv6 ready Windows XP/Vista/7/8/10, MacOS X, Linux, *BSD Many routers are IPv6 ready Home routers are the main exception, but this is improving The IPv4 address pool is depleted everywhere, except AfriNIC AfriNIC expected to run out of IPv4 addresses in 2018 Karst Koymans (UvA) IP version 6 Tuesday, November 7, / 57

57 Application, protocol and programming support IPv6 programming Changes in library calls Replace inet_addr(), inet_aton() and inet_ntoa() by inet_pton() and inet_ntop() Replace gethostbyname(), gethostbyaddr(), by getaddrinfo() and its inverse getnameinfo() Library calls and underlying structures are not backwards compatible but not too hard to change in a well written program The basics of sockets programming doesn t change Karst Koymans (UvA) IP version 6 Tuesday, November 7, / 57

The newest IP version. Karst Koymans. Thursday, February 13, 2014

The newest IP version. Karst Koymans. Thursday, February 13, 2014 IP version 6 The newest IP version Karst Koymans Informatics Institute University of Amsterdam (version 35, 2014/02/16 21:18:38) Thursday, February 13, 2014 Karst Koymans (UvA) IP version 6 Thursday, February

More information

Table of Contents. IP version 6. Why IP version 6 should be used. Why IP version 6 should be used (continued)

Table of Contents. IP version 6. Why IP version 6 should be used. Why IP version 6 should be used (continued) IP version 6 The newest IP version Karst Koymans Informatics Institute University of Amsterdam (version 16.3, 2017/02/15 11:49:59) Tuesday, February 14, 2017 Table of Contents Rationale IPv6 addressing

More information

IP version 6. The not so new next IP version. dr. C. P. J. Koymans. Informatics Institute University of Amsterdam.

IP version 6. The not so new next IP version. dr. C. P. J. Koymans. Informatics Institute University of Amsterdam. IP version 6 The not so new next IP version dr. C. P. J. Koymans Informatics Institute University of Amsterdam February 5, 2008 dr. C. P. J. Koymans (UvA) IP version 6 February 5, 2008 1 / 35 1 Rationale

More information

Table of Contents. IP version 6. Arguments for the use of IP version 6. Arguments for the use of IP version 6 (continued)

Table of Contents. IP version 6. Arguments for the use of IP version 6. Arguments for the use of IP version 6 (continued) IP version 6 The newest IP version Karst Koymans Informatics Institute University of Amsterdam (version 18.5, 2018/11/08 13:39:31) Tuesday, November 6, 2018 Table of Contents Rationale IPv6 addressing

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

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

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

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

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

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

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

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

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

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

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

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. (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

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 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

Lecture 7 Overview. IPv6 Source: Chapter 12 of Stevens book Chapter 31 of Comer s book

Lecture 7 Overview. IPv6 Source: Chapter 12 of Stevens book Chapter 31 of Comer s book Last Lecture Lecture 7 Overview Name and address conversions This Lecture IPv6 Source: Chapter 12 of Stevens book Chapter 31 of Comer s book Next Lecture Broadcast and multicast sockets Source: Chapters

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

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

Chapter 15 IPv6 Transition Technologies

Chapter 15 IPv6 Transition Technologies Chapter 15 IPv6 Transition Technologies Published: April 18, 2006 Updated: November 06, 2006 Writer: Joe Davies 1 Abstract This chapter describes the mechanisms that aid in the transition of Internet Protocol

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

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

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

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

IPv6 Security (Theory vs Practice) APRICOT 14 Manila, Philippines. Merike Kaeo

IPv6 Security (Theory vs Practice) APRICOT 14 Manila, Philippines. Merike Kaeo IPv6 Security (Theory vs Practice) APRICOT 14 Manila, Philippines Merike Kaeo merike@doubleshotsecurity.com Current IPv6 Deployments Don t break existing IPv4 network Securing IPv6 Can t secure something

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

Networks. an overview. dr. C. P. J. Koymans. Informatics Institute University of Amsterdam. February 4, 2008

Networks. an overview. dr. C. P. J. Koymans. Informatics Institute University of Amsterdam. February 4, 2008 Networks an overview dr. C. P. J. Koymans Informatics Institute University of Amsterdam February 4, 2008 dr. C. P. J. Koymans (UvA) Networks February 4, 2008 1 / 53 1 Network modeling Layered networks

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

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

IPv4-to-IPv6 Transition Strategies

IPv4-to-IPv6 Transition Strategies IPv4-to-IPv6 Transition Strategies By Tim Rooney Director, Product Management INS IPv4-to-IPv6 Transition Strategies February 2007 INS Whitepaper Table of Contents INTRODUCTION...1 MIGRATION TECHNOLOGIES

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

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

Addresses, Protocols, and Ports

Addresses, Protocols, and Ports APPENDIXB This appendix provides a quick reference for IP addresses, protocols, and applications. This appendix includes the following sections: IPv4 Addresses and Subnet Masks, page B-1 IPv6 Addresses,

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

Symbols. Numerics I N D E X

Symbols. Numerics I N D E X I N D E X Symbols %zoneid argument, 298 Numerics A 3G, 379 6bone (IPv6 backbone), 12, 355 356 addresses, 360 361 architecture, 359 BGP4+, 163 qualifying as ptlas, 362 363 route registry, 366 routing policies,

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

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

IPv6: What is it? Why does it matter?

IPv6: What is it? Why does it matter? IPv6: What is it? Why does it matter? GOETEC Event Thursday 16 th February 2012 Martin Dunmore Network Infrastructure Development Team Manager, Janet martin.dunmore@ja.net 1 Agenda IPv4 Address Exhaustion

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

Addresses, Protocols, and Ports

Addresses, Protocols, and Ports This chapter provides a quick reference for IP addresses, protocols, and applications. IPv4 Addresses and Subnet Masks, page 1 IPv6 Addresses, page 5 Protocols and Applications, page 11 and Ports, page

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. 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

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

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

Aeronautical Systems Center

Aeronautical Systems Center Aeronautical Systems Center Internet Protocol (IP) version 6 (converting from version 4) 20 June 2007 Dennis Ludwig ASC/XRAI DSN: 785-7887 Dennis.ludwig@wpafb.af.mil IPv6 Presentation: Objectives 1. To

More information

IPv6 Transition Mechanisms

IPv6 Transition Mechanisms IPv6 Transition Mechanisms Petr Grygárek rek 1 IPv6 and IPv4 Coexistence Expected to co-exist together for many years Some IPv4 devices may exist forever Slow(?) transition of (part of?) networks to IPv6

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

Internet Technology 3/23/2016

Internet Technology 3/23/2016 Internet Technology // Network Layer Transport Layer (Layer ) Application-to-application communication Internet Technology Network Layer (Layer ) Host-to-host communication. Network Layer Route Router

More information

Performance Comparison of Internet Protocol v4 with Internet Protocol v6

Performance Comparison of Internet Protocol v4 with Internet Protocol v6 Performance Comparison of Internet Protocol v4 with Internet Protocol v6 Mrs. Sheetal Mali Department of Electronics and Telecommunication Parvatibai Genba Sopanrao Moze College of Engineering Wagholi,

More information

IPv6 Transition Mechanisms

IPv6 Transition Mechanisms IPv6 Transition Mechanisms Petr Grygárek rek 1 IPv6 and IPv4 Coexistence Expected to co-exist together for many years Some IPv4 devices may exist forever Slow(?) transition of (part of?) networks to 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

12.1. IPv6 Feature. The Internet Corporation for Assigned Names and Numbers (ICANN) assigns IPv6 addresses based on the following strategy:

12.1. IPv6 Feature. The Internet Corporation for Assigned Names and Numbers (ICANN) assigns IPv6 addresses based on the following strategy: 12.1. IPv6 Feature 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 about

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

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

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

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

MUM Lagos Nigeria Nov 28th IPv6 Demonstration By Mani Raissdana

MUM Lagos Nigeria Nov 28th IPv6 Demonstration By Mani Raissdana MUM Lagos Nigeria Nov 28th IPv6 Demonstration By Mani Raissdana Mani Raissdana MikroTik Certified Trainer CTO & Co-Founder of Being in IT technology business roughly around 14 years Support & instruct

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

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

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 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

It's the economy, stupid: the transition from IPv4 to IPv6

It's the economy, stupid: the transition from IPv4 to IPv6 It's the economy, stupid: the transition from IPv4 to IPv6 Amsterdam, 20 february 2013 Iljitsch van Beijnum Today's topics IPv4 is running out Why IPv6 is cool Address configuration Issues with choices

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

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

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

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

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

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

IPv6 Addressing. There are three types of IPV6 Addresses. Unicast:Multicast:Anycast

IPv6 Addressing. There are three types of IPV6 Addresses. Unicast:Multicast:Anycast IPv6 Addressing There are three types of IPV6 Addresses. Unicast:Multicast:Anycast Unicast IPv6 addresses A unicast address identifies a single interface within the scope of the type of unicast address.

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

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

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 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

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

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

Practical IPv6 for Windows Administrators

Practical IPv6 for Windows Administrators Practical IPv6 for Windows Administrators Edward Horley Apress" Contents J Forward About the Author About the Technical Reviewers Acknowledgments Introduction xvii xix xxi xxiii xxv Chapter 1: IPv6 the

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

IPv6 Addressing. Pedro Lorga - WALC 2006 (Quito, Ecuador July 06)

IPv6 Addressing. Pedro Lorga - WALC 2006 (Quito, Ecuador July 06) IPv6 Addressing Pedro Lorga - lorga@fccn.pt Addressing scheme RFC 3513 defines IPv6 addressing scheme RFC 3587 defines IPv6 global unicast address format 128 bit long addresses Allow hierarchy Flexibility

More information

Tik Network Application Frameworks. IPv6. Pekka Nikander Professor (acting) / Chief Scientist HUT/TML / Ericsson Research NomadicLab

Tik Network Application Frameworks. IPv6. Pekka Nikander Professor (acting) / Chief Scientist HUT/TML / Ericsson Research NomadicLab Pekka Nikander TKK/TML Tik-110.448 Network Application Frameworks IPv6 Pekka Nikander Professor (acting) / Chief Scientist HUT/TML / Ericsson Research NomadicLab 1 Pekka.Nikander@hut.fi Pekka Nikander

More information

IP: (Internet Protocol) IP - 1

IP: (Internet Protocol)   IP - 1 TCP/IP Family of Protocols IP: (Internet Protocol) www.comnets.uni-bremen.de IP - 1 A suite of protocols What is TCP/IP? Rules for sending and receiving data across networks Addressing Management www.comnets.uni-bremen.de

More information

TCP/IP Networking. Training Details. About Training. About Training. What You'll Learn. Training Time : 9 Hours. Capacity : 12

TCP/IP Networking. Training Details. About Training. About Training. What You'll Learn. Training Time : 9 Hours. Capacity : 12 TCP/IP Networking Training Details Training Time : 9 Hours Capacity : 12 Prerequisites : There are no prerequisites for this course. About Training About Training TCP/IP is the globally accepted group

More information

"Charting the Course... IPv6 Bootcamp Course. Course Summary

Charting the Course... IPv6 Bootcamp Course. Course Summary Course Summary Description This intermediate - advanced, hands-on course covers pertinent topics needed for IPv6 migration and deployment strategies. IPv6 novices can expect to gain a thorough understanding

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

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

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 Security Fundamentals

IPv6 Security Fundamentals IPv6 Security Fundamentals UK IPv6 Council January 2018 Dr David Holder CEng FIET MIEEE david.holder@erion.co.uk IPv6 Security Fundamentals Common Misconceptions about IPv6 Security IPv6 Threats and Vulnerabilities

More information

Important RFCs. Guide to TCP/IP: IPv6 and IPv4, 5 th Edition, ISBN

Important RFCs. Guide to TCP/IP: IPv6 and IPv4, 5 th Edition, ISBN Guide to TCP/IP: IPv6 and IPv, th Edition, ISBN 98-1309-69-8 Important RFCs This document contains two tables: Table 1 lists the RFCs mentioned in Guide to TCP/IP: IPv6 and IPv, th Edition, and Table lists

More information

Remember Extension Headers?

Remember Extension Headers? IPv6 Security 1 Remember Extension Headers? IPv6 allows an optional Extension Header in between the IPv6 header and upper layer header Allows adding new features to IPv6 protocol without major re-engineering

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

Why IPv6? Roque Gagliano LACNIC

Why IPv6? Roque Gagliano LACNIC Why IPv6? Roque Gagliano LACNIC Agenda Initial Concepts. IPv6 History. What is IPv6? Planning IPv6. Agenda Initial Concepts. IPv6 History. What is IPv6? Planning IPv6. Some initial concepts. IPv6 is the

More information

IPv6. Copyright 2017 NTT corp. All Rights Reserved. 1

IPv6. Copyright 2017 NTT corp. All Rights Reserved. 1 IPv6 IPv6 NTT IPv6 Copyright 2017 NTT corp. All Rights Reserved. 1 IPv6 IPv4 IPv6 Copyright 2017 NTT corp. All Rights Reserved. 2 IPv4 http://www.potaroo.net/tools/ipv4/ 2018.3.5 Copyright 2017 NTT corp.

More information

A Border Gateway Protocol 3 (BGP-3) DNS Extensions to Support IP version 6. Path MTU Discovery for IP version 6

A Border Gateway Protocol 3 (BGP-3) DNS Extensions to Support IP version 6. Path MTU Discovery for IP version 6 IPv6 Standards and RFC 1195 Use of OSI IS-IS for Routing in TCP/IP and Dual Environments RFC 1267 A Border Gateway Protocol 3 (BGP-3) RFC 1305 Network Time Protocol (Version 3) Specification, Implementation

More information