5 Network Layer Part II Computer Networks Tutun Juhana

Slides:



Advertisements
Similar presentations
1 IP Forwarding Relates to Lab 3. Covers the principles of end-to-end datagram delivery in IP networks.
Advertisements

Discussion Monday ( ). ver length 32 bits data (variable length, typically a TCP or UDP segment) 16-bit identifier header checksum time to live.
Delivery and Forwarding of
1 Chapter 22 Network layer Delivery, Forwarding and Routing.
Chapter 18 Introduction to Network Layer 18.# 1
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”,
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.
© 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.
Network Redundancy Multiple paths may exist between systems. Redundancy is not a requirement of a packet switching network. Redundancy was part of the.
ARP Scenarios CIS 81 and CST 311 Rick Graziani Fall 2005.
22.1 Chapter 22 Network Layer: Delivery, Forwarding, and Routing Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
18-WAN Technologies and Dynamic routing Dr. John P. Abraham Professor UTPA.
Copyright © Lopamudra Roychoudhuri
資 管 Lee Lesson 5 IP Packets: Delivery and Routing IP Layer operation.
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.
Routing Table : closer look w.lilakiatsakun. Sample Routing Table Static Route Dynamic Routing Protocol (RIP) Directly Connected Network Administrative.
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.
Delivery, Forwarding, and Routing of IP Packets
McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Network Layer: 19.1 Internetworks 19.2 Addressing Classful, Classless addressing, NAT 19.3 Routing.
Basic Routing Principles V1.2. Objectives Understand the function of router Know the basic conception in routing Know the working principle of router.
Internet Protocol: Routing IP Datagrams Chapter 8.
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.
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.
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.
UNIT 4 NETWORK LAYER. Position of network layer 7/8/2016 UNIT-3 : NETWORK LAYER 2.
Configuration for routing example
Chapter 18 Introduction to Network Layer
ROUTING.
Behrouz A. Forouzan TCP/IP Protocol Suite, 3rd Ed.
Chapter 6 Delivery & Forwarding of IP Packets
Network Layer, and Logical Addresses
Transport Layer (Part 2)
6 Network Layer Part III Computer Networks Tutun Juhana
Forwarding and Routing IP Packets
PART IV Network Layer.
4 Network Layer Part I Computer Networks Tutun Juhana
IP Forwarding Covers the principles of end-to-end datagram delivery in IP networks.
Chapter 6 – Routing.
Chapter 6 Delivery & Forwarding of IP Packets
Chapter 6 Delivery & Forwarding of IP Packets
CS 1302 Computer Networks — Unit - 3 — — Network Layer —
IP Forwarding Relates to Lab 3.
Chapter 6 Delivery & Forwarding of IP Packets
Delivery, Forwarding, and Routing
Delivery and Routing of IP Packets
Delivery and Routing of IP Packets
IP Forwarding Relates to Lab 3.
Delivery, Forwarding, and Routing of IP Packets
Delivery and Forwarding of
18-WAN Technologies and Dynamic routing
IP Forwarding Relates to Lab 3.
Net 323 D: Networks Protocols
Routing Fundamentals and Subnets
Delivery, Forwarding, and Routing of IP Packets
IP Forwarding Relates to Lab 3.
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
Presentation transcript:

5 Network Layer Part II Computer Networks Tutun Juhana Telecommunication Engineering School of Electrical Engineering & Informatics Institut Teknologi Bandung Computer Networks

Delivery and Forwarding of IP Packets

Direct Delivery

Indirect Delivery

Forwarding Forwarding means to place the packet in its route to its destination to deliver the packet to the next hop (which can be the final destination or the intermediate connecting device) Two kinds of forwarding The destination address –based forwarding (when IP is used as a connectionless protocol) Label-based forwarding (when the IP is used as a connection-oriented protocol)

Forwarding Based on Destination Address

Forwarding Techniques Next-Hop Method Network-Specific Method Host-Specific Method Default Method To make the size of the routing table manageable

Next-Hop Method The routing table holds only the address of the next hop instead of information about the complete route

Network-Specific Method

Host-Specific Method

Default Method

Forwarding with Classful Addressing

Forwarding without Subnetting

Example 6.2 Router R1 in Figure 6.8 receives a packet with destination address 192.16.7.14. Show how the packet is forwarded Solution The destination address in binary is 11000000 00010000 00000111 00001110. A copy of the address is shifted 28 bits to the right. The result is 00000000 00000000 00000000 00001100 or 12. The destination network is class C. The network address is extracted by masking off the leftmost 24 bits of the destination address; the result is 192.16.7.0. The table for Class C is searched. The network address is found in the first row. The next-hop address 111.15.17.32. and the interface m0 are passed to ARP

Forwarding with Subnetting

Forwarding with Classless Addressing

Address Aggregation In classful addressing, there is only one entry in the routing table for each site outside the organization In classless addressing, it is likely that the number of routing table entries will increase  The increased size of the table results in an increase in the amount of time needed to search the table  to alleviate the problem, the idea of address aggregation was designed

The routing table is sorted from the longest mask to the shortest mask Longest Mask Matching Packet arrives with dest. add.140.24.7.200 By longest mask matching correctly routed to Organization 4 The routing table is sorted from the longest mask to the shortest mask

STRUCTURE OF A ROUTER

Components performs the functions of the network layer

Switching Fabrics