Future Internet Technologies

Size: px
Start display at page:

Download "Future Internet Technologies"

Transcription

1 Future Internet Technologies Future Internet Research Dr. Dennis Pfisterer Institut für Telematik, Universität zu Lübeck

2 New requirements on TCP/IP Growth Lack of addresses NAT No E2E anymore Routing tables grow CIDR and topological assignment of addresses No flexible address assignment Mobility IP addresses are assigned topologically routing table size When mobile hosts move to different topological locations, the IP address must change IP address change breaks existing sessions (TCP and UDP) Traffic Engineering Multi-homing #2

3 Growth: BGP Entries ( ) Source: #3

4 Growth: BGP Entries [RFC ] (projected) #4

5 Traffic Engineering Goal Balance load on multiple links ISP#1 ISP#2 Internet Realization Use of BGP Selective advertisement of more-specific routes on different links net/22 Example net/23 Example net/23 Internet #5

6 Multi-homing #6

7 Multi-homing A site is served by more than one ISP [RFC4116] Reasons for multi-homing Increase reliability of the Internet connection Important for business-critical applications Internet connections have become inexpensive more frequent use multi-homing Sometimes mandatory due to contract or law Multihomed Network Router ISP #1 ISP #2 Internet #7

8 Multi-homing Variants Multiple ISPs, multiple interfaces per host, single IP address per interface Hosts have multiple interfaces; each has an IP from the ISP s range If a link goes down, existing connections via this link break New connections could only resolve IPs from the other link Requires DNS update and applications to refresh their revolved names Other solutions: SCTP or Multipath TCP (IETF work in progress) Multiple ISPs, single IP address space The same (single) address space is announced via BGP over multiple links Only best link is used (due to better BGP parameters) If this link fails, BGP will notice this and use a different link Only works with provider-independent address space (incoming) or NAT (outgoing) Multiple ISPs, multiple IP address spaces To increase reliability/load balancing or WAN-internal traffic (internal IP-ranges) #8

9 Provider-Independent (PI) Address Space IP-Address range that is independent of an ISP Allows changing the ISP w/o changing addresses No need to renumber internal client systems PI address spaces lead to large routing tables Applies to all edge routers of the Internet Backbone routers not capable of holding global BGP table in memory Consequence: Route Filtering Rejection of BGP entries (i.e., not accepted for local routing table) Filter based on prefix length (e.g., a few class C networks) These networks are not visible in parts of the Internet #9

10 Conflicting Interests Customers Session survivability (no breaking TCP connections) Multihoming (more than one provider) Flexibility (change providers) PI address space Providers Routers should scale (add more customers) and be costeffective Traffic Engineering (w/o adding too many routing table entries) Minimize the number of routing table entries PA address space (provider aggregateable) #10

11 Current Routing Issues Size of routing tables Lack of aggregation (historic reasons, multi-homing, traffic engineering, mergers and acquisitions) IPv6 renumbering is no solution (often not acceptable) Current size of routing entries bounded by the IPv4 address space With IPv6 deployment things get worse Frequent BGP updates ~500,000 updates per day, peak rate 1000 updates/sec [DynPrefix] Mostly due to traffic engineering (load balancing with BGP) Small number of AS responsible for large fraction of updates [ATNAC2006] Size and update frequency lead to long convergence times #11

12 Summary Open issues Multi-homing Traffic engineering Mobility Multiple (partial) solutions proposed Stream Control Transmission Protocol (SCTP) Locator Identifier Split Security - 04 Cryptology #12

13 Stream Control Transmission Protocol (SCTP) #13

14 Issues with TCP and UDP TCP offers a stream-based interface Most applications exchange messages Requires de-/framing Sometimes reliable, message-oriented service is required w/o sequence maintenance Required: Something between UDP and TCP No multi-homing TCP/UDP sockets bound to one interface #14

15 SCTP Overview Designed to transport Public Switched Telephone Network (PSTN) signaling messages (SS7) over IP networks Not limited to this application domain Reliable transport protocol Operates on top of a connectionless packet network such as IP Standardized in [RFC ] #15

16 SCTP and the Internet Reference Model Application... Transport TCP UDP SCTP Network IPv4 IPv6 Data Link Ethernet WiFi ATM... Security - 04 Cryptology #16

17 Streams and Associations Message: Application-level data unit Stream: Unidirectional message stream Unlike TCP which provides a single byte-oriented stream SCTP bundles multiple streams in so-called associations Association: Connection between two SCTP endpoints Stream #1 Stream #2 Association Stream #3 #17

18 Association Setup 4-way handshake to initiate connections Stateless setup to avoid DoS attacks (cf. SYN cookies) Initially, additional IP addresses are exchanged Client and server mutually know all other IP addresses Can include IPv4 and IPv6 addresses INIT INIT ACK - Contains cookie (hash of INIT and signature) COOKIE ECHO - Cookie from INIT ACK - Validates MAC - Create connection state COOKIE ACK - Create connection state Security - 04 Cryptology #18

19 Packets and Chunks SCTP packet Contains header and one or more chunks Chunk Data (containing messages) or control (handshake, shutdown, ) chunks Encapsulated in an SCTP packet Data chunks may contain fragments of or complete messages Supports path-mtu-adaptive data fragmentation Bundling of multiple messages from different streams into a single SCTP packet Stream #1 Stream #2 SCTP Header Data Chunk Data Chunk Control Chunk Data Chunk Stream #1 Stream #2 SCTP Packet #19

20 Message Delivery TCP and UDP TCP: reliable, in-order delivery, byte-stream channel UDP: unreliable, message-oriented datagram service Missing: reliable, message-oriented service SCTP supports acknowledged error-free non-duplicated transfer of messages Sequenced delivery of messages Optional: request out-of-order delivery per-message #20

21 Multi-homing Support Associations exist between two hosts Unlike TCP/UDP where connections exist between interfaces SCTP supports multi-homed hosts Multiple network interfaces or multiple IP addresses on one interface Uses transmission over multiple paths Definition: Path Network route between two SCTP endpoints Primary path: Currently active (default) path Path #1 Path #2 #21

22 Multi-homing Support Paths are actively monitored Heartbeat messages to detect failures and to measure round-trip time Used to select best path as active one Applications may also actively choose a path Fault tolerance At either or both ends of an SCTP association If a path fails, another one becomes the active path Path #1 Path #2 #22

23 SCTP Implementations Operating Systems AIX Version 5 Cisco IOS 12 DragonFly BSD since version 1.4 FreeBSD version 7 Linux kernel-based 2.4 and newer Microsoft Windows (3rd party kernel driver) Sun Solaris 10 User space SCTP library Oracle Java JDK 7 (not in SE, available as library) Security - 04 Cryptology #23

24 Locator Identifier Split #24

25 Identifiers and Locators Major issues on the networking layer Naming (refer to a system) Addressing (refer to a route to a system) Routing (deliver packets to a system) IP-Addresses have two roles/semantics Identifiers: interfaces of hosts Locators: name of topological locations #25

26 Identifiers and Locators Issues [ietf-loc-id-split] Rekhter's Law: Addressing can follow topology or topology can follow addressing. Choose one. Strict topological assignment small routing tables, no PI addresses, no traffic engineering, No topological assignment large routing tables / no connectivity Requirements Multi-homing and traffic engineering should be possible and should be done near the edge W/o exposing all details to the Internet core #26

27 Locator/Identifier Split: Potential Solutions Network Address Translation (NAT) Application Layer Names Use DNS names as identifiers Introduce a new layer #27

28 Network Address Translation (NAT) Can be seen as a kind of Locator/Identifier split Multiple Internet connections (PA address space) Locators Internal addresses (PI addresses) Identifiers (only internal) No real/global solution; no end-to-end semantics Example: Destination NAT Only incoming traffic considered External IP Internal IP Destination NAT Internal IP addresses Router ISP #1 ISP #2 Internet #28

29 Application Layer Names Use application layer names for identifiers Exclusive use of DNS names on transport layer Example: DNS names in URLs (disallow IP addresses) Problem: application-specific Requires changes to most application layer protocols E.g., what about IP addresses in FTP Makes DNS names the stable reference point Change the socket API to take DNS names? Issue: Inhibits caching scalability of DNS #29

30 Introduce a New Layer DNS name new layer type IP address Massive change to the Internet s architecture No disruptive change (IP remains untouched) Requires (additional) infrastructure to maintain and resolve binding between new identifiers and IP addresses Introduces new security problems Different approaches proposed FARA [FARA-2003] PeerNet [PeerNet-2003] Internet Indirection Infrastructure [III-2002] Locator Identifier Separation Protocol (LISP) Host Identity Protocol (HIP) Application Transport New Layer Internet Link Layer Identifiers Locators #30

31 Address Rewriting Use existing addresses and change semantics (include locator and identifier data) Specific scheme for IPv6 proposed [AltAddrIPv6] which uses top 64 bits as locator and lower 64 bits as identifier Procedure: 1. Resolves mapping for identifier to locator IPv6 address split into: Network (64 Bit) Locator 2. Send packet with unspecified source locator 3. Egress router adds source locator 4. Ingress router removes destination locator and forwards packet to destination identifier 5. Destination interface receives packet Host (64 Bit) Identifier Resolver Resolves Id Loc 1.) Source Dest. Payload --- abc 567 def 2.) 3.) Source Dest. Payload 111 abc 567 def 4.) Source Dest. Payload 111 abc --- def 5.) abc Internal network Internet Internal network def #31

32 Map-and-Encap [RFC ] Procedure 1. Source sends packet to some identifier and forwards it to the egress router 2. Egress router resolves mapping for identifier to locator and encapsulates the original packet 3. Routing towards the destination based on locator 4. Ingress router decapsulates packet and internally forwards it to the destination identifier 5. Destination receives packet Suggests that the identifier may need to be routable in some scope Likely scoped to the current internal network Mapper Resolves Id Loc 2.) Identifier Payload Identifier Payload 1.) Internal network Locator Identifier Payload Internet 3.) 4.) 5.) Internal network #32

33 Locator Identifier Separation Protocol (LISP) #33

34 Locator Identifier Separation Protocol (LISP) Standardized by the IETF Locator/ID Separation Protocol (lisp) working group [lisp-charter] Base standard in [RFC ] Integration with DNS in [RFC ] Testbed by companies such as Google, Facebook, NTT, Level3, Goals Improved routing scalability (BGP-free multi-homing) Address family traversal (IPv4 over IPv4 or IPv6; IPv6 over IPv4 or IPv6) Inbound traffic engineering Mobility Simple deployability (no host changes required) #34

35 LISP Architecture Two addresses Locator: Routing Locator (RLOC) Identifier: Endpoint Identifier (EID) Based on Map-and-Encap Routers responsible for mapping No visible changes for hosts Address type Both identifiers and locators can be IP addresses However, they can be arbitrary types like a set of GPS coordinates or a MAC address [LispAddr] Application Transport Internet Internet Link Layer Identifiers Locators #35

36 Host Identification Protocol (HIP) #36

37 Host Identification Protocol (HIP) Introduces new layer Between transport and network layer Application Requires hosts to support HIP No changes to the network Goals: Integrate mobility, multi-homing, and security across IPv4 and IPv6 Transport HIP Layer Internet Link Layer Identifiers Locators #37

38 HIP Architecture Two addresses Locator: IP address Identifier: Host Identity Tag (HIT) Host Identity (HI) name space Based on a public key security infrastructure Each host has a public/private key pair hash(public-key) = HIT Size of the HIT is 128 Bit (cf. size of IP address) Hosts can prove to own the private key using a Diffie- Hellman key exchange on connect #38

39 HIP Name Resolution DNS HIT Use of DNS to map hostnames to HIP identities Clients query for HIP records Contains HIP identity (public key) and HIT Rendezvous server for mobile hosts (optional) HIT IP addresses Different options available (see next slide) #39

40 HIP Name Resolution DNS for resolution on both layers [RFC ] Query for name; obtain HIT and A/AAAA records Advantage: uses existing infrastructure only Disadvantage: high update latency due to caching Rendezvous server [RFC ] Returns HIT IP mapping Minimizes update latency for mobile hosts DNS query returns DNS name of rendezvous server Advantage: Good for highly mobile nodes Disadvantage: Additional component Others: DHT-based, #40

41 HIP Connection Setup Four way handshake Diffie-Hellman key exchange Mutual authentication Stateless to avoid DoS attacks (cf. TCP SYN cookies) Creates a security association between both endpoints After connection setup, packets are encrypted using IPSec HIT C, HIT S or NULL HIT C, HIT S, challenge HIT C, HIT S, response, signature Client HIT C, HIT S, signature Server #41

42 HIP: Mobility Support Mobility isn t an issue because only IP addresses change the HIT address remains unchanged However, the mapping must be up-to-date Existing connections: inform peer By sending update message to HIP layer Secure because of IPSec New connections: update mapping service Protocol depends on mapping service Examples: DNS, rendezvous server, #42

43 Literature (1/2) [ietf-loc-id-split] Architectural Implications of Locator/ID Separation [RFC ] D. Meyer, L. Zhang, and K. Fall: Report from the IAB Workshop on Routing and Addressing, [ATNAC2006] Huston, G. and G. Armitage, "Projecting Future IPv4 Router Requirements from Trends in Dynamic BGP Behaviour", [DynPrefix] Oliveira, R. et. al., "Measurement of Highly Active Prefixes in BGP", IEEE GLOBECOM [LocIdImplications] D. Meyer and D. Lewis: Architectural Implications of Locator/ID Separation, [AltAddrIPv6] M. O Dell: GSE An Alternate Addressing Architecture for IPv6, [RFC ] R. Hinden: New Scheme for Internet Routing and Addressing (ENCAPS) for IPNG, [LispAddr] D. Farinacci, D. Meyer, J. Snijders: LISP Canonical Address Format (LCAF), [FARA-2003] D. Clark, R. Braden, A. Falk, V. Pingali, FARA: Reorganizing the Addressing Architecture, ACM SIGCOMM 2003 Workshops, August 25 & 27, #43

44 Literature (2/2) [PeerNet-2003] J. Eriksson, M. Faloutsos, S. Krishnamurthy, PeerNet: Pushing Peer-to-Peer Down the Stack, In IPTPS 03, February 20-21, [III-2002] I. Stoica, et.al., Internet Indirection Infrastructure, ACM SIGCOMM 02, August 19-23, [lisp-charter] Locator/ID Separation Protocol (lisp) working group. [HIP-IETF] Host Identity Protocol (HIP) working group. [RFC ] Host Identity Protocol (HIP) Rendezvous Extension. [RFC ] R. Moskowitz, P. Nikander, P. Jokela, and T. Henderson: Host Identity Protocol, [RFC ] P. Nikander and J. Laganier: Host Identity Protocol (HIP) Domain Name System (DNS) Extension, [RFC ] Stream Control Transmission Protocol, #44

Stream Control Transmission Protocol (SCTP)

Stream Control Transmission Protocol (SCTP) Stream Control Transmission Protocol (SCTP) Definition Stream control transmission protocol (SCTP) is an end-to-end, connectionoriented protocol that transports data in independent sequenced streams. SCTP

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

ICN IDENTIFIER / LOCATOR. Marc Mosko Palo Alto Research Center ICNRG Interim Meeting (Berlin, 2016)

ICN IDENTIFIER / LOCATOR. Marc Mosko Palo Alto Research Center ICNRG Interim Meeting (Berlin, 2016) ICN IDENTIFIER / LOCATOR Marc Mosko Palo Alto Research Center ICNRG Interim Meeting (Berlin, 2016) 1 A brief review of ID/Locators in IETF It s long, and we ll skim over it Then we discuss the CCNx & NDN

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

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

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

Locator ID Separation Protocol (LISP) Overview

Locator ID Separation Protocol (LISP) Overview Locator ID Separation Protocol (LISP) is a network architecture and protocol that implements the use of two namespaces instead of a single IP address: Endpoint identifiers (EIDs) assigned to end hosts.

More information

LISP: What and Why. RIPE Berlin May, Vince Fuller (for Dino, Dave, Darrel, et al)

LISP: What and Why. RIPE Berlin May, Vince Fuller (for Dino, Dave, Darrel, et al) LISP: What and Why RIPE Berlin May, 2008 Vince Fuller (for Dino, Dave, Darrel, et al) http://www.vaf.net/prezos/lisp-ripe-long.pdf Agenda What is the problem? What is LISP? Why Locator/ID Separation? Data

More information

Internet Engineering Task Force (IETF) Category: Experimental ISSN: D. Meyer D. Lewis. Cisco Systems. January 2013

Internet Engineering Task Force (IETF) Category: Experimental ISSN: D. Meyer D. Lewis. Cisco Systems. January 2013 Internet Engineering Task Force (IETF) Request for Comments: 6830 Category: Experimental ISSN: 2070-1721 D. Farinacci Cisco Systems V. Fuller D. Meyer D. Lewis Cisco Systems January 2013 The Locator/ID

More information

TSIN02 - Internetworking

TSIN02 - Internetworking TSIN02 - Internetworking Lecture 5: SCTP Litterature: Forouzan 3 rd ed, Chapter 13 RFC3257 SCTP Applicability Statement RFC3286 Introduction to SCTP Outline: What is SCTP? Why SCTP? SCTP Architecture SCTP

More information

Locator/ID Separation Protocol (LISP)

Locator/ID Separation Protocol (LISP) Locator/ID Separation Protocol (LISP) Damien Saucez* INRIA Sophia Antipolis FRNOG 18, December 2 th, 2011 * special thanks to Olivier Bonaventure, Luigi Iannone and Dino Farinacci Disclaimer Not a vendor

More information

TSIN02 - Internetworking

TSIN02 - Internetworking Lecture 5: SCTP Litterature: RFC3257 SCTP Applicability Statement RFC3286 Introduction to SCTP Forouzan 3 rd ed, Chapter 13 (optional) RFC2960 (optional extra material) RFC3309 (optional extra material)

More information

Reliability and Availability in Stream Control Transport Protocol (SCTP)

Reliability and Availability in Stream Control Transport Protocol (SCTP) Reliability and Availability in Stream Control Transport Protocol (SCTP) Research Seminar on Real Time and High Availability Autumn 2001 by Laila Daniel on 21 st Nov. 2001 Stream Control Transmission Protocol

More information

TSIN02 - Internetworking

TSIN02 - Internetworking Literature: Lecture 10: AAA RFC3286 RFC2881 RFC2905 RFC2903 Lecture 10: AAA Goals: 2004 Image Coding Group, Linköpings Universitet 2 Lecture 10: AAA AAA Introduction Outline: AAA introduction AAA in Network

More information

LISP: A Level of Indirection for Routing

LISP: A Level of Indirection for Routing LISP: A Level of Indirection for Routing ESCC/Internet2 Joint Techs Workshop University of Hawaii January 20-24, 2008 David Meyer & A Cast of 1000s (Vince Fuller, Darrel Lewis, Eliot Lear, Scott Brim,

More information

Architectural Approaches to Multi-Homing for IPv6

Architectural Approaches to Multi-Homing for IPv6 Architectural Approaches to Multi-Homing for IPv6 A Walk-Through of draft-huston-multi6-architectures-00 Geoff Huston June 2004 Recap Multi-Homing in IPv4 Either: Or: Obtain a local AS Obtain PI space

More information

An Identifier / Locator Split Architecture for Multi-homing and Mobility Support

An Identifier / Locator Split Architecture for Multi-homing and Mobility Support IJCSNS International Journal of Computer Science and Network Security, VOL.13 No.5, May 2013 13 An Identifier / Locator Split Architecture for Multi-homing and Mobility Support Joonsuk KANG and Koji OKAMURA,

More information

EITF25 Internet Techniques and Applications L7: Internet. Stefan Höst

EITF25 Internet Techniques and Applications L7: Internet. Stefan Höst EITF25 Internet Techniques and Applications L7: Internet Stefan Höst What is Internet? Internet consists of a number of networks that exchange data according to traffic agreements. All networks in Internet

More information

Request for Comments: 8112 Category: Informational. I. Kouvelas Arista D. Lewis Cisco Systems May 2017

Request for Comments: 8112 Category: Informational. I. Kouvelas Arista D. Lewis Cisco Systems May 2017 Independent Submission Request for Comments: 8112 Category: Informational ISSN: 2070-1721 D. Farinacci lispers.net A. Jain Juniper Networks I. Kouvelas Arista D. Lewis Cisco Systems May 2017 Locator/ID

More information

Multicast in Identifier/Locator Separation Architectures

Multicast in Identifier/Locator Separation Architectures Multicast in Identifier/Locator Separation Architectures Michal Kryczka Universidad Carlos III de Madrid Email: michal.kryczka@imdea.org Abstract Many assumptions which were made during projecting current

More information

Cisco IOS LISP Application Note Series: Access Control Lists

Cisco IOS LISP Application Note Series: Access Control Lists Cisco IOS LISP Application Note Series: Access Control Lists Version 1.1 (28 April 2011) Background The LISP Application Note Series provides targeted information that focuses on the integration and configuration

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

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

An SCTP-Protocol Data Unit with several chunks

An SCTP-Protocol Data Unit with several chunks SCTP for Beginners Section 2 SCTP Packets he protocol data units (PDU) of SCTP are called SCTP packets. If SCTP runs over IP (as described in RFC2960 ), an SCTP packet forms the payload of an IP packet.

More information

On Distributed Communications, Rand Report RM-3420-PR, Paul Baran, August 1964

On Distributed Communications, Rand Report RM-3420-PR, Paul Baran, August 1964 The requirements for a future all-digital-data distributed network which provides common user service for a wide range of users having different requirements is considered. The use of a standard format

More information

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

LISP-Click. D. Saucez, V. N. Nguyen and O. Bonaventure. Université catholique de Louvain.

LISP-Click. D. Saucez, V. N. Nguyen and O. Bonaventure. Université catholique de Louvain. LISP-Click D. Saucez, V. N. Nguyen and O. Bonaventure Université catholique de Louvain http://inl.info.ucl.ac.be A Click implementation of the Locator/ID Separation Protocol 2 The Internet is Broken! 3

More information

Load Balancing Technology White Paper

Load Balancing Technology White Paper Load Balancing Technology White Paper Keywords: Server, gateway, link, load balancing, SLB, LLB Abstract: This document describes the background, implementation, and operating mechanism of the load balancing

More information

A Review of IPv6 Multihoming Solutions

A Review of IPv6 Multihoming Solutions A Review of IPv6 Multihoming Solutions Habib Naderi Department of Computer Science University of Auckland Auckland, New Zealand hnad002@aucklanduni.ac.nz Brian E. Carpenter Department of Computer Science

More information

Computer Network Programming

Computer Network Programming Computer Network Programming SCTP Overview Dr. Sam Hsu Computer Science & Engineering Florida Atlantic University SCTP Overview Introduction Motivations Architectural & Functional Views Packet & Chunk

More information

Layer 4: UDP, TCP, and others. based on Chapter 9 of CompTIA Network+ Exam Guide, 4th ed., Mike Meyers

Layer 4: UDP, TCP, and others. based on Chapter 9 of CompTIA Network+ Exam Guide, 4th ed., Mike Meyers Layer 4: UDP, TCP, and others based on Chapter 9 of CompTIA Network+ Exam Guide, 4th ed., Mike Meyers Concepts application set transport set High-level, "Application Set" protocols deal only with how handled

More information

ECE 650 Systems Programming & Engineering. Spring 2018

ECE 650 Systems Programming & Engineering. Spring 2018 ECE 650 Systems Programming & Engineering Spring 2018 Networking Transport Layer Tyler Bletsch Duke University Slides are adapted from Brian Rogers (Duke) TCP/IP Model 2 Transport Layer Problem solved:

More information

Stream Control Transmission Protocol - Wikipedia, the free encyclopedia

Stream Control Transmission Protocol - Wikipedia, the free encyclopedia Page 1 of 9 Stream Control Transmission Protocol From Wikipedia, the free encyclopedia In the field of The five-layer TCP/IP model 5. Application layer DHCP DNS FTP Gopher HTTP IMAP4 IRC NNTP XMPP MIME

More information

Network and Security: Introduction

Network and Security: Introduction Network and Security: Introduction Seungwon Shin KAIST Some slides are from Dr. Srinivasan Seshan Some slides are from Dr. Nick Mckeown Network Overview Computer Network Definition A computer network or

More information

APT: A Practical Transit-Mapping Service Overview and Comparisons

APT: A Practical Transit-Mapping Service Overview and Comparisons APT: A Practical Transit-Mapping Service Overview and Comparisons draft-jen-apt Dan Jen, Michael Meisel, Dan Massey, Lan Wang, Beichuan Zhang, and Lixia Zhang The Big Picture APT is similar to LISP at

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

LISP Mobile-Node. draft-meyer-lisp-mn-05.txt. Chris White, Darrel Lewis, Dave Meyer, Dino Farinacci cisco Systems

LISP Mobile-Node. draft-meyer-lisp-mn-05.txt. Chris White, Darrel Lewis, Dave Meyer, Dino Farinacci cisco Systems LISP Mobile-Node draft-meyer-lisp-mn-05.txt Chris White, Darrel Lewis, Dave Meyer, Dino Farinacci cisco Systems EID: dino@cisco.com RLOC: IRTF MobOpts Quebec City July 28 2011 What if... A mobile device

More information

Transport Layer. The transport layer is responsible for the delivery of a message from one process to another. RSManiaol

Transport Layer. The transport layer is responsible for the delivery of a message from one process to another. RSManiaol Transport Layer Transport Layer The transport layer is responsible for the delivery of a message from one process to another Types of Data Deliveries Client/Server Paradigm An application program on the

More information

Distributed Systems. 27. Firewalls and Virtual Private Networks Paul Krzyzanowski. Rutgers University. Fall 2013

Distributed Systems. 27. Firewalls and Virtual Private Networks Paul Krzyzanowski. Rutgers University. Fall 2013 Distributed Systems 27. Firewalls and Virtual Private Networks Paul Krzyzanowski Rutgers University Fall 2013 November 25, 2013 2013 Paul Krzyzanowski 1 Network Security Goals Confidentiality: sensitive

More information

Guide to Networking Essentials, 6 th Edition. Chapter 5: Network Protocols

Guide to Networking Essentials, 6 th Edition. Chapter 5: Network Protocols Guide to Networking Essentials, 6 th Edition Chapter 5: Network Protocols Objectives Describe the purpose of a network protocol, the layers in the TCP/IP architecture, and the protocols in each TCP/IP

More information

LISP: Intro and Update

LISP: Intro and Update LISP: Intro and Update RIPE Berlin May, 2008 Vince Fuller (for Dino, Dave, Darrel, et al) http://www.vaf.net/prezos/lisp-ripe-short.pdf Agenda What is LISP? What problem is LISP solving? www.vaf.net/prezos/rrg-prague.pdf

More information

Networking for Data Acquisition Systems. Fabrice Le Goff - 14/02/ ISOTDAQ

Networking for Data Acquisition Systems. Fabrice Le Goff - 14/02/ ISOTDAQ Networking for Data Acquisition Systems Fabrice Le Goff - 14/02/2018 - ISOTDAQ Outline Generalities The OSI Model Ethernet and Local Area Networks IP and Routing TCP, UDP and Transport Efficiency Networking

More information

Internet. 1) Internet basic technology (overview) 3) Quality of Service (QoS) aspects

Internet. 1) Internet basic technology (overview) 3) Quality of Service (QoS) aspects Internet 1) Internet basic technology (overview) 2) Mobility aspects 3) Quality of Service (QoS) aspects Relevant information: these slides (overview) course textbook (Part H) www.ietf.org (details) IP

More information

LISP: A NOVEL APPROACH FOR FUTURE ATN/IPS

LISP: A NOVEL APPROACH FOR FUTURE ATN/IPS LISP: A NOVEL APPROACH FOR FUTURE ATN/IPS Bernhard Haindl, Manfred Lindner, Wolfgang Kampichler ICAO Meeting 07/2014 2014-07-15 HAINDL Bernhard Trends / Requirements For Future Networks Multihoming / Availability

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

Future Routing and Addressing Models

Future Routing and Addressing Models Future Routing and Addressing Models Rob Evans JANET(UK) The JNT Association 2008 Networkshop 36 1 If it ain't broke... BGP is the inter-domain protocol of choice. Not that there's much choice. Carries

More information

User Datagram Protocol

User Datagram Protocol Topics Transport Layer TCP s three-way handshake TCP s connection termination sequence TCP s TIME_WAIT state TCP and UDP buffering by the socket layer 2 Introduction UDP is a simple, unreliable datagram

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

Scaling issues with routing+multihoming Vince Fuller, Cisco Systems

Scaling issues with routing+multihoming Vince Fuller, Cisco Systems Scaling issues with routing+multihoming Vince Fuller, Cisco Systems http://www.vaf.net/~vaf/v6ops.pdf 1 Acknowledgements This is not original work and credit is due: Noel Chiappa for his extensive writings

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

Goals and topics. Verkkomedian perusteet Fundamentals of Network Media T Circuit switching networks. Topics. Packet-switching networks

Goals and topics. Verkkomedian perusteet Fundamentals of Network Media T Circuit switching networks. Topics. Packet-switching networks Verkkomedian perusteet Fundamentals of Media T-110.250 19.2.2002 Antti Ylä-Jääski 19.2.2002 / AYJ lide 1 Goals and topics protocols Discuss how packet-switching networks differ from circuit switching networks.

More information

Improvements to LISP Mobile Node

Improvements to LISP Mobile Node Improvements to LISP Mobile Node Michael Menth, Dominik Klein, and Matthias Hartmann University of Würzburg, Institute of Computer Science, Germany Abstract The Locator/Identifier Separation Protocol (LISP)

More information

Integration of LISP and LISP-MN in INET

Integration of LISP and LISP-MN in INET Institute of Computer Science Chair of Communication Networks Prof. Dr.-Ing. P. Tran-Gia, Matthias Hartmann (University of Wuerzburg, Germany) Michael Höfling, Michael Menth (University of Tuebingen, Germany)

More information

Chapter 12 Network Protocols

Chapter 12 Network Protocols Chapter 12 Network Protocols 1 Outline Protocol: Set of defined rules to allow communication between entities Open Systems Interconnection (OSI) Transmission Control Protocol/Internetworking Protocol (TCP/IP)

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

CS November 2017

CS November 2017 Distributed Systems 21. Delivery Networks () Paul Krzyzanowski Rutgers University Fall 2017 1 2 Motivation Serving web content from one location presents problems Scalability Reliability Performance Flash

More information

Multihoming: An Overview & a brief introduction to GSE(8+8) Single Home

Multihoming: An Overview & a brief introduction to GSE(8+8) Single Home Multihoming: An Overview & a brief introduction to GSE(8+8) Lixia Zhang APRICOT 2006 Perth, Australia 3/2/06 IAB BOF @ APRICOT 1 Customer network 1 1.1.16.0/20 Single Home 1.1.0.0/16. Customer network

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

Cisco IOS LISP Application Note Series: Lab Testing Guide

Cisco IOS LISP Application Note Series: Lab Testing Guide Cisco IOS LISP Application Note Series: Lab Testing Guide Version 3.0 (28 April 2011) Background The LISP Application Note Series provides targeted information that focuses on the integration configuration

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

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

Vorlesung Kommunikationsnetze

Vorlesung Kommunikationsnetze Picture 15 13 Vorlesung Kommunikationsnetze Prof. Dr. H. P. Großmann mit B. Wiegel sowie A. Schmeiser und M. Rabel Sommersemester 2009 Institut für Organisation und Management von Informationssystemen

More information

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

Shim6: Network Operator Concerns. Jason Schiller Senior Internet Network Engineer IP Core Infrastructure Engineering UUNET / MCI

Shim6: Network Operator Concerns. Jason Schiller Senior Internet Network Engineer IP Core Infrastructure Engineering UUNET / MCI Shim6: Network Operator Concerns Jason Schiller Senior Internet Network Engineer IP Core Infrastructure Engineering UUNET / MCI Not Currently Supporting IPv6? Many parties are going forward with IPv6 Japan

More information

Introduction to Internetworking

Introduction to Internetworking Introduction to Internetworking Stefano Vissicchio UCL Computer Science COMP0023 Internetworking Goal: Connect many networks together into one Internet. Any computer can send to any other computer on any

More information

Network Security. Thierry Sans

Network Security. Thierry Sans Network Security Thierry Sans HTTP SMTP DNS BGP The Protocol Stack Application TCP UDP Transport IPv4 IPv6 ICMP Network ARP Link Ethernet WiFi The attacker is capable of confidentiality integrity availability

More information

LISP (Locator/Identifier Separation Protocol)

LISP (Locator/Identifier Separation Protocol) LISP (Locator/Identifier Separation Protocol) Damien Saucez* June 28 th, 2010 http://inl.info.ucl.ac.be *Thanks to Olivier Bonaventure and Pierre François Department of Computing Science and Engineering

More information

Master Course Computer Networks IN2097

Master Course Computer Networks IN2097 Chair for Network Architectures and Services Prof. Carle Department for Computer Science TU München Chair for Network Architectures and Services Prof. Carle Department for Computer Science TU München Master

More information

CSCI 466 Midterm Networks Fall 2013

CSCI 466 Midterm Networks Fall 2013 CSCI 466 Midterm Networks Fall 2013 Name: This exam consists of 6 problems on the following 7 pages. You may use your single-sided hand-written 8 ½ x 11 note sheet and a calculator during the exam. No

More information

LISP CHARTER SAM HARTMAN PAINLESS SECURITY, LLC IETF 74 MARCH 25, 2008

LISP CHARTER SAM HARTMAN PAINLESS SECURITY, LLC IETF 74 MARCH 25, 2008 LISP CHARTER SAM HARTMAN PAINLESS SECURITY, LLC IETF 74 MARCH 25, 2008 1 CONCERNS TO ADDRESS Accurately describe what LISP separates Describe properties of EIDs Discuss overlapping EIDs and RLOCs CHARTER

More information

ID/LOC Separation Network Architecture for Mobility Support in Future Internet

ID/LOC Separation Network Architecture for Mobility Support in Future Internet ID/LOC Separation Network Architecture for Mobility Support in Future Internet Nakjung Choi, Taewan You, Jungsoo Park, Taekyoung Kwon and Yanghee Choi School of Computer Science and Engineering, Seoul

More information

IPv4 addressing, NAT. Computer Networking: A Top Down Approach 6 th edition Jim Kurose, Keith Ross Addison-Wesley.

IPv4 addressing, NAT. Computer Networking: A Top Down Approach 6 th edition Jim Kurose, Keith Ross Addison-Wesley. IPv4 addressing, NAT http://xkcd.com/195/ 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

More information

Outline. History Introduction Packets Association/ Termination Data Transmission concepts Multihoming Streams

Outline. History Introduction Packets Association/ Termination Data Transmission concepts Multihoming Streams Outline History Introduction Packets Association/ Termination Data Transmission concepts Multihoming Streams 1 History Developed by IETF SIGTRAN working group (Internet Engineering Task Force) (SIGnaling

More information

Evaluating the Benefits of the Locator/Identifier Separation

Evaluating the Benefits of the Locator/Identifier Separation Evaluating the Benefits of the Locator/Identifier Separation Bruno Quoitin IP Networking Lab Computer Science and Engineering Dept. Université catholique de Louvain, Belgium (bruno.quoitin@uclouvain.be)

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

CSE 461 Midterm Winter 2018

CSE 461 Midterm Winter 2018 CSE 461 Midterm Winter 2018 Your Name: UW Net ID: General Information This is a closed book/laptop examination. You have 50 minutes to answer as many questions as possible. The number in parentheses at

More information

Distributed Systems. 21. Content Delivery Networks (CDN) Paul Krzyzanowski. Rutgers University. Fall 2018

Distributed Systems. 21. Content Delivery Networks (CDN) Paul Krzyzanowski. Rutgers University. Fall 2018 Distributed Systems 21. Content Delivery Networks (CDN) Paul Krzyzanowski Rutgers University Fall 2018 1 2 Motivation Serving web content from one location presents problems Scalability Reliability Performance

More information

Implications of Global IPv4/v6 Routing Table Growth

Implications of Global IPv4/v6 Routing Table Growth Implications of Global IPv4/v6 Routing Table Growth 10/01/2007 2006 Verizon. All Rights Reserved. PT10906. 01/09/06 Jason Schiller schiller@uu.net Sven Maduschke sven.maduschke@verizonbusiness.com IP Core

More information

CS November 2018

CS November 2018 Distributed Systems 21. Delivery Networks (CDN) Paul Krzyzanowski Rutgers University Fall 2018 1 2 Motivation Serving web content from one location presents problems Scalability Reliability Performance

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

On Host Identity Protocol

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

More information

Unit 5 - IPv4/ IPv6 Transition Mechanism(8hr) BCT IV/ II Elective - Networking with IPv6

Unit 5 - IPv4/ IPv6 Transition Mechanism(8hr) BCT IV/ II Elective - Networking with IPv6 5.1 Tunneling 5.1.1 Automatic Tunneling 5.1.2 Configured Tunneling 5.2 Dual Stack 5.3 Translation 5.4 Migration Strategies for Telcos and ISPs Introduction - Transition - the process or a period of changing

More information

Layering and Addressing CS551. Bill Cheng. Layer Encapsulation. OSI Model: 7 Protocol Layers.

Layering and Addressing CS551.  Bill Cheng. Layer Encapsulation. OSI Model: 7 Protocol Layers. Protocols CS551 Layering and Addressing Bill Cheng Set of rules governing communication between network elements (applications, hosts, routers) Protocols define: Format and order of messages Actions taken

More information

IP - The Internet Protocol. Based on the slides of Dr. Jorg Liebeherr, University of Virginia

IP - The Internet Protocol. Based on the slides of Dr. Jorg Liebeherr, University of Virginia IP - The Internet Protocol Based on the slides of Dr. Jorg Liebeherr, University of Virginia Orientation IP (Internet Protocol) is a Network Layer Protocol. IP: The waist of the hourglass IP is the waist

More information

TCP/IP Protocol Suite 1

TCP/IP Protocol Suite 1 TCP/IP Protocol Suite 1 Stream Control Transmission Protocol (SCTP) TCP/IP Protocol Suite 2 OBJECTIVES: To introduce SCTP as a new transport-layer protocol. To discuss SCTP services and compare them with

More information

Networking and Internetworking 1

Networking and Internetworking 1 Networking and Internetworking 1 To do q q Networks and distributed systems Internet architecture xkcd Internet history Early days ~1960 ARPA sponsored research on computer networking to enable remote

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

Video Streaming with the Stream Control Transmission Protocol (SCTP)

Video Streaming with the Stream Control Transmission Protocol (SCTP) Chair for Network Architectures and Services Department of Informatics Technische Universität München Video Streaming with the Stream Control Transmission Protocol (SCTP) Lothar Braun, Andreas Müller Internet

More information

Naming and addressing in Future Internet

Naming and addressing in Future Internet Naming and addressing in Future Internet 2010. 10. 22 서울대학교유태완 twyou@mmlab.snu.ac.kr Contents Introduction Background Historical point of view Candidate solutions Evolutionary Approach Revolutionary Approach

More information

Chapter 24. Transport-Layer Protocols

Chapter 24. Transport-Layer Protocols Chapter 24. Transport-Layer Protocols 23.1 Introduction 23.2 User Datagram Protocol 23.3 Transmission Control Protocol 23.4 SCTP Computer Networks 24-1 Position of Transport-Layer Protocols UDP is an unreliable

More information

Stream Control Transmission Protocol

Stream Control Transmission Protocol Chapter 13 Stream Control Transmission Protocol Objectives Upon completion you will be able to: Be able to name and understand the services offered by SCTP Understand SCTP s flow and error control and

More information

Intended status: Experimental Expires: January 10, 2013 InTouch N.V. July 9, 2012

Intended status: Experimental Expires: January 10, 2013 InTouch N.V. July 9, 2012 Network Working Group Internet-Draft Intended status: Experimental Expires: January 10, 2013 D. Farinacci D. Meyer cisco Systems J. Snijders InTouch N.V. July 9, 2012 LISP Canonical Address Format (LCAF)

More information

Introduction to TCP/IP networking

Introduction to TCP/IP networking Introduction to TCP/IP networking TCP/IP protocol family IP : Internet Protocol UDP : User Datagram Protocol RTP, traceroute TCP : Transmission Control Protocol HTTP, FTP, ssh What is an internet? A set

More information

Separating identifiers from locators to scale the Internet

Separating identifiers from locators to scale the Internet Separating identifiers from locators to scale the Internet Olivier Bonaventure Department of Computing Science and Engineering Université catholique de Louvain (UCL) Place Sainte-Barbe, 2, B-1348, Louvain-la-Neuve

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

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

LISP Router IPv6 Configuration Commands

LISP Router IPv6 Configuration Commands ipv6 alt-vrf, page 2 ipv6 etr, page 4 ipv6 etr accept-map-request-mapping, page 6 ipv6 etr map-cache-ttl, page 8 ipv6 etr map-server, page 10 ipv6 itr, page 13 ipv6 itr map-resolver, page 15 ipv6 map-cache-limit,

More information

Internet Engineering Task Force (IETF) Request for Comments: Cisco Systems January 2013

Internet Engineering Task Force (IETF) Request for Comments: Cisco Systems January 2013 Internet Engineering Task Force (IETF) Request for Comments: 6831 Category: Experimental ISSN: 2070-1721 D. Farinacci D. Meyer J. Zwiebel S. Venaas Cisco Systems January 2013 The Locator/ID Separation

More information

Lecture 6. Internet Security: How the Internet works and some basic vulnerabilities. Thursday 19/11/2015

Lecture 6. Internet Security: How the Internet works and some basic vulnerabilities. Thursday 19/11/2015 Lecture 6 Internet Security: How the Internet works and some basic vulnerabilities Thursday 19/11/2015 Agenda Internet Infrastructure: Review Basic Security Problems Security Issues in Routing Internet

More information

EC441 Fall 2018 Introduction to Computer Networking Chapter4: Network Layer Data Plane

EC441 Fall 2018 Introduction to Computer Networking Chapter4: Network Layer Data Plane EC441 Fall 2018 Introduction to Computer Networking Chapter4: Network Layer Data Plane This presentation is adapted from slides produced by Jim Kurose and Keith Ross for their book, Computer Networking:

More information