network layer, virtual circuits - montana techchapter 4: network layer chapter goals: understand...

20
Network layer, virtual circuits 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 Reserved 1 2 3 0111 value in arriving packet's header routing algorithm local forwarding table header value output link 0100 0101 0111 1001 3 2 2 1

Upload: others

Post on 12-Mar-2020

24 views

Category:

Documents


2 download

TRANSCRIPT

Page 1: Network layer, virtual circuits - Montana TechChapter 4: network layer Chapter goals: Understand principles behind network layer: Network layer service models Forwarding versus routing

Network layer, virtual circuits

Computer Networking: A Top Down Approach 6th edition

Jim Kurose, Keith Ross

Addison-Wesley Some materials copyright 1996-2012

J.F Kurose and K.W. Ross, All Rights Reserved

1

2 3

0111

value in arriving packet's header

routing algorithm

local forwarding table

header value output link

0100 0101 0111 1001

3 2 2 1

Page 2: Network layer, virtual circuits - Montana TechChapter 4: network layer Chapter goals: Understand principles behind network layer: Network layer service models Forwarding versus routing

Chapter 4: network layer

Chapter goals:

Understand principles behind network layer:

Network layer service models

Forwarding versus routing

How a router works

Routing (path selection)

Broadcast, multicast

Instantiation, implementation in the Internet

application

transport

network

link

physical

2

Page 3: Network layer, virtual circuits - Montana TechChapter 4: network layer Chapter goals: Understand principles behind network layer: Network layer service models Forwarding versus routing

4.1 Introduction

4.2 Virtual circuit and datagram networks

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

Chapter 4: outline

3

Page 4: Network layer, virtual circuits - Montana TechChapter 4: network layer Chapter goals: Understand principles behind network layer: Network layer service models Forwarding versus routing

Transport segment from sending to receiving host

On sending side encapsulates segments into datagrams

On receiving side, delivers segments to transport layer

Network layer protocols in every host, router

Router examines header fields in all IP datagrams passing through it

application transport network data link physical

application transport network data link physical

network data link physical

network data link physical

network data link physical

network data link physical

network data link physical

network data link physical

network data link physical

network data link physical

network data link physical

network data link physical

network data link physical

Network layer

4

Page 5: Network layer, virtual circuits - Montana TechChapter 4: network layer Chapter goals: Understand principles behind network layer: Network layer service models Forwarding versus routing

Two key network-layer functions

• Forwarding: – Move packets from

router's input to appropriate output

• Routing: – Determine route

taken by packets from source to destination

– Routing algorithms

5

Page 6: Network layer, virtual circuits - Montana TechChapter 4: network layer Chapter goals: Understand principles behind network layer: Network layer service models Forwarding versus routing

1

2 3

0111

value in arriving packet's header

routing algorithm

local forwarding table

header value output link

0100 0101 0111 1001

3 2 2 1

Routing algorithm determines end-end-path through network

Forwarding table determines local forwarding at this router

Interplay: routing and forwarding

6

Page 7: Network layer, virtual circuits - Montana TechChapter 4: network layer Chapter goals: Understand principles behind network layer: Network layer service models Forwarding versus routing

3rd important function in some networks: ATM, frame relay, X.25

Before datagrams flow

Two end hosts and routers get involved

Establish a virtual connection between two hosts

Network vs. transport layer connections:

Network:

Between two hosts (may also involve intervening routers in case of VCs)

Transport:

Between two processes

Connection setup

7

Page 8: Network layer, virtual circuits - Montana TechChapter 4: network layer Chapter goals: Understand principles behind network layer: Network layer service models Forwarding versus routing

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

Example services for a flow of datagrams:

In-order datagram delivery

Guaranteed minimum bandwidth to flow

Restrictions on changes in inter-packet spacing

8

Page 9: Network layer, virtual circuits - Montana TechChapter 4: network layer Chapter goals: Understand principles behind network layer: Network layer service models Forwarding versus routing

Network Architecture

Internet

ATM

ATM

ATM

ATM

Service Model best effort CBR VBR ABR UBR

Bandwidth none constant rate guaranteed rate guaranteed minimum none

Loss no yes yes no no

Order no yes yes yes yes

Timing no yes yes no no

Congestion feedback no (inferred via loss) no congestion no congestion yes no

Guarantees ?

Network layer server models

9

Page 10: Network layer, virtual circuits - Montana TechChapter 4: network layer Chapter goals: Understand principles behind network layer: Network layer service models Forwarding versus routing

Connection, connection-less service

Datagram network provides network-layer connectionless service

Virtual-circuit network provides network-layer connection service

Analogous to TCP/UDP transport-layer, but:

Service: Host-to-host

No choice: Network provides one or the other

Implementation: In network core

10

Page 11: Network layer, virtual circuits - Montana TechChapter 4: network layer Chapter goals: Understand principles behind network layer: Network layer service models Forwarding versus routing

• Call setup, teardown for each call before data can flow

• Each packet carries VC identifier – Not destination host address

• Every router on path maintains state for each passing connection

• Link, router resources may be allocated to VC – e.g. bandwidth, buffers

– Dedicated resources = predictable service

Source-to-destination path behaves much like telephone circuit

– Performance-wise

– Network actions along path

Virtual circuits

11

Page 12: Network layer, virtual circuits - Montana TechChapter 4: network layer Chapter goals: Understand principles behind network layer: Network layer service models Forwarding versus routing

Virtual Circuit (VC) consists of:

1. Path from source to destination

2. VC numbers, one number for each link along path

3. Entries in forwarding tables in routers along path

Packet belonging to a VC

Carries VC number (rather than dest address)

VC number can be changed on each link

New VC number comes from forwarding table

VC implementation

12

Page 13: Network layer, virtual circuits - Montana TechChapter 4: network layer Chapter goals: Understand principles behind network layer: Network layer service models Forwarding versus routing

12 22 32

1 2

3

VC number

interface number

Incoming interface Incoming VC # Outgoing interface Outgoing VC #

1 12 3 22 2 63 1 18 3 7 2 17 1 97 3 87 … … … …

Forwarding table in northwest router:

VC routers maintain connection state information!

VC forwarding table

13

Page 14: Network layer, virtual circuits - Montana TechChapter 4: network layer Chapter goals: Understand principles behind network layer: Network layer service models Forwarding versus routing

application transport network data link physical

• Used to setup, maintain, teardown VC

• Used in ATM, frame-relay, X.25

• Not used in today's Internet

1. initiate call 2. incoming call 3. accept call 4. call connected

5. data flow begins 6. receive data application transport network data link physical

Virtual circuits: signaling protocols

14

Page 15: Network layer, virtual circuits - Montana TechChapter 4: network layer Chapter goals: Understand principles behind network layer: Network layer service models Forwarding versus routing

Establishing a connection

• Network admin based

– Virtual circuit is permanent

– Setup by admin and long-lived

• Host setup

– Host sends messages into network (signaling)

– Avoids the need for admin involvement

15

Page 16: Network layer, virtual circuits - Montana TechChapter 4: network layer Chapter goals: Understand principles behind network layer: Network layer service models Forwarding versus routing

Admin setup example • Admin finds path A → B, sets up tables in switch 1-3

16

Switch Incoming

Interface

Incoming

VC

Outgoing

Interface

Outgoing

VC

1 2 5 1 9

2 3 9 2 7

3 0 7 1 4

5 7

4

9

Page 17: Network layer, virtual circuits - Montana TechChapter 4: network layer Chapter goals: Understand principles behind network layer: Network layer service models Forwarding versus routing

Signaling

• Signaling

– Real networks too large for manual setup

– "Permanent" VCs established by admin using signaling

– Temporary VCs established by one of the hosts

17

Page 18: Network layer, virtual circuits - Montana TechChapter 4: network layer Chapter goals: Understand principles behind network layer: Network layer service models Forwarding versus routing

Signaling

• Signaling process – Assume switches know network topology

– A sends message to switch 1 with address B

– Each switch on path to B adds VC table entry

– Signaling back from B to A sets up reverse path

– Connection terminated via teardown message

18

Page 19: Network layer, virtual circuits - Montana TechChapter 4: network layer Chapter goals: Understand principles behind network layer: Network layer service models Forwarding versus routing

Connection-oriented

• Advantages:

– Before data flows, A knows B is alive and well

– Resources can be preallocated for the circuit

– VC identifiers small compared to 48-bit MAC

– Could provide different quality of service (QoS)

• Disadvantages:

– One RTT to establish connection

– Link or switch failure breaks connection

19

Page 20: Network layer, virtual circuits - Montana TechChapter 4: network layer Chapter goals: Understand principles behind network layer: Network layer service models Forwarding versus routing

Network layer

Provides host-to-host connectivity

Runs on all hosts and routers on the Internet

Forwarding vs. routing

Virtual circuits

Connection-oriented network

Pre-allocate resources along path from source to dest

Not used extensively in modern networks

Datagram networks

Conectionless network

More next time…

Summary

20