network layer tanenbaum

83
The Network Layer Chapter 5

Upload: mahesh-kumar-chelimilla

Post on 13-Apr-2017

183 views

Category:

Engineering


18 download

TRANSCRIPT

Page 1: Network layer tanenbaum

The Network Layer

Chapter 5

Page 2: Network layer tanenbaum

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

Page 3: Network layer tanenbaum

Store-and-Forward Packet Switching

The environment of the network layer protocols.

fig 5-1

Page 4: Network layer tanenbaum

Implementation of Connectionless Service

Routing within a diagram subnet.

Page 5: Network layer tanenbaum

Implementation of Connection-Oriented Service

Routing within a virtual-circuit subnet.

Page 6: Network layer tanenbaum

Comparison of Virtual-Circuit and Datagram Subnets

5-4

Page 7: Network layer tanenbaum

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

Page 8: Network layer tanenbaum

Routing Algorithms (2)

Conflict between fairness and optimality.

Page 9: Network layer tanenbaum

The Optimality Principle

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

Page 10: Network layer tanenbaum

Shortest Path Routing

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

Page 11: Network layer tanenbaum

Flooding

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

5-8 top

Page 12: Network layer tanenbaum

Flooding (2)

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

5-8 bottom

Page 13: Network layer tanenbaum

Distance Vector Routing

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

Page 14: Network layer tanenbaum

Distance Vector Routing (2)

The count-to-infinity problem.

Page 15: Network layer tanenbaum

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.

Page 16: Network layer tanenbaum

Learning about the Neighbors

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

Page 17: Network layer tanenbaum

Measuring Line Cost

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

Page 18: Network layer tanenbaum

Building Link State Packets

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

Page 19: Network layer tanenbaum

Distributing the Link State Packets

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

Page 20: Network layer tanenbaum

Hierarchical Routing

Hierarchical routing.

Page 21: Network layer tanenbaum

Broadcast Routing

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

Page 22: Network layer tanenbaum

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.

Page 23: Network layer tanenbaum

Routing for Mobile Hosts

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

Page 24: Network layer tanenbaum

Routing for Mobile Hosts (2)

Packet routing for mobile users.

Page 25: Network layer tanenbaum

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.

Page 26: Network layer tanenbaum

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.

Page 27: Network layer tanenbaum

Route Discovery (2)

Format of a ROUTE REQUEST packet.

Page 28: Network layer tanenbaum

Route Discovery (3)

Format of a ROUTE REPLY packet.

Page 29: Network layer tanenbaum

Route Maintenance

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

Page 30: Network layer tanenbaum

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.

Page 31: Network layer tanenbaum

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

Page 32: Network layer tanenbaum

Congestion

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

Page 33: Network layer tanenbaum

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.

Page 34: Network layer tanenbaum

Congestion Prevention Policies

Policies that affect congestion.

5-26

Page 35: Network layer tanenbaum

Congestion Control in Virtual-Circuit Subnets

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

Page 36: Network layer tanenbaum

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.

Page 37: Network layer tanenbaum

Jitter Control

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

Page 38: Network layer tanenbaum

Quality of Service

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

Page 39: Network layer tanenbaum

Requirements

How stringent the quality-of-service requirements are.

5-30

Page 40: Network layer tanenbaum

Buffering

Smoothing the output stream by buffering packets.

Page 41: Network layer tanenbaum

The Leaky Bucket Algorithm

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

Page 42: Network layer tanenbaum

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.

Page 43: Network layer tanenbaum

The Token Bucket Algorithm

(a) Before. (b) After.

5-34

Page 44: Network layer tanenbaum

Admission Control

An example of flow specification.

5-34

Page 45: Network layer tanenbaum

Packet Scheduling

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

Page 46: Network layer tanenbaum

RSVP-The ReSerVation Protocol

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

Page 47: Network layer tanenbaum

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.

Page 48: Network layer tanenbaum

Expedited Forwarding

Expedited packets experience a traffic-free network.

Page 49: Network layer tanenbaum

Assured Forwarding

A possible implementation of the data flow for assured forwarding.

Page 50: Network layer tanenbaum

Label Switching and MPLS

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

Page 51: Network layer tanenbaum

Internetworking

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

Page 52: Network layer tanenbaum

Connecting Networks

A collection of interconnected networks.

Page 53: Network layer tanenbaum

How Networks Differ

Some of the many ways networks can differ.

5-43

Page 54: Network layer tanenbaum

How Networks Can Be Connected

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

Page 55: Network layer tanenbaum

Concatenated Virtual Circuits

Internetworking using concatenated virtual circuits.

Page 56: Network layer tanenbaum

Connectionless Internetworking

A connectionless internet.

Page 57: Network layer tanenbaum

Tunneling

Tunneling a packet from Paris to London.

Page 58: Network layer tanenbaum

Tunneling (2)

Tunneling a car from France to England.

Page 59: Network layer tanenbaum

Internetwork Routing

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

Page 60: Network layer tanenbaum

Fragmentation

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

Page 61: Network layer tanenbaum

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.

Page 62: Network layer tanenbaum

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

Page 63: Network layer tanenbaum

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.

Page 64: Network layer tanenbaum

Collection of Subnetworks

The Internet is an interconnected collection of many networks.

Page 65: Network layer tanenbaum

The IP Protocol

The IPv4 (Internet Protocol) header.

Page 66: Network layer tanenbaum

The IP Protocol (2)

Some of the IP options.

5-54

Page 67: Network layer tanenbaum

IP Addresses

IP address formats.

Page 68: Network layer tanenbaum

IP Addresses (2)

Special IP addresses.

Page 69: Network layer tanenbaum

Subnets

A campus network consisting of LANs for various departments.

Page 70: Network layer tanenbaum

Subnets (2)

A class B network subnetted into 64 subnets.

Page 71: Network layer tanenbaum

CDR – Classless InterDomain Routing

A set of IP address assignments.

5-59

Page 72: Network layer tanenbaum

NAT – Network Address Translation

Placement and operation of a NAT box.

Page 73: Network layer tanenbaum

Internet Control Message Protocol

The principal ICMP message types.

5-61

Page 74: Network layer tanenbaum

ARP– The Address Resolution Protocol

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

Page 75: Network layer tanenbaum

Dynamic Host Configuration Protocol

Operation of DHCP.

Page 76: Network layer tanenbaum

OSPF – The Interior Gateway Routing Protocol

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

Page 77: Network layer tanenbaum

OSPF (2)

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

Page 78: Network layer tanenbaum

OSPF (3)

The five types of OSPF messeges.

5-66

Page 79: Network layer tanenbaum

BGP – The Exterior Gateway Routing Protocol

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

Page 80: Network layer tanenbaum

The Main IPv6 Header

The IPv6 fixed header (required).

Page 81: Network layer tanenbaum

Extension Headers

IPv6 extension headers.

5-69

Page 82: Network layer tanenbaum

Extension Headers (2)

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

Page 83: Network layer tanenbaum

Extension Headers (3)

The extension header for routing.