IPv6. IPv6 Rationale. IPv6 (Review) IPv6 (Review) IPv6 Extension Headers. IPv6 Header Chaining PROTOCOL ADDRESSING AUTOCONFIGURATION DEPLOYMENT

Size: px
Start display at page:

Download "IPv6. IPv6 Rationale. IPv6 (Review) IPv6 (Review) IPv6 Extension Headers. IPv6 Header Chaining PROTOCOL ADDRESSING AUTOCONFIGURATION DEPLOYMENT"

Transcription

1 IPv6 PROTOCOL ADDRESSING AUTOCONFIGURATION DEPLOYMENT IPv6 Rationale Larger address space Efficient address allocation Simpler processing Autoconfiguration Support for QoS Support for security IPv4 IPv4 Address AddressSpace Exhaustion Currently, about about75% of of the the total total IPv4 IPv4 address addressspace spaceis is either either assigned or or reserved. The The best best models modelspredict predictthat that IANA IANA will willrun out outof of unallocated space spacein in and and that that the the RIRs RIRswill willrun runout outthe the following year yearunless unlessnew new ways waysof of allocating or or trading tradingaddresses are are introduced. IPv6 (Review) IPv6 (Review) Changes from IPv4 No fragmentation No checksum New option mechanism Simplified ICMP Autoconfiguration IP security integrated Simplified Fixed-size Version Traffic class Flow label length Next Source address Destination address No options/fixed Faster processing Use extension s No checksum Faster processing Done at higher levels No fragmentation Faster processing Hosts use PMTU discovery Total length length Header not included Jumbo-gram extension TTL Hop limit More accurate naming Never was seconds Protocol type Next Protocol type or first extension IPv6 Header Chaining IPv6 Header Next =6 IPv6 Header Next =0 TCP Header Hop-by-hop options Next =6 TCP TCP Header TCP IPv6 Extension Headers Extension order Hop-by-hop options Destination options Routing Fragment Authentication ESP Destination options IPv6 Header Next =0 Hop-by-hop options Next =44 Fragment Header Next =6 TCP Header TCP 1

2 IPv6 Option Format Routing Header ACT Action for unrecognzed option 00 Skip 01 Discard silently 10 Discard + ICMP 11 Discard + ICMP if unicast C Change indication 0 Does not change 1 Changes en-route Hop-by-hop option examples Router alert message Jumbogram Destination option examples NSAP address option Home address option Type Zero Routing Header Loose source routing Lists addresses datagram should pass through Type Two Routing Header Used for IPv6 mobility Next Header Header Length Type = 0 Segments left Reserved Address 1 Address 2 Address 3 ACT C Type Length Value Value IPv6 Addresses IPv6 Structured Addresses Notation Colon-separated hexadecimal CIDR notation with simplifications 2001:0DB8:0000:0000:000F:60FA: AB3B 2001:DB8:0:0:F:60FA:AB3B 2001:DB8::F:60FA:AB3B 2001:DB8::/32 Current allocation 2001::/16 Global Unicast 2002::/16 6to4 3FFE::/16 6bone Address types Unspecified ::0/128 Loopback ::1/128 Multicast FF00::/8 Link-local unicast FE80::/10 Site-local unicast FEC0::/10 Anycast Global unicast Structure Global routing prefix Subnet ID Interface ID n bits m bits n - m bits Examples 001 Global routing prefix Subnet ID Interface ID 45 bits 16 bits 64 bits Subnet ID Interface ID 10 bits 54 bits 64 bits Current global unicast address space Site-local unicast Multicast addresses Prefix: ff00::/ T Scope Group ID (112 bits) T Meaning 0 Well-known address 1 Transient address Examples: FF01::101 All NTP servers on this host FF02::1 FF02::101 All NTP servers on this link FF02::2 FF05::101 All NTP servers in this company FF02::1:ffxx:xxxx FF0E::101 All NTP servers in the world Scope Meaning Prefix 1 Interface-local FF01, FF11 2 Link-local FF02, FF12 4 Admin-local FF04, FF14 5 Site-local FF05, FF15 8 Organizational-local FF08, FF18 E Global FF0E, FF1E 0, 3, F Reserved Others Unallocated All nodes on this link All routers on this link Solicited-node address Required addresses Host Link-local address Loopback address (::1) All-nodes (ff02::1) Solicited-node multicast (ff02::ffxx:xxxx) Router Link-local address Loopback address (::1) All-nodes (ff02::1) Solicited-node multicast (ff02::ffxx:xxxx) Subnet-router anycast (Prefix::0) All-routers multicast (ff0x::2) 2

3 Address allocation Same procedure as IPv4 IANA RIR LIR Current IANA policy RIRs get /23s LIRs get /32s Customers /48s Fragmentation and IPv6 Multihoming PI addresses mow available o In practice a /32 o Disliked by many Other solutions not deployed or won t be deployed IPv6 Fragmentation Path MTU Discovery IP fragmentation in hosts o Uses fragmentation extension No fragmentation in routers o Path MTU discovery required 1500 bytes Framentation needed 1000 bytes Framentation needed Fragment 800 bytes Next Reserved = 0 Fragment offset Res M Framentation needed Identification 500 bytes IPv6 Autoconfiguration PROTOCOL ADDRESSING AUTOCONFIGURATION DEPLOYMENT 3

4 Autoconfiguration IPv6 Interface ID Stateless vs Stateful Stateless autoconfiguration OUI Top 3 octets of EUI-64 (OUI) Stateless: RFC2462 Stateful: work in progress Generate and assign link-local address based on interface ID Organizationally unique identifier 24 bits, managed by the IEEE C C C C C C U G C C C C C C C C C C C C C C C C Some goals No manual config of hosts No stateful server required for link-local communication No stateful address config server Facilitate easy renumbering Configure routers (if any) Configure global and site-local unicast addresses Configure additional information using stateful autoconf EUI-64/EUI-48 Extended unique identifier OUI + manufacturer-selected bits Typical interface ID EUI-64 (or embedded EUI-48) Inverted universal/local bit EUI-48 OUI EUI-64 OUI EUI-48 embedded in EUI-64 8 bits OUI FF FE IPv6 stateless autoconfiguration: Generate link-local address 1. Append interface ID (modified EUI-64) to link-local prefix Example: MAC: 00-0d-60-fa-ab-3b EUI-64: 0-d-60-ff-fe-fa-ab-3b Modified: 0-f-60-ff-fe-fa-ab-3b Result: fe80::f:60ff:fefa:ab3b 2. Check that address is not in useusingduplicateaddress detection (DAD) 3. Assign link-local address Address example # ip addr list 1: lo: <LOOPBACK,UP> mtu qdisc noqueue link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet /8 scope host lo inet6 ::1/128 scope host 2: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 1000 link/ether 00:0b:cd:f2:a7:b9 brd ff:ff:ff:ff:ff:ff inet /24 brd scope global eth0 inet6 fe80::20b:cdff:fef2:a7b9/64 scope link inet6 2001:6b0:17:f023:20b:cdff:fef2:a7b9/64 scope global dynamic valid_lft sec preferred_lft sec IPv6 stateless autoconfiguration: Duplicate address detection (DAD) IPv6 stateless autoconfiguration: Configure routers and addresses RFC 2462 Process (simplified) Router advertisements Process DAD must not be performed on anycast addresses DAD should be performed on individual unicast addresses With stateless autoconfiguration it is sufficient to test the link-local address since all others are formed from the same interface ID, which is known to be unique. Send neighbor solicitation with ::0 as the source Listen for neighbor solicitations and neighbor advertisements Non-loopback NS from ::0 for the tentative address indicates duplicate NA indicates that the tentative address is in use Sent periodically by routers Maycontainaddressprefixesfor network Router solicitation Trigger sending router advert nt Sent by hosts during autoconfig Send RS and wait for RA No RA: do stateful autoconfig Check flags of RA o May indicate stateful autoconfig o May indicate stateful autoconfig for additional information For each advertised prefix, form a unicast address based on prefix and interface ID, and maybe perform DAD on the address Maybe set the router as a default router 4

5 Neighbor Discovery IPv6 Neighbor Discovery Neighbor solicitation Who has IPv6 address... Sent to solicited node multicast address Solicited node multicast address Multicast address for a particular node ff02::ffxx:xxxx where xx:xxxx are low three bytes of target address Type Code Checksum Reserved Target address IPv6 Neighbor Discovery Neighbor advertisement I have IPv6 address... Sent to IP sender of solicitation RSO Router Solicited Override Options Target link-layer address MTU Prefix information Type Code Checksum R S O Reserved Target address... Neighbor Unreachability Detection (NUD) Forward reachability Solicited neighbor advertisement Hint from upper layer Neighbor cache/table Replaces ARP cache Each entry in one of five states Neighbor cache states Incomplete: Address resolution is being performed on this entry Reachable: Forward path to the neighbor is functioning Stale: No positive confirmation for some time Delay: No positive confirmation and passively waiting for confirmation Probe: Seeking reachability confirmation Options Migration Deployment issues Dual stack Hosts use IPv4 to communicate with IPv4-only hosts Hosts use IPv6 to communicate with IPv6-capable hosts Pure IPv6 Logical topology Tunnels Encapsulate IPv6 in IPv4 for traffic between IPv6 islands Example IPv6 island Physical topology IPv4 network IPv6 island IPv6 island 5

6 Migration: 6to4 What it is Connection of IPv6 domains via IPv4 clouds IPv6 connectivity with IPv4 uplink Gives one /48 per IPv4 address IPv6-only host 6to4 router IPv4 network Dual-stack host 6to4 router IPSec 6to4 address IPv4 address: x.y.z.q IPv6 net: 2002:xxyy:zzqq::/48 Example: IPv4 address: to4 prefix: 2002:d4d6:70dd::/48 IPv6 network Public 6to4 relays (anycast ) IPv6-only host IPSec Overview ESP ESP Encapsulating Security Confidentiality AH Authentication Header Authentication Integrity IPComp IP Compression Data compression before ESP IKE Internet Key Exchange Secret key exchange Encrypted Security Parameter Index (SPI) Sequence Number Padding Pad Length Next Header Authentication data (variable) AH Next Header Length Reserved Security Parameter Index Sequence Number Authentication Data (variable) IPSec Concepts Host/Gateway Implementation Tunnel/Transport Mode Security Associations (SA) o Security Parameter Index (SPI) o Security Policy Database (SPD) o SA database (SAD) Version Internet Header Length Total Length Identification Protocol Source/Destination Address Not authenticated Type of Service (TOS) Flags Fragment Offset Time to Live (TTL) Header Checksum 6

7 IPSec modes ESP/AH Transport mode Communication between hosts Tunnel mode Communication between VPN gateways ESP Transport Mode Protects payload only IP ESP AH Transport Mode Protects IP s and payload IP AH ESP Tunnel Mode Protects original IP datagram Tunnel IP ESP Inner IP AH Tunnel Mode Protects original IP datagram and tunnel Tunnel IP ESP Inner IP IP AH/ESP New IP AH/ESP Orig. IP Authentication and Encryption Security associations Nest ESP in AH Apply ESP first, then AH IP AH ESP ESP Special format for ESP IP ESP ESP auth data Security Association (SA) One-way relationship between IPSec hosts Determines processing for sender and decoding for destination Security Parameter Index Used by destination to select correct SA for pkt SPI + destination address + protocol identifies SA SA Database (SAD) Parameters of each SA SA Bundle SAs to apply together E.g. ESP in AH Security Policy Database (SPD) IPSec Processing (out) How to process traffic Bypass no IPSec Discard don t accept IPSec processing o Outbound Process o Inbound Check processing Example SPD entry Source: Dest: Action: Require IPSec processing SA: ESP/SPI 4365 SAD entry (ESP/SPI 4365) Mode: transport Algorithm: 3DES-CBC Key: Replay protection IP datagram Destination: X Protocol: TCP TCP dport: 25 SPD DST= SRC= ICMP DST=X SRC= TCP DPORT=25 SAD ESP AES KEY= REQUIRED AH SHA1 KEY= REQUIRED IPCOMP USE ESP in AH Discard if SPD says REJECT Find appropriate SAs Process according to SA bundle 7

8 IPSec Processing (in) IKE ESP in AH SAD ESP AES KEY= REQUIRED SPD DST= SRC= ICMP Discard if wrong security Problem Static SAs are inconvenient and can be insecure Solution IKE_SA_INIT AH SHA1 KEY= REQUIRED IPCOMP USE DST=X SRC= TCP DPORT=25 IP Datagram Set up SA on demand Negotiate SA parameters Protocol IKE: Internet Key Exchange IKE_AUTH IKEv1 used now Destination: X Protocol: TCP TCP dport: 25 IKEv2 accepted in 2004 CREATE_CHILD_SA Process according to SPI Check that required security was used IPSec Summary Security at the network layer Protocol family o ESP for encryption o AH for authentication o IKE for key exchange Security policy o Determined outgoing processing o Determines incoming requirements Security associations o One way connection between peers Mobility IPv6 Mobility Support Binding Updates Important changes from IPv4 No foreign agent needed Modes Route optimization To Home Agent IPSec ESP or AH Mobile Node Home Agent Correspondent Node Route optimization Bidirectional tunneling Authentication required Home Test Init Less need for tunnels New ICMP messages To Correspondent Node Care-of Test Init Home Agent Address Discovery Mobile Prefix Solicitation Return routability test Home Test Care-of Test 8

9 Binding Updates Binding Updates Home Test Init (MN CN) HI cookie Care-of Test Init (COA CN) CoI cookie Home Test (CN HA) HI cookie, home keygen token, home nonce index Care-of Test (CN COA) CoI cookie, Care-of keygen token, care-of nonce index Home Test Init Sent to acquire home keygen token Tunneled through HA Conveys home address to correspondent node Home Test Init (MN CN) HI cookie Care-of Test Init (COA CN) CoI cookie Home Test (CN HA) HI cookie, home keygen token, home nonce index Care-of Test (CN COA) CoI cookie, Care-of keygen token, care-of nonce index Care-of Test Init Sent to acquire care-of keygen token Sent directly to CN Conveys COA to correspondent node Binding Updates Binding Updates Home Test Init (MN CN) HI cookie Care-of Test Init (COA CN) CoI cookie Home Test (CN HA) HI cookie, home keygen token, home nonce index Care-of Test (CN COA) CoI cookie, Care-of keygen token, care-of nonce index Home Test Sent to convey home keygen token Tunneled through HA to mobile node Home Test Init (MN CN) HI cookie Care-of Test Init (COA CN) CoI cookie Home Test (CN HA) HI cookie, home keygen token, home nonce index Care-of Test (CN COA) CoI cookie, Care-of keygen token, care-of nonce index Care-of Test Sent to convey care-of keygen token Direct to MN Binding Updates Route Optimization Binding Update MAC, sequence number, nonce indices, COA Binding Acknowledgement MAC, seq#, status MN Binding Update Binding Ack CN Type 2 Routing Header Packets from CN sent to care-of address with type 2 routing MN extracts home address from type 2 routing Home address option Specifies home address Carried by destination option extension CN MN Source: Destination: Routing hdr: CN COA Home address MN CN Source: Destination: Home address option: COA CN Home address 9

10 Other Mobility Issues Multicast traffic Movement detection Returning home Interaction with IPSec Multiple care-of addresses Home agent discovery Home address assignment Care-of address formation 10

IPv6. David Byers PROTOCOL ADDRESSING AUTOCONFIGURATION DEPLOYMENT. IDA/ADIT/IISLAB

IPv6. David Byers PROTOCOL ADDRESSING AUTOCONFIGURATION DEPLOYMENT. IDA/ADIT/IISLAB IPv6 PROTOCOL ADDRESSING AUTOCONFIGURATION DEPLOYMENT David Byers davby@ida.liu.se IDA/ADIT/IISLAB 1 IPv6 Rationale Larger address space Efficient address allocation Simpler header processing Autoconfiguration

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

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

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

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

More information

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

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

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

2. IPv6 advanced functionalities

2. IPv6 advanced functionalities 2. IPv6 advanced functionalities PA191: Advanced Computer Networking Eva Hladká Slides by: Tomáš Rebok Faculty of Informatics Masaryk University Autumn 2016 Eva Hladká (FI MU) 2. IPv6 advanced functionalities

More information

Introduction to IPv6. IPv6 addresses

Introduction to IPv6. IPv6 addresses Introduction to IPv6 (Chapter4inHuitema) IPv6,Mobility-1 IPv6 addresses 128 bits long Written as eight 16-bit hexadecimal integers separated with colons E.g. 1080:0000:0000:0000:0000:0008:200C:417A = 1080::8:800:200C:417A

More information

Introduction to IPv6. IPv6 addresses

Introduction to IPv6. IPv6 addresses Introduction to IPv6 (Chapter 4 in Huitema) IPv6,Mobility-1 IPv6 addresses 128 bits long Written as eight 16-bit integers separated with colons E.g. 1080:0000:0000:0000:0000:0008:200C:417A = 1080::8:800:200C:417A

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

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

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

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

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

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

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

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

More information

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

CIS 6930/4930 Computer and Network Security. Topic 8.1 IPsec

CIS 6930/4930 Computer and Network Security. Topic 8.1 IPsec CIS 6930/4930 Computer and Network Security Topic 8.1 IPsec 1 IPsec Objectives Why do we need IPsec? IP V4 has no authentication IP spoofing Payload could be changed without detection. IP V4 has no confidentiality

More information

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

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

More information

Introduction to IPv6. IPv6 addresses

Introduction to IPv6. IPv6 addresses Introduction to IPv6 (Chapter 4 in Huitema) IPv6,Mobility-1 IPv6 addresses 128 bits long Written as eight 16-bit integers separated with colons E.g. 1080:0000:0000:0000:0000:0008:200C:417A = 1080::8:800:200C:417A

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

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

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

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

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

Asst. Prof. Chaiporn Jaikaeo, Ph.D.

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

More information

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

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

Mobile Communications Chapter 9: Network Protocols/Mobile IP

Mobile Communications Chapter 9: Network Protocols/Mobile IP Mobile Communications Chapter 9: Network Protocols/Mobile IP Motivation Data transfer Encapsulation Security IPv6 Problems DHCP Ad-hoc s Routing protocols 9.0.1 Motivation for Mobile IP Routing based on

More information

CSCE 715: Network Systems Security

CSCE 715: Network Systems Security CSCE 715: Network Systems Security Chin-Tser Huang huangct@cse.sc.edu University of South Carolina Security in Network Layer Implementing security in application layer provides flexibility in security

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

Mobile IPv6. Raj Jain. Washington University in St. Louis

Mobile IPv6. Raj Jain. Washington University in St. Louis Mobile IPv6 Raj Jain Washington University in Saint Louis Saint Louis, MO 63130 Jain@cse.wustl.edu These slides are available on-line at: http://www.cse.wustl.edu/~jain/cse574-06/ 13-1 Overview! IPv6:

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

IP Security. Have a range of application specific security mechanisms

IP Security. Have a range of application specific security mechanisms IP Security IP Security Have a range of application specific security mechanisms eg. S/MIME, PGP, Kerberos, SSL/HTTPS However there are security concerns that cut across protocol layers Would like security

More information

Mobile IPv6. Washington University in St. Louis

Mobile IPv6. Washington University in St. Louis Mobile IPv6 Raj Jain Professor of Computer Science and Engineering Washington University in Saint Louis Saint Louis, MO 63130 Audio/Video recordings of this lecture are available at: http://www.cse.wustl.edu/~jain/cse574-08/

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

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

The Netwok Layer IPv4 and IPv6 Part 2

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

More information

IPv6 : Internet Protocol Version 6

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

More information

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

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

More information

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

Table of Contents 1 IPv6 Basics Configuration 1-1

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

More information

IPv6 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

IPSec. Overview. Overview. Levente Buttyán

IPSec. Overview. Overview. Levente Buttyán IPSec - brief overview - security associations (SAs) - Authentication Header (AH) protocol - Encapsulated Security Payload () protocol - combining SAs (examples) Overview Overview IPSec is an Internet

More information

The IPsec protocols. Overview

The IPsec protocols. Overview The IPsec protocols -- components and services -- modes of operation -- Security Associations -- Authenticated Header (AH) -- Encapsulated Security Payload () (c) Levente Buttyán (buttyan@crysys.hu) Overview

More information

Mobile IPv6 Overview

Mobile IPv6 Overview Sungkyunkwan University Prepared by H. Choo Copyright 2000-2018 Networking Laboratory Lecture Outline Network Layer Mobile IPv6 Proxy Mobile IPv6 Networking Laboratory 2/87 Sungkyunkwan University Network

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

Internet Engineering Task Force (IETF) Ericsson July 2011

Internet Engineering Task Force (IETF) Ericsson July 2011 Internet Engineering Task Force (IETF) Request for Comments: 6275 Obsoletes: 3775 Category: Standards Track ISSN: 2070-1721 C. Perkins, Ed. Tellabs, Inc. D. Johnson Rice University J. Arkko Ericsson July

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

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

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

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

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

Network Security IN2101

Network Security IN2101 Chair for Network Architectures and Services Department of Informatics TU München Prof. Carle Network Security IN2101 Prof. Dr.-Ing. Georg Carle Dipl.-Inform. Ali Fessi Institut für Informatik Technische

More information

Modification to Ipv6 Neighbor Discovery and Mobile Node Operation

Modification to Ipv6 Neighbor Discovery and Mobile Node Operation RESEARCH INVENTY: International Journal of Engineering and Science ISSN: 2278-4721, Vol. 1, Issue 6 (October 2012), PP 39-49 www.researchinventy.com Modification to Ipv6 Neighbor Discovery and Mobile Node

More information

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

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

More information

ET4254 Communications and Networking 1

ET4254 Communications and Networking 1 Topic 9 Internet Protocols Aims:- basic protocol functions internetworking principles connectionless internetworking IP IPv6 IPSec 1 Protocol Functions have a small set of functions that form basis of

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

Network Security (NetSec) IN2101 WS 16/17

Network Security (NetSec) IN2101 WS 16/17 Chair of Network Architectures and Services Department of Informatics Technical University of Munich Network Security (NetSec) IN2101 WS 16/17 Prof. Dr.-Ing. Georg Carle Dr. Heiko Niedermayer, Cornelius

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 Security IK2218/EP2120

IP Security IK2218/EP2120 IP Security IK2218/EP2120 Markus Hidell, mahidell@kth.se KTH School of ICT Based partly on material by Vitaly Shmatikov, Univ. of Texas Acknowledgements The presentation builds upon material from - Previous

More information

11. IP Mobility 최 양 희 서울대학교 컴퓨터공학부

11. IP Mobility 최 양 희 서울대학교 컴퓨터공학부 11. IP Mobility Introduction Terminal Mobility Person Mobility Network Mobility Internet 2002 Yanghee Choi 2 Mobile IP : Why IP addressing scheme optimized for stationary environment point of attachment

More information

IPv6. IPv6, MPLS. IPv6. IPv6 Addresses. IPv4 Packet Format. IPv6. History

IPv6. IPv6, MPLS. IPv6. IPv6 Addresses. IPv4 Packet Format. IPv6. History , MPLS History Next generation IP (AKA IPng) Intended to extend address space and routing limitations of IPv4 Requires header change Attempted to include everything new in one change IETF moderated Based

More information

CSC 6575: Internet Security Fall 2017

CSC 6575: Internet Security Fall 2017 CSC 6575: Internet Security Fall 2017 Network Security Devices IP Security Mohammad Ashiqur Rahman Department of Computer Science College of Engineering Tennessee Tech University 2 IPSec Agenda Architecture

More information

Module 28 Mobile IP: Discovery, Registration and Tunneling

Module 28 Mobile IP: Discovery, Registration and Tunneling Module 28 Mobile IP: Discovery, and Tunneling Learning Objectives Introduction to different phases of Mobile IP Understanding how a mobile node search the agents using Discovery process Understand how

More information

IPSec. Slides by Vitaly Shmatikov UT Austin. slide 1

IPSec. Slides by Vitaly Shmatikov UT Austin. slide 1 IPSec Slides by Vitaly Shmatikov UT Austin slide 1 TCP/IP Example slide 2 IP Security Issues Eavesdropping Modification of packets in transit Identity spoofing (forged source IP addresses) Denial of service

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

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

Mohammad Hossein Manshaei 1393

Mohammad Hossein Manshaei 1393 Mohammad Hossein Manshaei manshaei@gmail.com 1393 Mobile IP 2 Mobile Network Layer: Problems and Concerns Entities and Terminology in Mobile IP Mobile Indirect Routing Mobile IP Agent Advertisement Registration

More information

ECE 435 Network Engineering Lecture 14

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

More information

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

Charles Perkins Nokia Research Center 2 July Mobility Support in IPv6 <draft-ietf-mobileip-ipv6-14.txt> Status of This Memo

Charles Perkins Nokia Research Center 2 July Mobility Support in IPv6 <draft-ietf-mobileip-ipv6-14.txt> Status of This Memo IETF Mobile IP Working Group INTERNET-DRAFT David B. Johnson Rice University Charles Perkins Nokia Research Center 2 July 2000 Mobility Support in IPv6 Status of This

More information

Protocols, Technologies and Standards Secure network protocols for the OSI stack P2.1 WLAN Security WPA, WPA2, IEEE i, IEEE 802.1X P2.

Protocols, Technologies and Standards Secure network protocols for the OSI stack P2.1 WLAN Security WPA, WPA2, IEEE i, IEEE 802.1X P2. P2 Protocols, Technologies and Standards Secure network protocols for the OSI stack P2.1 WLAN Security WPA, WPA2, IEEE 802.11i, IEEE 802.1X P2.2 IP Security IPsec transport mode (host-to-host), ESP and

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

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

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 Reading Assignment Information Network 1 / 2012 2 Network Layer

More information

VPN and IPsec. Network Administration Using Linux. Virtual Private Network and IPSec 04/2009

VPN and IPsec. Network Administration Using Linux. Virtual Private Network and IPSec 04/2009 VPN and IPsec Network Administration Using Linux Virtual Private Network and IPSec 04/2009 What is VPN? VPN is an emulation of a private Wide Area Network (WAN) using shared or public IP facilities. A

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

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

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

The Netwok Layer IPv4 and IPv6 Part 2

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

More information

Junos Security. Chapter 8: IPsec VPNs Juniper Networks, Inc. All rights reserved. Worldwide Education Services

Junos Security. Chapter 8: IPsec VPNs Juniper Networks, Inc. All rights reserved.  Worldwide Education Services Junos Security Chapter 8: IPsec VPNs 2012 Juniper Networks, Inc. All rights reserved. www.juniper.net Worldwide Education Services Chapter Objectives After successfully completing this chapter, you will

More information

Chapter 9 Internet Protocol Version 6 (IPv6)

Chapter 9 Internet Protocol Version 6 (IPv6) Chapter 9 Internet Protocol Version 6 (IPv6) Introduction... 9-3 Overview of IPv6... 9-3 The 6bone... 9-4 IPv6 Addresses and Prefixes... 9-4 IPv6 Headers... 9-5 The Internet Control Message Protocol (ICMPv6)...

More information

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

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

More information

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

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

More information

Virtual Private Network

Virtual Private Network VPN and IPsec Virtual Private Network Creates a secure tunnel over a public network Client to firewall Router to router Firewall to firewall Uses the Internet as the public backbone to access a secure

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

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

LECTURE 8. Mobile IP

LECTURE 8. Mobile IP 1 LECTURE 8 Mobile IP What is Mobile IP? The Internet protocol as it exists does not support mobility Mobile IP tries to address this issue by creating an anchor for a mobile host that takes care of packet

More information

Network Security: IPsec. Tuomas Aura

Network Security: IPsec. Tuomas Aura Network Security: IPsec Tuomas Aura 3 IPsec architecture and protocols Internet protocol security (IPsec) Network-layer security protocol Protects IP packets between two hosts or gateways Transparent to

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