Telematics. 9th Tutorial - IP Model, IPv6, Routing
|
|
|
- Christopher Lang
- 10 years ago
- Views:
Transcription
1 Telematics 9th Tutorial - IP Model, IPv6, Routing Bastian Blywis Department of Mathematics and Computer Science Institute of Computer Science 06. January, 2011 Institute of Computer Science Telematics Tutorial 06. January,
2 Outline 1. Evolution of the IP Model 2. IPv6 3. Stateless vs. Stateful Address Auto Configuration 4. Routing 5. Static vs. Dynamic Routing 6. Routing Protocol Types 7. Routing Metrics 8. Routing Table 9. Policy Routing 10. Symmetric Paths 11. Mobile Nodes 12. IPv5 Institute of Computer Science Telematics Tutorial 06. January,
3 Evolution of the IP Model Read the Internet draft Evolution of the IP Model by Dave Thaler. 1. Host A intends to establish a video conference with host B. Assume that host B can reach host A. Why it is not ensured that A can start the video conference? Discuss your answer with respect to the network layer. 2. What is a multi-homed host? 3. Discuss how addresses, host names, and routing are correlated and if an application programmer should use addresses or names to establish a connection???? Institute of Computer Science Telematics Tutorial 06. January,
4 Evolution of the IP Model Host A intends to establish a video conference with host B. Assume that host B can reach host A. Why it is not ensured that A can start the video conference? Discuss your answer with respect to the network layer. Reachability may be not symmetric Effects caused by attributes of link-layer technologies, and by network-layer Unidirectional links (satellite, wireless LANs) Network Address Translation Institute of Computer Science Telematics Tutorial 06. January,
5 Evolution of the IP Model What is a multi-homed host? Multi-homing provides redundancy and network optimization Multi-homed host is connected to the Internet via several IP paths (using different providers) Multi-homed (multi-connected) network is connected via several autonomous systems (AS) Provider independent (PI) addresses from Regional Internet Registry (RIR) instead of provider aggregatable (PA) addresses required Problems: Provider independent addresses prevent route aggregation larger routing tables Provider-bound addresses leave administration to the end system domain Upstream links should be physically diverse Question: How do you realize this with respect to routing and transparent end-host connections? Which source/destination address should you use? What about DNS and Firewalls? Institute of Computer Science Telematics Tutorial 06. January,
6 Evolution of the IP Model Multi-homing variants: Single link, multiple IP addresses Multiple interfaces, single IP address per interface Multiple links, single IP address Multiple links, multiple IP address Institute of Computer Science Telematics Tutorial 06. January,
7 Evolution of the IP Model Discuss how addresses, host names, and routing are correlated and if an application programmer should use addresses or names to establish a connection? IP address management is complex getting more complex: Multiple IP addresses per host IP address updates Addresses required to initialize state in firewalls and NAT devices User applications have to resolve names to addresses, ensure reachability, etc IP addresses are locators and identifiers (mobility?) User applications should use names rather than addresses Ubillos et. al Name-Based Sockets Architecture Internet Draft draft-ubillos-name-based-sockets-03, 2010 Institute of Computer Science Telematics Tutorial 06. January,
8 IPv6 1. Discuss the differences of the Internet Protocol version 4 and How long does the IPv6 address space last, when an IPv6 address is assigned every pico-second. 3. How can the two versions of IP coexist? 4. Is ARP required for IPv6 and does ICMP still exist???? Institute of Computer Science Telematics Tutorial 06. January,
9 IPv6 IPv6 improvements: Addressing and Routing Larger address space Usually multiple addresses per IP-interface Better route aggregation Simple address update for whole networks Simplified administration Stateless auto-configuration without DHCP Automated neighbor and router discovery Protocol design Lightweight header design to increase processing time Optional extension headers possible IPv6 header has fixed size easier to evaluate by routers No header checksums error detection on layers 2 and 4 (remark: IPv4 header was only protected by layer 3 checksum) Flow label for virtual connections Anycast addresses No fragmentation (inside the network) Larger maximum size possible (IPv6 Jumbograms), see RFC 2675 Security Authentication and privacy capabilities Deering and Hinden Internet Protocol, Version 6 (IPv6) RFC 2460, 1998 Institute of Computer Science Telematics Tutorial 06. January,
10 IPv Version Traffic Class Flow Label Payload Length Next Header Hop Limit Source Destination Extensions Payload Figure: IPv6 Header Format Institute of Computer Science Telematics Tutorial 06. January,
11 IPv6 Extension Type Size RFC Hop-By-Hop Options 0 variable RFC 2460 Routing 43 variable RFC 2460, RFC 3775, RFC 5095 Fragment bits RFC 2460 Authentication Header (AH) 51 variable RFC 4302 Encapsulating Security Payload (ESP) 50 variable RFC 4303 Destination Options 60 variable RFC 2460 No Next Header 59 empty RFC 2460 Table: IPv6 Extensions (excerpt) Institute of Computer Science Telematics Tutorial 06. January,
12 IPv6 1 ps = s (1) s s (2) Jahre (3) should be enough for some time Note: Of course there are not addresses for hosts but the address pool will last a very long time. Institute of Computer Science Telematics Tutorial 06. January,
13 IPv6 How can these two versions of IP coexist? Dual stack techniques, which allow for coexistence of IPv4 and IPv6 at the same host Applications have to be migrated successively Tunnels between IPv6 domains 6over4, see RFC to4, see RFC in4, see RFC 4213 Teredo tunneling, see RFC 4380 Address translation gateways IPv4 IPv6 IPv6 Giligan and Nordmark Transition Mechanisms for IPv6 Hosts and Routers RFC 1933, 1996 Institute of Computer Science Telematics Tutorial 06. January,
14 IPv6 Address block Description IPv4 ::/128 Unspecified ::1/128 Loopback /8 fe80::/10 Link local /16 fc00::/7 Unique local address ff00::/8 Multicast /4 ff02::1:ff00:0/104 Solicited-node multicast ::ffff:0:0/96 IPv4 mapped addresses 2001::/32 Teredo Tunneling 2002::/16 6to4 addressing 2001:10::/28 Overlay Routable Cryptographic Hash Identifiers 2001:db8::/32 Documentation /24 Table: Reserved IPv6 Address Blocks Institute of Computer Science Telematics Tutorial 06. January,
15 IPv6 IPv4 mapped addresses IPv4 in IPv6 only networks ::ffff:0:0/96 prefix Upper 80 bits set to zero and next 16 to one Last 32 bits represent IPv4 address :0000:0000:0000:0000 ffff IPv4 Address Figure: IPv4 Mapped Address Institute of Computer Science Telematics Tutorial 06. January,
16 IPv6 Is ARP used with IPv6? You need a mapping of layer 3 to layer 2 addresses Neighbor Discovery Protocol (NDP) substitutes ARP NDP is a messaging protocol that specifies communication activities for nodes on the same link (e.g., router discovery, etc.) NDP is independent of the link layer protocol NDP uses ICMPv6 and multicast to provide the functionality of ARP Pure network layer protocol (advantages?) NDP functional groups Host-router discovery functions Router discovery Prefix discovery Parameter discovery Address auto-configuration Host-host communication functions Address resolution Next-hop determination Neighbor unreachability detection Duplicate address detection Redirect function Institute of Computer Science Telematics Tutorial 06. January,
17 Stateless vs. Stateful Address Auto Configuration Discuss the difference between stateless and stateful address configuration!??? Institute of Computer Science Telematics Tutorial 06. January,
18 Stateless vs. Stateful Address Auto Configuration Stateful address configuration establishes states to assign addresses, e.g., DHCP Stateless configuration allows autonomous address configuration, e.g., IPv6 auto-configuration 1. Interface assigns a link-local address on activation (tentative address) 2. Interface sends neighbor solicitation for Duplicate Address Detection (DAD) 3. Interface then listens for neighbor advertisement neighbor advertisement arrives: link-local address already in use timeout: link-local address is assigned and can be used for communication in local network 4. Interface listens for router advertisement or sends router solicitation 5. Router tells how to proceed Stateful auto-configuration (DHCP) Stateless auto-configuration: interface creates globally-unique address from prefix and link-local address. Note: DAD is run again, when a global addresses is generated as uniqueness in prefix does not assure uniqueness in another. Institute of Computer Science Telematics Tutorial 06. January,
19 Stateless vs. Stateful Address Auto Configuration Generating a link-local address 1. MAC address, 48 bit: 00:19:b9:3f:02:f6 2. Conversion to 64bit (EUI-64): 00:19:b9:ff:fe:3f:02:f6 3. IPv6 notation with inversed universal bit (set to global scope): 0219:b9ff:fe3f:02f6 4. IPv6 link-local address: FE80:0000:0000:0000:0219:b9ff:fe3f:02f6 RFC 3513, Page 8: The motivation for inverting the u bit when forming an interface identifier is to make it easy for system administrators to hand configure non-global identifiers when hardware tokens are not available. This is expected to be case for serial links, tunnel end- points, etc. (... ) The use of the universal/local bit in the Modified EUI-64 format identifier is to allow development of future technology that can take advantage of interface identifiers with global scope. Institute of Computer Science Telematics Tutorial 06. January,
20 Routing 1. Discuss the terms routing and forwarding. 2. Where are the corresponding services implemented in an hierarchical network architecture? 3. Which devices that are between a source and destination node participate in the routing???? Institute of Computer Science Telematics Tutorial 06. January,
21 Routing Routing is the process of finding paths in a network between a source and destination (network or application layer) Forwarding refers to the relaying of datagrams based on information in a routing table (network layer) Routers forward datagrams, switches and bridges to not participate in this routing process Figure: Routing daemon in user space Remark: The terms routing and forwarding are often used confused Remark: In specific scenarios, routing and forwarding can take place in other layers Institute of Computer Science Telematics Tutorial 06. January,
22 Static vs. Dynamic Routing Discuss the advantages and disadvantages of static and dynamic routing.??? Institute of Computer Science Telematics Tutorial 06. January,
23 Static vs. Dynamic Routing Static Routing: Configured by the network administrator Does not adapt to changes in the network, e.g., SNR, PDR, or topology No overhead due to probe packets, e.g., HELLO messages or management packets Optimal path selection possible, routing tree can created in a planed way QoS can be considered Deterministic routes Symmetric routing can be enforced Static routing hardly possible in large networks Institute of Computer Science Telematics Tutorial 06. January,
24 Static vs. Dynamic Routing Dynamic Routing: Adapts to network changes Either network is probed periodically or incoming messages are evaluated Routing can be sub-optimal with frequent routes changes Even dynamic update of routing information might be too slow to adapt to changes, e.g., in mobile, wireless networks QoS criteria harder to ensure Institute of Computer Science Telematics Tutorial 06. January,
25 Routing Protocol Types Classify the different routing approaches. Consider aspects like maintenance, scope, and information distribution.??? Institute of Computer Science Telematics Tutorial 06. January,
26 Routing Protocol Types Static vs. dynamic Time or route discovery Proactive: periodically discover routes to all destinations Reactive: discover route when it is required Flat vs. hierarchical Host-intelligent vs. router-intelligent Intra-domain vs. inter-domain Link-state vs. distance vector Link-state routing All nodes discover their neighbors, e.g., using a HELLO protocol All nodes flood their neighborhood information to all other nodes in the network Each node has knowledge of the global topology (but not necessary the same) Each node calculates best next hop for each destination Distance vector routing All nodes discover their neighbors, e.g., using a HELLO protocol All nodes sent their neighborhood information/routing table to their neighbors Incoming information (vectors) is incorporated in the routing table Nodes know only best next hop to each destination Institute of Computer Science Telematics Tutorial 06. January,
27 Routing Metrics List metrics that can be used by routing protocols. Discuss suitable application scenarios where these metrics could be used.??? Institute of Computer Science Telematics Tutorial 06. January,
28 Routing Metrics Path length / hop count Reliability of the path Delay Throughput Maximum Transmission Unit (MTU) Load Energy Political decisions Communication cost Many of these metrics relevant for routing between autonomous systems and when peering separate networks at exchange points Institute of Computer Science Telematics Tutorial 06. January,
29 Routing Table A router has the following routing table: Destination Router Genmask iface eth eth eth eth2 default eth0??? Over which output interfaces are the datagrams with destination addresses , , , forwarded? Institute of Computer Science Telematics Tutorial 06. January,
30 Routing Table Institute of Computer Science Telematics Tutorial 06. January,
31 Policy Routing What is policy routing and why is it necessary in todays networks? Have a look at the book Policy Routing With Linux - Online Edition by Matthew G. Marsh.??? Institute of Computer Science Telematics Tutorial 06. January,
32 Policy Routing Traditional routing is destination-driven, i.e., destination address determines output interface Policy routing provides routing capabilities based on further information about a packet Used for QoS approaches like IPv4 Differentiated Services Example Linux kernel: Routing Policy Database (RPDB) with rules Rules can have priorities from 0 through Matching rule determines which routing table to query Up to 256 routing tables (3 are reserved) Institute of Computer Science Telematics Tutorial 06. January,
33 Symmetric Paths Assume that all intra-domain routing follows shortest paths. Why can we not assume symmetric paths within the Internet???? Institute of Computer Science Telematics Tutorial 06. January,
34 Symmetric Paths Intra-domain routing := routing in an autonomous system Inter-domain routing := routing between autonomous system Routing is performed on intra- and inter-domain level Links can be unidirectional and thus the path in the backwards direction can be longer or shorter Peering agreements or policy routing can lead to asymmetric paths Institute of Computer Science Telematics Tutorial 06. January,
35 Mobile Nodes Discuss how mobility is considered by IP version 4 and 6 as well as routing in general!??? Institute of Computer Science Telematics Tutorial 06. January,
36 Mobile Nodes Short answer: That s what the Mobile Communications lecture is for! (Slightly) Longer answer: Problem: IP address belongs to a specific network IPv4 does not consider mobility but there are several Mobile IP approaches/variants IPv6 addressing makes mobility easier to handle but there are several issues left, e.g., addresses are locators and identifiers Perkins IP Mobility Support for IPv4 RFC 3489, 2002 Johnsan et. al IP Mobility Support for IPv4 RFC 3775, 2004 Institute of Computer Science Telematics Tutorial 06. January,
37 IPv5 There is IPv4 and IPv6 but what happened to IPv5?!???? Institute of Computer Science Telematics Tutorial 06. January,
38 IPv5 There is no official IPv5 ST2 was assigned IP version 5 to indicate that the packets are not IPv4 datagrams Resource reservation protocol to provide end-to-end real-time guarantees Connection-oriented ST2 consists of two protocols: ST and SCMP (Stream Control Message Protocol) ST2 and IP apply the same addressing schemes ST2 messages can be encapsulated in IP packets ST2 has been discontinued and focus shifted to IPv6 and RSVP Delgrossi and Berger Internet Stream Protocol Version 2 (ST2) Protocol Specification - Version ST2+ RFC 1819, 1995 Institute of Computer Science Telematics Tutorial 06. January,
39 The Last Slide TM Thank you for your attention. Questions? Institute of Computer Science Telematics Tutorial 06. January,
Introduction to IP v6
IP v 1-3: defined and replaced Introduction to IP v6 IP v4 - current version; 20 years old IP v5 - streams protocol IP v6 - replacement for IP v4 During developments it was called IPng - Next Generation
Types of IPv4 addresses in Internet
Types of IPv4 addresses in Internet PA (Provider Aggregatable): Blocks of addresses that may be sub-assigned to other ISPs or to other companies that also may leased the addresses to their customers May
IPv6 Fundamentals: A Straightforward Approach
IPv6 Fundamentals: A Straightforward Approach to Understanding IPv6 Rick Graziani Cisco Press 800 East 96th Street Indianapolis, IN 46240 IPv6 Fundamentals Contents Introduction xvi Part I: Background
IPv6 Trace Analysis using Wireshark Nalini Elkins, CEO Inside Products, Inc. [email protected]
1 IPv6 Trace Analysis using Wireshark Nalini Elkins, CEO Inside Products, Inc. [email protected] Agenda What has not changed between IPv4 and IPv6 traces What has changed between IPv4 and
Dedication Preface 1. The Age of IPv6 1.1 INTRODUCTION 1.2 PROTOCOL STACK 1.3 CONCLUSIONS 2. Protocol Architecture 2.1 INTRODUCTION 2.
Dedication Preface 1. The Age of IPv6 1.1 INTRODUCTION 1.2 PROTOCOL STACK 1.3 CONCLUSIONS 2. Protocol Architecture 2.1 INTRODUCTION 2.2 COMPARISONS OF IP HEADER FORMATS 2.3 EXTENSION HEADERS 2.3.1 Options
IPv6 Fundamentals Ch t ap 1 er I : ntroducti ti t on I o P IPv6 Copyright Cisco Academy Yannis Xydas
IPv6 Fundamentals Chapter 1: Introduction ti to IPv6 Copyright Cisco Academy Yannis Xydas The Network Today The Internet of today is much different that it was 30, 15 or 5 years ago. 2 Technology Tomorrow
CloudEngine Series Switches. IPv6 Technical White Paper. Issue 01 Date 2014-02-19 HUAWEI TECHNOLOGIES CO., LTD.
Issue 01 Date 2014-02-19 HUAWEI TECHNOLOGIES CO., LTD. 2014. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means without prior written consent of
IPv6 Associated Protocols
IPv6 Associated Protocols 1 New Protocols (1) New features are specified in IPv6 Protocol -RFC 2460 DS Neighbor Discovery (NDP) -RFC 4861 DS Auto-configuration : Stateless Address Auto-configuration -RFC
Guide to Network Defense and Countermeasures Third Edition. Chapter 2 TCP/IP
Guide to Network Defense and Countermeasures Third Edition Chapter 2 TCP/IP Objectives Explain the fundamentals of TCP/IP networking Describe IPv4 packet structure and explain packet fragmentation Describe
ProCurve Networking IPv6 The Next Generation of Networking
ProCurve Networking The Next Generation of Networking Introduction... 2 Benefits from... 2 The Protocol... 3 Technology Features and Benefits... 4 Larger number of addresses... 4 End-to-end connectivity...
Firewalls und IPv6 worauf Sie achten müssen!
Firewalls und IPv6 worauf Sie achten müssen! Pascal Raemy CTO Asecus AG [email protected] Asecus AG Asecus AG Security (Firewall, Web-Gateway, Mail-Gateway) Application Delivery (F5 Neworks with BIGIP)
Technology Brief IPv6 White Paper.
Technology Brief White Paper. Page 1 of 37 Table of Contents 1 Overview... 3 1.1 Background... 3 1.2 Advantages of... 5 2 Packet... 9 2.1 Basic Header... 9 2.1.1 Extension Headers... 11 2.1.2 ICMP Packet...
Chapter 3 Configuring Basic IPv6 Connectivity
Chapter 3 Configuring Basic IPv6 Connectivity This chapter explains how to get a ProCurve Routing Switch that supports IPv6 up and running. To configure basic IPv6 connectivity, you must do the following:
Neighbour Discovery in IPv6
Neighbour Discovery in IPv6 Andrew Hines Topic No: 17 Email: [email protected] Organiser: Christian Schindelhauer University of Paderborn Immatriculation No: 6225220 August 4, 2004 1 Abstract
Internet Protocol: IP packet headers. vendredi 18 octobre 13
Internet Protocol: IP packet headers 1 IPv4 header V L TOS Total Length Identification F Frag TTL Proto Checksum Options Source address Destination address Data (payload) Padding V: Version (IPv4 ; IPv6)
Overview. Lecture 16: IP variations: IPv6, multicast, anycast. I think we have a problem. IPv6. IPv6 Key Features
Overview Lecture 16: IP variations: IPv6, multicast, anycast Next generation IP: IPv6 6lowpan and the Internet of Things IP multicast IP anycast Practical considerations throughout I think we have a problem
CS 457 Lecture 19 Global Internet - BGP. Fall 2011
CS 457 Lecture 19 Global Internet - BGP Fall 2011 Decision Process Calculate degree of preference for each route in Adj-RIB-In as follows (apply following steps until one route is left): select route with
Internetworking. Problem: There is more than one network (heterogeneity & scale)
Internetworking Problem: There is more than one network (heterogeneity & scale) Hongwei Zhang http://www.cs.wayne.edu/~hzhang Internetworking: Internet Protocol (IP) Routing and scalability Group Communication
gianluca.verin verin@libero. @libero.itit Vicenza.linux.it\LinuxCafe 1
gianluca.verin verin@libero. @libero.itit Vicenza.linux.it\LinuxCafe 1 Agenda IPv6 Basics Connecting to 6Bone Why do we need IPv6? IPv6 Introduction-Transition IPv6 and open source community Future applications
Industry Automation White Paper Januar 2013 IPv6 in automation technology
Table of contents: 1 Why another White Paper IPv6?... 3 2 IPv6 for automation technology... 3 3 Basics of IPv6... 3 3.1 Turning point/initial situation... 3 3.2 Standardization... 4 3.2.1 IPv6 address
ITL BULLETIN FOR JANUARY 2011
ITL BULLETIN FOR JANUARY 2011 INTERNET PROTOCOL VERSION 6 (IPv6): NIST GUIDELINES HELP ORGANIZATIONS MANAGE THE SECURE DEPLOYMENT OF THE NEW NETWORK PROTOCOL Shirley Radack, Editor Computer Security Division
Review: Lecture 1 - Internet History
Review: Lecture 1 - Internet History late 60's ARPANET, NCP 1977 first internet 1980's The Internet collection of networks communicating using the TCP/IP protocols 1 Review: Lecture 1 - Administration
IETF IPv6 Request for Comments (RFCs) Updated 2008-12-01
IETF IPv6 Request for Comments (RFCs) Updated 2008-12-01 RFC Title 5380 Hierarchical Mobile IPv6 (HMIPv6) Mobility Management 5350 IANA Considerations for the IPv4 and IPv6 Router Alert Options 5340 OSPF
Faculty of Engineering Computer Engineering Department Islamic University of Gaza 2012. Network Chapter# 19 INTERNETWORK OPERATION
Faculty of Engineering Computer Engineering Department Islamic University of Gaza 2012 Network Chapter# 19 INTERNETWORK OPERATION Review Questions ٢ Network Chapter# 19 INTERNETWORK OPERATION 19.1 List
Windows 7 Resource Kit
Windows 7 Resource Kit Mitch Tulloch, Tony Northrup, and Jerry Honeycutt To learn more about this book, visit Microsoft Learning at http://www.microsoft.com/mspress/books/ 9780735627000 2009 Microsoft
Getting started with IPv6 on Linux
Getting started with IPv6 on Linux Jake Edge LWN.net [email protected] LinuxCon North America 19 August 2011 History and Motivation IPng project July 1994 IPv6 - RFC 2460 December 1998 IPv5 - Internet Stream
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
IPv6 Basics Share Anaheim Session 14497
IPv6 Basics Share Anaheim Session 14497 Laura Knapp WW Business Consultant [email protected] [email protected] 03/07/2014 Applied Expert Systems, Inc. 2014 1 What is IPv6 Updated version of the
IPv6 SECURITY. May 2011. The Government of the Hong Kong Special Administrative Region
IPv6 SECURITY May 2011 The Government of the Hong Kong Special Administrative Region The contents of this document remain the property of, and may not be reproduced in whole or in part without the express
IP Network Layer. Datagram ID FLAG Fragment Offset. IP Datagrams. IP Addresses. IP Addresses. CSCE 515: Computer Network Programming TCP/IP
CSCE 515: Computer Network Programming TCP/IP IP Network Layer Wenyuan Xu Department of Computer Science and Engineering University of South Carolina IP Datagrams IP is the network layer packet delivery
10CS64: COMPUTER NETWORKS - II
QUESTION BANK 10CS64: COMPUTER NETWORKS - II Part A Unit 1 & 2: Packet-Switching Networks 1 and Packet-Switching Networks 2 1. Mention different types of network services? Explain the same. 2. Difference
Implementation IPV6 in Mikrotik RouterOS. by Teddy Yuliswar
Implementation IPV6 in Mikrotik RouterOS by Teddy Yuliswar YOGYAKARTA, OCTOBER 09 10, 2015 TEDDY YULISWAR Introduction q MTCNA, MTCRE, MTCTCE, MTCINE q Place of Hanging out : - Politeknik Negeri Padang
Lecture Computer Networks
Prof. Dr. H. P. Großmann mit M. Rabel sowie H. Hutschenreiter und T. Nau Sommersemester 2012 Institut für Organisation und Management von Informationssystemen Thomas Nau, kiz Lecture Computer Networks
Computer Networks. Lecture 3: IP Protocol. Marcin Bieńkowski. Institute of Computer Science University of Wrocław
Computer Networks Lecture 3: IP Protocol Marcin Bieńkowski Institute of Computer Science University of Wrocław Computer networks (II UWr) Lecture 3 1 / 24 In previous lectures We learned about layer 1
IPv6 Fundamentals, Design, and Deployment
IPv6 Fundamentals, Design, and Deployment Course IP6FD v3.0; 5 Days, Instructor-led Course Description The IPv6 Fundamentals, Design, and Deployment (IP6FD) v3.0 course is an instructor-led course that
Linux as an IPv6 dual stack Firewall
Linux as an IPv6 dual stack Firewall Presented By: Stuart Sheldon [email protected] http://www.actusa.net http://www.stuartsheldon.org IPv6 2001:0DB8:0000:0000:021C:C0FF:FEE2:888A Address format: Eight 16
IPv6 Hardening Guide for Windows Servers
IPv6 Hardening Guide for Windows Servers How to Securely Configure Windows Servers to Prevent IPv6-related Attacks Version: 1.0 Date: 22/12/2014 Classification: Public Author(s): Antonios Atlasis TABLE
About the Technical Reviewers
About the Author p. xiii About the Technical Reviewers p. xv Acknowledgments p. xvii Introduction p. xix IPv6 p. 1 IPv6-Why? p. 1 IPv6 Benefits p. 2 More Address Space p. 2 Innovation p. 3 Stateless Autoconfiguration
IPv6 for Cisco IOS Software, File 2 of 3: Configuring
IPv6 for Cisco IOS Software, File 2 of 3: Configuring This document provides configuration tasks for the Cisco implementation of IP version 6 (IPv6) in the Cisco IOS software and includes the following
Internet Protocol Version 6 (IPv6)
Internet Protocol Version 6 (IPv6) Raj Jain Washington University Saint Louis, MO 63131 [email protected] These slides are available on-line at: http://www.cse.wustl.edu/~jain/cse473-05/ 14-1 Overview
Transport and Network Layer
Transport and Network Layer 1 Introduction Responsible for moving messages from end-to-end in a network Closely tied together TCP/IP: most commonly used protocol o Used in Internet o Compatible with a
IP Address Classes (Some are Obsolete) 15-441 Computer Networking. Important Concepts. Subnetting 15-441 15-641. Lecture 8 IP Addressing & Packets
Address Classes (Some are Obsolete) 15-441 15-441 Computer Networking 15-641 Class A 0 Network ID Network ID 8 16 Host ID Host ID 24 32 Lecture 8 Addressing & Packets Peter Steenkiste Fall 2013 www.cs.cmu.edu/~prs/15-441-f13
IPv6 Functionality. Jeff Doyle IPv6 Solutions Manager [email protected]
IPv6 Functionality Jeff Doyle IPv6 Solutions Manager [email protected] Copyright 2003 Juniper Networks, Inc. Agenda ICMPv6 Neighbor discovery Autoconfiguration Agenda ICMPv6 Neighbor discovery Autoconfiguration
Network Security TCP/IP Refresher
Network Security TCP/IP Refresher What you (at least) need to know about networking! Dr. David Barrera Network Security HS 2014 Outline Network Reference Models Local Area Networks Internet Protocol (IP)
Joe Davies. Principal Writer Windows Server Information Experience. Presented at: Seattle Windows Networking User Group June 1, 2011
Joe Davies Principal Writer Windows Server Information Experience Presented at: Seattle Windows Networking User Group June 1, 2011 2011 Microsoft Corporation IPv6 addressing and DNS review IPv6 subnetting
Tomás P. de Miguel DIT-UPM. dit UPM
Tomás P. de Miguel DIT- 15 12 Internet Mobile Market Phone.com 15 12 in Millions 9 6 3 9 6 3 0 1996 1997 1998 1999 2000 2001 0 Wireless Internet E-mail subscribers 2 (January 2001) Mobility The ability
Implementing DHCPv6 on an IPv6 network
Implementing DHCPv6 on an IPv6 network Benjamin Long [email protected] 8-11-2009 Implementing DHCPv6 on an IPv6 network 2 Table of Contents DHCPv6 Overview...3 Terms used by DHCPv6...3 DHCPv6 Message
Interconnecting Cisco Networking Devices Part 2
Interconnecting Cisco Networking Devices Part 2 Course Number: ICND2 Length: 5 Day(s) Certification Exam This course will help you prepare for the following exam: 640 816: ICND2 Course Overview This course
IP address format: Dotted decimal notation: 10000000 00001011 00000011 00011111 128.11.3.31
IP address format: 7 24 Class A 0 Network ID Host ID 14 16 Class B 1 0 Network ID Host ID 21 8 Class C 1 1 0 Network ID Host ID 28 Class D 1 1 1 0 Multicast Address Dotted decimal notation: 10000000 00001011
DHCP, ICMP, IPv6. Computer Networking: A Top Down Approach 6 th edition Jim Kurose, Keith Ross Addison-Wesley DHCP. DHCP UDP IP Eth Phy
, ICMP, IPv6 UDP IP Eth Phy UDP IP Eth Phy Computer Networking: A Top Down Approach 6 th edition Jim Kurose, Keith Ross Addison-Wesley Some materials copyright 1996-2012 J.F Kurose and K.W. Ross, All Rights
Learn About Differences in Addressing Between IPv4 and IPv6
> Learn About Differences in Addressing Between IPv4 and IPv6 IPv6 is the most recent generation of the Internet Protocol (IP) defined by the Internet Engineering Task Force (IETF). Initially defined in
8.2 The Internet Protocol
TCP/IP Protocol Suite HTTP SMTP DNS RTP Distributed applications Reliable stream service TCP UDP User datagram service Best-effort connectionless packet transfer Network Interface 1 IP Network Interface
About Me. Work at Jumping Bean. Developer & Trainer Contact Info: Twitter @mxc4 Twitter @jumpingbeansa [email protected]
IPv6 & Linux About Me Work at Jumping Bean Developer & Trainer Contact Info: Twitter @mxc4 Twitter @jumpingbeansa [email protected] Goals & Motivation Why? Why IPv6? Why this talk? Information on
Definition. A Historical Example
Overlay Networks This lecture contains slides created by Ion Stoica (UC Berkeley). Slides used with permission from author. All rights remain with author. Definition Network defines addressing, routing,
Internet Packets. Forwarding Datagrams
Internet Packets Packets at the network layer level are called datagrams They are encapsulated in frames for delivery across physical networks Frames are packets at the data link layer Datagrams are formed
SSVVP SIP School VVoIP Professional Certification
SSVVP SIP School VVoIP Professional Certification Exam Objectives The SSVVP exam is designed to test your skills and knowledge on the basics of Networking, Voice over IP and Video over IP. Everything that
Internet Firewall CSIS 4222. Packet Filtering. Internet Firewall. Examples. Spring 2011 CSIS 4222. net15 1. Routers can implement packet filtering
Internet Firewall CSIS 4222 A combination of hardware and software that isolates an organization s internal network from the Internet at large Ch 27: Internet Routing Ch 30: Packet filtering & firewalls
This tutorial will help you in understanding IPv6 and its associated terminologies along with appropriate references and examples.
About the Tutorial Internet Protocol version 6 (IPv6) is the latest revision of the Internet Protocol (IP) and the first version of the protocol to be widely deployed. IPv6 was developed by the Internet
IPv6 Addressing. Awareness Objective. IPv6 Address Format & Basic Rules. Understanding the IPv6 Address Components
IPv6 Addressing Awareness Objective IPv6 Address Format & Basic Rules Understanding the IPv6 Address Components Understanding & Identifying Various Types of IPv6 Addresses 1 IPv4 Address SYNTAX W. X.
Datagram-based network layer: forwarding; routing. Additional function of VCbased network layer: call setup.
CEN 007C Computer Networks Fundamentals Instructor: Prof. A. Helmy Homework : Network Layer Assigned: Nov. 28 th, 2011. Due Date: Dec 8 th, 2011 (to the TA) 1. ( points) What are the 2 most important network-layer
Network layer: Overview. Network layer functions IP Routing and forwarding
Network layer: Overview Network layer functions IP Routing and forwarding 1 Network layer functions Transport packet from sending to receiving hosts Network layer protocols in every host, router application
Internet Control Protocols Reading: Chapter 3
Internet Control Protocols Reading: Chapter 3 ARP - RFC 826, STD 37 DHCP - RFC 2131 ICMP - RFC 0792, STD 05 1 Goals of Today s Lecture Bootstrapping an end host Learning its own configuration parameters
19531 - Telematics. 14th Tutorial - Proxies, Firewalls, P2P
19531 - Telematics 14th Tutorial - Proxies, Firewalls, P2P Bastian Blywis Department of Mathematics and Computer Science Institute of Computer Science 10. February, 2011 Institute of Computer Science Telematics
Computer Networks 1 (Mạng Máy Tính 1) Lectured by: Dr. Phạm Trần Vũ
Computer Networks 1 (Mạng Máy Tính 1) Lectured by: Dr. Phạm Trần Vũ 1 Lecture 7: Network Layer in the Internet Reference: Chapter 5 - Computer Networks, Andrew S. Tanenbaum, 4th Edition, Prentice Hall,
Technical Support Information Belkin internal use only
The fundamentals of TCP/IP networking TCP/IP (Transmission Control Protocol / Internet Protocols) is a set of networking protocols that is used for communication on the Internet and on many other networks.
unisys ClearPath Enterprise Servers TCP/IP Implementation and Operations Guide ClearPath MCP 16.0 April 2014 3787 7693 222
unisys ClearPath Enterprise Servers TCP/IP Implementation and Operations Guide ClearPath MCP 16.0 April 2014 3787 7693 222 NO WARRANTIES OF ANY NATURE ARE EXTENDED BY THIS DOCUMENT. Any product or related
Networking 4 Voice and Video over IP (VVoIP)
Networking 4 Voice and Video over IP (VVoIP) Course Objectives This course will give delegates a good understanding of LANs, WANs and VVoIP (Voice and Video over IP). It is aimed at those who want to move
640-816: Interconnecting Cisco Networking Devices Part 2 v1.1
640-816: Interconnecting Cisco Networking Devices Part 2 v1.1 Course Introduction Course Introduction Chapter 01 - Small Network Implementation Introducing the Review Lab Cisco IOS User Interface Functions
IPv4 and IPv6 Integration. Formation IPv6 Workshop Location, Date
IPv4 and IPv6 Integration Formation IPv6 Workshop Location, Date Agenda Introduction Approaches to deploying IPv6 Standalone (IPv6-only) or alongside IPv4 Phased deployment plans Considerations for IPv4
Dynamic Routing Protocols II OSPF. Distance Vector vs. Link State Routing
Dynamic Routing Protocols II OSPF Relates to Lab 4. This module covers link state routing and the Open Shortest Path First (OSPF) routing protocol. 1 Distance Vector vs. Link State Routing With distance
Quality of Service in the Internet. QoS Parameters. Keeping the QoS. Traffic Shaping: Leaky Bucket Algorithm
Quality of Service in the Internet Problem today: IP is packet switched, therefore no guarantees on a transmission is given (throughput, transmission delay, ): the Internet transmits data Best Effort But:
Broadband Network Architecture
Broadband Network Architecture Jan Martijn Metselaar May 24, 2012 Winitu Consulting Klipperaak 2d 2411 ND Bodegraven The Netherlands slide Broadband Services! Dual play, Triple play, Multi play! But what
Are You Ready to Teach IPv6?
Are You Ready to Teach IPv6? William Saichek Orange Coast College Karl Dietrich Lansing Community College Giving Credit Where Credit is Due The slides, data and projects in this presentation were used,
IP Multicasting. Applications with multiple receivers
IP Multicasting Relates to Lab 10. It covers IP multicasting, including multicast addressing, IGMP, and multicast routing. 1 Applications with multiple receivers Many applications transmit the same data
Vulnerabili3es and A7acks
IPv6 Security Vulnerabili3es and A7acks Inherent vulnerabili3es Less experience working with IPv6 New protocol stack implementa3ons Security devices such as Firewalls and IDSs have less support for IPv6
Mobility on IPv6 Networks
Mobility on IPv6 Networks Pedro M. Ruiz Project Manager Agora Systems S.A. Global IPv6 Summit Madrid 13-15 March 2002 Pedro M. Ruiz (c) Agora Systems S.A, 2002 1 Outline Motivation MIPv6 architecture MIPv6
ERserver. iseries. Networking TCP/IP setup
ERserver iseries Networking TCP/IP setup ERserver iseries Networking TCP/IP setup Copyright International Business Machines Corporation 1998, 2002. All rights reserved. US Government Users Restricted
IMPLEMENTATION OF IPv6
THESIS Ganesh Sharma IMPLEMENTATION OF IPv6 DEGREE PROGRAMME IN INFORMATION TECHNOLOGY ROVANIEMI UNIVERSITY OF APPLIED SCIENCES SCHOOL OF TECHNOLOGY Degree Programme in Information Technology Thesis IMPLEMENTATION
Inter-domain Routing Basics. Border Gateway Protocol. Inter-domain Routing Basics. Inter-domain Routing Basics. Exterior routing protocols created to:
Border Gateway Protocol Exterior routing protocols created to: control the expansion of routing tables provide a structured view of the Internet by segregating routing domains into separate administrations
Mobile IP. Bheemarjuna Reddy Tamma IIT Hyderabad. Source: Slides of Charlie Perkins and Geert Heijenk on Mobile IP
Mobile IP Bheemarjuna Reddy Tamma IIT Hyderabad Source: Slides of Charlie Perkins and Geert Heijenk on Mobile IP IP Refresher Mobile IP Basics 3 parts of Mobile IP: Outline Advertising Care-of Addresses
Internet Peering, IPv6, and NATs. Mike Freedman V22.0480-005 Networks
Internet Peering, IPv6, and NATs Mike Freedman V22.0480-005 Networks Internet Peering Review: Routing Internet has a loose hierarchy of domains Hosts now local router Local routers know site routers Site
Internetworking and Internet-1. Global Addresses
Internetworking and Internet Global Addresses IP servcie model has two parts Datagram (connectionless) packet delivery model Global addressing scheme awaytoidentifyall H in the internetwork Properties
IPv6 Addressing and Subnetting
APNIC elearning: IPv6 Addressing and Subnetting Contact: [email protected] eip602_v1.0 Overview IPv6 Address Text Representation IPv6 Addressing Structure IPv6 Address Management Hierarchy Local Addresses
Course Overview: Learn the essential skills needed to set up, configure, support, and troubleshoot your TCP/IP-based network.
Course Name: TCP/IP Networking Course Overview: Learn the essential skills needed to set up, configure, support, and troubleshoot your TCP/IP-based network. TCP/IP is the globally accepted group of protocols
Network Level Multihoming and BGP Challenges
Network Level Multihoming and BGP Challenges Li Jia Helsinki University of Technology [email protected] Abstract Multihoming has been traditionally employed by enterprises and ISPs to improve network connectivity.
Route Discovery Protocols
Route Discovery Protocols Columbus, OH 43210 [email protected] http://www.cse.ohio-state.edu/~jain/ 1 Overview Building Routing Tables Routing Information Protocol Version 1 (RIP V1) RIP V2 OSPF
IPv6 Advantages. www.compaq.com. Yanick Pouffary. [email protected]
IPv6 Advantages Yanick Pouffary [email protected] IPv6 FORUM A world-wide consortium of leading Internet vendors and Research and Education Networks The IPv6 FORUM mission To promote IPv6 in order
EVALUATING STANDARD AND CUSTOM APPLICATIONS IN IPV6 WITHIN A SIMULATION FRAMEWORK. Brittany Michelle Clore
EVALUATING STANDARD AND CUSTOM APPLICATIONS IN IPV6 WITHIN A SIMULATION FRAMEWORK Brittany Michelle Clore Thesis submitted to the faculty of the Virginia Polytechnic Institute and State University in partial
Understanding TCP/IP. Introduction. What is an Architectural Model? APPENDIX
APPENDIX A Introduction Understanding TCP/IP To fully understand the architecture of Cisco Centri Firewall, you need to understand the TCP/IP architecture on which the Internet is based. This appendix
Security Assessment of Neighbor Discovery for IPv6
Security Assessment of Neighbor Discovery for IPv6 Fernando Gont project carried out on behalf of UK Centre for the Protection of National Infrastructure LACNIC XV 15 al 20 de Mayo de 2011. Cancún, México
TCP/IP Network Essentials. Linux System Administration and IP Services
TCP/IP Network Essentials Linux System Administration and IP Services Layers Complex problems can be solved using the common divide and conquer principle. In this case the internals of the Internet are
IPv6 First Hop Security Protecting Your IPv6 Access Network
IPv6 First Hop Security Protecting Your IPv6 Access Network What You Will Learn This paper provides a brief introduction to common security threats on IPv6 campus access networks and will explain the value
13 Virtual Private Networks 13.1 Point-to-Point Protocol (PPP) 13.2 Layer 2/3/4 VPNs 13.3 Multi-Protocol Label Switching 13.4 IPsec Transport Mode
13 Virtual Private Networks 13.1 Point-to-Point Protocol (PPP) PPP-based remote access using dial-in PPP encryption control protocol (ECP) PPP extensible authentication protocol (EAP) 13.2 Layer 2/3/4
Personal Firewall Default Rules and Components
Personal Firewall Default Rules and Components The Barracuda Personal Firewall comes with a default access ruleset. The following tables aim to give you a compact overview of the default rules and their
