On Host Identity Protocol

Size: px
Start display at page:

Download "On Host Identity Protocol"

Transcription

1 On Host Identity Protocol Miika Komu Data Communications Software Group Dep. of Computer Science and Engineering School of Science Aalto University

2 Table of Contents Introduction Naming and Layering Control Plane Data Plane

3 Introduction

4 Motivation Why do I need screen for IRC session? Why Youtube video stops when I switch from 3G to WLAN? Why do I need to pinhole my NAT box to reach my home server? Why do I use SSH instead of telnet? Why do we have NFSv4? Why do we passwords for WLAN?

5 Identity-Locator Split Identity-locator split separates the who from where Application and transport layer sees the who Network layer sees where Benefits of id-loc split Realized e.g. in HIP, LISP, SHIM6 Isolates upper layers from network changes Useful for mobile devices Disadvantage: indirection introduces complexity

6 Benefits of Host Identity Protocol Protects and/or authenticates application data IPsec or S-RTP can be used IPv4 applications can talk to IPv6 apps Mobility and multihoming for transport layer Works in IPv4 and IPv6 networks End-to-end NAT traversal Connect to home server without pinholing Backwards compatible TCP, UDP, IPv4, IPv6, ICMP(v6)

7 Drawbacks of Host Identity Protocol Additional complexity New layer of indirection New namespace to manage (e.g. reverse look up) Security is transparent How does application or user know when connection is secured? TCP is still the bottleneck Suspending of laptop for hours disconnects TCP Is it too late? Generic architecture Specific solutions exist (MobileIP, VPN, SSH, etc)

8 HIP Standardization Work split to two working groups Internet Engineering Task Force (IETF) Internet Research Task Force (IRTF) RFC , RFC4423, RFC5338 Experimental track Moving to standards track (see bis drafts) Major change in RFC5201 Cryptoagility

9 Naming and Layering

10 Layering in Naming in HIP User Interface Application Layer Transport Layer HIP Layer Network Layer FQDN HIT (or LSI), port and proto HIT, port HI IP address

11 Non-HIP vs. HIP Socket Bindings P r o c e s s S o c k e t P r o c e s s S o c k e t E n d p o i n t E n d p o i n t H o s t I d e n t i t y D y n a m i c B i n d i n g L o c a t i o n I P a d d r e s s L o c a t i o n I P a d d r e s s

12 APIs Application Layer Application Socket Layer IPv4 API IPv6 API HIP API Transport Layer TCP UDP HIP Layer HIP Network Layer IPv4 IPv6 Link Layer Ethernet

13 Client-Side Name Look Up Example 1. getaddrinfo(hostname) DNS 2. hostname 3. <HIT, IP> Application 7. connect(hit) 6. HIT Resolver or DNS Proxy <HIT, IP> Socket Layer Transport HIP IPsec Network 8. base exchange Peer Host 9. ESP protected application data

14 Implemeting Name Translation #1 LD_PRELOAD getaddrinfo() #2 Local DNS Proxy #2a Snoop DNS requests with iptables #2b Substitute nameserver in /etc/resolv.conf #3 No changes to DNS interaction Implement lower in the stack (opp. mode) Implemented in a router (HIP proxy)

15 GUI / End-user Firewall An optional GUI can be used for managing all collecting HITs HIP is visible to the user (but not application) The GUI can prompt the user to accept incoming or outgoing connections Similar to end-user firewalls Screenshot from HIPL

16 Control Plane

17 I N I T I A T O R The Base Exchange I1 : trigg er base ex chan ge R 1 : p u z z le, D - H, k e y, sig n a tu r e I2 : puzzle solution, D -H, key, sig nature R 2 : sig n a tu r e R E S P O N D E R

18 Opportunistic Mode I1 sent to an unknown HIT Less secure than normal HIP Leap of faith (like in SSH) Subsequent connections can be cached Does not require public keys in DNS Convenient for Service registration HIP-aware applications HIP anycast Problematic for NAT traversal

19 Handover (UPDATE) M N C N 1 ) U P D : E S P _ I N F O, L O C A T O R, S E Q [, D - H ] 3 ) [ c r e a t e S A ] 2 ) U P D : E S P _ I N F O, A C K, S E Q, E _ R Q [, D - H ] 4 ) U P D : E S P _ I N F O, E _ R S 5 ) [ c r e a t e S A ]

20 Native NAT Traversal using HIP HIP Relay Server Initiator 1. base exchange with locators Responder N A T 3. connectivity tests 4. ESP N A T 2. pair up locators pair up locators 2. ESP Relay Server

21 Native NAT Traversal vs. Teredo Teredo pros Plenty of free Teredo servers available No changes to the HIP implementation Teredo cons Servers that do full relay cost Teredo requires an IPv6 application (without HIP) In windows, a socket option in the app Patented by Microsoft

22 IPv4-IPv6 Interoperability At the network layer Identity-locator split hides the underlying access technology from applications Cross-family handovers from IPv4 to IPv6 and vice versa are trivial (not available in MobileIP) At the application layer HITs for applications requesting IPv6 LSIs for applications requesting IPv4 IPv4 apps can talk with IPv6 apps!

23 Data Plane

24 HIP and IPsec Currently BEET mode ESP is the default HIP supports negotiating others (e.g S-RTP) Implemented in the Linux and BSD kernel Linux and Windows can use userspace impl. Public-key protected data plane (hiccups) Avoids the base exchange and use of IPsec Data protected with public-key signatures Switch to IPsec by sending an R1

25 HIP Proxy Proxy support on an intermediary host No changes at client and/or server side Similar to VPN gateways Can be implemented on different layers ARP level proxy (see Tofino security product) IP level proxy (supported by several HIP s/w) HTTP proxy (HIP between the client and proxy) Can use different naming or routing methods Normal or opportunistic mode Normal IP routing or overlays (e.g. Tofino)

26 Cool HIP Extensions HIP is too fat? RFID version of HIP HIP Diet Exchange PISA Wifi Sharing Mobile proxy Authenticates people sharing WLANs with HIP Handover delegation to a middlebox HIP-based Virtual Private LAN service Connects transparently separate networks

27 Questions? Miika Komu Documentation and software for HIPL: Interested in contributing? Contact us: Other two HIP implementations:

28 Literature 1/3 RFC RFC4423, Host Identity Protocol Architecture, Moskowitz et al, May 2006 RFC5338: Using the Host Identity Protocol with Legacy Applications, Henderson et al, Sep 2008 Integrating Mobility, Multi-homing and Security in a HIP way, Pekka Nikander et al, Feb 2003 Using DNS as an Access Protocol for Mapping Identifiers to Locators, Ponomarev et al, November 2007 RCF6317: Basic Socket Interface Extensions to Host Identity Protocol, Komu et al, Jul 2011

29 Literature 2/3 Overview and Comparison Criteria for Host Identity Protocol and Related Technologies, Koponen et al, Feb 2005 Leap-of-faith security is Enough for IP mobility, Komu et al, Jan 2009 HIP-based Virtual Private LAN, Henderson et al, Sep 2011 Enterprise Network Packet Filtering for Mobile Cryptographic Identities, Janne Lindqvist et al, June 2007 Native NAT Traversal Mode for HIP, Keränen et al, Jan 2011 Host Identity Protocol (HIP), Connectivity, Mobility, Multihoming, Security and Privacy over IPv4 and IPv6 Networks, Nikander et al, 2010

30 Literature 3/3 Secure and Efficient IPv4/IPv6 Handovers using Host-based Identifier-Locator Split, Varjonen et al, September 2009 RFC6078: HIP Immediate Carriage and Conveyance of Upper- Layer Protocol Signaling (hiccups), Nikander et al, Jan 2011 Host Identity Protocol Proxy, Salmela et al, Nov 2007 Backwards Compatibility Experimentation with Host Identity Protocol and Legacy Software and Networks, master thesis, Finez, Dec 2008 HIP Support for RFIDs, Urien et al, Nov 2010 HIP Diet Exchange, Moskowitz, Jan 2011 HIP-based Mobile Proxy, Melen et al, Aug 2009

Host Identity Protocol. Miika Komu Helsinki Institute for Information Technology

Host Identity Protocol. Miika Komu Helsinki Institute for Information Technology Host Identity Protocol Miika Komu Helsinki Institute for Information Technology 16.11.2009 Table of Contents Introduction Naming and Layering Control Plane Data Plane Introduction Motivation

More information

HIP Host Identity Protocol. October 2007 Patrik Salmela Ericsson

HIP Host Identity Protocol. October 2007 Patrik Salmela Ericsson HIP Host Identity Protocol October 2007 Patrik Salmela Ericsson Agenda What is the Host Identity Protocol (HIP) What does HIP try to solve HIP basics Architecture The HIP base exchange HIP basic features

More information

Host Identity Protocol

Host Identity Protocol Presentation outline Host Identity Protocol Slides by: Pekka Nikander Ericsson Research Nomadiclab and Helsinki Institute for Information Technology http://www.hip4inter.net 2 What is HIP? Motivation HIP

More information

Host Identity Protocol (HIP): Connectivity, Mobility, Multi-Homing, Security, and Privacy over IPv4 and IPv6

Host Identity Protocol (HIP): Connectivity, Mobility, Multi-Homing, Security, and Privacy over IPv4 and IPv6 Host Identity Protocol (HIP): Connectivity, Mobility, Multi-Homing, Security, and Privacy over IPv4 and IPv6 by Pekka Nikander, Andrei Gurtov, and Thomas R. Henderson Johannes Bachhuber Jacobs University

More information

Host Identity Protocol, PLA, and PSIRP

Host Identity Protocol, PLA, and PSIRP Contents Host Identity Protocol, PLA, and PSIRP Prof. Sasu Tarkoma 23.02.2009 Introduction Current state Host Identity Protocol (HIP) Packet Level Authentication (PLA) Overlays (i3 and Hi3) Clean-slate

More information

Host Identity Protocol. Host Identity Protocol. Outline. Outline (cont) Host Identity Protocol Why HIP? Host Identity Protocol

Host Identity Protocol. Host Identity Protocol. Outline. Outline (cont) Host Identity Protocol Why HIP? Host Identity Protocol Outline Host Identity Protocol Petri Jokela (Editor) & Jukka Ylitalo Tik-79.5401 - October 3, 2005 Host Identity Protocol Idea behind Setting up associations Mobility and multihoming Host mobility Host

More information

Host Identity Protocol (HIP):

Host Identity Protocol (HIP): Host Identity Protocol (HIP): Towards the Secure Mobile Internet Andrei Gurtov Helsinki Institute for Information Technology (HUT), Finland A John Wiley & Sons, Ltd, Publication Contents About the Author

More information

Internet Engineering Task Force (IETF) Request for Comments: Ericsson A. Johnston Avaya January 2011

Internet Engineering Task Force (IETF) Request for Comments: Ericsson A. Johnston Avaya January 2011 Internet Engineering Task Force (IETF) Request for Comments: 6079 Category: Experimental ISSN: 2070-1721 G. Camarillo P. Nikander J. Hautakorpi A. Keranen Ericsson A. Johnston Avaya January 2011 HIP BONE:

More information

On Protocol Design. T Computer Networks Miika Komu Data Communications Software Group CSE / Aalto University

On Protocol Design. T Computer Networks Miika Komu Data Communications Software Group CSE / Aalto University On Protocol Design T-110.4100 Computer Networks 16.4.2013 Miika Komu Data Communications Software Group CSE / Aalto University Scope of the Lecture General overview of protocol design Characteristics

More information

Internet Engineering Task Force (IETF) January 2014

Internet Engineering Task Force (IETF) January 2014 Internet Engineering Task Force (IETF) Request for Comments: 7086 Category: Experimental ISSN: 2070-1721 A. Keranen G. Camarillo J. Maenpaa Ericsson January 2014 Host Identity Protocol-Based Overlay Networking

More information

What is HIP? A brief introduction to the Host Identity Protocol. 5. Aug

What is HIP? A brief introduction to the Host Identity Protocol. 5. Aug What is HIP? A brief introduction to the Host Identity Protocol 5. Aug 2010 Holger.Zuleger@hnet.de 2001:10:2010:0729:07:02:10:18 Holger Zuleger 2001:db8::13:1 > c Host Identity Protocol (RFC 5201) Yet

More information

Ericsson Research NomadicLab M. Komu Helsinki Institute for Information Technology September 2008

Ericsson Research NomadicLab M. Komu Helsinki Institute for Information Technology September 2008 Network Working Group Request for Comments: 5338 Category: Informational T. Henderson The Boeing Company P. Nikander Ericsson Research NomadicLab M. Komu Helsinki Institute for Information Technology September

More information

Performance Evaluation and Experiments for Host Identity Protocol

Performance Evaluation and Experiments for Host Identity Protocol www.ijcsi.org 74 Performance Evaluation and Experiments for Host Identity Protocol Leonardo ARRAEZ 1, Hakima CHAOUCHI 2 and Zeynep GURKAS AYDIN 3 1,2 Telecom SudParis, Dept. LOR, CNRS Samovar UMR 5157,

More information

Name based sockets. Javier Ubillos Swedish Institute of Computer Science. Zhongxing Ming Tsinghua University. July 25 th, 2010

Name based sockets. Javier Ubillos Swedish Institute of Computer Science. Zhongxing Ming Tsinghua University. July 25 th, 2010 Name based sockets Javier Ubillos Swedish Institute of Computer Science Zhongxing Ming Tsinghua University July 25 th, 2010 http://www.ietf.org/id/draft-ubillos-name-based-sockets-01.txt 1 2010-07-26 IETF

More information

Host Identity Indirection Infrastructure Hi 3. Jari Arkko, Pekka Nikander and Börje Ohlman Ericsson Research

Host Identity Indirection Infrastructure Hi 3. Jari Arkko, Pekka Nikander and Börje Ohlman Ericsson Research Host Identity Indirection Infrastructure Hi 3 Jari Arkko, Pekka Nikander and Börje Ohlman Ericsson Research Presentation outline Motivation Background Secure i 3 Hi 3 Summary 2 Hi 3 motivation Question:

More information

Internet Research Task Force (IRTF) Category: Informational. March The Host Identity Protocol (HIP) Experiment Report

Internet Research Task Force (IRTF) Category: Informational. March The Host Identity Protocol (HIP) Experiment Report Internet Research Task Force (IRTF) Request for Comments: 6538 Category: Informational ISSN: 2070-1721 T. Henderson The Boeing Company A. Gurtov University of Oulu March 2012 The Host Identity Protocol

More information

Definition of firewall

Definition of firewall Internet Firewalls Definitions: firewall, policy, router, gateway, proxy NAT: Network Address Translation Source NAT, Destination NAT, Port forwarding NAT firewall compromise via UPnP/IGD Packet filtering

More information

Secure and Efficient IPv4/IPv6 Handovers Using Host-Based Identifier-Locator Split

Secure and Efficient IPv4/IPv6 Handovers Using Host-Based Identifier-Locator Split Secure and Efficient IPv4/IPv6 Handovers Using Host-Based Identifier-Locator Split Samu Varjonen Miika Komu Andrei Gurtov Abstract Internet architecture is facing at least three major challenges. First,

More information

Host Identity Protocol

Host Identity Protocol Host Identity Protocol V.Gowri 1, M.Nirmala Kumari 2, R.Devendra Reddy 3 Associate Professor, Dept of CSE, Sri Venkatesa Perumal College of Engineering, Andhra Pradesh, India Assistant Professor, Dept

More information

CSC 474/574 Information Systems Security

CSC 474/574 Information Systems Security CSC 474/574 Information Systems Security Topic 7.4 Firewalls CSC 474/574 Dr. Peng Ning 1 Outline What are firewalls? Types Filtering Packet filtering Session filtering Proxy Circuit Level Application Level

More information

Internet Engineering Task Force (IETF) July 2011

Internet Engineering Task Force (IETF) July 2011 Internet Engineering Task Force (IETF) Request for Comments: 6317 Category: Experimental ISSN: 2070-1721 M. Komu Aalto University T. Henderson The Boeing Company July 2011 Basic Socket Interface Extensions

More information

Firewalls and NAT. Firewalls. firewall isolates organization s internal net from larger Internet, allowing some packets to pass, blocking others.

Firewalls and NAT. Firewalls. firewall isolates organization s internal net from larger Internet, allowing some packets to pass, blocking others. Firews and NAT 1 Firews By conventional definition, a firew is a partition made of fireproof material designed to prevent the spread of fire from one part of a building to another. firew isolates organization

More information

Host Identity Protocol Version 2.5

Host Identity Protocol Version 2.5 Aalto University School of Science Degree Programme of Computer Science and Engineering Xin Gu Host Identity Protocol Version 2.5 Master s Thesis Espoo, June 28, 2012 Supervisors: Instructor: Professor

More information

IPV6 SIMPLE SECURITY CAPABILITIES.

IPV6 SIMPLE SECURITY CAPABILITIES. IPV6 SIMPLE SECURITY CAPABILITIES. 50 issues from RFC 6092 edited by J. Woodyatt, Apple Presentation by Olle E. Johansson, Edvina AB. ABSTRACT The RFC which this presentation is based upon is focused on

More information

Why do we really want an ID/locator split anyway?

Why do we really want an ID/locator split anyway? Why do we really want an ID/locator split anyway? Dave Thaler dthaler@microsoft.com MobiArch 2008 1 Starting from basics Users deal with names, not addresses (esp. in IPv6) Humans need friendly identifiers

More information

Network Address Translators (NATs) and NAT Traversal

Network Address Translators (NATs) and NAT Traversal Network Address Translators (NATs) and NAT Traversal Ari Keränen ari.keranen@ericsson.com Ericsson Research Finland, NomadicLab Outline Introduction to NATs NAT Behavior UDP TCP NAT Traversal STUN TURN

More information

Internet security and privacy

Internet security and privacy Internet security and privacy IPsec 1 Layer 3 App. TCP/UDP IP L2 L1 2 Operating system layers App. TCP/UDP IP L2 L1 User process Kernel process Interface specific Socket API Device driver 3 IPsec Create

More information

Network Configuration Example

Network Configuration Example Network Configuration Example Configuring Stateful NAT64 for Handling IPv4 Address Depletion Release NCE0030 Modified: 2017-01-23 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089

More information

2009/10/01. Internet Control Message Protocol (ICMPv6) for the Internet Protocol Version 6 (IPv6) Obsoleted by RFC3596 [7] RFC 1887

2009/10/01. Internet Control Message Protocol (ICMPv6) for the Internet Protocol Version 6 (IPv6) Obsoleted by RFC3596 [7] RFC 1887 六 年度 路 IPv6 RFC 年 871 872 六 IPv6 RFC IPv6 RFC 2009/10/01 RFC 狀 [1] RFC 1809 Using the Flow Label Field in IPv6 1995/06 [2] RFC 1881 IPv6 Address Allocation Management. 1995/12 [3] RFC 1883 Internet Protocol,

More information

Virtual ID: A Technique for Mobility, Multi- Homing, and Location Privacy in Next Generation Wireless Networks

Virtual ID: A Technique for Mobility, Multi- Homing, and Location Privacy in Next Generation Wireless Networks Virtual ID: A Technique for Mobility, Multi- Homing, and Location Privacy in Next Generation Wireless Networks Chakchai So-In, Student Member, IEEE, and Raj Jain, Fellow, IEEE Subharthi Paul and Jianli

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

USING HIP TO SOLVE MULTI-HOMING IN IPV6 NETWORKS

USING HIP TO SOLVE MULTI-HOMING IN IPV6 NETWORKS USING HIP TO SOLVE MULTI-HOMING IN IPV6 NETWORKS Zhangyi Yuan 1, Xiaohong Huang 1, Junyi Zhang 2, Fred Baker 3 1 Research Institute of Networking Technology, Beijing University of Posts and Telecommunications,

More information

Distributed User Authentication in Wireless LANs

Distributed User Authentication in Wireless LANs Distributed User Authentication in Wireless LANs Dmitriy Kuptsov, Andrey Khurri, and Andrei Gurtov Helsinki Institute for Information Technology Helsinki University of Technology {dmitriy.kuptsov, andrey.khurri,

More information

SAVAH: Source Address Validation with Host Identity Protocol

SAVAH: Source Address Validation with Host Identity Protocol SAVAH: Source Address Validation with Host Identity Protocol Dmitriy Kuptsov and Andrei Gurtov Helsinki Institute for Information Technology Helsinki University of Technology {dmitriy.kuptsov,gurtov}@hiit.fi

More information

User-Relative Names for Globally Connected Personal Devices

User-Relative Names for Globally Connected Personal Devices User-Relative Names for Globally Connected Personal Devices Bryan Ford, Jacob Strauss, Chris Lesniewski-Laas, Sean Rhea, Frans Kaashoek, Robert Morris Massachusetts Institute of Technology IPTPS February

More information

LISP Locator/ID Separation Protocol

LISP Locator/ID Separation Protocol LISP Locator/ID Separation Protocol Hernán Contreras G. Consulting Systems Engineer hcontrer@cisco.com LISP Next Gen Routing Architecture Locator-ID Separation Protocol (LISP) Elevator Pitch LISP is a

More information

CSE543 Computer and Network Security Module: Network Security

CSE543 Computer and Network Security Module: Network Security CSE543 Computer and Network Security Module: Network Security Professor Trent Jaeger CSE543 - Introduction to Computer and Network Security 1 2 Communication Security Want to establish a secure channel

More information

Advanced Security and Forensic Computing

Advanced Security and Forensic Computing Advanced Security and Forensic Computing Unit 2: Network Security Elements Dr Dr Bill Buchanan, Reader, School of of Computing. >Unit 2: 2: Network Security Elements Advanced Security and Forensic Computing

More information

Developing ILNP. Saleem Bhatti, University of St Andrews, UK FIRE workshop, Chania. (C) Saleem Bhatti.

Developing ILNP. Saleem Bhatti, University of St Andrews, UK FIRE workshop, Chania. (C) Saleem Bhatti. Developing ILNP Saleem Bhatti, University of St Andrews, UK 2010-07-16 FIRE workshop, Chania. (C) Saleem Bhatti. 1 What is ILNP? Identifier Locator Network Protocol: http://ilnp.cs.st-andrews.ac.uk/ ILNP

More information

Ecient Leap of Faith Security with Host Identity Protocol

Ecient Leap of Faith Security with Host Identity Protocol HELSINKI UNIVERSITY OF TECHNOLOGY Faculty of Information and Natural Sciences Department of Computer Science and Engineering Blerta Bishaj Ecient Leap of Faith Security with Host Identity Protocol Master's

More information

IP Mobility vs. Session Mobility

IP Mobility vs. Session Mobility IP Mobility vs. Session Mobility Securing wireless communication is a formidable task, something that many companies are rapidly learning the hard way. IP level solutions become extremely cumbersome when

More information

Name based sockets. Javier Ubillos. Swedish Institute of Computer Science. July 25 th, 2010

Name based sockets. Javier Ubillos. Swedish Institute of Computer Science. July 25 th, 2010 Name based sockets Javier Ubillos Swedish Institute of Computer Science July 25 th, 2010 http://www.ietf.org/id/draft-ubillos-name-based-sockets-01.txt 1 Name Based Sockets! Making application development

More information

Advanced Security and Mobile Networks

Advanced Security and Mobile Networks WJ Buchanan. ASMN (1) Advanced Security and Mobile Networks Unit 1: Network Security Application Presentation Session Transport Network Data Link Physical OSI Application Transport Internet Internet model

More information

MILSA: A Mobility and Multihoming Supporting Identifier Locator Split Architecture for Naming in the Next Generation Internet

MILSA: A Mobility and Multihoming Supporting Identifier Locator Split Architecture for Naming in the Next Generation Internet MILSA: A Mobility and Multihoming Supporting Identifier Locator Split Architecture for Naming in the Next Generation Internet Jianli Pan, Subharthi Paul, Raj Jain Department of Computer Science and Engineering

More information

Internet Engineering Task Force (IETF) Category: Standards Track ISSN: October Host Identity Protocol (HIP) Rendezvous Extension

Internet Engineering Task Force (IETF) Category: Standards Track ISSN: October Host Identity Protocol (HIP) Rendezvous Extension Internet Engineering Task Force (IETF) J. Laganier Request for Comments: 8004 Luminate Wireless, Inc. Obsoletes: 5204 L. Eggert Category: Standards Track NetApp ISSN: 2070-1721 October 2016 Abstract Host

More information

T Network Application Frameworks and XML Routing and mobility Tancred Lindholm. Based on slides by Sasu Tarkoma and Pekka Nikander

T Network Application Frameworks and XML Routing and mobility Tancred Lindholm. Based on slides by Sasu Tarkoma and Pekka Nikander T-110.5140 Network Application Frameworks and XML Routing and mobility 10.2.2009 Tancred Lindholm Based on slides by Sasu Tarkoma and Pekka Nikander Contents Background IP routing and scalability Mobility

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

IPv6 support. Chris Mitchell. Program Manager Microsoft Corporation Windows Networking & Communications IPv6

IPv6 support. Chris Mitchell. Program Manager Microsoft Corporation Windows Networking & Communications IPv6 IPv6 support Chris Mitchell Program Manager Microsoft Corporation Windows Networking & Communications IPv6 Introduction New scenarios and IPv6 Microsoft s IPv6 support Migration and roadmap 2 New Engaging

More information

Why IPv6? Roque Gagliano LACNIC

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

More information

WiNG 5.x How-To Guide

WiNG 5.x How-To Guide WiNG 5.x How-To Guide Tunneling Remote Traffic using L2TPv3 Part No. TME-08-2012-01 Rev. A MOTOROLA, MOTO, MOTOROLA SOLUTIONS and the Stylized M Logo are trademarks or registered trademarks of Motorola

More information

Stateful Network Address Translation 64

Stateful Network Address Translation 64 The feature provides a translation mechanism that translates IPv6 packets into IPv4 packets and vice versa. The stateful NAT64 translator algorithmically translates the IPv4 addresses of IPv4 hosts to

More information

IPv6 Transition Mechanisms

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

More information

NAT Examples and Reference

NAT Examples and Reference The following topics provide examples for configuring NAT, plus information on advanced configuration and troubleshooting. Examples for Network Object NAT, page 1 Examples for Twice NAT, page 7 NAT in

More information

Workshop on HIP and Related Architectures Workshop Overview November 6, 2004 Tom Henderson, Pekka Nikander, and Scott Shenker

Workshop on HIP and Related Architectures Workshop Overview November 6, 2004 Tom Henderson, Pekka Nikander, and Scott Shenker Workshop on HIP and Related Architectures Workshop Overview November 6, 2004 Tom Henderson, Pekka Nikander, and Scott Shenker 1 Goals Interaction and exchange of ideas New name space(s) for the Internet

More information

Evolving the Internet Architecture Through Naming

Evolving the Internet Architecture Through Naming Evolving the Internet Architecture Through Naming Ran Atkinson, Cheltenham, USA Saleem Bhatti, University of St Andrews, UK Steve Hailes, University College London, UK 1 What s in a name? Juliet: "What's

More information

Secure Networking with NAT Traversal for Enhanced Mobility

Secure Networking with NAT Traversal for Enhanced Mobility Secure Networking with NAT Traversal for Enhanced Mobility Lubomir Cvrk 1, Vit Vrba 1 1 Brno University of Technology, Dept. of Telecommunications, Purkynova 118, 61200 Brno, Czech Republic {cvrk, vrba}@westcom.cz

More information

NAT Examples and Reference

NAT Examples and Reference The following topics provide examples for configuring NAT, plus information on advanced configuration and troubleshooting. Examples for Network Object NAT, on page 1 Examples for Twice NAT, on page 6 NAT

More information

T Computer Networks II. Mobility Issues Contents. Mobility. Mobility. Classifying Mobility Protocols. Routing vs.

T Computer Networks II. Mobility Issues Contents. Mobility. Mobility. Classifying Mobility Protocols. Routing vs. T-0.50 Computer Networks II Mobility Issues 6.0.008 Overview Mobile IP NEMO Transport layer solutions i SIP mobility Contents Prof. Sasu Tarkoma Mobility What happens when network endpoints start to move?

More information

Configuring OpenVPN on pfsense

Configuring OpenVPN on pfsense Configuring OpenVPN on pfsense Configuring OpenVPN on pfsense Posted by Glenn on Dec 29, 2013 in Networking 0 comments In this article I will go through the configuration of OpenVPN on the pfsense platform.

More information

Internet Engineering Task Force (IETF) Category: Standards Track. J. Arkko Ericsson February Host Multihoming with the Host Identity Protocol

Internet Engineering Task Force (IETF) Category: Standards Track. J. Arkko Ericsson February Host Multihoming with the Host Identity Protocol Internet Engineering Task Force (IETF) Request for Comments: 8047 Category: Standards Track ISSN: 2070-1721 T. Henderson, Ed. University of Washington C. Vogt Independent J. Arkko Ericsson February 2017

More information

IPsec NAT Transparency

IPsec NAT Transparency The feature introduces support for IP Security (IPsec) traffic to travel through Network Address Translation (NAT) or Port Address Translation (PAT) points in the network by addressing many known incompatibilities

More information

Mapping of Address and Port Using Translation

Mapping of Address and Port Using Translation The feature provides connectivity to IPv4 hosts across IPv6 domains. Mapping of address and port using translation (MAP-T) is a mechanism that performs double translation (IPv4 to IPv6 and vice versa)

More information

Network Working Group. Intended status: Standards Track Expires: September 2, 2018 March 1, 2018

Network Working Group. Intended status: Standards Track Expires: September 2, 2018 March 1, 2018 Network Working Group Internet-Draft Intended status: Standards Track Expires: September 2, 2018 J. Uberti Google G. Shieh Facebook March 1, 2018 WebRTC IP Address Handling Requirements draft-ietf-rtcweb-ip-handling-06

More information

CyberP3i Course Module Series

CyberP3i Course Module Series CyberP3i Course Module Series Spring 2017 Designer: Dr. Lixin Wang, Associate Professor Firewall Configuration Firewall Configuration Learning Objectives 1. Be familiar with firewalls and types of firewalls

More information

Flexible Dynamic Mesh VPN draft-detienne-dmvpn-00

Flexible Dynamic Mesh VPN draft-detienne-dmvpn-00 Flexible Dynamic Mesh VPN draft-detienne-dmvpn-00 Fred Detienne, Cisco Systems Manish Kumar, Cisco Systems Mike Sullenberger, Cisco Systems What is Dynamic Mesh VPN? DMVPN is a solution for building VPNs

More information

Release Notes. NCP Secure Enterprise Mac Client. 1. New Features and Enhancements. 2. Improvements / Problems Resolved. 3.

Release Notes. NCP Secure Enterprise Mac Client. 1. New Features and Enhancements. 2. Improvements / Problems Resolved. 3. NCP Secure Enterprise Mac Client Service Release 2.05 Rev. 32317 Date: January 2017 Prerequisites Apple OS X Operating System: The following Apple OS X operating system versions are supported with this

More information

Performance of Host Identity Protocol on Lightweight Hardware

Performance of Host Identity Protocol on Lightweight Hardware Performance of Host Identity Protocol on Lightweight Hardware Andrey Khurri Helsinki Institute for Information Technology Finland akhurri@hiit.fi Ekaterina Vorobyeva Helsinki Institute for Information

More information

Application Note. Providing Secure Remote Access to Industrial Control Systems Using McAfee Firewall Enterprise (Sidewinder )

Application Note. Providing Secure Remote Access to Industrial Control Systems Using McAfee Firewall Enterprise (Sidewinder ) Application Note Providing Secure Remote Access to Industrial Control Systems Using McAfee Firewall Enterprise (Sidewinder ) This document describes how to configure McAfee Firewall Enterprise to provide

More information

CSE/EE 461: Introduction to Computer Communications Networks Autumn Module 9

CSE/EE 461: Introduction to Computer Communications Networks Autumn Module 9 CSE/EE 461: Introduction to Computer Communications Networks Autumn 2010 Module 9 IP Addressing John Zahorjan zahorjan@cs.washington.edu 534 Allen Center Last Time: Addresses Imply Location 142.150.210.12

More information

Configuring FlexVPN Spoke to Spoke

Configuring FlexVPN Spoke to Spoke Last Published Date: March 28, 2014 The FlexVPN Spoke to Spoke feature enables a FlexVPN client to establish a direct crypto tunnel with another FlexVPN client leveraging virtual tunnel interfaces (VTI),

More information

Installation & Configuration Guide Version 1.6

Installation & Configuration Guide Version 1.6 TekConSer Installation & Configuration Guide Version 1.6 Document Revision 2.0 http://www.kaplansoft.com/ TekConSer is built by Yasin KAPLAN Read Readme.txt for last minute changes and updates which can

More information

Chapter 5.6 Network and Multiplayer

Chapter 5.6 Network and Multiplayer Chapter 5.6 Network and Multiplayer Multiplayer Modes: Event Timing Turn-Based Easy to implement Any connection type Real-Time Difficult to implement Latency sensitive 2 Multiplayer Modes: Shared I/O Input

More information

Introduction to Firewalls using IPTables

Introduction to Firewalls using IPTables Introduction to Firewalls using IPTables The goal of this lab is to implement a firewall solution using IPTables, and to write and to customize new rules to achieve security. You will need to turn in your

More information

Implementation Guide - VPN Network with Static Routing

Implementation Guide - VPN Network with Static Routing Implementation Guide - VPN Network with Static Routing This guide contains advanced topics and concepts. Follow the links in each section for step-by-step instructions on how to configure the following

More information

A Multihoming based IPv4/IPv6 Transition Approach

A Multihoming based IPv4/IPv6 Transition Approach A Multihoming based IPv4/IPv6 Transition Approach Lizhong Xie, Jun Bi, and Jianping Wu Network Research Center, Tsinghua University, China Education and Research Network (CERNET) Beijing 100084, China

More information

IPv6 Transition Mechanisms

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

More information

Radware ADC. IPV6 RFCs and Compliance

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

More information

Fundamental Questions to Answer About Computer Networking, Jan 2009 Prof. Ying-Dar Lin,

Fundamental Questions to Answer About Computer Networking, Jan 2009 Prof. Ying-Dar Lin, Fundamental Questions to Answer About Computer Networking, Jan 2009 Prof. Ying-Dar Lin, ydlin@cs.nctu.edu.tw Chapter 1: Introduction 1. How does Internet scale to billions of hosts? (Describe what structure

More information

Boeing HIP Secure Mobile Architecture - update

Boeing HIP Secure Mobile Architecture - update Boeing HIP Secure Mobile Architecture - update IETF 73 HIPRG Meeting (November 21, 2008) Tom Henderson (thomas.r.henderson@boeing.com), presenting for the Boeing SMA team BOEING is a trademark of Boeing

More information

Virtual Private Networks (VPN)

Virtual Private Networks (VPN) CYBR 230 Jeff Shafer University of the Pacific Virtual Private Networks (VPN) 2 Schedule This Week Mon September 4 Labor Day No class! Wed September 6 VPN Project 1 Work Fri September 8 IPv6? Project 1

More information

INTRODUCTION TO HOST IDENTITY PROTOCOL (HIP) AND

INTRODUCTION TO HOST IDENTITY PROTOCOL (HIP) AND INTRODUCTION TO HOST IDENTITY PROTOCOL (HIP) AND ITS APPLICATIONS Advanced topics on networking ANDREI GURTOV Helsinki Institute for Information Technology Slides jointly with Ekaterina Vorobyeva http://www.hiit.fi/

More information

Hands-On TCP/IP Networking

Hands-On TCP/IP Networking Hands-On Course Description In this Hands-On TCP/IP course, the student will work on a live TCP/IP network, reinforcing the discussed subject material. TCP/IP is the communications protocol suite on which

More information

COMPUTER NETWORK SECURITY

COMPUTER NETWORK SECURITY COMPUTER NETWORK SECURITY Prof. Dr. Hasan Hüseyin BALIK (9 th Week) 9. Firewalls and Intrusion Prevention Systems 9.Outline The Need for Firewalls Firewall Characterictics and Access Policy Type of Firewalls

More information

Dockercon 2017 Networking Workshop

Dockercon 2017 Networking Workshop Dockercon 2017 Networking Workshop Mark Church, Technical Account Manager @ Docker Lorenzo Fontana, Docker Captain Nico Kabar, Solutions Architect @ Docker Agenda 1. Container Network Model 2. Docker Networking

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

Realtime Multimedia in Presence of Firewalls and Network Address Translation. Knut Omang Ifi/Oracle 9 Nov, 2015

Realtime Multimedia in Presence of Firewalls and Network Address Translation. Knut Omang Ifi/Oracle 9 Nov, 2015 Realtime Multimedia in Presence of Firewalls and Network Address Translation Knut Omang Ifi/Oracle 9 Nov, 2015 1 Overview Real-time multimedia and connectivity Mobile users (roaming between devices) or

More information

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

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

More information

Design and Evaluation of Host Identity Protocol (HIP) Simulation Framework for INET/OMNeT++

Design and Evaluation of Host Identity Protocol (HIP) Simulation Framework for INET/OMNeT++ Design and Evaluation of Host Identity Protocol (HIP) Simulation Framework for INET/OMNeT++ The 12-th ACM International Conference on Modeling, Analysis and Simulation of Wireless and Mobile Systems October

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

firewalls perimeter firewall systems firewalls security gateways secure Internet gateways

firewalls perimeter firewall systems firewalls security gateways secure Internet gateways Firewalls 1 Overview In old days, brick walls (called firewalls ) built between buildings to prevent fire spreading from building to another Today, when private network (i.e., intranet) connected to public

More information

Cisco IOS IPv6. Cisco IOS IPv6 IPv6 IPv6 service provider IPv6. IPv6. data link IPv6 Cisco IOS IPv6. IPv6

Cisco IOS IPv6. Cisco IOS IPv6 IPv6 IPv6 service provider IPv6. IPv6. data link IPv6 Cisco IOS IPv6. IPv6 IP6FD v6 Fundamentals, Design, and Deployment v3.0 Cisco IOS IPv6 Cisco IOS IPv6 IPv6 IPv6 service provider IPv6 IP IPv6 IPv6 data link IPv6 Cisco IOS IPv6 IPv6 IPv6 DHCP DNS DHCP DNS IPv6 IPv4 IPv6 multicast

More information

Release Notes. NCP Secure Enterprise Mac Client. 1. New Features and Enhancements. 2. Improvements / Problems Resolved. 3.

Release Notes. NCP Secure Enterprise Mac Client. 1. New Features and Enhancements. 2. Improvements / Problems Resolved. 3. NCP Secure Enterprise Mac Client Service Release 2.05 Build 14711 Date: December 2013 Prerequisites Apple OS X Operating System: The following Apple OS X operating system versions are supported with this

More information

Mobility Through Naming: Impact on DNS

Mobility Through Naming: Impact on DNS Mobility Through Naming: Impact on DNS Ran Atkinson 1 Saleem Bhatti 2 Steve Hailes 3 1 Extreme Networks RTP, NC, USA 2 University of St Andrews St Andrews, UK 3 University College London (UCL) London,

More information

Parts of a Network. app. router. link. host. Computer Networks 2

Parts of a Network. app. router. link. host. Computer Networks 2 Network Components Parts of a Network app host router link Computer Networks 2 Parts of a Network app host router link Computer Networks 3 Component Names Component Function Example Application, or app,

More information

ILNP: a whirlwind tour

ILNP: a whirlwind tour ILNP: a whirlwind tour Saleem Bhatti, University of St Andrews, UK 2010-10-03 NANOG50. Copyright 2010 Saleem Bhatti. 1 Outline 1. What? Basic information about ILNP. 2. Why? The rationale for ILNP. 3.

More information

Independent Local Locator Substrate Indirection Transport ILLSIT

Independent Local Locator Substrate Indirection Transport ILLSIT Independent Local Locator Substrate Indirection Transport ILLSIT Supervisor Mats Björkman Mälardhalens University MAIL Javier Ubillos SICS MAIL Student Pablo Santibanez Jara Mikael Svensson Abstract Interoperation

More information

MTA_98-366_Vindicator930

MTA_98-366_Vindicator930 MTA_98-366_Vindicator930 Number: 98-366 Passing Score: 700 Time Limit: 45 min File Version: 1.0 http://www.gratisexam.com/ Microsoft Technology Associate Networking Fundamentals MTA 98-366 Exam A QUESTION

More information

Component Function Example

Component Function Example Network Components Component Names Component Function Example Application, or app, user Uses the network Skype, itunes, Amazon Host, or end-system, edge device, node, source, sink Router, or switch, node,

More information

Configuration Guide. How to connect to an IPSec VPN using an iphone in ios. Overview

Configuration Guide. How to connect to an IPSec VPN using an iphone in ios. Overview Configuration Guide How to connect to an IPSec VPN using an iphone in ios Overview Currently, users can conveniently use the built-in IPSec client on an iphone to connect to a VPN server. IPSec VPN can

More information

Separating Friends from Spitters

Separating Friends from Spitters Samu Varjonen, Andrei Gurtov (2010): Separating Friends from Spitters. In Gunnar Stevens (Eds.), International Reports on Socio-Informatics (IRSI), Workshop Proceedings of 9th International Conference

More information