CSE 3214: Computer Network Protocols and Applications Network Layer

Similar documents
Chapter 4 Network Layer

CMSC 332 Computer Networks Network Layer

Chapter 4. Computer Networking: A Top Down Approach 5 th edition. Jim Kurose, Keith Ross Addison-Wesley, sl April 2009.

CMPE 150/L : Introduction to Computer Networks. Chen Qian Computer Engineering UCSC Baskin Engineering Lecture 11

Computer Networks. Instructor: Niklas Carlsson

Key Network-Layer Functions

Network layer overview

Lecture 7. Network Layer. Network Layer 1-1

HW3 and Quiz. P14, P24, P26, P27, P28, P31, P37, P43, P46, P55, due at 3:00pm with both soft and hard copies, 11/11/2013 (Monday) TCP), 20 mins

Lecture 4 - Network Layer. Transport Layer. Outline. Introduction. Notes. Notes. Notes. Notes. Networks and Security. Jacob Aae Mikkelsen

Topic 4a Router Operation and Scheduling. Ch4: Network Layer: The Data Plane. Computer Networking: A Top Down Approach

Chapter 4: network layer

Last time. Wireless link-layer. Introduction. Characteristics of wireless links wireless LANs networking. Cellular Internet access

CSC 4900 Computer Networks: Network Layer

Chapter 4 Network Layer: The Data Plane

Network Layer: outline

Chapter 4 Network Layer

Data Communication & Networks G Session 7 - Main Theme Networks: Part I Circuit Switching, Packet Switching, The Network Layer

CSC 401 Data and Computer Communications Networks

TDTS06: computer Networks

Chapter 4 Network Layer: The Data Plane. Part A. Computer Networking: A Top Down Approach

Chapter 4: network layer. Network service model. Two key network-layer functions. Network layer. Input port functions. Router architecture overview

NETWORK LAYER DATA PLANE

Chapter 4 Network Layer: The Data Plane

Last time. BGP policy. Broadcast / multicast routing. Link virtualization. Spanning trees. Reverse path forwarding, pruning Tunneling

internet technologies and standards

Communication Networks ( ) / Fall 2013 The Blavatnik School of Computer Science, Tel-Aviv University. Allon Wagner

The Network Layer and Routers

Lecture 16: Network Layer Overview, Internet Protocol

Chapter 4 Network Layer

Router Architecture Overview

Network Layer: Data Plane 4-2

CSCE 463/612 Networks and Distributed Processing Spring 2018

COMP211 Chapter 4 Network Layer: The Data Plane

Data Communications & Networks. Session 7 Main Theme Networks: Part I Circuit Switching, Packet Switching, The Network Layer

Master Course Computer Networks IN2097

1-1. Switching Networks (Fall 2010) EE 586 Communication and. October 25, Lecture 24

Lecture 3. The Network Layer (cont d) Network Layer 1-1

Chapter 4 Network Layer

Network Superhighway CSCD 330. Network Programming Winter Lecture 13 Network Layer. Reading: Chapter 4

Chapter 4 Network Layer

Routers: Forwarding EECS 122: Lecture 13

Routers: Forwarding EECS 122: Lecture 13

Router Architecture Overview

Chapter 4 Network Layer

Course on Computer Communication and Networks. Lecture 6 Network Layer part 1: Data Plane Chapter 4 (7/e) (6/e Ch4-first part)

Routers. Session 12 INST 346 Technologies, Infrastructure and Architecture

Network Layer Introduction

Network Layer: Router Architecture, IP Addressing

Chapter 4: Network Layer

internet technologies and standards

CMPE 150/L : Introduction to Computer Networks. Chen Qian Computer Engineering UCSC Baskin Engineering Lecture 12

Chapter 4 Network Layer: The Data Plane

Lecture 8. Network Layer (cont d) Network Layer 1-1

Computer Networks LECTURE 10 ICMP, SNMP, Inside a Router, Link Layer Protocols. Assignments INTERNET CONTROL MESSAGE PROTOCOL

Chapter 4: Network Layer

CSC358 Week 6. Adapted from slides by J.F. Kurose and K. W. Ross. All material copyright J.F Kurose and K.W. Ross, All Rights Reserved

CSCD 330 Network Programming

CSCE 463/612 Networks and Distributed Processing Spring 2018

Network Layer: Chapter 4. The Data Plane. Computer Networking: A Top Down Approach

Chapter 4 Network Layer: The Data Plane

Chapter 4 Network Layer: The Data Plane

LS Example 5 3 C 5 A 1 D

Introduction to Computer Networking. Guy Leduc. Chapter 4 Network Layer: The Data Plane. Chapter 4: Network Layer Data Plane

Chapter 4: Network Layer

Chapter 4 Network Layer: The Data Plane

UNIT III THE NETWORK LAYER

Chapter 4 Network Layer: The Data Plane

CS 43: Computer Networks. 20: The Network Layer November 5, 2018

CSCI Computer Networks Fall 2016

Network Layer PREPARED BY AHMED ABDEL-RAOUF

Network Layer Enhancements

CS 3516: Advanced Computer Networks

Internetworking With TCP/IP

Routing, Routers, Switching Fabrics

The Network Layer Forwarding Tables and Switching Fabric

Network Layer: Control/data plane, addressing, routers

The Network Layer. Antonio Carzaniga. April 22, Faculty of Informatics University of Lugano Antonio Carzaniga

4.2 Virtual Circuit and Datagram Networks

Master Course Computer Networks IN2097

TOC: Switching & Forwarding

Chapter 4 Network Layer: The Data Plane

Part 5: Link Layer Technologies. CSE 3461: Introduction to Computer Networking Reading: Chapter 5, Kurose and Ross

CS 43: Computer Networks The Network Layer. Kevin Webb Swarthmore College November 2, 2017

TOC: Switching & Forwarding

EECS 122: Introduction to Computer Networks Switch and Router Architectures. Today s Lecture

Generic Architecture. EECS 122: Introduction to Computer Networks Switch and Router Architectures. Shared Memory (1 st Generation) Today s Lecture

Chapter 4: Network Layer

EPL606. Internetworking. Part 2a. 1Network Layer

Module 3 Network Layer CS755! 3-1!

Network Technology 1 5th - Network Layer. Mario Lombardo -

ECE 158A: Lecture 7. Fall 2015

Chapter 4 Network Layer

Internet Multicast Routing

Chapter 3 Transport, Network and Link Layers

Chapter 4: Network Layer. Chapter 4 Network Layer. Chapter 4: Network Layer. Network layer. Chapter goals:

CPSC 826 Internetworking. The Network Layer: Routing & Addressing Outline. The Network Layer

CS555, Spring /5/2005. April 12, 2005 No classes attend Senior Design Projects conference. Chapter 4 roadmap. Internet AS Hierarchy

BROADBAND AND HIGH SPEED NETWORKS

GOALS Understand principles behind network layer services: Network layer service models Forwarding versus routing How a router works Routing (path sel

Transcription:

CSE 314: Computer Network Protocols and Applications Network Layer Dr. Peter Lian, Professor Department of Computer Science and Engineering York University Email: peterlian@cse.yorku.ca Office: 101C Lassonde Building Course website: http://wiki.cse.yorku.ca/ course_archive/01-13/w/314 Chapter 4: layer chapter goals: understand principles behind layer services: layer service models forwarding versus routing how a router works routing (path selection) broadcast, multicast instantiation, implementation in the Internet Network Layer 4-1

Chapter 4: outline 4.1 introduction 4. virtual circuit and datagram s 4.3 what s inside a router 4.4 IP: Internet Protocol datagram format IPv4 addressing ICMP IPv6 4.5 routing algorithms link state distance vector hierarchical routing 4.6 routing in the Internet RIP OSPF BGP 4.7 broadcast and multicast routing Network Layer 4-3 Network layer transport segment from sending to receiving host on sending side encapsulates segments into datagrams on receiving side, delivers segments to transport layer layer protocols in every host, router router examines header fields in all IP datagrams passing through it application transport Network Layer 4-4 application transport

Two key -layer functions forwarding: move packets from router s input to appropriate router output routing: determine route taken by packets from source to dest. routing algorithms analogy: routing: process of planning trip from source to dest forwarding: process of getting through single interchange Network Layer 4-5 Interplay between routing and forwarding routing algorithm local forwarding table header value output link 0100 0101 0111 1001 3 1 routing algorithm determines end-end-path through forwarding table determines local forwarding at this router value in arriving packet s header 0111 3 1 Network Layer 4-6 3

Connection setup 3 rd important function in some architectures: ATM, frame relay, X.5 before datagrams flow, two end hosts and intervening routers establish virtual connection routers get involved vs transport layer connection service: : between two hosts (may also involve intervening routers in case of VCs) transport: between two processes Network Layer 4-7 Network service model Q: What service model for channel transporting datagrams from sender to receiver? example services for individual datagrams: guaranteed delivery guaranteed delivery with less than 40 msec delay example services for a flow of datagrams: in-order datagram delivery guaranteed minimum bandwidth to flow restrictions on changes in inter-packet spacing Network Layer 4-8 4

Network layer service models: Network Architecture Service Model Bandwidth Guarantees? Loss Order Timing Congestion feedback Internet ATM ATM ATM ATM best effort CBR VBR ABR UBR ne constant rate guaranteed rate guaranteed minimum ne (inferred via loss) congestion congestion Network Layer 4-9 Chapter 4: outline 4.1 introduction 4. virtual circuit and datagram s 4.3 what s inside a router 4.4 IP: Internet Protocol datagram format IPv4 addressing ICMP IPv6 4.5 routing algorithms link state distance vector hierarchical routing 4.6 routing in the Internet RIP OSPF BGP 4.7 broadcast and multicast routing Network Layer 4-10 5

Connection, connection-less service datagram provides -layer connectionless service virtual-circuit provides -layer connection service analogous to TCP/UDP connecton-oriented / connectionless transport-layer services, but: service: host-to-host choice: provides one or the other implementation: in core Network Layer 4-11 Virtual circuits source-to-dest path behaves much like telephone circuit performance-wise actions along source-to-dest path call setup, teardown for each call before data can flow each packet carries VC identifier (t destination host address) every router on source-dest path maintains state for each passing connection link, router resources (bandwidth, buffers) may be allocated to VC (dedicated resources = predictable service) Network Layer 4-1 6

VC implementation a VC consists of: 1. path from source to destination. VC numbers, one number for each link along path 3. entries in forwarding tables in routers along path packet belonging to VC carries VC number (rather than dest address) VC number can be changed on each link. new VC number comes from forwarding table Network Layer 4-13 VC forwarding table forwarding table in rthwest router: VC number interface number 1 1 3 3 Incoming interface Incoming VC # Outgoing interface Outgoing VC # 1 1 3 63 1 18 3 7 17 1 97 3 87 VC routers maintain connection state information! Network Layer 4-14 7

Virtual circuits: signaling protocols used to setup, maintain teardown VC used in ATM, frame-relay, X.5 t used in today s Internet application transport 5. data flow begins 6. receive data 4. call connected 3. accept call 1. initiate call. incoming call application transport Network Layer 4-15 Datagram s call setup at layer routers: state about end-to-end connections -level concept of connection packets forwarded using destination host address application transport 1. send datagrams. receive datagrams application transport Network Layer 4-16 8

Datagram forwarding table routing algorithm local forwarding table dest address output link address-range 1 address-range address-range 3 address-range 4 3 1 4 billion IP addresses, so rather than list individual destination address list range of addresses (aggregate table entries) IP destination address in arriving packet s header 1 3 Network Layer 4-17 Datagram forwarding table Destination Address Range 11001000 00010111 00010000 00000000 through 11001000 00010111 00010111 11111111 11001000 00010111 00011000 00000000 through 11001000 00010111 00011000 11111111 11001000 00010111 00011001 00000000 through 11001000 00010111 00011111 11111111 otherwise Link Interface 0 1 3 Q: but what happens if ranges don t divide up so nicely? Network Layer 4-18 9

Longest prefix matching longest prefix matching when looking for forwarding table entry for given destination address, use longest address prefix that matches destination address. Destination Address Range 11001000 00010111 00010*** ********* 11001000 00010111 00011000 ********* 11001000 00010111 00011*** ********* otherwise examples: DA: 11001000 00010111 00010110 10100001 DA: 11001000 00010111 00011000 10101010 Link interface 0 1 3 which interface? which interface? Network Layer 4-19 Datagram or VC : why? Internet (datagram) data exchange among computers elastic service, strict timing req. many link types different characteristics uniform service difficult smart end systems (computers) can adapt, perform control, error recovery simple inside, complexity at edge ATM (VC) evolved from telephony human conversation: strict timing, reliability requirements need for guaranteed service dumb end systems telephones complexity inside Network Layer 4-0 10

Chapter 4: outline 4.1 introduction 4. virtual circuit and datagram s 4.3 what s inside a router 4.4 IP: Internet Protocol datagram format IPv4 addressing ICMP IPv6 4.5 routing algorithms link state distance vector hierarchical routing 4.6 routing in the Internet RIP OSPF BGP 4.7 broadcast and multicast routing Network Layer 4-1 Router architecture overview two key router functions: run routing algorithms/protocol (RIP, OSPF, BGP) forwarding datagrams from incoming to outgoing link forwarding tables computed, pushed to input ports routing processor routing, management control plane (software) forwarding data plane (hardware) high-seed switching fabric router input ports router output ports Network Layer 4-11

Input port functions line termination link layer protocol (receive) lookup, forwarding queueing switch fabric layer: bit-level reception layer: e.g., Ethernet see chapter 5 decentralized switching: given datagram dest., lookup output port using forwarding table in input port memory ( match plus action ) goal: complete input port processing at line speed queuing: if datagrams arrive faster than forwarding rate into switch fabric Network Layer 4-3 Switching fabrics transfer packet from input buffer to appropriate output buffer switching rate: rate at which packets can be transfer from inputs to outputs often measured as multiple of input/output line rate N inputs: switching rate N times line rate desirable three types of switching fabrics memory memory bus crossbar Network Layer 4-4 1

Switching via memory first generation routers: traditional computers with switching under direct control of CPU packet copied to system s memory speed limited by memory bandwidth ( bus crossings per datagram) input port (e.g., Ethernet) memory output port (e.g., Ethernet) system bus Network Layer 4-5 Switching via a bus datagram from input port memory to output port memory via a shared bus bus contention: switching speed limited by bus bandwidth 3 Gbps bus, Cisco 5600: sufficient speed for access and enterprise routers bus Network Layer 4-6 13

Switching via interconnection overcome bus bandwidth limitations banyan s, crossbar, other interconnection nets initially developed to connect processors in multiprocessor advanced design: fragmenting datagram into fixed length cells, switch cells through the fabric. Cisco 1000: switches 60 Gbps through the interconnection crossbar Network Layer 4-7 Output ports switch fabric datagram buffer queueing link layer protocol (send) line termination buffering required when datagrams arrive from fabric faster than the transmission rate scheduling discipline chooses among queued datagrams for transmission Network Layer 4-8 14

Output port queueing switch fabric switch fabric at t, packets more from input to output one packet time later buffering when arrival rate via switch exceeds output line speed queueing (delay) and loss due to output port buffer overflow! Network Layer 4-9 How much buffering? RFC 3439 rule of thumb: average buffering equal to typical RTT (say 50 msec) times link capacity C e.g., C = 10 Gpbs link:.5 Gbit buffer recent recommendation: with N flows, buffering equal to RTT. C N Network Layer 4-30 15

Input port queuing fabric slower than input ports combined -> queueing may occur at input queues queueing delay and loss due to input buffer overflow! Head-of-the-Line (HOL) blocking: queued datagram at front of queue prevents others in queue from moving forward switch fabric switch fabric output port contention: only one red datagram can be transferred. lower red packet is blocked one packet time later: green packet experiences HOL blocking Network Layer 4-31 16