Chapter 6 – Routing.

Slides:



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

© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 The Routing Table: A Closer Look Routing Protocols and Concepts – Chapter.
Routing Basics By Craig Lindstrom. Overview Routing Process Routing Process Default Routing Default Routing Static Routing Static Routing Dynamic Routing.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Introduction to Dynamic Routing Protocol Routing Protocols and Concepts – Chapter.
CSCE 515: Computer Network Programming Chin-Tser Huang University of South Carolina.
Oct 21, 2004CS573: Network Protocols and Standards1 IP: Addressing, ARP, Routing Network Protocols and Standards Autumn
CSCE 515: Computer Network Programming Chin-Tser Huang University of South Carolina.
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.
© N. Ganesan, All rights reserved. Chapter IP Routing.
© Jörg Liebeherr ECE 1545 Forwarding in IP Networks.
Routing Table : closer look w.lilakiatsakun. Sample Routing Table Static Route Dynamic Routing Protocol (RIP) Directly Connected Network Administrative.
IP Addressing INTW What is an IP address? An unique identifier for a computer or device (host) on a TCP/IP network A 32-bit binary number usually.
IP Addressing Basics LAB 8.
Network Redundancy Multiple paths may exist between systems. Redundancy is not a requirement of a packet switching network. Redundancy was part of the.
Connecting Networks © 2004 Cisco Systems, Inc. All rights reserved. Exploring How IP Address Protocols Work INTRO v2.0—4-1.
Introduction to Dynamic Routing Protocol
1 Routing. 2 Routing is the act of deciding how each individual datagram finds its way through the multiple different paths to its destination. Routing.
1 Chapter Overview Routing Principles Building Routing Tables.
© 2007 Cisco Systems, Inc. All rights reserved. 1 Network Addressing Networking for Home and Small Businesses – Chapter 5 Darren Shaver – Modified Fall.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 The Routing Table: A Closer Look Routing Protocols and Concepts – Chapter.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Introduction to Routing and Packet Forwarding Routing Protocols and.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 The Routing Table: A Closer Look Routing Protocols and Concepts – Chapter 8.
Delivery, Forwarding, and Routing of IP Packets
Routing Table : closer look w.lilakiatsakun. Sample Routing Table Static Route Dynamic Routing Protocol (RIP) Directly Connected Network Administrative.
1 TCP/IP Networking. 2 TCP/IP TCP/IP is the networking protocol suite most commonly used with UNIX, Windows, NT and most other OS’s. TCP/IP defines a.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 Chapter 6 Delivery and Routing of IP Packets.
Microsoft Windows Server 2003 TCP/IP Protocols and Services Technical Reference Slide: 1 Lesson 7 Internet Protocol (IP) Routing.
1 Network Layer Lecture 13 Imran Ahmed University of Management & Technology.
SW REVERSE JEOPARDY Chapter 1 CCNA2 SW Start-up Routing table Routing table Router parts Router parts Choosing a path Choosing a path Addressing Pot.
2010 paro, bhutan IP Basics IP/ISP Services Workshop July, 2010 Paro, Bhutan.
Module 5: Creating IPv4 Address Spaces. Overview of IP Communication Subnetting Overview Subnetting for Complex Networks.
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.
Routing Basics Chapter 8. powered by DJ 1. C HAPTER O BJECTIVES At the end of this Chapter you will be able to:  Understand routing basics. powered by.
+ Routing Concepts 1 st semester Objectives  Describe the primary functions and features of a router.  Explain how routers use information.
University of the Western Cape Chapter 12: Routing Protocols Interior and Exterior Routing Protocols Aleksandar Radovanovic.
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Routing Talbles Routing Protocols 7.0.
ROUTING AND ROUTING TABLES 2 nd semester
Cisco Routers Routers collectively provide the main feature of the network layer—the capability to forward packets end-to-end through a network. routers.
Lec4: Introduction to Dynamic Routing Protocol
IP: Addressing, ARP, Routing
Chapter 6 Delivery & Forwarding of IP Packets
Routing and routing tables
Routing and Routing Protocols: Routing Static
Forwarding and Routing IP Packets
Chapter 6 Delivery & Forwarding of IP Packets
Chapter 4: Routing Concepts
Routing and routing tables
Introduction to Networking
CCNA 2 v3.1 Module 6 Routing and Routing Protocols
Troubleshooting IP Addressing
NT1210 Introduction to Networking
Introduction to Dynamic Routing Protocol
Chapter 3: Dynamic Routing
Chapter 6 Delivery & Forwarding of IP Packets
Chapter 3: Dynamic Routing
Routing and Routing Protocols: Routing Static
Introduction to Dynamic Routing Protocol
Chapter 3: Dynamic Routing
Delivery and Routing of IP Packets
Delivery and Routing of IP Packets
Chapter 2: Static Routing
Delivery, Forwarding, and Routing of IP Packets
70-293: MCSE Guide to Planning a Microsoft Windows Server 2003 Network, Enhanced Chapter 4: Planning and Configuring Routing and Switching.
Introduction to networking (Yarnfield)
The Routing Table: A Closer Look
CCE1030 Computer Networking
Figure 6.11 Configuration for Example 4
Figure 6.6 Default routing
Presentation transcript:

Chapter 6 – Routing

What is IP Routing? IP Routing is the process of sending data from a host on one network to a remote host on another network through a router, or routers Routers are referred to as gateways Gateways have two or more network connections

Routing Table Each router maintains a routing table The routing table specifies the path that the router uses to deliver a packet to a specified remote host Routing tables maintain entries of where networks are located, not hosts ARP is used in determining routing table entries

Dynamic versus Static Routing There are two types of routing tables: static tables and dynamic tables. Static tables are maintained by network manager Dynamic tables are maintained by a routing protocol

Windows NT Server 4.0 as a router NT Server can perform as an IP router using either static or dynamic routing NT server can be configured with multiple network adapters and can route between them This arracngement is referred to as a multihoned computer Supports dynamic routing through use of RIP (Routing Information Protocol)

Static Routing Routing tables are built and maintained manually If a route changes, static routers do not share this information with each other Static routing tables consist of five columns of data

Five Columns in Routing Table Destination- Can be an IP network or host address Network mask – Subnet mask associated with Destination IP address Forwarding IP Address – IP address to which the datagram is to be forwarded Interface – Logical or physical interface used when forwarding datagram. Windows 2000 uses uses the IP address of the interface Metric – Estimate of the number of hops (the number of routers to the destination)

Route Determination Process Determine which routes in the routing table match the destination IP address by performing logical AND operation on destination IP address and Network Mask (in 2nd column of table). Compare results with Destination filed From those routes that match, select the route(s) having the most number of 1 bits in the Network Mask field From the step above, select route with the lowest metric

Route Determination Process – Cont. The above process results in a single route The single route chosen yield the forwarding IP address and interface over which to forward the datagram If no match is found, IP indicates a routing error You can see the routing table using the command: route print

Some Specific Routes In Routing Table Destination and Network mask of 0.0.0.0 is the default when there are no other matches. The packet is in this case forwarded to the default gateway Destination of 127.0.0.0 and Network Mask of 255.0.0.0 is the Loopback Network Route where all datagrams are forwarded to the reserved loopback address 127.0.0.1

Specific Routes – Cont. Route to local subnet is indicated by Destination having local host IP address and local host subnet. Local Host route has IP address of local host for Destination and 255.255.255.255 for subnet mask

Windows 2000 IP Routing Process Perform the route determination process described above to choose a single route From the single route, examine the gateway and interface IP addresses If these are the same, set the forwarding IP address to the original destination IP address If they are different, set the forwarding IP address to the gateway IP address The forwarding IP address is then sent to ARP to determine the MAC address associated with this IP address

Example of Routing Table Use route print command to vies routing table of your machine

Examples of Windows 2000 Route Determination See Page 150 of text for sample routing table Example of Local traffic Example of Remote traffic