Delivery and Routing of IP Packets

Slides:



Advertisements
Similar presentations
1 Chapter 22 Network layer Delivery, Forwarding and Routing.
Advertisements

Chapter 22 Network Layer: Delivery, Forwarding, and Routing.
ECE 4110 – Internetwork Programming TCP/IP Protocol (cont’d)
Mod 10 – Routing Protocols
Routing and Routing Protocols Introduction to Static Routing.
IP Routing: an Introduction. Quiz
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
Institute of Technology Sligo - Dept of Computing Chapter 11 Layer 3 Protocols Paul Flynn.
© 2007 Cisco Systems, Inc. All rights reserved.ICND1 v1.0—4-1 LAN Connections Exploring the Functions of Routing.
OSPF To route, a router needs to do the following: Know the destination address Identify the sources it can learn from Discover possible.
Each computer and router interface maintains an ARP table for Layer 2 communication The ARP table is only effective for the broadcast domain (or LAN)
Fall 2006Computer Networks19-1 Chapter 19. Host-to-Host Delivery: Internetworking, Addressing, and Routing 19.1 Internetworks 19.2 Addressing 19.3 Routing.
© 2007 Cisco Systems, Inc. All rights reserved.ICND1 v1.0—5-1 WAN Connections Enabling Static Routing.
CCNA 1 version 3.0 Rick Graziani Cabrillo College
M.Menelaou CCNA2 ROUTING. M.Menelaou ROUTING Routing is the process that a router uses to forward packets toward the destination network. A router makes.
1 Chapter Overview Routing Principles. Understanding Routing--important Routing refers to the process of taking a packet from one device and sending it.
The Saigon CTT Semester 1 CHAPTER 11 Le Chi Trung.
Copyright © Lopamudra Roychoudhuri
資 管 Lee Lesson 5 IP Packets: Delivery and Routing IP Layer operation.
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.
10/8/2015CST Computer Networks1 IP Routing CST 415.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2003 Chapter 6 Delivery and Routing 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
1 Network Layer Lecture 13 Imran Ahmed University of Management & Technology.
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.
Routing and Routing Protocols PJC CCNA Semester 2 Ver. 3.0 by William Kelly.
1 © 2004, Cisco Systems, Inc. All rights reserved. CCNA 1 Module 10 Routing Fundamentals and Subnets.
Routing Algorithms Lecture Static/ Dynamic, Direct/ Indirect, Shortest Path Routing, Flooding, Distance Vector Routing, Link State Routing, Hierarchical.
Computer Networks 0110-IP Gergely Windisch
22.1 Network Layer Delivery, Forwarding, and Routing.
1 Layer 3: Protocols Honolulu Community College Cisco Academy Training Center Semester 1 Version
Cisco Routers Routers collectively provide the main feature of the network layer—the capability to forward packets end-to-end through a network. routers.
VCC Semester 1 CHAPTER 11. VCC  Content Layer 3 Devices ARP concept Network layer services Routed and routing protocols Protocol analyzer.
Fall, 2001CS 6401 Switching and Routing Outline Routing overview Store-and-Forward switches Virtual circuits vs. Datagram switching.
Behrouz A. Forouzan TCP/IP Protocol Suite, 3rd Ed.
Kapitel 19: Routing. Kapitel 21: Routing Protocols
IP Routing using Packet Tracer Simulator
Chapter 6 Delivery & Forwarding of IP Packets
Network Layer, and Logical Addresses
Static and Default Routing
Network layer Jarkom Dasar – Week 6 Aisyatul Karima, 2012.
Network Fundamentals – Chapter 5
Chapter 4 Introduction to Network Layer
Routing Protocols (RIP, OSPF, and BGP)
Routing and Routing Protocols: Routing Static
Forwarding and Routing IP Packets
PART IV Network Layer.
COMP 3270 Computer Networks
Chapter 6 – Routing.
Introduction to Networking
CCNA 2 v3.1 Module 6 Routing and Routing Protocols
5 Network Layer Part II Computer Networks Tutun Juhana
Network Layer Path Determination.
Enabling Static Routing
Chapter 6 Delivery & Forwarding of IP Packets
CHAPTER 10.
Delivery, Forwarding, and Routing
Routing and Routing Protocols: Routing Static
Chapter 4 Introduction to Network Layer
Subject Name: Computer Communication Networks Subject Code: 10EC71
Delivery and Routing of IP Packets
After 3.2 Revised
Static and Default Routing
Net 323 D: Networks Protocols
Delivery, Forwarding, and Routing of IP Packets
Delivery, Forwarding, and Routing of IP Packets
Chapter 1 Introduction Networking Architecture Overview.
Presentation transcript:

Delivery and Routing of IP Packets VI Delivery and Routing of IP Packets

Delivery Mean  the physical forwarding of packet Concepts : Connectionless and connection-oriented service Direct and indirect delivery

Connectionless vs Connection-oriented service Delivery is accomplish using either connectionless or connection-oriented service Connection-oriented: Network layer protocol first establish connection After that, a sequence of packets can be sent one after another. A packet is logically connected to the packet traveling before it and to a packet traveling after it When all packet have been delivered, the connection is terminated Route of a sequence of packet can be made only once, when the connection is established. Routers do not have to recalculated the route for each individual packet

Connectionless The network protocol treats each packet independently, with each packet having no relationship to any other packet. Packets may not travel the same path to their destination IP protocol is a connectionless protocol. It is designed this way because IP, as an internetwork protocol, may have to deliver the packets through several heterogeneous network If IP were to be connection-oriented, all of networks in the internet should also be connection-oriented, which is not the case

Direct versus Indirect Delivery

Figure 6-1

Figure 6-2

Routing Methods Next- Hop routing Network-specific routing Host-specific routing Default routing

Figure 4-3

Network specific routing Figure 6-4 Network specific routing

Figure 6-5 Host specific routing

Figure 6-6 Default routing

Static vs Dynamic Routing Static routing table contains information entered manually ADM enters the route for each destination in table When a table is created, it cannot update automatically when there is a change in the internet Can be used in a small internet or in an experimental internet for troubleshooting Dynamics routing table is updated periodically using one of the dynamic routing protocol such a RIP, OSPF, or BGP Whenever there is a change in the internet, such as shut down of a routers or breaking of a link, the dynamic routing protocols update all of the tables in the routers (and eventually in the host)

Figure 6-7

Figure 6-8

Figure 6-9