BTEC Level 3 Extended Diploma

Similar documents
Chapter 7 Routing Protocols

Why dynamic route? (1)

Routing Protocols and

Introduction to Dynamic Routing Protocols

Chapter 7: Routing Dynamically. Routing & Switching

Planning for Information Network

CHAPTER 4: ROUTING DYNAMIC. Routing & Switching

Introduction to IP Routing. Geoff Huston

SEMESTER 2 Chapter 3 Introduction to Dynamic Routing Protocols V 4.0

shortcut Tap into learning NOW! Visit for a complete list of Short Cuts. Your Short Cut to Knowledge

Why we need to divide network?

Top-Down Network Design, Ch. 7: Selecting Switching and Routing Protocols. Top-Down Network Design. Selecting Switching and Routing Protocols

Chapter 3. Introduction to Dynamic Routing Protocols. CCNA2-1 Chapter 3

Computer Networks ICS 651. IP Routing RIP OSPF BGP MPLS Internet Control Message Protocol IP Path MTU Discovery

CS 43: Computer Networks Internet Routing. Kevin Webb Swarthmore College November 16, 2017

Determining IP Routes. 2000, Cisco Systems, Inc. 9-1

ROUTING PROTOCOLS. Mario Baldi Routing - 1. see page 2

Routing, Routing Algorithms & Protocols

Top-Down Network Design

Section 6. Implementing EIGRP ICND2

Lecture (03) RIP. By: Dr. Ahmed ElShafee. Dr. Ahmed ElShafee, ACU : Fall 2016, Practical App. Networks II

CS 43: Computer Networks. 24: Internet Routing November 19, 2018

Border Gateway Protocol

TDC 363 Introduction to LANs

EECS 122, Lecture 16. Link Costs and Metrics. Traffic-Sensitive Metrics. Traffic-Sensitive Metrics. Static Cost Metrics.

Unit 3: Dynamic Routing

Routing Protocol. Seiya Tsubone. Apr The University of Tokyo. Seiya Tsubone (The University of Tokyo) Routing Protocol Apr. 25.

Routing Basics ISP/IXP Workshops

Part II. Chapter 3. Determining IP Routes

Antonio Cianfrani. Routing Protocols

Interplay Between Routing, Forwarding

Comparison of EIGRP, RIP and OSPF Routing Protocols based on OPNET

Chapter 5 RIP version 1

Routing Protocol comparison

Distance Vector Routing Protocols

Routing Basics. Routing Concepts. IPv4. IPv4 address format. A day in a life of a router. What does a router do? IPv4 Routing

ENSC- 894 Communication Network FINAL PROJECT PRESENTATIONS Spring 2015

Open Shortest Path First (OSPF)

Routing Protocols. Technology Description BGP CHAPTER

IP Routing. Bharat S. Chaudhari International Institute of Information Technology Pune, India

Routing Protocols of IGP. Koji OKAMURA Kyushu University, Japan

The most simple way to accelerate a Router is at 9.8 m/sec/sec.

9.1. Routing Protocols

Ip Routing Protocols Rip Ospf Bgp Pnni And Cisco Routing Protocols

COMPARATIVE ANALYSIS OF ROUTING PROTOCOLS

CCNA Questions/Answers Routing Protocols

Overview. Problem: Find lowest cost path between two nodes Factors static: topology dynamic: load

Finish Network Layer Start Transport Layer. CS158a Chris Pollett Apr 25, 2007.

Routing Information Protocol. A simple distance vector scheme

Two types of routing protocols are used in internetworks: interior gateway protocols (IGPs) and exterior gateway protocols (EGPs).

Introduction to Routing

Routing Overview for Firepower Threat Defense

Final exam study Guide

BGP. Daniel Zappala. CS 460 Computer Networking Brigham Young University

Distance vector Routing protocols. 2000, Cisco Systems, Inc. 9-1

INTERNET PROTOCOLS NETWORK ASSIGNEMENT. Alexander Havbo Steen ITT 2015 ERHVERVSAKADEMI DANIA

Internet Routing Protocols Tuba Saltürk

IP Protocols. ALTTC/Oct

SEMESTER 2 Chapter 1 Planning and Cabling a Network V 4.0

Presentation On Routing Protocol

INTERNET TEACHING LAB: Interior Gateway Protocol (IGP) LAB

ITE PC v4.0. Chapter Cisco Systems, Inc. All rights reserved. Cisco Public

Introduction to OSPF OSPF. Link State Routing. Link State. Fast Convergence. Low Bandwidth Utilisation

Routing with a distance vector protocol - EIGRP

Introduction to Computer Networks

EIGRP. Routing Protocols and Concepts Chapter 9. Video Frank Schneemann, MS EdTech

Symbols. Numerics I N D E X

Routing Basics. Campus Network Design & Operations Workshop

Implementing Hub and Spoke topologies in Virtual Private Network using Enhanced Interior Gateway Routing Protocol

Introduction to OSPF

Chapter 4: Routing Concepts. Routing & Switching

Routing Basics ISP/IXP Workshops

Routing in the Internet

Routing Concepts. IPv4 Routing Forwarding Some definitions Policy options Routing Protocols

MPLS VPN--Show Running VRF

Network Technologies. Unit 5, Chapter 8 Switching and Routing. Cisco Learning Institute Network+ Fundamentals and Certification

Routing Basics. ISP Workshops. Last updated 10 th December 2015

Routing Protocols. Autonomous System (AS)

Network Layer: Routing

EIGRP 04/01/2008. Routing Protocols and Concepts Chapter 9 Modified by Tony Chen

2008 NDP Lectures 7 th Semester

ASA Has High CPU Usage Due to a Traffic Loop When VPN Clients Disconnect

Building the Routing Table. Introducing the Routing Table Directly Connected Networks Static Routing Dynamic Routing Routing Table Principles

Unit 6 Routing and Layers 3 and 4 Protocols. Chapter 6: Layers 3 and 4 Protocols

Module 8. Routing. Version 2 ECE, IIT Kharagpur

Overview. Information About Layer 3 Unicast Routing. Send document comments to CHAPTER

EIGRP Features and Operation

Introduction to OSPF

Introduction to OSPF

Routing Information Protocol

Table of Contents. Cisco Introduction to EIGRP

Configuring Networking Protocols

A study of WAN design, routing protocols and connectivity between Head office to Branch office

Routing Protocol. RIPv1

IP Routing Tecnologie e Protocolli per Internet II rev 1

Advanced Networking: Routing & Switching 2 Chapter 7

Internet Routing : Fundamentals of Computer Networks Bill Nace

Implementing Static Routes for IPv6

OSPF Sham-Link Support for MPLS VPN

EIGRP Support for Route Map Filtering

Transcription:

BTEC Level 3 Extended Diploma Unit 9 Computer Network Routing and Routing Protocols BTEC Level 3 Extended Diploma

Introduction to Routing Routing is the process that a router uses to forward packets toward the destination network. A router makes decisions based upon the destination IP address of a packet. In order to make the correct decisions, routers must learn the direction to remote networks. BTEC Level 3 Extended Diploma

Static and Dynamic When routers use dynamic routing, this information is learned from other routers. When static routing is used, a network administrator configures information about remote networks manually.

Static and Dynamic Static: Uses programmed route that a network administrator enters into the router configuration Dynamic: Uses a route that a routing protocol adjusts automatically for topology and or traffic changes

Static Route Operation Static route operations can be divided into these three parts: Network administrator configures the route Router installs the route in the routing table Packets are routed using the static route Since a static route is manually configured, the administrator must configure the static route on the router using the IP route command.

Static Route Operation If the router cannot reach the outgoing interface that is being used in the route, the route will not be installed in the routing table. This means if that interface is down, the route will not be placed in the routing table

Static Route Operation Sometimes static routes are used for backup purposes. A static route can be configured on a router that will only be used when the dynamically learned route has failed.

Dynamic Routing Path Determination A router determines the path of a packet from one data link to another, using two basic functions: A path determination function A switching function

Dynamic Routing Path determination occurs at the network layer. The path determination function enables a router to evaluate the paths to a destination and to establish the preferred handling of a packet. The router uses the routing table to determine the best path and proceeds to forward the packet using the switching function.

Dynamic Routing The switching function is the internal process used by a router to accept a packet on one interface and forward it to a second interface on the same router. A key responsibility of the switching function of the router is to encapsulate packets in the appropriate frame type for the next data link

Routing Protocols Examples of IP routing protocols include: RIP A distance vector interior routing protocol IGRP Cisco's distance vector interior routing protocol OSPF A link-state interior routing protocol EIGRP Cisco s advanced distance vector interior routing protocol BGP A distance vector exterior routing protocol

Routing Information Protocol (RIP) Routing Information Protocol (RIP) was originally specified in RFC 1058. Its key characteristics include the following: It is a distance vector routing protocol. Hop count is used as the metric for path selection. If the hop count is greater than 15, the packet is discarded. Routing updates are broadcast every 30 seconds, by default.

Interior Gateway Routing Protocol (IGRP) Interior Gateway Routing Protocol (IGRP) is a proprietary protocol developed by Cisco. Some of the IGRP key design characteristics emphasize the following: It is a distance vector routing protocol. Bandwidth, load, delay and reliability are used to create a composite metric. Routing updates are broadcast every 90 seconds, by default.

Open Shortest Path First (OSPF) Open Shortest Path First (OSPF) is a nonproprietary link-state routing protocol. The key characteristics of OSPF are as follows: It is a link-state routing protocol. Open standard routing protocol described in RFC 2328. Uses the SPF algorithm to calculate the lowest cost to a destination. Routing updates are flooded as topology changes occur.

Border Gateway Protocol (BGP) Border Gateway Protocol (BGP) is an exterior routing protocol. The key characteristics of BGP are as follows: It is a distance vector exterior routing protocol. Used between ISPs or ISPs and clients. Used to route Internet traffic between autonomous systems.

Enhanced Interior Gateway Routing Protocol (EIGRP) EIGRP is a Cisco proprietary enhanced distance vector routing protocol. The key characteristics of EIGRP are as follows: It is an enhanced distance vector routing protocol. Uses load balancing. Uses a combination of distance vector and link-state features. Uses Diffused Update Algorithm (DUAL) to calculate the shortest path. Routing updates are broadcast every 90 seconds or as triggered by topology changes.