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

Size: px
Start display at page:

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

Transcription

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

2 AWARENESS OBJECTIVES IPv6 Address Format & Basic Rules Understanding the IPv6 Address Components Understanding & Identifying Various Types of IPv6 Addresses 3/25/2012 2

3

4 IPv4 Address SYNTAX W. X. Y. Z W,X,Y,Z represent 8 bits converted to Decimal IPv6 Address SYNTAX XXXX : XXXX : XXXX : XXXX : XXXX : XXXX : XXXX : XXXX Where each x represent a 4 bits hexadecimal field 2001:0DB8:1234:0000:0000:C1C0:ABCD:0876

5 FROM 128 BIT BINARY TO 8 BLOCK OF HEXTETS The following is an IPv6 address in binary form: The 128-bit address is divided along 16-bit blocks: Each 16-bit block is converted to hexadecimal taking 4 bits as one block- and delimited with colons. The result is : Second 16 bits block is D B 8 Thus, the 8 blocks are represented as : 2001:0DB8:0000:2F3B:02AA:00FF:FE28:9C5A

6 IPv6 IPv6 Address Capacity IPv4: 32 bits or 4 bytes long 4.2 billion possible IP addresses IPv6: 128 bits or 16 bytes 340* possible IP addresses 340 undecillion or 340 trillion trillion trillion 340 lakh lakh lakh crores!!

7 3/25/2012 7

8 RULE 1 It is Case Insensitive colon hextet notation 2001:0DB8:0000:003B:02AA:00FF:FE28:0C5A 2001:0Db8:0000:003B:02aa:00ff:FE28:0C5A

9 Rule 2 The leading zeros within each 16-bit block can be removed. However, each block must have at least a single digit 2001:0Db8:0000:003B:02aa:00ff:FE28:0C5A 2001:0Db8:0000:003B:02aa:00ff:FE28:0C5A 2001:Db8:0:3B:2aa:ff:FE28:C5A 3/25/2012 9

10 RULE 3 SUPPRESSION OF CONTIGUOUS SEQUENCE OF 0 A contiguous sequence of 16-bit blocks set to 0 in the colon hexadecimal format can be compressed to ::, double-colon FF02:0:0:0:0:0:0:1 FF02::1 FE80:0:0:0:2AA:FF:FE9A:4CA2 FE80::2AA:FF:FE9A:4CA2 Zero compression can only be used once in a given address 2001:0:0:1234:0:0:0:C1C0 2001::1234::C1C0 3/25/

11 IPv6 Addresses in URL In a URL, it is enclosed in brackets If writing Domain name in the URL, Should use Fully Qualified Domain Names (FQDN)

12

13 3/25/

14 2001:0A3C:5437:ABCD:0:0:0:0/64 Prefix Interface ID 3/25/

15 IPv6 Prefixes Certain fixed numbers of high-order bits of an IPv6 address may specify an ISP Network, a site within an organisation or a subnet Prefixes for IPv6 Addresses are expressed in the same way as CIDR notation in IPv4. An IPv6 prefix is written in /N-length notation; N -Decimal For example, 21DA:D3::/48 and 21DA:D3:0:2F3B::/64 ; /48 AND /64 are IPv6 address prefixes.

16 3/25/

17 IPv6 Interface Identifiers Fixed Sixty-four LSB bits of IPv6 address. Guaranteed unique on the subnet In IPv4, hosts ID are of variable length depending upon the sub netting scheme whereas in IPv6 Interface ID is of fixed length as 64 bits Mapping IEEE bit MAC address into 64 bit Interface ID (EUI-64) In IPV6 nodes can generate its Interface ID automatically

18 Mapping IEEE 802 MAC address into interface identifier 48 bit MAC ID Insert FF FE Invert the 7 th bit

19 UNICAST MULTICAST ANYCAST 3/25/

20 IPv6 IPv6 Address scope Link-local: The scope is the local link (nodes on the same subnet) Site-local: The scope is the site of an organization (private site addressing) Now Deprecated Unique Local : Scope is the organization ; Similar to Private IPv4 addresses Global: The scope is global (IPv6 public addresses)

21 3/25/

22 Unicast IPv6 Addresses Global Link-local Unique-Local

23 Global Unicast Addresses Global unicast addresses are equivalent to public IPv4 addresses. They are globally routable and reachable on the IPv6 portion of the Internet Format Prefix 2000::/3 First 3 bits (001) are fixed; next 45 bit prefix- collection of larger and smaller ISPs that provide access to the IPv6 Internet Next 16 bits- Collection of subnets within an organization s site The interface ID 64 bit- identifies a specific interface on a subnet within an organization s site

24 001 First 3 bits are Reserved IANA has only released 1/8 th of the entire IPv6 addresses For this, first 3 MSB are fixed as 001 The entire global-unicast IPv6 address range is from 2000::/128 to 3FFF:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF/128, which is only 1/8th of the entire IPv6 address space!

25 Global Unicast Address Allocation IETF RFC 3177 recommended /48 block to end sites However, RIRs adopted /56 or /64 blocks Now IETF released RFC 6177, which allows flexibility to the RIRs in allocation of address block to end sites But it recommends blocks larger than /64 so that end sites may grow into multiple subnet. Top level ISP gets /30 or /32

26 LLA SLA ULA 3/25/

27 IPv6 IPv6 Link Local Unicast Address (LLA) Hosts on the same link (the same subnet) use these automatically configured addresses to communicate with each other. Must for the Neighbor Discovery protocol The prefix Format for LLA is FE80::/64. The prefix Format for LLA

28 IPv6 IPv6 Unique Local Address (ULA) Replaces Site Local Addresses Equivalent to Private IP addresses in IPv4 Provides unique Private IPv6 addresses across all sites of an organization Removes The ambiguity of non- unique site-local addresses in an organization The Format prefix for ULA is FC00::/7. The Prefix

29 Loopback Unspecified Transition 3/25/

30 Special Unicast Addresses Unspecified address 0:0:0:0:0:0:0:0 or :: ( in IPv4) is only used to indicate the absence of an address The unspecified address is typically used by the node to know its address when plugged into the network. Loopback address 0:0:0:0:0:0:0:0:1 or ::1 ( in IPv4) used to identify a loopback interface, enabling a node to send packets to itself

31 Compatibility Addresses IPv4-compatible address 0:0:0:0:0:0:w.x.y.z or ::w.x.y.z where w.x.y.z is the dotted decimal representation of an IPv4 address used by hosts that are communicating with IPv6 over an IPv4 network IPv4-mapped address 0:0:0:0:0:ffff:w.x.y.z or ::ffff:w.x.y.z used to map IPv4 devices that are not compatible with IPv6 into the IPv6 address space

32 3/25/

33 MULTICAST ADDRESS One to many communication IPv6 nodes can listen to multiple multicast addresses at the same time No Broadcast Address in IPv6 IPv6 Multicast address Format Prefix FF00::/8

34 3/25/

35 Anycast IPv6 Addresses One-to-nearest Anycast addresses allow packet to be routed to one of a number of different nodes all responding to the same address are allocated from the unicast address space It cannot be distinguished from a Unicast address Used only as Destination Address and may be assigned to an IPv6 router only

36 Anycast IPv6 Address Uses Multiple Router on a remote subnet Multi Homing Multiple DNS server on a subnet Content delivery Networks IPv4 to IPv6 transition 6 to4 networks

37 3/25/

38 Address Auto Configuration Unique feature of IPv6 enabling automatic configuration of various types of IPv6 address by the IPv6 host By default IPv6 host can configure Link local address FE80::EUI-64 Interface ID Site local and Global IPv6 address can also be configured automatically without the help of DHCP server

39 Why does this matter? Manual configuration of individual machines before connecting them to the network may not be required. Only the Router & Server require Manual configuration Provide Plug-and-play communication A large site with multiple networks and routers should not require the presence of a statefull address configuration server. Enables small sensors to work in IPv6 network It may be one of the killer feature of IPv6

40 Hence, to Summarise IPv6 address is 128 bit long written in eight block of hexadecimal field Almost Infinite numbers of IPv6 addresses IPv6 address HAS TWO PART Routing prefix and Interface Identifier Unicast, Multicast, Anycast IPv6 Addresses with specific format prefix Nodes can auto configure IPv6 addresses

41 gkf nzd / ku; okn

42 RECALL BY TRYING THIS Match the following A. Link local address prefix i. FF00::/8 B. Unique local address prefix ii. FE80::/64 C. Multicast address Prefix iii. 2001::/3 D. Global address prefix iv. FD00::/8

43 IPv6 Address Planning: BSNL BSNL got 2001:4490::/30 from APNIC for IPv6 Implementation /30 is divided into four /32 blocks Only one /32 block planned for use now /32 block is divided into sixteen /36 blocks; each block for different services Example : Mobile : /38 to each zone ; /39 post paid /39 pre-paid

44 3/25/

45 IPv6 Interface Identifiers Fixed Sixty-four LSB bits of IPv6 address. Guaranteed unique on the subnet In IPv4, hosts ID are of variable length depending upon the sub netting scheme whereas in IPv6 Interface ID is of fixed length as 64 bits Essentially same as EUI-64 Mapping IEEE 802 MAC address into interface identifier Randomly generated interface identifier to provide a level of anonymity

46 INTERFACE ID : ILLUSTRATION

47 Mapping IEEE 802 MAC address into interface identifier EUI-64 from MAC addresses: MAC Address : D IPv6 Interface ID : 0202:2dff:fe02:8234 The Rules : Insert FFFE after the first 3 octets Last 3 octets remain the same Invert the 7 TH bit from the left of the first octet. Universal/local bit

48 EUI-64 Mapping Illustration

49 Stateless Types of Address Autoconfiguration Configuration of addresses is based on the receipt of Router Advertisement messages which provides prefix Prefix + Interface Id = IPv6 address Stateful Configuration is based on the use of a stateful address configuration protocol such as DHCPv6 to obtain addresses and other configuration options Both IP address is stateless configured but other configurations are stateful

50 Process of Stateless Autoconfiguration Auto configure link local address Verifies its uniqueness Neighbour solicitation & Neighbour Advertisement Obtain prefix and other information from Router Router solicitation and Router Advertisement Configure Global IPv6 address by combining Link Prefix with Interface ID Verify its uniqueness Duplicate Address Detection

51 STATELESS AUTO CONFIGURATION : ILLUSTRATION Global Address=Link Prefix + EUI 64 Address Router Address is the Default Gateway

52 IPv6 Stateless Autoconfiguration Example MAC address : 00:2C:04:00:FF:56 EUI 64 Address: 022C:04FF:FE00:FF56 Auto configured Link Local Address : FE80::22C:04FF:FE00:FF56 Link Prefix 2001:690:1:1 Configured Global IPv6 Address 2001:690:1:1:22C:04FF:FE00:FF56

53 Finally Try This One MAC Address : 00:08:C7:1B:8C:02 Router IP address : 2001:3452:4952:2837:: Find the auto configured IPv6 address by the host on this link

54 IPv6 IPv6 Address Types Unicast Address is for a single interface. IPv6 has several types (for example, global and IPv4 mapped). Multicast One-to-many Enables more efficient use of the network Uses a larger address range Anycast One-to-nearest (allocated from unicast address space). Multiple devices share the same address. All anycast nodes should provide uniform service. Source devices send packets to anycast address. Routers decide on closest device to reach that destination. Suitable for load balancing and content delivery services.

55 STRUCTURE OF IPv6 MULTICAST ADDRESS IPv6 Multicast address Format Prefix FF00::/8 Flag :Only the LSB flag is defined : 0 Permanently Assigned; 1- transient Scope Indicates the scope of the IPv6 internetwork for which the multicast traffic is intended The most prevalent values for the Scope field are 1 (interface-local scope), 2 (link-local scope), 5 (site-local scope), 8 (Organisation local), and E (Global)

56 1 all-nodes 2 all-routers

57 IPv6 Neighbor Discovery IPv6 nodes which share the same physical medium (link) use Neighbor Discovery (NDP) to: Discover their mutual presence Determine link-layer addresses of their neighbors (equivalent to ARP) Find routers Maintain neighbors reachability information Uses Multicast Address

58 IPv6 Neighbor Discovery Protocol features: Router discovery Prefix(es) discovery Parameters discovery (link MTU, Max Hop Limit,...) Address auto-configuration Address resolution Next Hop determination Neighbor Unreachability Detection Duplicate Address Detection Redirect

59 IPv6 Neighbor Discovery It provides the functionality of: ARP ICMP redirect

60 IPv6 Neighbor Discovery ND specifies 5 types of ICMP packets: Router Advertisement (RA) : Periodic advertisement (of the availability of a router) which contains:»list of prefixes used on the link (autoconf)»a possible value for Max Hop Limit (TTL of IPv4)»value of MTU Router Solicitation (RS) : The host needs RA immediately (at boot time)

61 IPv6 Neighbor Discovery Neighbor Solicitation (NS):»to determine the link-layer address of a neighbor»or to check its reachability»also used to detect duplicate addresses (DAD) Neighbor Advertisement (NA):»answer to a NS packet»to advertise the change of physical address Redirect:»Used by a router to inform a host of a better route to a given destination

62 IPv6 6/4 Dual Stack Hosts and Network This allows all the end hosts and intermediate network devices (like routers, switches, modems etc.) to have both IPv4 and IPv6 addresses and protocol stack. If both the end stations support IPv6, they can communicate using IPv6; otherwise they will communicate using IPv4. This will allow both IPv4 and IPv6 to coexist and slow transition from IPv4 to IPv6 can happen.

63 IPv6 6/4 Dual Stack Hosts and Network

64 IPv6 6/4 Dual Stack Hosts and Network IITK_KNPR_CMTR_DIA#sh run Building configuration... interface GigabitEthernet0/1 description Connected to IITK ip address ipv6 address 2001:DF0:92::1/64 ipv6 enable! interface GigabitEthernet0/2 description Airtel IPv6 Connectivity ip address ipv6 address 2404:A800:2:D::2/64 ipv6 enable!

65 IPv6 Tunneling IP6 via IP4 This allows encapsulating IPv6 packets in IPv4 Datagram for transport over IPv4 only network. This will allow IPv6 only end stations to communicate over IPv4 only networks.

66 IPV6 Address SYNTAX XXXX : XXXX : XXXX : XXXX : XXXX : XXXX : XXXX : XXXX Where each x represent a 4 bits hexadecimal field 2001:0000:1234:0000:0000:C1C0:ABCD:0876 X : x : x : x : x : x : x : x Each X Represent 16 Bits converted in Hexadecimal 3/25/

67 IPv6 IP6-IP4 Translation This allows communication between IPv4 only and IPv6 only end stations. The job of the translator is to translate IPv6 packets into IPv4 packets by doing address and port translation and vice versa.

68 IPv6 IPv6 Site Local Unicast Address IPv6 unicast site-local addresses are similar to IPv4 private addresses. The scope of a site-local address is the inter-network of an organization s site. The prefix for site-local addresses is FEC0::/48. RFC 3879 formally deprecates the use of site-local addresses for future IPv6 implementations Structure of a site-local address.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Setup. Grab a vncviewer like: Or https://www.realvnc.com/download/viewer/

Setup. Grab a vncviewer like:  Or https://www.realvnc.com/download/viewer/ IPv6 Matt Clemons Topology 2 Setup Grab a vncviewer like: http://uvnc.com/download/1082/1082viewer.html Or https://www.realvnc.com/download/viewer/ Connect where I tell you and enter the password to see

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

An IPv6 unicast address is an identifier for a single interface, on a single node. A packet that is sent to a unicast

An IPv6 unicast address is an identifier for a single interface, on a single node. A packet that is sent to a unicast An IPv6 unicast address is an identifier for a single interface, on a single node. A packet that is sent to a unicast address is delivered to the interface identified by that address. Finding Feature Information,

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

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

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

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

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

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

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

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

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

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

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

Guide to TCP/IP Fourth Edition. Chapter 2: IP Addressing and Related Topics

Guide to TCP/IP Fourth Edition. Chapter 2: IP Addressing and Related Topics Guide to TCP/IP Fourth Edition Chapter 2: IP Addressing and Related Topics Objectives Describe IP addressing, anatomy and structures, and addresses from a computer s point of view Recognize and describe

More information

TK D Body Part No. X

TK D Body Part No. X PUBLISHED BY Microsoft Press A Division of Microsoft Corporation One Microsoft Way Redmond, Washington 98052-6399 Copyright 2003 by Microsoft Corporation All rights reserved. No part of the contents of

More information

Ch.5 Internet Addressing 吳俊興 國立高雄大學資訊工程學系

Ch.5 Internet Addressing 吳俊興 國立高雄大學資訊工程學系 CSC521 Communication Protocols 網路通訊協定 Ch.5 Internet Addressing 吳俊興 國立高雄大學資訊工程學系 Internetworking With TCP/IP, Vol I: Sixth Edition, Douglas E. Comer Outline 1 Introduction 2 Universal Host Identifiers 3

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

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

TD#RNG#2# B.Stévant#

TD#RNG#2# B.Stévant# TD#RNG#2# B.Stévant# En1tête#des#protocoles#IP# IPv4 Header IPv6 Extensions ICMPv6 s & 0...7...15...23...31 Ver. IHL Di Serv Packet Length Identifier flag O set TTL Checksum Source Address Destination

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

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

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 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 What is IPv6? IPv6 is the successor of IPv4 It is

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

Internet Control Message Protocol

Internet Control Message Protocol Internet Control Message Protocol The Internet Control Message Protocol is used by routers and hosts to exchange control information, and to inquire about the state and configuration of routers and hosts.

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

IPv6 Neighbor Discovery

IPv6 Neighbor Discovery About, page 1 Prerequisites for, page 2 Guidelines for, page 2 Defaults for, page 4 Configure, page 5 Monitoring, page 10 History for, page 11 About The IPv6 neighbor discovery process uses ICMPv6 messages

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

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

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

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

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

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

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

IPv6 associated protocols IPv6 associated protocols Address auto-configuration in IPv6 Copy Rights This slide set is the ownership of the 6DISS project via its partners The Powerpoint version of this material may be reused and

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

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

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

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 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 Client IP Address Learning

IPv6 Client IP Address Learning Prerequisites for IPv6 Client Address Learning, on page 1 Information About IPv6 Client Address Learning, on page 1 Configuring IPv6 Unicast, on page 6 Configuring RA Guard Policy, on page 7 Applying RA

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

IPv6 Stateless Autoconfiguration

IPv6 Stateless Autoconfiguration The IPv6 stateless autoconfiguration feature can be used to manage link, subnet, and site addressing changes. Information About, page 1 How to Configure, page 2 Configuration Examples for, page 3 Additional

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

CCNA Questions/Answers IPv6. Select the valid IPv6 address from given ones. (Choose two) A. FE63::0043::11:21 B :2:11.1 C.

CCNA Questions/Answers IPv6. Select the valid IPv6 address from given ones. (Choose two) A. FE63::0043::11:21 B :2:11.1 C. Select the valid IPv6 address from given ones. (Choose two) A. FE63::0043::11:21 B. 191.2.1.2:2:11.1 C. 2001::98 D. 2002:c0a8:101::42 E. :2001:: F. 2002.cb0a:3cdd:1::1 Answer: C, D. 2013 1 Which method

More information

CCENT Study Guide. Chapter 14 Internet Protocol Version 6 (IPv6)

CCENT Study Guide. Chapter 14 Internet Protocol Version 6 (IPv6) CCENT Study Guide Chapter 14 Internet Protocol Version 6 (IPv6) Chapter 14 Objectives The CCENT Topics Covered in this chapter include: 1.11 Identify the appropriate IPv6 addressing scheme to satisfy addressing

More information

IPv6 Addressing. Design: Amir Mohammad Mohabbat

IPv6 Addressing. Design: Amir Mohammad Mohabbat IPv6 Addressing 1 Mohammad Mohabbat OBJECTIVES: To introduce the IPv6 addressing scheme and different notations used to represent an address in this version. To explain the three types of addressing used

More information

IPv6 Neighbor Discovery

IPv6 Neighbor Discovery IPv6 Neighbor Discovery Last Updated: September 19, 2012 The IPv6 neighbor discovery process uses Internet Control Message Protocol (ICMP) messages and solicited-node multicast addresses to determine the

More information

Guide to TCP/IP Fourth Edition. Chapter 6: Neighbor Discovery in IPv6

Guide to TCP/IP Fourth Edition. Chapter 6: Neighbor Discovery in IPv6 Guide to TCP/IP Fourth Edition Chapter 6: Neighbor Discovery in IPv6 Objectives Describe Neighbor Discovery in IPv6 and how it compares to ARP in IPv4 Explain Neighbor Discovery message interaction between

More information

IPv4 32 bits, 4 octets separated by. (period) IPv6 128 bits, 8 groupings of 16 bits separated by : (colon)

IPv4 32 bits, 4 octets separated by. (period) IPv6 128 bits, 8 groupings of 16 bits separated by : (colon) By Jim Johnston IPv4 32 bits, 4 octets separated by. (period) Possible hosts Written in decimal (base 10) 2 IPv6 128 bits, 8 groupings of 16 bits separated by : (colon) 2 Possible hosts Written in hexadecimal

More information

5. Providing a narrower address space is the primary design goal for IPv6.

5. Providing a narrower address space is the primary design goal for IPv6. Chapter 2: IP Addressing and Related Topics TRUE/FALSE 1. IP addresses can be represented as domain names to make it possible for users to identify and access resources on a network. T PTS: 1 REF: 59 2.

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

DNS, DHCP and Auto- Configuration. IPv6 Training Day 18 th September 2012 Philip Smith APNIC

DNS, DHCP and Auto- Configuration. IPv6 Training Day 18 th September 2012 Philip Smith APNIC DNS, DHCP and Auto- Configuration IPv6 Training Day 18 th September 2012 Philip Smith APNIC 1 DNS in IPv6 p Works the same way as for IPv4 p Quad A records are used to indicate the name to IPv6 address

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

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

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

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

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

ODL Summit Bangalore - Nov 2016 IPv6 Design in OpenDaylight

ODL Summit Bangalore - Nov 2016 IPv6 Design in OpenDaylight ODL Summit Bangalore - Nov 2016 IPv6 Design in OpenDaylight Sridhar Gaddam (sgaddam@redhat.com) Dayavanti Gopal Kamath (dayavanti.gopal.kamat@ericsson.com) Agenda IPv6 Intro. IPv6 Neighbor Discovery. IPv6

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

Introduction to IPv6

Introduction to IPv6 Introduction to IPv6 LACNIC Campaign Latinamerica and the Caribbean in IPv6 1/1/11 Ariel Sabiguero asabigue@fing.edu.uy Haiti, August 2008 Agenda IPv6 History & backgroud ( header IPv6 header format (vs

More information

Internet Network Protocols IPv4/ IPv6

Internet Network Protocols IPv4/ IPv6 Internet Network Protocols IPv4/ IPv6 Prof. Anja Feldmann, Ph.D. anja@inet.tu-berlin.de TCP/IP Illustrated, Volume 1, W. Richard Stevens http://www.kohala.com/start 1 IP Interfaces IP address: identifier

More information

FiberstoreOS IPv6 Service Configuration Guide

FiberstoreOS IPv6 Service Configuration Guide FiberstoreOS IPv6 Service Configuration Guide Contents 1 Configuring IPv6 over IPv4 Tunnel...5 1.1 Overview...5 1.1.2 Manual Tunnel...6 1.1.3 6to4 Tunnel...6 1.1.4 ISATAP Tunnel...7 1.2 Configure Manual

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

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

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

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

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

Network Layer Protocol & Internet Protocol (IP) Suguru Yamaguchi Nara Institute of Science and Technology Department of Information Science

Network Layer Protocol & Internet Protocol (IP) Suguru Yamaguchi Nara Institute of Science and Technology Department of Information Science Network Layer Protocol & Internet Protocol (IP) Suguru Yamaguchi Nara Institute of Science and Technology Department of Information Science Network Layer Features Basic model Node identification Node aggregation

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

Unit C - Network Addressing Objectives Purpose of an IP Address and Subnet Mask Purpose of an IP Address and Subnet Mask

Unit C - Network Addressing Objectives Purpose of an IP Address and Subnet Mask Purpose of an IP Address and Subnet Mask 1 2 3 4 5 6 7 8 9 10 Unit C - Network Addressing Objectives Describe the purpose of an IP address and Subnet Mask and how they are used on the Internet. Describe the types of IP Addresses available. Describe

More information