Configuration for routing example

Slides:



Advertisements
Similar presentations
 WAN uses Serial ports  Ethernet Ports:  Straight through  Cross over.
Advertisements

Delivery and Forwarding of
1 Chapter 22 Network layer Delivery, Forwarding and Routing.
ECE 4110 – Internetwork Programming TCP/IP Protocol (cont’d)
A supernetwork.
Routing and Routing Protocols Introduction to Static Routing.
ROUTING PROTOCOL IGRP. REVIEW 4 Purpose of Router –determine best path to destination –pass the frames to the destination 4 Protocols –routed - used by.
Delivery, Forwarding, and Routing
7/3/2015 Unit-3 : Network Layer 1 CS 1302 Computer Networks — Unit - 3 — — Network Layer — Text Book Behrouz.A. Forouzan, “Data communication and Networking”,
E1 1.7 E2 1.8 E4 2.1 E5 2.2 E3 1.5 E6 2.3 E8 3.3 E9 3.4 E7 3.2 EtherIP DASA DATTL Route packet from 1.8 to 3.3.
TCP/IP Protocol Suite 1 Chapter 6 Upon completion you will be able to: Delivery, Forwarding, and Routing of IP Packets Understand the different types of.
© 2007 Cisco Systems, Inc. All rights reserved.ICND1 v1.0—4-1 LAN Connections Constructing a Network Addressing Scheme.
Static Route. Identify Default gateway What is the default gateway for PC1 PC2 r1 r2 PC1PC2.
TCP/IP Protocol Suite 1 Chapter 6 Upon completion you will be able to: Delivery, Forwarding, and Routing of IP Packets Understand the different types of.
TCP/IP Protocol Suite 1 Chapter 6 Upon completion you will be able to: Delivery, Forwarding, and Routing of IP Packets Understand the different types of.
University of the Western Cape Chapter 11: Routing Aleksandar Radovanovic.
Copyright © Lopamudra Roychoudhuri
Routers. What is a Router? A multi-port connectivity device Can connect different types of LANs as well as WANS Works at Layer 3 – Network Layer using.
Delivery, Forwarding, and Routing of IP Packets
Dr. Clincy1 Chapter 6 Delivery & Forwarding of IP Packets Lecture #4 Items you should understand by now – before routing Physical Addressing – with in.
Spring Routing & Switching Umar Kalim Dept. of Communication Systems Engineering 27/03/2007.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2003 Chapter 6 Delivery and Routing of IP Packets.
Chapter 6 Delivery and Forwarding of IP Packets
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 Chapter 6 Delivery and Routing of IP Packets.
1 Routing Table  The seven fields Mask: for finding (sub)network address of the destination l Host-specific routing: (/32) l Default routing:
TCP/IP Protocol Suite 1 Chapter 16 Upon completion you will be able to: Host Configuration: BOOTP and DHCP Know the types of information required by a.
Communications Services Connection Oriented Service  A connection is established  Data is sent or received over this connection  Connection may be terminated.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Network Layer: 19.1 Internetworks 19.2 Addressing Classful, Classless addressing, NAT 19.3 Routing.
1 Kyung Hee University Chapter 6 Delivery Forwarding, and Routing of IP Packets.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Network Layer PART IV.
Ch 22. Routing Direct and Indirect Delivery.
Delivery and Forwarding Chapter 18 COMP 3270 Computer Networks Computing Science Thompson Rivers University.
22.1 Network Layer Delivery, Forwarding, and Routing.
UNIT 4 NETWORK LAYER. Position of network layer 7/8/2016 UNIT-3 : NETWORK LAYER 2.
Behrouz A. Forouzan TCP/IP Protocol Suite, 3rd Ed.
Kapitel 19: Routing. Kapitel 21: Routing Protocols
Chapter 6 Delivery & Forwarding of IP Packets
Static and Default Routing
Host Configuration: BOOTP and DHCP
Forwarding and Routing IP Packets
PART IV Network Layer.
Chapter 6 – Routing.
Chapter 6 Delivery & Forwarding of IP Packets
Introduction to Networking
5 Network Layer Part II Computer Networks Tutun Juhana
CS 1302 Computer Networks — Unit - 3 — — Network Layer —
CS 428 Computer Networking
Finish Monday’s Lecture (Lecture 12) Roll out Project 2 Go over Exam 2
Chapter 6 Delivery & Forwarding of IP Packets
Host Configuration: BOOTP and DHCP
Unit 2: IP addressing (Contd.). Delivery and routing of packets
Delivery, Forwarding, and Routing
Delivery and Routing of IP Packets
Delivery and Routing of IP Packets
After 3.2 Revised
Static and Default Routing
Topological Ordering Algorithm: Example
Delivery, Forwarding, and Routing of IP Packets
Delivery and Forwarding of
Introduction to networking (Yarnfield)
Net 323 D: Networks Protocols
Delivery, Forwarding, and Routing of IP Packets
ECE 544 Project3 Team member.
Topological Ordering Algorithm: Example
Topological Ordering Algorithm: Example
Example 9 (Continued) 1. The first mask (/26) is applied to the destination address. The result is , which does not match the corresponding network.
Figure 6.11 Configuration for Example 4
Delivery, Forwarding, and Routing of IP Packets
Figure 6.6 Default routing
Topological Ordering Algorithm: Example
Presentation transcript:

Configuration for routing example

Mask Dest. Next Hop I. 255.0.0.0 111.0.0.0 -- m0 255.255.255.224 193.14.5.160 - m2 255.255.255.224 193.14.5.192 - m1 ------------------------------------------------------------------------------------- 255.255.255.255 194.17.21.16 111.20.18.14 m0 ------------------------------------------------------------------------------------- 255.255.255.0 192.16.7.0 111.15.17.32 m0 255.255.255.0 194.17.21.0 111.20.18.14 m0 0.0.0.0 0.0.0.0 111.30.31.18 m0

Example 1 Router R1 receives 500 packets for destination 192.16.7.14; the algorithm applies the masks row by row to the destination address until a match (with the value in the second column) is found:

Solution Direct delivery 192.16.7.14 & 255.0.0.0  192.0.0.0 no match Host-specific 192.16.7.14 & 255.255.255.255 192.16.7.14 no match Network-specific 192.16.7.14 & 255.255.255.0 192.16.7.0 match

Example 2 Router R1 receives 100 packets for destination 193.14.5.176; the algorithm applies the masks row by row to the destination address until a match is found:

Solution Direct delivery 193.14.5.176 & 255.0.0.0  193.0.0.0 no match

Example 3 Router R1 receives 20 packets for destination 200.34.12.34; the algorithm applies the masks row by row to the destination address until a match is found:

Solution Direct delivery 200.34.12.34 & 255.0.0.0 200.0.0.0 no match Host-specific 200.34.12.34 & 255.255.255.255 200.34.12.34 no match

Solution Network-specific 200.34.12.34 & 255.255.255.0  200.34.12.0 no match Default 200.34.12.34 & 0.0.0.0  0.0.0.0. match

Make the routing table for router R1 in Figure 6.10 Example 4 Make the routing table for router R1 in Figure 6.10

Figure 6-10 Example 4

Solution Mask Destination Next Hop I. 255.255.0.0 134.18.0.0 -- m0

Make the routing table for router R1 in Figure 6.11 Example 5 Make the routing table for router R1 in Figure 6.11

Figure 6-11 Example 5

Solution Mask Destination Next Hop I. 255.255.255.0 200.8.4.0 ---- m2 ----------------------------------------------------------------------------- 255.255.255.0 80.4.5.0 201.4.10.3 m1 or 200.8.4.12 or m2 ------------------------------------------------------------------------------ 255.255.255.0 80.4.6.0 201.4.10.3 m1 or 200.4.8.12 or m2 ------------------------------------------------------------------------------- 0.0.0.0 0.0.0.0 ???????????? m0

The routing table for router R1 is given below. Draw its topology Example 6 The routing table for router R1 is given below. Draw its topology Mask Destination Next Hop I. 255.255.0.0 110.70.0.0 - m0 255.255.0.0 180.14.0.0 - m2 255.255.0.0 190.17.0.0 - m1 255.255.0.0 130.4.0.0 190.17.6.5 m1 255.255.0.0 140.6.0.0 180.14.2.5 m2 0.0.0.0 0.0.0.0 110.70.4.6 m0

Figure 6-12 Example 6 (Solution)