Figure 6.11 Configuration for Example 4

Slides:



Advertisements
Similar presentations
Delivery and Forwarding of
Advertisements

1 Chapter 22 Network layer Delivery, Forwarding and Routing.
The subnet /28 has been selected to be further subnetted to support point-to-point serial links. What is the maximum number of serial links.
ECE 4110 – Internetwork Programming TCP/IP Protocol (cont’d)
TCP/IP Protocol Suite 1 Chapter 7 Upon completion you will be able to: ARP and RARP Understand the need for ARP Understand the cases in which ARP is used.
TCP/IP Protocol Suite 1 Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Chapter 18 Host Configuration: DHCP.
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
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.
© N. Ganesan, All rights reserved. Chapter IP Routing.
© Jörg Liebeherr ECE 1545 Forwarding in IP Networks.
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.
Fall 2006Computer Networks19-1 Chapter 19. Host-to-Host Delivery: Internetworking, Addressing, and Routing 19.1 Internetworks 19.2 Addressing 19.3 Routing.
Routing Table CCNA Exploration Semester 2 Chapter 8
Connecting Networks © 2004 Cisco Systems, Inc. All rights reserved. Exploring How IP Address Protocols Work INTRO v2.0—4-1.
22.1 Chapter 22 Network Layer: Delivery, Forwarding, and Routing Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
 Ping - Transmits four 32 byte packets to target computer ◦ Measures response time ◦ Returns IP address of target computer ◦ Example: ping uottawa.ca.
TCP/IP Protocol Suite 1 Change the following IP addresses from binary notation to dotted-decimal notation. a b
18-WAN Technologies and Dynamic routing Dr. John P. Abraham Professor UTPA.
Copyright © Lopamudra Roychoudhuri
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
Delivery, Forwarding, and Routing of IP Packets
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.
TCP/IP Protocol Suite 1 Chapter 10 Upon completion you will be able to: Internet Group Management Protocol Know the purpose of IGMP Know the types of IGMP.
Internet Protocol: Routing IP Datagrams Chapter 8.
1 © 2004, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.1 Module 8 TCP/IP Suite Error and Control Messages.
1 Kyung Hee University Chapter 6 Delivery Forwarding, and Routing of IP Packets.
Hour 5 Subnetting 1. you will be able to Explain how subnets and supernets are used Explain the benefits of subnetting Develop a subnet mask that meets.
1 Lecture, November 20, 2002 Message Delivery to Processes Internet Addressing Address resolution protocol (ARP) Dynamic host reconfiguration protocol.
Delivery and Forwarding Chapter 18 COMP 3270 Computer Networks Computing Science Thompson Rivers University.
22.1 Network Layer Delivery, Forwarding, and Routing.
Cisco Routers Routers collectively provide the main feature of the network layer—the capability to forward packets end-to-end through a network. routers.
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.
Configuration for routing example
Behrouz A. Forouzan TCP/IP Protocol Suite, 3rd Ed.
COMPUTER NETWORKS CS610 Lecture-27 Hammad Khalid Khan.
Chapter 6 Delivery & Forwarding of IP Packets
Host Configuration: BOOTP and DHCP
ARP and RARP Objectives Chapter 7 Upon completion you will be able to:
Forwarding and Routing IP Packets
PART IV Network Layer.
Interconnecting Networks with TCP/IP
Chapter 6 – Routing.
Chapter 6 Delivery & Forwarding of IP Packets
5 Network Layer Part II Computer Networks Tutun Juhana
Chapter 6 Delivery & Forwarding of IP Packets
UNIT III ROUTING.
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, Forwarding, and Routing of IP Packets
Delivery and Forwarding of
18-WAN Technologies and Dynamic routing
Introduction to networking (Yarnfield)
Chapter 10 IGMP Prof. Choong Seon HONG.
Net 323 D: Networks Protocols
Delivery, Forwarding, and Routing of IP Packets
The Routing Table: A Closer Look
Example 9 (Continued) 1. The first mask (/26) is applied to the destination address. The result is , which does not match the corresponding network.
Subnets in TCP/IP Networks © N. Ganesan, Ph.D.
Delivery, Forwarding, and Routing of IP Packets
Figure 6.6 Default routing
Longest Mask Matching What happens if one of the organizations is not geographically close to the others, like in Figure No problem, as long as the.
See Next Slide Example 13 (continued)
Presentation transcript:

Figure 6.11 Configuration for Example 4 TCP/IP Protocol Suite

Example 5 The router in Figure 6.11 receives a packet with destination address 145.14.32.78. Show how the packet is forwarded. Solution The mask is /18. After applying the mask, the subnet address is 145.14.0.0. The packet is delivered to ARP with the next-hop address 145.14.32.78 and the outgoing interface m0. TCP/IP Protocol Suite

Example 6 A host in network 145.14.0.0 in Figure 6.11 has a packet to send to the host with address 7.22.67.91. Show how the packet is routed. Solution The router receives the packet and applies the mask (/18). The network address is 7.22.64.0. The table is searched and the address is not found. The router uses the address of the default router (not shown in figure) and sends the packet to that router. TCP/IP Protocol Suite

In classful addressing we can have a routing table with three columns. Note: In classful addressing we can have a routing table with three columns. In classless addressing, we need at least four columns. TCP/IP Protocol Suite

Figure 6.12 Simplified forwarding module in classless address TCP/IP Protocol Suite

Solution Table 6.1 shows the corresponding table. Example 7 Make a routing table for router R1 using the configuration in Figure 6.13. See Next Slide Solution Table 6.1 shows the corresponding table. See the table after the figure. TCP/IP Protocol Suite

Figure 6.13 Configuration for Example 7 TCP/IP Protocol Suite

Table 6.1 Routing table for router R1 in Figure 6.13 TCP/IP Protocol Suite

Example 8 Show the forwarding process if a packet arrives at R1 in Figure 6.13 with the destination address 180.70.65.140. Solution TCP/IP Protocol Suite

Solution The router performs the following steps: Example 9 Show the forwarding process if a packet arrives at R1 in Figure 6.13 with the destination address 201.4.22.35. Solution The router performs the following steps: See Next Slide TCP/IP Protocol Suite