Chapter 5 The Network Layer 1 Network Layer Design Isues - - PowerPoint PPT Presentation

chapter 5
SMART_READER_LITE
LIVE PREVIEW

Chapter 5 The Network Layer 1 Network Layer Design Isues - - PowerPoint PPT Presentation

Chapter 5 The Network Layer 1 Network Layer Design Isues Store-and-Forward Packet Switching Services Provided to the Transport Layer Implementation of Connectionless Service Implementation of Connection-Oriented Service


slide-1
SLIDE 1

The Network Layer

Chapter 5

1

slide-2
SLIDE 2

Network Layer Design Isues

  • Store-and-Forward Packet Switching
  • Services Provided to the Transport Layer
  • Implementation of Connectionless Service
  • Implementation of Connection-Oriented Service
  • Comparison of Virtual-Circuit and Datagram Subnets

2

slide-3
SLIDE 3

Store-and-Forward Packet Switching

The environment of the network layer protocols. fig 5-1

3

slide-4
SLIDE 4

Implementation of Connectionless Service

Routing within a diagram subnet.

4

slide-5
SLIDE 5

Implementation of Connection-Oriented Service

Routing within a virtual-circuit subnet.

5

slide-6
SLIDE 6

Comparison of Virtual-Circuit and Datagram Subnets

5-4

6

slide-7
SLIDE 7

Routing Algorithms

  • The Optimality Principle
  • Shortest Path Routing
  • Flooding
  • Distance Vector Routing
  • Link State Routing
  • Hierarchical Routing
  • Broadcast Routing
  • Multicast Routing
  • Routing for Mobile Hosts
  • Routing in Ad Hoc Networks

7

slide-8
SLIDE 8

Routing Algorithms (2)

Conflict between fairness and optimality.

8

slide-9
SLIDE 9

The Optimality Principle

(a) A subnet. (b) A sink tree for router B.

9

slide-10
SLIDE 10

Shortest Path Routing

The first 5 steps used in computing the shortest path from A to D. The arrows indicate the working node.

10

slide-11
SLIDE 11

Flooding

Dijkstra's algorithm to compute the shortest path through a graph. 5-8 top

11

slide-12
SLIDE 12

Flooding (2)

Dijkstra's algorithm to compute the shortest path through a graph. 5-8 bottom

12

slide-13
SLIDE 13

Distance Vector Routing

(a) A subnet. (b) Input from A, I, H, K, and the new routing table for J.

13

slide-14
SLIDE 14

Distance Vector Routing (2)

The count-to-infinity problem.

14

slide-15
SLIDE 15

Link State Routing

Each router must do the following: 1. Discover its neighbors, learn their network address. 2. Measure the delay or cost to each of its neighbors. 3. Construct a packet telling all it has just learned. 4. Send this packet to all other routers. 5. Compute the shortest path to every other router.

15

slide-16
SLIDE 16

Learning about the Neighbors

(a) Nine routers and a LAN. (b) A graph model of (a).

16

slide-17
SLIDE 17

Measuring Line Cost

A subnet in which the East and West parts are connected by two lines.

17

slide-18
SLIDE 18

Building Link State Packets

(a) A subnet. (b) The link state packets for this subnet.

18

slide-19
SLIDE 19

Distributing the Link State Packets

The packet buffer for router B in the previous slide (Fig. 5-13).

19

slide-20
SLIDE 20

Hierarchical Routing

Hierarchical routing.

20

slide-21
SLIDE 21

Broadcast Routing

Reverse path forwarding. (a) A subnet. (b) a Sink tree. (c) The tree built by reverse path forwarding.

21

slide-22
SLIDE 22

Multicast Routing

(a) A network. (b) A spanning tree for the leftmost router. (c) A multicast tree for group 1. (d) A multicast tree for group 2.

22

slide-23
SLIDE 23

Routing for Mobile Hosts

A WAN to which LANs, MANs, and wireless cells are attached.

23

slide-24
SLIDE 24

Routing for Mobile Hosts (2)

Packet routing for mobile users.

24

slide-25
SLIDE 25

Routing in Ad Hoc Networks

Possibilities when the routers are mobile:

  • 1. Military vehicles on battlefield.

– No infrastructure.

  • 2. A fleet of ships at sea.

– All moving all the time

  • 3. Emergency works at earthquake .

– The infrastructure destroyed.

4. A gathering of people with notebook computers.

– In an area lacking 802.11.

25

slide-26
SLIDE 26

Route Discovery

a) (a) Range of A's broadcast. b) (b) After B and D have received A's broadcast. c) (c) After C, F, and G have received A's broadcast. d) (d) After E, H, and I have received A's broadcast. Shaded nodes are new recipients. Arrows show possible reverse routes.

26

slide-27
SLIDE 27

Route Discovery (2)

Format of a ROUTE REQUEST packet.

27

slide-28
SLIDE 28

Route Discovery (3)

Format of a ROUTE REPLY packet.

28

slide-29
SLIDE 29

Route Maintenance

(a) D's routing table before G goes down. (b) The graph after G has gone down.

29

slide-30
SLIDE 30

Node Lookup in Peer-to-Peer Networks

(a) A set of 32 node identifiers arranged in a circle. The shaded ones correspond to actual machines. The arcs show the fingers from nodes 1, 4, and 12. The labels on the arcs are the table indices. (b) Examples of the finger tables.

30

slide-31
SLIDE 31

Congestion Control Algorithms

  • General Principles of Congestion Control
  • Congestion Prevention Policies
  • Congestion Control in Virtual-Circuit Subnets
  • Congestion Control in Datagram Subnets
  • Load Shedding
  • Jitter Control

31

slide-32
SLIDE 32

Congestion

When too much traffic is offered, congestion sets in and performance degrades sharply.

32

slide-33
SLIDE 33

General Principles of Congestion Control

  • 1. Monitor the system .

– detect when and where congestion occurs.

  • 2. Pass information to where action can be taken.
  • 3. Adjust system operation to correct the problem.

33

slide-34
SLIDE 34

Congestion Prevention Policies

Policies that affect congestion. 5-26

34

slide-35
SLIDE 35

Congestion Control in Virtual-Circuit Subnets

(a) A congested subnet. (b) A redrawn subnet, eliminates congestion and a virtual circuit from A to B.

35

slide-36
SLIDE 36

Hop-by-Hop Choke Packets

(a) A choke packet that affects

  • nly the source.

(b) A choke packet that affects each hop it passes through.

36

slide-37
SLIDE 37

Jitter Control

(a) High jitter. (b) Low jitter.

37

slide-38
SLIDE 38

Quality of Service

  • Requirements
  • Techniques for Achieving Good Quality of Service
  • Integrated Services
  • Differentiated Services
  • Label Switching and MPLS

38

slide-39
SLIDE 39

Requirements

How stringent the quality-of-service requirements are. 5-30

39

slide-40
SLIDE 40

Buffering

Smoothing the output stream by buffering packets.

40

slide-41
SLIDE 41

The Leaky Bucket Algorithm

(a) A leaky bucket with water. (b) a leaky bucket with packets.

41

slide-42
SLIDE 42

The Leaky Bucket Algorithm

(a) Input to a leaky bucket. (b) Output from a leaky

  • bucket. Output from a token

bucket with capacities of (c) 250 KB, (d) 500 KB, (e) 750 KB, (f) Output from a 500KB token bucket feeding a 10-MB/sec leaky bucket.

42

slide-43
SLIDE 43

The Token Bucket Algorithm

(a) Before. (b) After. 5-34

43

slide-44
SLIDE 44

Admission Control

An example of flow specification. 5-34

44

slide-45
SLIDE 45

Packet Scheduling

(a) A router with five packets queued for line O. (b) Finishing times for the five packets.

45

slide-46
SLIDE 46

RSVP-The ReSerVation Protocol

(a) A network, (b) The multicast spanning tree for host 1. (c) The multicast spanning tree for host 2.

46

slide-47
SLIDE 47

RSVP-The ReSerVation Protocol (2)

(a) Host 3 requests a channel to host 1. (b) Host 3 then requests a second channel, to host 2. (c) Host 5 requests a channel to host 1.

47

slide-48
SLIDE 48

Expedited Forwarding

Expedited packets experience a traffic-free network.

48

slide-49
SLIDE 49

Assured Forwarding

A possible implementation of the data flow for assured forwarding.

49

slide-50
SLIDE 50

Label Switching and MPLS

Transmitting a TCP segment using IP, MPLS, and PPP.

50

slide-51
SLIDE 51

Internetworking

  • How Networks Differ
  • How Networks Can Be Connected
  • Concatenated Virtual Circuits
  • Connectionless Internetworking
  • Tunneling
  • Internetwork Routing
  • Fragmentation

51

slide-52
SLIDE 52

Connecting Networks

A collection of interconnected networks.

52

slide-53
SLIDE 53

How Networks Differ

Some of the many ways networks can differ. 5-43

53

slide-54
SLIDE 54

How Networks Can Be Connected

(a) Two Ethernets connected by a switch. (b) Two Ethernets connected by routers.

54

slide-55
SLIDE 55

Concatenated Virtual Circuits

Internetworking using concatenated virtual circuits.

55

slide-56
SLIDE 56

Connectionless Internetworking

A connectionless internet.

56

slide-57
SLIDE 57

Tunneling

Tunneling a packet from Paris to London.

57

slide-58
SLIDE 58

Tunneling (2)

Tunneling a car from France to England.

58

slide-59
SLIDE 59

Internetwork Routing

(a) An internetwork. (b) A graph of the internetwork.

59

slide-60
SLIDE 60

Fragmentation

(a) Transparent fragmentation. (b) Nontransparent fragmentation.

60

slide-61
SLIDE 61

Fragmentation (2)

Fragmentation when the elementary data size is 1 byte. (a) Original packet, containing 10 data bytes. (b) Fragments after passing through a network with maximum packet size of 8 payload bytes plus header. (c) Fragments after passing through a size 5 gateway.

61

slide-62
SLIDE 62

The Network Layer in the Internet

  • The IP Protocol
  • IP Addresses
  • Internet Control Protocols
  • OSPF – The Interior Gateway Routing Protocol
  • BGP – The Exterior Gateway Routing Protocol
  • Internet Multicasting
  • Mobile IP
  • IPv6

62

slide-63
SLIDE 63

Design Principles for Internet

1. Make sure it works. 2. Keep it simple. 3. Make clear choices. 4. Exploit modularity. 5. Expect heterogeneity. 6. Avoid static options and parameters. 7. Look for a good design; it need not be perfect. 8. Be strict when sending and tolerant when receiving. 9. Think about scalability.

  • 10. Consider performance and cost.

63

slide-64
SLIDE 64

Collection of Subnetworks

The Internet is an interconnected collection of many networks.

64

slide-65
SLIDE 65

The IP Protocol

The IPv4 (Internet Protocol) header.

65

slide-66
SLIDE 66

The IP Protocol (2)

Some of the IP options. 5-54

66

slide-67
SLIDE 67

IP Addresses

IP address formats.

67

slide-68
SLIDE 68

IP Addresses (2)

Special IP addresses.

68

slide-69
SLIDE 69

Subnets

A campus network consisting of LANs for various departments.

69

slide-70
SLIDE 70

Subnets (2)

A class B network subnetted into 64 subnets.

70

slide-71
SLIDE 71

CDR – Classless InterDomain Routing

A set of IP address assignments. 5-59

71

slide-72
SLIDE 72

NAT – Network Address Translation

Placement and operation of a NAT box.

72

slide-73
SLIDE 73

Internet Control Message Protocol

The principal ICMP message types. 5-61

73

slide-74
SLIDE 74

ARP– The Address Resolution Protocol

Three interconnected /24 networks: two Ethernets and an FDDI ring.

74

slide-75
SLIDE 75

Dynamic Host Configuration Protocol

Operation of DHCP.

75

slide-76
SLIDE 76

OSPF – The Interior Gateway Routing Protocol

(a) An autonomous system. (b) A graph representation of (a).

76

slide-77
SLIDE 77

OSPF (2)

The relation between ASes, backbones, and areas in OSPF.

77

slide-78
SLIDE 78

OSPF (3)

The five types of OSPF messeges. 5-66

78

slide-79
SLIDE 79

BGP – The Exterior Gateway Routing Protocol

(a) A set of BGP routers. (b) Information sent to F.

79

slide-80
SLIDE 80

The Main IPv6 Header

The IPv6 fixed header (required).

80

slide-81
SLIDE 81

Extension Headers

IPv6 extension headers. 5-69

81

slide-82
SLIDE 82

Extension Headers (2)

The hop-by-hop extension header for large datagrams (jumbograms).

82

slide-83
SLIDE 83

Extension Headers (3)

The extension header for routing.

83