+ All Categories
Home > Documents > The Network Layer Chapter 5 1/4/2016.

The Network Layer Chapter 5 1/4/2016.

Date post: 21-Jan-2016
Category:
Upload: fay-holland
View: 217 times
Download: 0 times
Share this document with a friend
Popular Tags:
83
The Network Layer Chapter 5 12/29/21 www.ishuchita.com 1
Transcript
Page 1: The Network Layer Chapter 5 1/4/2016.

The Network Layer

Chapter 5

04/21/23 www.ishuchita.com 1

Page 2: The Network Layer Chapter 5 1/4/2016.

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

04/21/23 www.ishuchita.com 2

Page 3: The Network Layer Chapter 5 1/4/2016.

Store-and-Forward Packet Switching

The environment of the network layer protocols.

fig 5-1

04/21/23 www.ishuchita.com 3

Page 4: The Network Layer Chapter 5 1/4/2016.

Implementation of Connectionless Service

Routing within a diagram subnet.04/21/23 www.ishuchita.com 4

Page 5: The Network Layer Chapter 5 1/4/2016.

Implementation of Connection-Oriented Service

Routing within a virtual-circuit subnet.04/21/23 www.ishuchita.com 5

Page 6: The Network Layer Chapter 5 1/4/2016.

Comparison of Virtual-Circuit and Datagram Subnets

5-4

04/21/23 www.ishuchita.com 6

Page 7: The Network Layer Chapter 5 1/4/2016.

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

04/21/23 www.ishuchita.com 7

Page 8: The Network Layer Chapter 5 1/4/2016.

Routing Algorithms (2)

Conflict between fairness and optimality.04/21/23 www.ishuchita.com 8

Page 9: The Network Layer Chapter 5 1/4/2016.

The Optimality Principle

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

04/21/23 www.ishuchita.com 9

Page 10: The Network Layer Chapter 5 1/4/2016.

Shortest Path Routing

The first 5 steps used in computing the shortest path from A to D. The arrows indicate the working node.04/21/23 www.ishuchita.com 10

Page 11: The Network Layer Chapter 5 1/4/2016.

Flooding

Dijkstra's algorithm to compute the shortest path through a graph.

5-8 top

04/21/23 www.ishuchita.com 11

Page 12: The Network Layer Chapter 5 1/4/2016.

Flooding (2)

Dijkstra's algorithm to compute the shortest path through a graph.

5-8 bottom

04/21/23 www.ishuchita.com 12

Page 13: The Network Layer Chapter 5 1/4/2016.

Distance Vector Routing

(a) A subnet. (b) Input from A, I, H, K, and the new routing table for J.04/21/23 www.ishuchita.com 13

Page 14: The Network Layer Chapter 5 1/4/2016.

Distance Vector Routing (2)

The count-to-infinity problem.04/21/23 www.ishuchita.com 14

Page 15: The Network Layer Chapter 5 1/4/2016.

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.

04/21/23 www.ishuchita.com 15

Page 16: The Network Layer Chapter 5 1/4/2016.

Learning about the Neighbors

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

04/21/23 www.ishuchita.com 16

Page 17: The Network Layer Chapter 5 1/4/2016.

Measuring Line Cost

A subnet in which the East and West parts are connected by two lines.04/21/23 www.ishuchita.com 17

Page 18: The Network Layer Chapter 5 1/4/2016.

Building Link State Packets

(a) A subnet. (b) The link state packets for this subnet.04/21/23 www.ishuchita.com 18

Page 19: The Network Layer Chapter 5 1/4/2016.

Distributing the Link State Packets

The packet buffer for router B in the previous slide (Fig. 5-13).04/21/23 www.ishuchita.com 19

Page 20: The Network Layer Chapter 5 1/4/2016.

Hierarchical Routing

Hierarchical routing.04/21/23 www.ishuchita.com 20

Page 21: The Network Layer Chapter 5 1/4/2016.

Broadcast Routing

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

04/21/23 www.ishuchita.com 21

Page 22: The Network Layer Chapter 5 1/4/2016.

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.04/21/23 www.ishuchita.com 22

Page 23: The Network Layer Chapter 5 1/4/2016.

Routing for Mobile Hosts

A WAN to which LANs, MANs, and wireless cells are attached.04/21/23 www.ishuchita.com 23

Page 24: The Network Layer Chapter 5 1/4/2016.

Routing for Mobile Hosts (2)

Packet routing for mobile users.04/21/23 www.ishuchita.com 24

Page 25: The Network Layer Chapter 5 1/4/2016.

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.

04/21/23 www.ishuchita.com 25

Page 26: The Network Layer Chapter 5 1/4/2016.

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.04/21/23 www.ishuchita.com 26

Page 27: The Network Layer Chapter 5 1/4/2016.

Route Discovery (2)

Format of a ROUTE REQUEST packet.

04/21/23 www.ishuchita.com 27

Page 28: The Network Layer Chapter 5 1/4/2016.

Route Discovery (3)

Format of a ROUTE REPLY packet.

04/21/23 www.ishuchita.com 28

Page 29: The Network Layer Chapter 5 1/4/2016.

Route Maintenance

(a) D's routing table before G goes down.(b) The graph after G has gone down.04/21/23 www.ishuchita.com 29

Page 30: The Network Layer Chapter 5 1/4/2016.

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.04/21/23 www.ishuchita.com 30

Page 31: The Network Layer Chapter 5 1/4/2016.

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

04/21/23 www.ishuchita.com 31

Page 32: The Network Layer Chapter 5 1/4/2016.

Congestion

When too much traffic is offered, congestion sets in and performance degrades sharply.04/21/23 www.ishuchita.com 32

Page 33: The Network Layer Chapter 5 1/4/2016.

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.

04/21/23 www.ishuchita.com 33

Page 34: The Network Layer Chapter 5 1/4/2016.

Congestion Prevention Policies

Policies that affect congestion.

5-26

04/21/23 www.ishuchita.com 34

Page 35: The Network Layer Chapter 5 1/4/2016.

Congestion Control in Virtual-Circuit Subnets

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

04/21/23 www.ishuchita.com 35

Page 36: The Network Layer Chapter 5 1/4/2016.

Hop-by-Hop Choke Packets

(a) A choke packet that affects only the source.

(b) A choke packet that affects each hop it passes through.04/21/23 www.ishuchita.com 36

Page 37: The Network Layer Chapter 5 1/4/2016.

Jitter Control

(a) High jitter. (b) Low jitter.04/21/23 www.ishuchita.com 37

Page 38: The Network Layer Chapter 5 1/4/2016.

Quality of Service

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

04/21/23 www.ishuchita.com 38

Page 39: The Network Layer Chapter 5 1/4/2016.

Requirements

How stringent the quality-of-service requirements are.

5-30

04/21/23 www.ishuchita.com 39

Page 40: The Network Layer Chapter 5 1/4/2016.

Buffering

Smoothing the output stream by buffering packets.04/21/23 www.ishuchita.com 40

Page 41: The Network Layer Chapter 5 1/4/2016.

The Leaky Bucket Algorithm

(a) A leaky bucket with water. (b) a leaky bucket with packets.04/21/23 www.ishuchita.com 41

Page 42: The Network Layer Chapter 5 1/4/2016.

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.

04/21/23 www.ishuchita.com 42

Page 43: The Network Layer Chapter 5 1/4/2016.

The Token Bucket Algorithm

(a) Before. (b) After.

5-34

04/21/23 www.ishuchita.com 43

Page 44: The Network Layer Chapter 5 1/4/2016.

Admission Control

An example of flow specification.

5-34

04/21/23 www.ishuchita.com 44

Page 45: The Network Layer Chapter 5 1/4/2016.

Packet Scheduling

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

04/21/23 www.ishuchita.com 45

Page 46: The Network Layer Chapter 5 1/4/2016.

RSVP-The ReSerVation Protocol

(a) A network, (b) The multicast spanning tree for host 1. (c) The multicast spanning tree for host 2.04/21/23 www.ishuchita.com 46

Page 47: The Network Layer Chapter 5 1/4/2016.

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.04/21/23 www.ishuchita.com 47

Page 48: The Network Layer Chapter 5 1/4/2016.

Expedited Forwarding

Expedited packets experience a traffic-free network.04/21/23 www.ishuchita.com 48

Page 49: The Network Layer Chapter 5 1/4/2016.

Assured Forwarding

A possible implementation of the data flow for assured forwarding.04/21/23 www.ishuchita.com 49

Page 50: The Network Layer Chapter 5 1/4/2016.

Label Switching and MPLS

Transmitting a TCP segment using IP, MPLS, and PPP.04/21/23 www.ishuchita.com 50

Page 51: The Network Layer Chapter 5 1/4/2016.

Internetworking

• How Networks Differ

• How Networks Can Be Connected

• Concatenated Virtual Circuits

• Connectionless Internetworking

• Tunneling

• Internetwork Routing

• Fragmentation

04/21/23 www.ishuchita.com 51

Page 52: The Network Layer Chapter 5 1/4/2016.

Connecting Networks

A collection of interconnected networks.04/21/23 www.ishuchita.com 52

Page 53: The Network Layer Chapter 5 1/4/2016.

How Networks Differ

Some of the many ways networks can differ.

5-43

04/21/23 www.ishuchita.com 53

Page 54: The Network Layer Chapter 5 1/4/2016.

How Networks Can Be Connected

(a) Two Ethernets connected by a switch. (b) Two Ethernets connected by routers.04/21/23 www.ishuchita.com 54

Page 55: The Network Layer Chapter 5 1/4/2016.

Concatenated Virtual Circuits

Internetworking using concatenated virtual circuits.04/21/23 www.ishuchita.com 55

Page 56: The Network Layer Chapter 5 1/4/2016.

Connectionless Internetworking

A connectionless internet.04/21/23 www.ishuchita.com 56

Page 57: The Network Layer Chapter 5 1/4/2016.

Tunneling

Tunneling a packet from Paris to London.04/21/23 www.ishuchita.com 57

Page 58: The Network Layer Chapter 5 1/4/2016.

Tunneling (2)

Tunneling a car from France to England.04/21/23 www.ishuchita.com 58

Page 59: The Network Layer Chapter 5 1/4/2016.

Internetwork Routing

(a) An internetwork. (b) A graph of the internetwork.04/21/23 www.ishuchita.com 59

Page 60: The Network Layer Chapter 5 1/4/2016.

Fragmentation

(a) Transparent fragmentation. (b) Nontransparent fragmentation.04/21/23 www.ishuchita.com 60

Page 61: The Network Layer Chapter 5 1/4/2016.

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.04/21/23 www.ishuchita.com 61

Page 62: The Network Layer Chapter 5 1/4/2016.

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

• IPv604/21/23 www.ishuchita.com 62

Page 63: The Network Layer Chapter 5 1/4/2016.

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.04/21/23 www.ishuchita.com 63

Page 64: The Network Layer Chapter 5 1/4/2016.

Collection of Subnetworks

The Internet is an interconnected collection of many networks.04/21/23 www.ishuchita.com 64

Page 65: The Network Layer Chapter 5 1/4/2016.

The IP Protocol

The IPv4 (Internet Protocol) header.04/21/23 www.ishuchita.com 65

Page 66: The Network Layer Chapter 5 1/4/2016.

The IP Protocol (2)

Some of the IP options.

5-54

04/21/23 www.ishuchita.com 66

Page 67: The Network Layer Chapter 5 1/4/2016.

IP Addresses

IP address formats.04/21/23 www.ishuchita.com 67

Page 68: The Network Layer Chapter 5 1/4/2016.

IP Addresses (2)

Special IP addresses.04/21/23 www.ishuchita.com 68

Page 69: The Network Layer Chapter 5 1/4/2016.

Subnets

A campus network consisting of LANs for various departments.04/21/23 www.ishuchita.com 69

Page 70: The Network Layer Chapter 5 1/4/2016.

Subnets (2)

A class B network subnetted into 64 subnets.

04/21/23 www.ishuchita.com 70

Page 71: The Network Layer Chapter 5 1/4/2016.

CDR – Classless InterDomain Routing

A set of IP address assignments.

5-59

04/21/23 www.ishuchita.com 71

Page 72: The Network Layer Chapter 5 1/4/2016.

NAT – Network Address Translation

Placement and operation of a NAT box.04/21/23 www.ishuchita.com 72

Page 73: The Network Layer Chapter 5 1/4/2016.

Internet Control Message Protocol

The principal ICMP message types.

5-61

04/21/23 www.ishuchita.com 73

Page 74: The Network Layer Chapter 5 1/4/2016.

ARP– The Address Resolution Protocol

Three interconnected /24 networks: two Ethernets and an FDDI ring.04/21/23 www.ishuchita.com 74

Page 75: The Network Layer Chapter 5 1/4/2016.

Dynamic Host Configuration Protocol

Operation of DHCP.04/21/23 www.ishuchita.com 75

Page 76: The Network Layer Chapter 5 1/4/2016.

OSPF – The Interior Gateway Routing Protocol

(a) An autonomous system. (b) A graph representation of (a).04/21/23 www.ishuchita.com 76

Page 77: The Network Layer Chapter 5 1/4/2016.

OSPF (2)

The relation between ASes, backbones, and areas in OSPF.04/21/23 www.ishuchita.com 77

Page 78: The Network Layer Chapter 5 1/4/2016.

OSPF (3)

The five types of OSPF messeges.

5-66

04/21/23 www.ishuchita.com 78

Page 79: The Network Layer Chapter 5 1/4/2016.

BGP – The Exterior Gateway Routing Protocol

(a) A set of BGP routers. (b) Information sent to F.04/21/23 www.ishuchita.com 79

Page 80: The Network Layer Chapter 5 1/4/2016.

The Main IPv6 Header

The IPv6 fixed header (required).04/21/23 www.ishuchita.com 80

Page 81: The Network Layer Chapter 5 1/4/2016.

Extension Headers

IPv6 extension headers.

5-69

04/21/23 www.ishuchita.com 81

Page 82: The Network Layer Chapter 5 1/4/2016.

Extension Headers (2)

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

04/21/23 www.ishuchita.com 82

Page 83: The Network Layer Chapter 5 1/4/2016.

Extension Headers (3)

The extension header for routing.

04/21/23 www.ishuchita.com 83


Recommended